summaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* data: Manpage generation changesLogan Rathbone2023-05-085-22/+508
| | | | | | | | | | | | | | Don't automatically generate the manpage from help2man for now. This creates problems since a display manager is required to run `zenity --help-all` and `zenity --version` at this time. This should be fixed in the long term, but for now we're just going to avoid the issue altogether. Manual intervention will be required to update the manpage for now, but hopefully we can rectify this in the future. It is fine for now as the manpage should not need to be regenerated too frequently. Also, s/GTK+/GTK in the .roff boilerplate.
* desktop file: Remove spurious translation commentLogan Rathbone2023-02-041-1/+0
|
* Revert "build: Escape single quotes in help2man custom target"Logan Rathbone2023-01-241-1/+1
| | | | This reverts commit 4207034e6f854469f5a2f691586994a8de001a9c.
* build: Escape single quotes in help2man custom targetLogan Rathbone2023-01-241-1/+1
|
* Initial port to libadwaitaLogan Rathbone2023-01-232-48/+33
|
* Icon handling improvements.Logan Rathbone2022-01-121-1/+1
| | | | | | Update manpage to reflect proper usage of --icon. Add handling of zenity3 --window-icon option, with deprecation warning.
* help/docs: update; notification: bugfixes.Logan Rathbone2022-01-111-336/+15
|
* notification: Initial port to GNotificationLogan Rathbone2022-01-102-0/+37
| | | | | | | | Port from libnotify, which is deprecated. Some features are yet missing, but this is a start. This drops libnotify as a dependency; meson files updated accordingly.
* Revert "l10n updates and update manpage and yelp."Logan Rathbone2021-02-161-3/+0
| | | | This reverts commit f79cddc789357b47f372395bbe5d3593699e168a.
* l10n updates and update manpage and yelp.Logan Rathbone2021-02-151-0/+3
| | | | | | | | | | | | l10n po-files regenerated. This has resulted in substantial fuzzy strings that will require translator attention. I have updated the en_CA translation myself. I have also updated the manpage and 'C' locale of the Yelp help to reflect the change in options, particularly to the removal of the 'window-icon' option and moving it to the 'icon' option which is specific to the libnotify support now.
* Make icon notification-only.Logan Rathbone2021-02-151-5/+2
| | | | | | s/--window-icon/--icon, now only for the notification component. Update manpage accordingly.
* Mass cleanup and finish meson migration.Logan Rathbone2021-02-1416-23/+1
| | | | Autotools purged.
* man: Remove mention of gdialogPiotr Drąg2017-09-201-1/+1
| | | | | | It’s been dead for a while. https://git.gnome.org/browse/archive/gnome-utils/commit/?id=c7259559145956d41615206747066da10fd92898
* Bug #667711 - man page points to nonexisting docArx Cruz2013-11-231-2/+1
|
* Add about password and forms dialog.Yasumichi Akahoshi2012-02-021-2/+39
| | | | Signed-off-by: Yasumichi Akahoshi <yasumichi@vinelinux.org>
* Patch for bug #621907Arx Cruz2011-07-061-0/+12
| | | | | | This patch add the option --no-markup in the info, warning, error and question dialogs So if the user wants to use & \ ' and other symbols, now he can, and no error will be showed.
* Update man page to reflect new text-info options.Arx Cruz2011-06-291-0/+9
|
* man page to mention return code 5 for timeoutCarnë Draug2011-06-171-4/+4
|
* Fix manpage for the statusicon removal from Zenity 3.0Luis Medinas2010-10-211-2/+2
|
* Bug #616816 - Add new entries to Zenity's man page - Patch from Carnë Draug ↵Arx Cruz2010-06-281-5/+22
| | | | - carandraug.ml at gmail dot com
* Bug 540169 - Zenity should offer color selection dialogBerislav Kovacki2010-02-231-0/+12
|
* [man] Change --print-column expect a NUMBERLucas Rocha2009-12-131-1/+1
|
* Bug 541400 - document use of $WINDOWID variableFrederic Peters2009-08-101-0/+6
|
* document --timeout (Fixes bug #565133). Patch from Luca BrunoLucas Rocha2009-01-091-0/+3
| | | | | | | | | 2009-01-08 Lucas Rocha <lucasr@gnome.org> * data/zenity.1: document --timeout (Fixes bug #565133). Patch from Luca Bruno <lethalman88@gmail.com>. svn path=/trunk/; revision=1460
* man page update (Fixes bug #436187). Patch from Sven ArvidssonLucas Rocha2007-05-141-3/+66
| | | | | | | | | 2007-05-14 Lucas Rocha <lucasr@gnome.org> * data/zenity.1: man page update (Fixes bug #436187). Patch from Sven Arvidsson <sa@whiz.se>. svn path=/trunk/; revision=1207
* move to automake 1.9 and several cleanups (Fixes bug #341056). Patch fromLucas Rocha2006-05-101-1/+1
| | | | | | | | | 2006-05-10 Lucas Rocha <lucasr@gnome.org> * .cvsignore, Makefile.am, autogen.sh, configure.in, data/Makefile.am, po/.cvsignore, src/Makefile.am: move to automake 1.9 and several cleanups (Fixes bug #341056). Patch from Christian Persch <chpe@gnome.org>.
* fix example on progress dialog (Fixed bug #336751).Lucas Rocha2006-03-311-1/+1
| | | | | | | 2006-03-31 Lucas Rocha <lucasr@gnome.org> * data/zenity.1: fix example on progress dialog (Fixed bug #336751).
* new scale dialog for selecting a value from a range (Fixes #322399).Lucas Rocha2005-12-132-0/+1
| | | | | | | | | | 2005-12-13 Lucas Rocha <lucasr@gnome.org> * data/Makefile.am, data/zenity-scale.png, src/Makefile.am, src/main.c, src/option.c, src/option.h, src/scale.c, src/zenity.glade, src/zenity.h: new scale dialog for selecting a value from a range (Fixes #322399).
* bug fix for #315020.Lucas Rocha2005-09-241-1/+1
| | | | | | 2005-09-24 Lucas Rocha <lucasr@cvs.gnome.org> * data/zenity.1: bug fix for #315020.
* escaped "-"s; they're supposed to be minus signs, not hyphens.Guilherme de S. Pastore2005-09-211-8/+8
| | | | * data/zenity.1: escaped "-"s; they're supposed to be minus signs, not hyphens.
* Add new notification icon. Update for new files. Restructure code a littleGlynn Foster2004-09-133-1/+16
| | | | | | | | | | | | | | | | | 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 the man page for the --print-column option added.Glynn Foster2004-08-031-0/+4
| | | | | | | 2004-08-03 Glynn Foster <glynn.foster@sun.com> * data/zenity.1: Update the man page for the --print-column option added.
* Fix the list dialog not being able to handle --text to change the text. ItGlynn Foster2004-04-281-0/+3
| | | | | | | | | | 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.
* Allow multiple file selections.Mike Newman2003-06-091-0/+6
|
* Add --auto-close option to progress dialog. Closes dialog when 100% has been ↵Mike Newman2003-06-031-0/+3
| | | | reached. Also update docs for new option. Fixes #114125.
* Update some more items. Update man page a little, although it still shouldGlynn Foster2003-05-281-5/+23
| | | | | | | | 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.
* Added a small manual pageRoss Burton2003-02-052-1/+215
|
* Um, you don't really want to know.Glynn Foster2003-02-033-1/+3
| | | | | | | | 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 new. Update coordinates.Glynn Foster2003-02-012-1/+2
| | | | | | | 2003-02-01 Glynn Foster <glynn.foster@sun.com> * data/Makefile.am, data/sunglasses.png: Add new. * src/about.c: Update coordinates.
* UpdateGlynn Foster2003-01-293-1/+6
| | | | | | | | | | | | | | 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
* Hooray! Zenity now has an about window icon. It's very zen too.Glynn Foster2003-01-182-0/+1
| | | | | | | 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-185-1/+3
| | | | | | | | | | | | | | | | | | | | | 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.
* Life is pleasant. Death is peaceful. It's the transition that's troublesome.Glynn Foster2003-01-061-0/+2
|
* Initial revisionGlynn Foster2003-01-035-0/+8