Commit Graph

66 Commits

Author SHA1 Message Date
Logan Rathbone b40d9bcb9b about: Remove Zen wisdom of the ancients
This easter egg was disabled more than a decade ago, but zenity is still
installing the image files that were used for it. Let's stop doing that.

Signed-off-by: Simon McVittie <smcv@collabora.com>
2021-06-29 00:22:09 -04:00
Arx Cruz 4eddb202ca Fix style
Fixing style in all zenity code, removing useless spaces,
empty lines, all code in 80 columns, etc.
2017-04-07 14:00:42 +02:00
Arx Cruz 797ef3f1bd Remove deprecated methods.
This remove deprecated methods in about dialog.
Also remove the help button in the about dialog, since wasn't
being used (due the deprecated methods) and keep it just
make the UI ugly.
2014-05-16 18:06:21 -03:00
Weitian Leung 009523d5da added attach option for transient window 2013-08-31 00:26:51 -03:00
Andre Klapper 29625ff9cc Compile with -DGSEAL_ENABLED. Fixes bug 612498. 2010-04-08 18:00:29 +02:00
Lucas Rocha 078ff02362 Bug 609224 - GPL mentioning left in about dialog 2010-02-23 17:55:00 +00:00
Lucas Rocha 97d7fa636e Bug 603673 - Show correct license in the about dialog 2009-12-13 17:45:28 +00:00
Lucas Rocha 278a669eaf disable monk easter egg in order to remove gnome-canvas dependency (Fixes
2009-03-08  Lucas Rocha  <lucasr@gnome.org>

	* configure.in, src/about.c: disable monk easter egg in order to
	remove gnome-canvas dependency (Fixes #571741).

svn path=/trunk/; revision=1489
2009-03-08 22:34:50 +00:00
Lucas Rocha adee9db566 general cleanups for build warnings (Fixes bug #416196). Patch from
2007-05-14  Lucas Rocha  <lucasr@gnome.org>

	* src/progress.c (zenity_progress_handle_stdin), src/option.c
	(zenity_create_context), src/about.c, src/notification.c
	(zenity_notification_handle_stdin): general cleanups for 
	build warnings (Fixes bug #416196). Patch from Kjartan 
	Maraas <kmaraas@gnome.org>.

svn path=/trunk/; revision=1208
2007-05-14 21:26:08 +00:00
Francisco Javier F. Serrador 5968740b29 Replaced old FSF postal address with current one.
2006-06-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* src/about.c: Replaced old FSF postal address with current one.
2006-06-10 20:16:35 +00:00
Lucas Rocha 1bf8562a2e about dialog update.
2006-05-19  Lucas Rocha  <lucasr@gnome.org>

	* src/about.c (zenity_about): about dialog update.
2006-05-19 20:00:29 +00:00
Lucas Rocha a8363ee219 quit zenity on dialog response (Fixes bug #336505).
2006-03-31  Lucas Rocha  <lucasr@gnome.org>

	* src/about.c (zenity_about_dialog_response): quit zenity
	on dialog response (Fixes bug #336505).
2006-03-31 04:20:47 +00:00
Lucas Rocha 7486a38445 use GtkAboutDialog instead of custom dialog (Fixes bug #309405). remove
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-18 03:19:40 +00:00
Lucas Rocha 6a7b36229c Release 2.13.2 Update.
2005-11-13  Lucas Rocha  <lucasr@cvs.gnome.org>

        * configure.in: Release 2.13.2
        * NEWS, THANKS, src/about.c: Update.
2005-11-14 05:05:33 +00:00
Lucas Rocha 5483bdb680 Release 2.13.1 Update.
2005-10-24  Lucas Rocha  <lucasr@cvs.gnome.org>

	* configure.in: Release 2.13.1
	* NEWS, THANKS, src/about.c: Update.
2005-10-24 12:51:36 +00:00
Lucas Rocha 7f091245f7 Release 2.12.0 Update.
2005-09-06  Lucas Rocha  <lucasr@cvs.gnome.org>

        * configure.in: Release 2.12.0
        * NEWS, THANKS, src/about.c: Update.
2005-09-06 03:44:07 +00:00
Lucas Rocha 417bfb6389 Release 2.11.92 Update.
2005-08-23  Lucas Rocha  <lucasr@cvs.gnome.org>

        * configure.in: Release 2.11.92
        * NEWS, THANKS, src/about.c: Update.
2005-08-23 15:16:57 +00:00
Lucas Rocha 0bc57119fb Release 2.11.91 Update.
2005-08-07  Lucas Rocha  <lucasr@cvs.gnome.org>

        * configure.in: Release 2.11.91
        * NEWS, THANKS, src/about.c: Update.
2005-08-07 19:45:50 +00:00
Lucas Rocha 47a2e0479a Release 2.11.90 Update.
2005-07-25  Lucas Rocha  <lucasr@cvs.gnome.org>

        * configure.in: Release 2.11.90
        * NEWS, THANKS, src/about.c: Update.
2005-07-26 03:12:09 +00:00
Lucas Rocha 4b5cdda3c8 Release 2.11.1 Add note about feature frozen-ness. Update.
2005-07-13  Lucas Rocha  <lucasr@cvs.gnome.org>

	* configure.in: Release 2.11.1
	* HACKING: Add note about feature frozen-ness.
	* NEWS, THANKS, src/about.c: Update.
2005-07-13 04:04:09 +00:00
Lucas Rocha 21f7bc6a54 general code cleanups. Contribution from Benoît Dejean.
2005-07-08  Lucas Rocha  <lucasr@cvs.gnome.org>

	* src/about.c, src/calendar.c, src/fileselection.c,
	src/option.c, src/progress.c, src/text.c, src/tree.c,
	src/util.c: general code cleanups. Contribution from
	Benoît Dejean.
2005-07-08 23:21:34 +00:00
Lucas Rocha d6f1d76768 marks static many functions and global variables. Contribution from
2005-07-08  Lucas Rocha  <lucasr@cvs.gnome.org>

	* src/about.c, src/option.c, src/fileselection.c:
	marks static many functions and global variables.
	Contribution from Benoît Dejean.
2005-07-08 13:39:27 +00:00
Lucas Almeida Rocha 0bc80a781d Changelog fixes, THANKS update. 2005-07-06 20:22:58 +00:00
Lucas Almeida Rocha c23ba6a523 Translation contributors update. 2005-07-04 17:30:29 +00:00
Lucas Almeida Rocha 5d584ca8ef Double-clicking on list dialog 2005-06-27 04:27:15 +00:00
Glynn Foster 6abd93050f COPYING, src/about.c, src/calendar.c, src/eggtrayicon.c, src/entry.c,
2005-04-25  Glynn Foster  <glynn.foster@sun.com>

	* COPYING, src/about.c, src/calendar.c, src/eggtrayicon.c,
	* src/entry.c, src/fileselection.c, src/main.c, src/msg.c,
	* src/notification.c, src/option.c, src/progress.c,
	* src/text.c, src/tree.c, src/util.c: Update the FSF address
	to point to 51 Franklin Street, Fifth Floor as per forwarded
	mail from Alvaro Lopez Ortega.
2005-04-25 03:20:45 +00:00
Glynn Foster a197b56c07 Fix bug #167577, that leaks a seperator. Patch from Paolo Borelli
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>
2005-02-16 10:28:11 +00:00
Glynn Foster a4777781d1 Patch from Chris Lahey for #165456. Updated.
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.
2005-01-31 22:17:38 +00:00
Glynn Foster bc282cfa65 Patch from Ed Catmur to fix the list dialog on stdin. Fixes #164152.
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.
2005-01-17 01:33:23 +00:00
Glynn Foster 3e05834b4c Add new notification icon. Update for new files. Restructure code a little
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.
2004-09-13 07:51:51 +00:00
Glynn Foster 03f3e5b060 Update Update. Patch from Lucas Rocha to implement save and directory
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.
2004-09-13 04:56:26 +00:00
Glynn Foster b46dd53df6 Add translator comment from Christian Rose, and fix up strcmp's for
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.
2004-08-17 08:55:10 +00:00
Glynn Foster 06d3c86671 Use 'translator-credits' rather than the underscore version which makes
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.
2004-08-11 06:14:21 +00:00
Glynn Foster eff2655713 Release 2.7.90
2004-08-03  Glynn Foster  <glynn.foster@sun.com>

	* configure.in: Release 2.7.90
2004-08-03 05:00:49 +00:00
Glynn Foster 6c68b70ca3 Patch from Luke Suchocki to send HUP to parent instead of itself. Fixes
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.
2004-06-17 23:38:39 +00:00
Glynn Foster c30c2f365f Add Paul. fix tyops in parsing.
2004-06-08  Glynn Foster  <glynn.foster@sun.com>

	* THANKS, src/about.c: Add Paul.
	* src/main.c:  fix tyops in parsing.
2004-06-09 21:12:55 +00:00
Glynn Foster 62785ed80f Add from the 2 Sebastian's, and make email addresses more spam proof.
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.
2004-04-26 04:41:25 +00:00
Glynn Foster 1e5f3993ee Update. Release 2.6.0
2004-03-23  Glynn Foster  <glynn.foster@sun.com>

	* NEWS, THANKS, src/about.c: Update.
	* configure.in: Release 2.6.0
2004-03-22 10:53:47 +00:00
Glynn Foster b43bbda2e2 Patch from Darren Adams <darrenadams@dsl.pipex.com> to make sure the new
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.
2004-03-19 02:28:30 +00:00
Glynn Foster 0e37613d25 Update to add Mike. Update for new release. Add lots of people, probably
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
2004-03-06 18:50:14 +00:00
Glynn Foster f9013fb09f Remove all the stupid duplicated code to do the help stuff, and instead do
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.
2004-02-29 07:34:28 +00:00
Glynn Foster f3ea9c41a2 Update. Update. Patch from Toshi to fix encoding of passed text strings.
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.
2003-09-04 10:33:00 +00:00
Glynn Foster 751d9a7bec Documentation updates from Nicholas Curran. Add Nicholas.
2003-09-01  Glynn Foster  <glynn.foster@sun.com>

	* help/C/zenity.xml: Documentation updates from Nicholas Curran.
	* THANKS, src/about.c: Add Nicholas.
2003-09-01 08:27:59 +00:00
Kevin C. Krinke 652c90596e user input data output to STDOUT via g_print instead of outputting to
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...
2003-07-13 23:03:18 +00:00
Mike Newman 9050357a9b Fixed my old and bouncy email address 2003-06-13 21:53:06 +00:00
Mike Newman 5bade6fe6a Support user-defined return values via env vars, like dialog did. 2003-06-07 14:41:56 +00:00
Glynn Foster 65cb873430 Fix up some build warnings as reported by Ross Burton and his amazing gcc
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.
2003-06-04 12:53:46 +00:00
Glynn Foster 1acd9cfed8 Patch from Dagmar d'Surreal <dagmar@speakeasy.net> to correct help docs
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.
2003-05-24 01:36:24 +00:00
Glynn Foster 49f8979534 Mass indentation cleanup. Make sure the glade dialogs aren't initially
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-03-10 17:11:18 +00:00
Glynn Foster e5149948ec Add Ross.
2003-02-05  Glynn Foster  <glynn.foster@sun.com>

	* THANKS, src/about.c: Add Ross.
2003-02-05 10:37:08 +00:00