summaryrefslogtreecommitdiff
path: root/src/about.c
AgeCommit message (Collapse)Author
2003-02-03Add spec file, thanks to Mihai T. Lazarescu.Glynn Foster
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.
2003-02-01Fix Jonathan's name - I suck.Glynn Foster
2003-02-01 Glynn Foster <glynn.foster@sun.com> * NEWS, THANKS, src/about.c: Fix Jonathan's name - I suck.
2003-02-01Add new. Update coordinates.Glynn Foster
2003-02-01 Glynn Foster <glynn.foster@sun.com> * data/Makefile.am, data/sunglasses.png: Add new. * src/about.c: Update coordinates.
2003-02-01Okay, I'm a glory hunter. Seperate out the about dialog entries a little.Glynn Foster
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.
2003-01-29UpdateGlynn Foster
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
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-26UpdateGlynn Foster
2003-01-26 Glynn Foster <glynn.foster@sun.com> * THANKS, src/about.c: Update
2003-01-25adding comma Glynn left out that kept it from compilingJohn Fleck
2003-01-24 John Fleck <jfleck@inkstain.net> * src/about.c: adding comma Glynn left out that kept it from compiling
2003-01-24Provide correct help URL.Glynn Foster
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
2003-01-19Attempt to make things work after 2 bottles of wine last night. HarmlessGlynn Foster
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.
2003-01-18Hooray! Zenity now has an about window icon. It's very zen too.Glynn Foster
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.
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-14Update to add new gconf requirement.Glynn Foster
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.
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.