blob: 1d7e309a534eb4bc9ab54da27dbcbd258edbf087 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
- Add debug on or off for efax and Hylafax
- allow customizing phonebook location (central server)
- add Nautilus script to fax file. (0.7.7)
- Add small daemon to watch cups output and run gfax.
- evolution phonebook as a plugin to avoid dependencies (0.7.7)
- add cancel button when receiving a fax to view (0.7.7)
- receive support for efax (0.7.7)
- allow re-queue job from done queue (0.7.7)
- add libnotify support for sedning faxes etc
- move transmit progressbar to main window when faxing from there
- convert many types of files for faxing so we can send more than just *.ps
- preview outgoing file before sending.
- add gnome-keyring support.
- install OpenOffice.org printer (maybe not)
- cover page stuff.
- add emailing
- add log of numbers called.
- modify multiple jobs. (0.7.7)
- Documentation via Yelp (0.7.7)
- Add good error checking to all Hylafax operations
- add searching phone number on send fax page. (auto search)
- add help.
- show "my" sent faxes or all faxes or sort at least
- query entire job information, destination company etc.
- change transmit agent to enum so the property editor works right.
- change main listview to object
- clean up my variable naming :-)
D-Bus support
D-Bus support needs to be added for Efax. Basically the efax thread will
communicate via dbus. It should initially be able to do the following:
From gfax to efax
start queue loop
cancel job
From efax to gfax
job id currently working on
job status
received fax - later, receive support isn't in yet.
|