summaryrefslogtreecommitdiff
path: root/src/about.c
Commit message (Collapse)AuthorAge
* Fix bug #167577, that leaks a seperator. Patch from Paolo BorelliGlynn Foster2005-02-16
| | | | | | | | 2005-02-16 Glynn Foster <glynn.foster@sun.com> * src/fileselection.c, THANKS, src/about.c: Fix bug #167577, that leaks a seperator. Patch from Paolo Borelli <pborelli@katamail.com>
* Patch from Chris Lahey for #165456. Updated.Glynn Foster2005-01-31
| | | | | | | | 2005-02-01 Glynn Foster <glynn.foster@sun.com> * src/notification.c, src/option.c: Patch from Chris Lahey for #165456. * src/about.c, THANKS: Updated.
* Patch from Ed Catmur to fix the list dialog on stdin. Fixes #164152.Glynn Foster2005-01-17
| | | | | | | | 2005-01-17 Glynn Foster <glynn.foster@sun.com> * src/tree.c: Patch from Ed Catmur to fix the list dialog on stdin. Fixes #164152. * src/about.c, THANKS: Update.
* Add new notification icon. Update for new files. Restructure code a littleGlynn Foster2004-09-13
| | | | | | | | | | | | | | | | | 2004-09-13 Glynn Foster <glynn.foster@sun.com> * data/Makefile.am, data/zenity-notification.png: Add new notification icon. * src/Makefile.am: Update for new files. * src/about.c, src/calendar.c, src/entry.c, src/fileselection.c, src/progress.c, src/text.c, src/tree.c, src/msg.c: Restructure code a little bit for new utility functions for setting window icons. * src/eggtrayicon.c, src/eggtrayicon.h: New files for notification area support. * src/main.c, src/notification.c, src/util.c, src/util.h, src/zenity.h: Add support for notification area. * data/zenity.1, help/*: Update docs for notification and new file selection changes.
* Update Update. Patch from Lucas Rocha to implement save and directoryGlynn Foster2004-09-13
| | | | | | | | | | | 2004-09-13 Glynn Foster <glynn.foster@sun.com> * THANKS: Update * src/about.c: Update. * src/fileselection.c, src/main.c, src/zenity.h: Patch from Lucas Rocha to implement save and directory selection in the file selection dialog. Fixes #138342.
* Add translator comment from Christian Rose, and fix up strcmp's forGlynn Foster2004-08-17
| | | | | | | 2004-08-17 Glynn Foster <glynn.foster@sun.com> * src/about.c: Add translator comment from Christian Rose, and fix up strcmp's for untranslated translator-credits.
* Use 'translator-credits' rather than the underscore version which makesGlynn Foster2004-08-11
| | | | | | | | 2004-08-11 Glynn Foster <glynn.foster@sun.com> * src/about.c: Use 'translator-credits' rather than the underscore version which makes things easier for the translation dudes.
* Release 2.7.90Glynn Foster2004-08-03
| | | | | | 2004-08-03 Glynn Foster <glynn.foster@sun.com> * configure.in: Release 2.7.90
* Patch from Luke Suchocki to send HUP to parent instead of itself. FixesGlynn Foster2004-06-17
| | | | | | | | 2004-06-18 Glynn Foster <glynn.foster@sun.com> * THANKS, src/about.c, src/progress.c: Patch from Luke Suchocki to send HUP to parent instead of itself. Fixes #144542.
* Add Paul. fix tyops in parsing.Glynn Foster2004-06-09
| | | | | | | 2004-06-08 Glynn Foster <glynn.foster@sun.com> * THANKS, src/about.c: Add Paul. * src/main.c: fix tyops in parsing.
* Add from the 2 Sebastian's, and make email addresses more spam proof.Glynn Foster2004-04-26
| | | | | | | | | | | | | 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.
* Update. Release 2.6.0Glynn Foster2004-03-22
| | | | | | | 2004-03-23 Glynn Foster <glynn.foster@sun.com> * NEWS, THANKS, src/about.c: Update. * configure.in: Release 2.6.0
* Patch from Darren Adams <darrenadams@dsl.pipex.com> to make sure the newGlynn Foster2004-03-19
| | | | | | | | | | | | | | 2004-03-19 Glynn Foster <glynn.foster@sun.com> * src/calendar.c, src/entry.c, src/fileselection.c, src/msg.c, src/progress.c, src/text.c, src/tree.c: Patch from Darren Adams <darrenadams@dsl.pipex.com> to make sure the new file chooser resizes nicely. Sanitize the default setting of the other widgets. * configure.in, src/util.c: Lose gconf dependancy since we don't currently use it, although arguably we should to detect which help browser we're supposed to run :/ * THANKS, src/about.c: Add Darren to the list.
* Update to add Mike. Update for new release. Add lots of people, probablyGlynn Foster2004-03-06
| | | | | | | | | | | 2004-03-07 Glynn Foster <glynn.foster@sun.com> * AUTHORS: Update to add Mike. * NEWS: Update for new release. * THANKS, src/about.c: Add lots of people, probably get heaps of bug reports complaining their name is spelled wrongly - darn those weird characters. * configure.in: Release 2.5.90
* Remove all the stupid duplicated code to do the help stuff, and instead doGlynn Foster2004-02-29
| | | | | | | | | 2004-02-29 Glynn Foster <glynn.foster@sun.com> * src/about.c, src/util.c, src/util.h: Remove all the stupid duplicated code to do the help stuff, and instead do a simple call for 'yelp ghelp:zenity'. -418, +23. Eeek. Fixes #135607.
* Update. Update. Patch from Toshi to fix encoding of passed text strings.Glynn Foster2003-09-04
| | | | | | | | | 2003-09-04 Glynn Foster <glynn.foster@sun.com> * THANKS: Update. * src/about.c: Update. * src/main.c: Patch from Toshi to fix encoding of passed text strings. Fixes #121389.
* Documentation updates from Nicholas Curran. Add Nicholas.Glynn Foster2003-09-01
| | | | | | | 2003-09-01 Glynn Foster <glynn.foster@sun.com> * help/C/zenity.xml: Documentation updates from Nicholas Curran. * THANKS, src/about.c: Add Nicholas.
* user input data output to STDOUT via g_print instead of outputting toKevin C. Krinke2003-07-13
| | | | | | | | | | | 2003-07-11 Kevin C. Krinke <kckrinke@opendoorsoftware.com> * src/calendar.c, src/entry.c, src/fileselection.c, src/text.c, src/tree.c: user input data output to STDOUT via g_print instead of outputting to STDERR via g_printerr. This makes it possible to destinguish user input data from GTK+ warnings / errors. * THANKS, src/about.c: I figure this is my second patch submission so I belong in the credits...
* Fixed my old and bouncy email addressMike Newman2003-06-13
|
* Support user-defined return values via env vars, like dialog did.Mike Newman2003-06-07
|
* 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.
* 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.
* 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.
* Add Ross.Glynn Foster2003-02-05
| | | | | | 2003-02-05 Glynn Foster <glynn.foster@sun.com> * THANKS, src/about.c: Add Ross.
* Raise on mouse clickGlynn Foster2003-02-03
| | | | | | 2003-02-03 Glynn Foster <glynn.foster@sun.com> * src/about.c: Raise on mouse click
* Um, you don't really want to know.Glynn Foster2003-02-03
| | | | | | | | 2003-02-03 Glynn Foster <glynn.foster@sun.com> * data/Makefile.am, data/hawaii-shirt.png, data/surfboard.png, src/about.c: Um, you don't really want to know.
* Add spec file, thanks to Mihai T. Lazarescu.Glynn Foster2003-02-03
| | | | | | | | | 2003-02-03 Glynn Foster <glynn.foster@sun.com> * Makefile.am, configure.in, zenity.spec.in: Add spec file, thanks to Mihai T. Lazarescu. * THANKS, src/about.c: Update.
* Fix Jonathan's name - I suck.Glynn Foster2003-02-01
| | | | | | | 2003-02-01 Glynn Foster <glynn.foster@sun.com> * NEWS, THANKS, src/about.c: Fix Jonathan's name - I suck.
* Add new. Update coordinates.Glynn Foster2003-02-01
| | | | | | | 2003-02-01 Glynn Foster <glynn.foster@sun.com> * data/Makefile.am, data/sunglasses.png: Add new. * src/about.c: Update coordinates.
* Okay, I'm a glory hunter. Seperate out the about dialog entries a little.Glynn Foster2003-02-01
| | | | | | | | | 2003-02-01 Glynn Foster <glynn.foster@sun.com> * src/about.c: Okay, I'm a glory hunter. Seperate out the about dialog entries a little. * THANKS: Update.
* UpdateGlynn Foster2003-01-29
| | | | | | | | | | | | | | 2003-01-29 Glynn Foster <glynn.foster@sun.com> * README: Update * configure.in: Remove some bogus configure checks that we almost certainly don't need. * src/about.c, data/Makefile.am, data/*.png: Add new pixbuf for about dialog. * TODO: Update accordingly
* Don't display the translators tab unless there is stuff to show.Glynn Foster2003-01-28
| | | | | | | | | | | | | | | | | | | | | 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.
* UpdateGlynn Foster2003-01-26
| | | | | | 2003-01-26 Glynn Foster <glynn.foster@sun.com> * THANKS, src/about.c: Update
* adding comma Glynn left out that kept it from compilingJohn Fleck2003-01-25
| | | | | | | 2003-01-24 John Fleck <jfleck@inkstain.net> * src/about.c: adding comma Glynn left out that kept it from compiling
* Provide correct help URL.Glynn Foster2003-01-24
| | | | | | | | | | | | | | 2003-01-24 Glynn Foster <glynn.foster@sun.com> * src/about.c: Provide correct help URL. * src/util.h, src/util.c: Add functions from libgnome/gnome-i18n so that we can correctly find the apropriate help file. * xmldocs.make: Install help into $(datadir)/help/$(lang)/ * THANKS: Update from the code I stole from libgnome
* Attempt to make things work after 2 bottles of wine last night. HarmlessGlynn Foster2003-01-19
| | | | | | | | | | | | | | | | | 2003-01-19 Glynn Foster <glynn.foster@sun.com> * src/about.c: Attempt to make things work after 2 bottles of wine last night. Harmless changes though, so I'll commit them for posterity. * src/main.c: Add a new helper function for the error reporting that makes the translators life easier. Thanks to Ole for spotting this. * src/text.c, src/zenity.h: Lame white spacing hacking. * xmldocs.make: Put the docs in $(datadir)/help - not quite sure yet if yelp is going to like this or not.
* Hooray! Zenity now has an about window icon. It's very zen too.Glynn Foster2003-01-18
| | | | | | | 2003-01-18 Glynn Foster <glynn.foster@sun.com> * data/Makefile.am, data/zenity.png, src/about.c: Hooray! Zenity now has an about window icon. It's very zen too.
* Some new window icons.Glynn Foster2003-01-18
| | | | | | | | | | | | | | | | | | | | | 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.
* Update to add new gconf requirement.Glynn Foster2003-01-14
| | | | | | | | | | | | | | | | | | | | | 2003-01-14 Glynn Foster <glynn.foster@sun.com> * configure.in: Update to add new gconf requirement. * src/zenity.h, src/about.c: Hurray for a new about box, although it lacks an icon. I wonder if people would actually like to see this as part of the dialog options. Can't think of any reason to do so at the moment though. Large chunks copied from libgnomeui/gnome-about.[ch] * src/util.h, src/util.c: Add new helper functions because I don't want to touch gnome_program with a bargepole. Copied from libgnome/gnome-url.[ch] * po/POTFILES.in: Add missing files. I think we have everything now. * TODO: Update accordingly.
* Add an about box. Still need to add an icon, and implement the callbacksGlynn Foster2003-01-14
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.
bgstack15