From 70ea28f34c25cc21bac51286b7e2c767a2df5807 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 19 May 2003 18:24:41 +0000 Subject: Make the progress dialog actually work and now uses g_io_channel. Woot! 2003-05-19 Glynn Foster * 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. --- TODO | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 71579b3c..4272fcd6 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 * Add new format ? --list --column=check,hide --column=pixmap --column=string,editable - Suggested by Dani Brody -* 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 -- cgit