summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAge
* Added en_GB translation and fixed a typo.Mike Newman2003-06-21
|
* *** empty log message ***Mike Newman2003-06-13
|
* Fixed my old and bouncy email addressMike Newman2003-06-13
|
* Allow /t and /n in dialog text. Some code cleanup.Mike Newman2003-06-10
|
* Committing patch to fall back to dialog if DISPLAY not set fromMike Newman2003-06-09
| | | | Kevin C. Krinke <kckrinke@opendoorsoftware.com>
* Allow multiple file selections.Mike Newman2003-06-09
|
* Support user-defined return values via env vars, like dialog did.Mike Newman2003-06-07
|
* Untranslate silly strings pointed out by Kjartan Maraas.Glynn Foster2003-06-07
| | | | | | | 2003-06-07 Glynn Foster <glynn.foster@sun.com> * src/zenity.glade: Untranslate silly strings pointed out by Kjartan Maraas.
* Fix up some build warnings as reported by Ross Burton and his amazing gccGlynn Foster2003-06-04
| | | | | | | | 2003-06-04 Glynn Foster <glynn.foster@sun.com> * src/about.c, src/main.c, src/msg.c, src/progress.c, src/tree.c, src/util.c: Fix up some build warnings as reported by Ross Burton and his amazing gcc 3.3 techno machine.
* Add a "no-c-format" xgettext header to unbreak po files in the newJordi Mallach2003-06-04
| | | | | | | 2003-06-04 Jordi Mallach <jordi@sindominio.net> * src/main.c: Add a "no-c-format" xgettext header to unbreak po files in the new auto-close string.
* Add --auto-close option to progress dialog. Closes dialog when 100% has been ↵Mike Newman2003-06-03
| | | | reached. Also update docs for new option. Fixes #114125.
* add a --help option, pointing to zenity docs. Fixes #114338Mike Newman2003-06-03
| | | | | | | 2003-06-03 Mike Newman <mikegtn@gnome.org> * src/gdialog.in: add a --help option, pointing to zenity docs. Fixes #114338
* Kris' new #commits channel is zen-tastic.Glynn Foster2003-06-03
| | | | | | 2003-06-03 Glynn Foster <glynn.foster@sun.com> * Kris' new #commits channel is zen-tastic.
* add a --help option to the gdialog wrapper scriptMike Newman2003-06-03
|
* Added "ko" to ALL_LINGUAS.Changwoo Ryu2003-06-03
| | | | | | 2003-06-03 Changwoo Ryu <cwryu@debian.org> * configure.in: Added "ko" to ALL_LINGUAS.
* release 1.3 Updated for new releaseGlynn Foster2003-05-29
| | | | | | | 2003-05-29 Glynn Foster <glynn.foster@sun.com> * configure.in: release 1.3 * NEWS: Updated for new release
* More updates for suggestions from Kevin.Glynn Foster2003-05-29
| | | | | | 2003-05-29 Glynn Foster <glynn.foster@sun.com> * TODO: More updates for suggestions from Kevin.
* Update with more suggestions.Glynn Foster2003-05-28
| | | | | | 2003-05-29 Glynn Foster <glynn.foster@sun.com> * TODO: Update with more suggestions.
* Update some more items. Update man page a little, although it still shouldGlynn Foster2003-05-28
| | | | | | | | 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.
* Make the progress dialog resize. Lamely fixes #113706.Glynn Foster2003-05-27
| | | | | | | 2003-05-27 Glynn Foster <glynn.foster@sun.com> * src/zenity.glade: Make the progress dialog resize. Lamely fixes #113706.
* Update information for submitting patches to bugzilla.Glynn Foster2003-05-27
| | | | | | 2003-05-27 Glynn Foster <glynn.foster@sun.com> * HACKING: Update information for submitting patches to bugzilla.
* Enable the gdialog compatibility wrapper script.Mike Newman2003-05-27
|
* Fix an indentation weirdness in calendar.cMike Newman2003-05-27
| | | | | Take notice of width and height in gdialog wrapper for textbox, because the original gdialog also did.
* Fix typo in gdialog wrapper. Sensitize OK button in progress when 100% reached.Mike Newman2003-05-24
|
* Patch from Dagmar d'Surreal <dagmar@speakeasy.net> to correct help docsGlynn Foster2003-05-24
| | | | | | | | | | | | | | | 2003-05-24 Glynn Foster <glynn.foster@sun.com> * help/C/zenity.xml: Patch from Dagmar d'Surreal <dagmar@speakeasy.net> to correct help docs and script examples for the change from --dialog-title to --title. * THANKS, src/about.c: Add Dagmar. * src/progress.c: For now, just send a SIGHUP to the parent process - not entirely sure if this is the best thing to do right now.
* Hmm, forgot some other bits - support --separate-output, ensure list rowsMike Newman2003-05-23
| | | | are returned.
* More work on wrapper - fix --textbox to actually load the fileMike Newman2003-05-23
|
* Update to gdialog wrapper scriptMike Newman2003-05-20
|
* release 1.2 Updated for new releaseGlynn Foster2003-05-19
| | | | | | | 2003-05-19 Glynn Foster <glynn.foster@sun.com> * configure.in: release 1.2 * NEWS: Updated for new release
* Compatibility wrapper script from Mike Newman <mikegtn@gnome.org>.Glynn Foster2003-05-19
| | | | | | | | 2003-05-19 Glynn Foster <glynn.foster@sun.com> * src/Makefile.am, src/gdialog: Compatibility wrapper script from Mike Newman <mikegtn@gnome.org>. Disabled for the present until I have a chance to review the code.
* Make the progress dialog actually work and now uses g_io_channel. Woot!Glynn Foster2003-05-19
| | | | | | | | | | | | 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.
* Update commandline error message, needs updating of translations. RemoveGlynn Foster2003-05-07
| | | | | | | | | | 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.
* Fix up the stdin list dialog stuff. Updated to actually include theGlynn Foster2003-05-06
| | | | | | | | 2003-05-06 Glynn Foster <glynn.foster@sun.com> * src/tree.c: Fix up the stdin list dialog stuff. * NEWS: Updated to actually include the updated translations as well.
* Added "sr" and "sr@Latn" to ALL_LINGUAS.Danilo Šegan2003-05-06
| | | | | | | | | 2003-05-05 Danilo Šegan <dsegan@gmx.net> * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS. * po/sr.po, po/sr@Latn.po: Added Serbian translation by http://Prevod.org/.
* Update docs for new commandline options.Glynn Foster2003-05-05
| | | | | | | 2003-05-05 Glynn Foster <glynn.foster@sun.com> * help/C/zenity.xml: Update docs for new commandline options.
* releasee 1.1 NEWS: Updated for new release.Glynn Foster2003-05-05
| | | | | | | 2003-05-05 Glynn Foster <glynn.foster@sun.com> * configure.in: releasee 1.1 NEWS: Updated for new release.
* Make the list dialog handle stdin - a little bit buggy still. UpdateGlynn Foster2003-05-05
| | | | | | | | 2003-05-05 Glynn Foster <glynn.foster@sun.com> * src/tree.c, src/util.c, src/util.h: Make the list dialog handle stdin - a little bit buggy still. * TODO: Update
* Added "ca" (Catalan) to ALL_LINGUAS.Jordi Mallach2003-04-16
|
* Finish off the indentation cleanup. Add new '--width' and '--height'Glynn Foster2003-04-13
| | | | | | | | | | | | | 2003-04-13 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.h: Finish off the indentation cleanup. Add new '--width' and '--height' options to the general options. Fix up the radio list view, so that we can now act like a radio button group. * TODO: Update
* Added Italian translation by Stefano Canepa.Alessio Frusciante2003-04-08
|
* Mass indentation cleanup. Make sure the glade dialogs aren't initiallyGlynn Foster2003-03-10
| | | | | | | | | | | | 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.
* Added "pt_BR" (Brazilian Portuguese).Evandro Fernandes Giovanini2003-03-08
| | | | | | 2003-03-08 Evandro Fernandes Giovanini <evandrofg@ig.com.br> * configure.in(ALL_LINGUAS): Added "pt_BR" (Brazilian Portuguese).
* More updates.Glynn Foster2003-03-07
| | | | | | 2003-03-07 Glynn Foster <glynn.foster@sun.com> * zenity.spec.in: More updates.
* *** empty log message ***Glynn Foster2003-03-06
|
* Added pl (Polish).Zbigniew Chyla2003-03-03
| | | | | | 2003-03-03 Zbigniew Chyla <cyba@gnome.pl> * configure.in (ALL_LINGUAS): Added pl (Polish).
* Added "pt" to ALL_LINGUAS.Duarte Loreto2003-03-01
| | | | | | 2003-03-01 Duarte Loreto <happyguy_pt@hotmail.com> * configure.in: Added "pt" to ALL_LINGUAS.
* 2003-02-28 added ja into ALL_LINGUAS. T.Aihana <aihana@gnome.gr.jp>added ja into ALL_LINGUAS. T.Aihana2003-02-27
|
* Add Czech translationMiloslav Trmac2003-02-25
| | | | Add cs to ALL_LINGUAS in configure.in
* Added Ukrainian translationYuri Syrota2003-02-12
|
* Added missing file. Added de (German) to ALL_LINGUAS.Christian Neumair2003-02-09
| | | | | * .cvsignore: Added missing file. * configure.in: Added de (German) to ALL_LINGUAS.
bgstack15