summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-05-28 23:19:16 +0000
committerGlynn Foster <gman@src.gnome.org>2003-05-28 23:19:16 +0000
commitc5056dd3bbbcd964a9782240f9415443b36b26c2 (patch)
tree166fddb0abfff8d5f1fd65d309826a143de1ae9d /TODO
parentMake the progress dialog resize. Lamely fixes #113706. (diff)
downloadzenity-c5056dd3bbbcd964a9782240f9415443b36b26c2.tar.gz
zenity-c5056dd3bbbcd964a9782240f9415443b36b26c2.tar.bz2
zenity-c5056dd3bbbcd964a9782240f9415443b36b26c2.zip
Update some more items. Update man page a little, although it still should
2003-05-29 Glynn Foster <glynn.foster@sun.com> * TODO: Update some more items. * data/zenity.1: Update man page a little, although it still should contain more useful information I guess.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 4272fcd6..0597cf7f 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,10 @@
* Canceling progress dialog should kill off process and close the dialog
+ - Current it does a Hangup, I'm not sure how to solve this
+* Would be nice to have an option to use your own icon in the info/warning/message/question
+ dialogs
+ - Suggested by kckrinke@opendoorsoftware.com
+* gdialog used to have env vars to specify the return values of some of the dialogs
+ - Suggested by kckrinke@opendoorsoftware.com
* Add pixmap support to list dialog ?
- Suggested by Dani Brody <brodydani@hotmail.com>
* Add new format ?
bgstack15