summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2009-03-19 22:52:58 +0100
committerGravatar Martin Szulecki2009-03-19 22:52:58 +0100
commit2a7a82094d50b75380b9858eae5eb41ed169378d (patch)
tree48e84c870df9a5211de593911d36524cf5913821 /TODO
downloadgfax-2a7a82094d50b75380b9858eae5eb41ed169378d.tar.gz
gfax-2a7a82094d50b75380b9858eae5eb41ed169378d.tar.bz2
Initial import of gfax 0.7.7
Diffstat (limited to 'TODO')
-rw-r--r--TODO54
1 files changed, 54 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..1d7e309
--- /dev/null
+++ b/TODO
@@ -0,0 +1,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.