summaryrefslogtreecommitdiff
path: root/src/zenity.glade
AgeCommit message (Collapse)Author
2009-08-06Clean some things in the GtkBuilder port (GnomeBug:578393)Javier Jardón
* Makefile.am * README * configure.in * po/POTFILES.skip * src/zenity.ui
2009-03-08remove deprecated/obsoleted dialog definition (fixes bug #571869). PatchLucas Rocha
2009-03-08 Lucas Rocha <lucasr@gnome.org> * src/zenity.glade: remove deprecated/obsoleted dialog definition (fixes bug #571869). Patch from Felix Riemann <friemann@svn.gnome.org>. svn path=/trunk/; revision=1487
2008-05-31set all dialogs in glade file as resizable in order to have themLucas Rocha
2008-05-31 Lucas Rocha <lucasr@gnome.org> * src/zenity.glade: set all dialogs in glade file as resizable in order to have them respecting the --width and --height command-line options (Fixes bug #529452). svn path=/trunk/; revision=1380
2008-04-21release 2.23.1Lucas Rocha
2008-04-21 Lucas Rocha <lucasr@gnome.org> * NEWS: release 2.23.1 svn path=/trunk/; revision=1364
2008-03-29Allow question dialogs to use custom button label text (Fixes bugLucas Rocha
2008-03-30 Lucas Rocha <lucasr@gnome.org> Allow question dialogs to use custom button label text (Fixes bug #335763). Patch from Cosimo Cecchi <anarki@lilik.it> and Thomas Thurman <tthurman@gnome.org>. * src/msg.c (zenity_msg_construct_question_dialog), (zenity_msg): dynamically add dialog buttons with provided labels. * src/option.c (zenity_option_free): free input labels. (zenity_question_post_callback): set button labels provided by the respective command line options. * src/zenity.glade: remove pre-defined dialog button from question dialog. * src/zenity.h: added ok_label and cancel_label to ZenityMsgData. svn path=/trunk/; revision=1346
2006-12-04make dialog text selectable on message dialogs (error, warning, info, andLucas Rocha
2006-12-04 Lucas Rocha <lucasr@gnome.org> * src/zenity.glade: make dialog text selectable on message dialogs (error, warning, info, and question) (Fixes bug #352910). Patch from Greg Hudson <ghudson@mit.edu>.
2006-12-03merged identic i18n strings (Fixes bug #334361).Lucas Rocha
2006-12-03 Lucas Rocha <lucasr@gnome.org> * src/zenity.glade: merged identic i18n strings (Fixes bug #334361).
2006-12-02don't show cancel button on warning dialog (Fixes bug #324100). Patch fromLucas Rocha
2006-12-02 Lucas Rocha <lucasr@gnome.org> * src/zenity.glade: don't show cancel button on warning dialog (Fixes bug #324100). Patch from Claudio Saavedra <csaavedra@alumnos.utalca.cl>
2006-05-11add optional dropdown menu to entry dialog (Fixed bug #311038). Patch fromLucas Rocha
2006-05-10 Lucas Rocha <lucasr@gnome.org> * src/entry.c (zenity_entry_fill_entries, zenity_entry), src/main.c, src/option.c, src/zenity.glade, src/zenity.h: add optional dropdown menu to entry dialog (Fixed bug #311038). Patch from Diego Escalante Urrelo <dieguito@gmail.com>.
2005-12-18use GtkAboutDialog instead of custom dialog (Fixes bug #309405). removeLucas Rocha
2005-12-18 Lucas Rocha <lucasr@gnome.org> * src/about.c: use GtkAboutDialog instead of custom dialog (Fixes bug #309405). * src/zenity.glade: remove zenity_about_dialog. * configure.in: zenity now depends on GTK+ >= 2.6.x because now it uses GtkAboutDialog.
2005-12-17make all dialogs HIG compliant by fixing spaces and removing separatorLucas Rocha
2005-12-16 Lucas Rocha <lucasr@gnome.org> * src/zenity.glade: make all dialogs HIG compliant by fixing spaces and removing separator (Fixes bug #324211). Patch by Christian Persch <chpe@gnome.org>.
2005-12-13make the hscale discontinuous.Lucas Rocha
2005-12-13 Lucas Rocha <lucasr@gnome.org> * src/zenity.glade: make the hscale discontinuous.
2005-12-13new scale dialog for selecting a value from a range (Fixes #322399).Lucas Rocha
2005-12-13 Lucas Rocha <lucasr@gnome.org> * data/Makefile.am, data/zenity-scale.png, src/Makefile.am, src/main.c, src/option.c, src/option.h, src/scale.c, src/zenity.glade, src/zenity.h: new scale dialog for selecting a value from a range (Fixes #322399).
2005-10-18by default, focus is on tree view in list dialogs. Fixes #317263. PatchLucas Rocha
2005-10-18 Lucas Rocha <lucasr@cvs.gnome.org> * src/zenity.glade: by default, focus is on tree view in list dialogs. Fixes #317263. Patch from Aleksey Kliger <akliger@gmail.com>
2004-04-27Untranslate 3 strings again. Thanks to Christian for pointing this out.Glynn Foster
2004-04-27 Glynn Foster <glynn.foster@sun.com> * src/zenity.glade: Untranslate 3 strings again. Thanks to Christian for pointing this out.
2004-04-26Add from the 2 Sebastian's, and make email addresses more spam proof.Glynn Foster
2004-04-26 Glynn Foster <glynn.foster@sun.com> * THANKS, src/about.c: Add from the 2 Sebastian's, and make email addresses more spam proof. * src/calendar.c, src/entry.c, src/fileselection.c, src/msg.c, * src/progress.c, src/text.c, src/tree.c, src/util.c, * src/util.h: Patch from Sebastian Kapfer to make all zenity dialogs transients of the parent xterm. Fixes #136226. * src/zenity.glade: Patch from Sebastian Heinlein to improve things HIG wise. Fixes #140745.
2003-10-28Unmark translation messages, as reported by Christian. Fixes #125717.Glynn Foster
2003-10-29 Glynn Foster <glynn.foster@sun.com> * src/zenity.glade: Unmark translation messages, as reported by Christian. Fixes #125717.
2003-10-28Make the dialogs resizable so that --height/--width works. Reported byGlynn Foster
2003-10-28 Glynn Foster <glynn.foster@sun.com> * src/zenity.glade: Make the dialogs resizable so that --height/--width works. Reported by Ingo van Lil <inguin@gmx.de>.
2003-09-12Better patch from raf@noduck.net to fix the activate on the entry dialog.Glynn Foster
2003-09-12 Glynn Foster <glynn.foster@sun.com> * src/entry.c, src/zenity.glade: Better patch from raf@noduck.net to fix the activate on the entry dialog.
2003-06-07Untranslate silly strings pointed out by Kjartan Maraas.Glynn Foster
2003-06-07 Glynn Foster <glynn.foster@sun.com> * src/zenity.glade: Untranslate silly strings pointed out by Kjartan Maraas.
2003-05-27Make the progress dialog resize. Lamely fixes #113706.Glynn Foster
2003-05-27 Glynn Foster <glynn.foster@sun.com> * src/zenity.glade: Make the progress dialog resize. Lamely fixes #113706.
2003-05-07Update commandline error message, needs updating of translations. RemoveGlynn Foster
2003-05-06 Glynn Foster <glynn.foster@sun.com> * src/main.c: Update commandline error message, needs updating of translations. * src/tree.c: Remove some commented out code. * src/zenity.glade: Updated error and info dialogs to do wrapping.
2003-03-10Mass indentation cleanup. Make sure the glade dialogs aren't initiallyGlynn Foster
2003-03-10 Glynn Foster <glynn.foster@sun.com> * src/about.c, src/calendar.c, src/entry.c, src/fileselection.c, src/main.c, src/msg.c, src/progress.c, src/text.c, src/tree.c, src/util.c, src/util.h, src/zenity.glade, src/zenity.h: Mass indentation cleanup. Make sure the glade dialogs aren't initially visible because this avoids a visibility jump. Apparently == TRUE is bad mojo. Fix up.
2003-01-28Don't display the translators tab unless there is stuff to show.Glynn Foster
2003-01-28 Glynn Foster <glynn.foster@sun.com> * src/about.c: Don't display the translators tab unless there is stuff to show. * src/entry.c: Add sanity NULL checking. * src/tree.c, src/zenity.h: Add support for a new --editable option. * src/main.c: Add support for new --editable option for the List dialog. Merge in the list of Gtk+ options into the popt table - ripped this from libbonoboui, thanks to James for pointing this out. * src/zenity.glade: Make the translatable strings less arse. * TODO: Update accordingly.
2003-01-20Remove some strings for translation that should be done.Glynn Foster
2003-01-20 Glynn Foster <glynn.foster@sun.com> * src/zenity.glade: Remove some strings for translation that should be done.
2003-01-18Only some examples and some screenshots and we're mostly done for a firstGlynn Foster
2003-01-18 Glynn Foster <glynn.foster@sun.com> * help/C/zenity.xml: Only some examples and some screenshots and we're mostly done for a first draft. * src/calendar.c: Don't set the text if it's NULL. * src/main.c: Swap the order of the commandline dialogs so that we're alphabetical. * src/zenity.glade: Add some default strings.
2003-01-18Some new window icons.Glynn Foster
2003-01-18 Glynn Foster <glynn.foster@sun.com> * data/Makefile.am, data/zenity-calendar.png, data/zenity-entry.png, data/zenity-progress.png, data/zenity-text.png: Some new window icons. * src/text.c: Fix crash where the GladeXML ref was getting unref'd before we wanted to use it. * src/main.c: Fix up commandline parsing a little, although we should really add the parsing options for gtk+. * src/zenity.glade: Give some saner defaults. * THANKS, src/about.c: Update for all the people I stole icons and code from. * TODO: Update accordingly.
2003-01-14Add an about box. Still need to add an icon, and implement the callbacksGlynn Foster
2003-01-14 Glynn Foster <glynn.foster@sun.com> * src/Makefile.am, src/about.c, src/main.c, src/zenity.glade: Add an about box. Still need to add an icon, and implement the callbacks for Help and Credits. Extra hassle for not linking against libgnomeui. Sigh.
2003-01-07Fix up the response signal handlers. Use returns of 0 for 'Ok' andGlynn Foster
2003-01-07 Glynn Foster <glynn.foster@sun.com> * src/calendar.c, src/entry.c, src/fileselection.c, src/main.c, src/msg.c, src/progress.c, src/text.c, src/tree.c, src/zenity.glade, src/zenity.h: Fix up the response signal handlers. Use returns of 0 for 'Ok' and 'Close', 1 for 'Cancel' and 'Escape' and -1 for 'Uh Oh'. Get stuff printing to stderr. Fix up the error handling that I thought was improved, although still have issues with popt callback getting called numerous times because of more than one instance of the same kind is being used in poptOption. * TODO: Update accordingly.
2003-01-06I love featuritis. Instead of fixing stuff so it actually works, I addGlynn Foster
2003-01-06 Glynn Foster <glynn.foster@sun.com> * src/main.c, src/msg.c, src/zenity.glade, src/zenity.h: I love featuritis. Instead of fixing stuff so it actually works, I add more stuff. Add support for info dialog.
2003-01-06Feeling stupid because I can't use glade. Thanks to jrb and jamesh forGlynn Foster
2003-01-06 Glynn Foster <glynn.foster@sun.com> * src/zenity.glade: Feeling stupid because I can't use glade. Thanks to jrb and jamesh for showing me the light. Update default strings to sensible stuff.
2003-01-03Initial revisionGlynn Foster