summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-05-19 18:24:41 +0000
committerGlynn Foster <gman@src.gnome.org>2003-05-19 18:24:41 +0000
commit70ea28f34c25cc21bac51286b7e2c767a2df5807 (patch)
tree1ccd8ea28d9e5a23caa47b3c5b194c612d66dcb9 /TODO
parentc2cd931cd33b54e2730bf6ff9af3fc3129437858 (diff)
Make the progress dialog actually work and now uses g_io_channel. Woot!
2003-05-19 Glynn Foster <glynn.foster@sun.com> * src/progress.c: Make the progress dialog actually work and now uses g_io_channel. Woot! Need to be able to cancel the dialog, which currently doesn't work too well. * TODO: Update. * help/C/zenity.xml: Update help documentation.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index 71579b3..4272fcd 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,9 @@
-* Fix bugs in the list dialog with stdin
+* Canceling progress dialog should kill off process and close the dialog
* Add pixmap support to list dialog ?
- Suggested by Dani Brody <brodydani@hotmail.com>
* Add new format ?
--list --column=check,hide --column=pixmap --column=string,editable
- Suggested by Dani Brody <brodydani@hotmail.com>
-* Fix up progress dialog so that it actually works
* Add support for DML (Dialog Meta Language)?
- ftp://ftp.pld.org.pl/people/malekith/dml/
- Suggested by Michal Moskal <malekith@pld-linux.org>