Commit Graph

26 Commits

Author SHA1 Message Date
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 e9f52ee103 Update the documentation after Breda's commit, to add the new
2004-08-22  Glynn Foster  <glynn.foster@sun.com>

	* help/C/zenity.xml: Update the documentation after
	Breda's commit, to add the new --print-column option for the
	list dialog.
2004-08-22 08:32:02 +00:00
Breda McColgan 3a3a047a71 help/C/zenity.xml help/C/zenity-C.omf
2004-08-18  Breda McColgan <breda.mccolgan@sun.com>

	* Updated the following files:
		* help/C/zenity.xml
		* help/C/zenity-C.omf
		* help/C/figures/zenity-calendar-screenshot.png
		* help/C/figures/zenity-entry-screenshot.png
		* help/C/figures/zenity-error-screenshot.png
		* help/C/figures/zenity-fileselection-screenshot.png
		* help/C/figures/zenity-information-screenshot.png
		* help/C/figures/zenity-list-screenshot.png
		* help/C/figures/zenity-progress-screenshot.png
		* help/C/figures/zenity-question-screenshot.png
		* help/C/figures/zenity-text-screenshot.png
		* help/C/figures/zenity-warning-screenshot.png

	* Added the following files:
		* help/C/l10n.txt
		* help/C/l10n_scripts/
		* help/C/l10n_scripts/calendar.sh
		* help/C/l10n_scripts/cvs.txt
		* help/C/l10n_scripts/error.sh
		* help/C/l10n_scripts/filesel.sh
		* help/C/l10n_scripts/info.sh
		* help/C/l10n_scripts/list.sh
		* help/C/l10n_scripts/progress.sh
		* help/C/l10n_scripts/question.sh
		* help/C/l10n_scripts/text_entry.sh
		* help/C/l10n_scripts/text_info.sh
		* help/C/l10n_scripts/warning.sh
	  See the help/C/l10n.txt file for information about l10n_scripts.
2004-08-18 18:10:27 +00:00
Glynn Foster ffaed08856 Add new option for --print-column, based on a patch by Paul Bolle. Fixes
2004-07-19  Glynn Foster  <glynn.foster@sun.com>

	* src/main.c, src/tree.c, src/zenity.h,
	help/C/zenity.xml: Add new option for --print-column, based
	on a patch by Paul Bolle.  Fixes #144496.
2004-07-19 01:01:28 +00:00
Glynn Foster aac1045400 Fix up documentation for correct usage of the Text Entry dialog. Patch
2004-07-19  Glynn Foster  <glynn.foster@sun.com>

	* help/C/zenity.xml, help/sr/zenity.xml: Fix up
	documentation for correct usage of the Text Entry
	dialog. Patch from Baptiste Mille-Mathias. Fixes #141513.
2004-07-18 23:45:59 +00:00
Glynn Foster 02955ce70f Fix the list dialog not being able to handle --text to change the text. It
2004-04-29  Glynn Foster  <glynn.foster@sun.com>

	* src/main.c, src/tree.c: Fix the list dialog not being
	able to handle --text to change the text. It was also
	intentional but must have fallen through the gaps.
	* data/zenity.1: Update
	* help/C/zenity.xml: Update.
2004-04-28 12:06:02 +00:00
Ross Burton 0b175e1c58 Fix a typo in the manual 2004-04-20 10:54:21 +00:00
Glynn Foster 9cb4c22a66 Fix documentation for text-info as pointed out by the grand master of the
2004-04-20  Glynn Foster  <glynn.foster@sun.com>

	* help/C/zenity.xml: Fix documentation for text-info
	as pointed out by the grand master of the zenity man
	page, Ross Burton.
2004-04-20 10:24:37 +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
Mike Newman 0e4c879656 Allow multiple file selections. 2003-06-09 18:57:01 +00:00
Mike Newman 626d95b752 Add --auto-close option to progress dialog. Closes dialog when 100% has been reached. Also update docs for new option. Fixes #114125. 2003-06-03 21:52:16 +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 70ea28f34c Make the progress dialog actually work and now uses g_io_channel. Woot!
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.
2003-05-19 18:24:41 +00:00
Glynn Foster 51b02f8b1d Update docs for new commandline options.
2003-05-05  Glynn Foster  <glynn.foster@sun.com>

	* help/C/zenity.xml: Update docs for new commandline
	options.
2003-05-05 22:38:54 +00:00
Glynn Foster b7bdcc563d Update the docs for new --editable option in the List dialog.
2003-02-01  Glynn Foster  <glynn.foster@sun.com>

	* help/C/zenity.xml: Update the docs for new --editable
	option in the List dialog.
2003-02-01 12:17:32 +00:00
John Fleck 65daf49dc5 John Fleck <jfleck@inkstain.net>
John Fleck <jfleck@inkstain.net>

	* help/C/zenity.xml
	fix typo
2003-01-24 14:01:00 +00:00
John Fleck 78e286b17b help/C/zenity.xml fixing tag mixup that made the docbook not valid
2003-01-23 John Fleck <jfleck@inkstain.net>

	* help/C/zenity.xml
	fixing tag mixup that made the docbook not
	valid
2003-01-24 03:38:04 +00:00
Glynn Foster c0b858a53c Clarify some of the documentation a little. Add in a few example scripts
2003-01-22  Glynn Foster  <glynn.foster@sun.com>

	* help/C/zenity.xml: Clarify some of the documentation a little. Add
	in a few example scripts and commandlines. I'm pretty useless at
	this though, since I don't know how to write scripts.

	* TODO: Update accordingly. Only 2 things left.
2003-01-22 01:50:28 +00:00
Mike Newman 061214aeaa Fix typo in calendar help 2003-01-19 16:02:35 +00:00
Mike Newman 37a276af52 Fixed a missing closing tag. 2003-01-19 12:31:13 +00:00
Mike Newman 1e1dfef56e Add --editable option to --text-info, and return edited textbuffer contents on dialog close. 2003-01-19 12:13:08 +00:00
Glynn Foster 6d06f132d3 Enable help documentation in the build.
2003-01-18  Glynn Foster  <glynn.foster@sun.com>

	* Makefile.am, configure.in, omf.make, xmldocs.make: Enable
	help documentation in the build.

	* help/C/zenity-C.omf, help/C/zenity.xml: Fix up silly errors.
2003-01-18 19:19:20 +00:00
Glynn Foster 0d0c6bb6fa Add in references to the screenshots.
2003-01-18  Glynn Foster  <glynn.foster@sun.com>

	* help/C/zenity.xml: Add in references to the screenshots.
2003-01-18 19:04:26 +00:00
Glynn Foster 18760d406d Only some examples and some screenshots and we're mostly done for a first
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-18 18:02:14 +00:00
Glynn Foster dee9ebb40b Update the docs a little. I have absolutely no clue how the doc people
2003-01-18  Glynn Foster  <glynn.foster@sun.com>

	* help/C/zenity.xml: Update the docs a little. I have absolutely
	no clue how the doc people don't get tired of this.
2003-01-18 14:28:54 +00:00
Glynn Foster de248c7265 First initial template of the help documents. Still have to write the main
2003-01-15  Glynn Foster  <glynn.foster@sun.com>

	* help/C/Makefile.am, help/C/legal.xml, help/C/zenity-C.omf,
	help/C/zenity.xml, help/Makefile.am: First initial template
	of the help documents. Still have to write the main bulk of
	it.
2003-01-15 10:28:19 +00:00