| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-30 Lucas Rocha <lucasr@gnome.org>
Allow question dialogs to use custom button label text (Fixes
bug #335763). Patch from Cosimo Cecchi <anarki@lilik.it> and
Thomas Thurman <tthurman@gnome.org>.
* src/msg.c (zenity_msg_construct_question_dialog), (zenity_msg):
dynamically add dialog buttons with provided labels.
* src/option.c (zenity_option_free): free input labels.
(zenity_question_post_callback): set button labels provided by the
respective command line options.
* src/zenity.glade: remove pre-defined dialog button from question
dialog.
* src/zenity.h: added ok_label and cancel_label to ZenityMsgData.
svn path=/trunk/; revision=1346
|
|
|
|
|
|
|
|
|
| |
2008-03-17 Lucas Rocha <lucasr@gnome.org>
* src/option.c: added arg_description for --timeout option (Fixes
bug #516876). Patch from Luca Ferretti <elle.uca@libero.it>.
svn path=/trunk/; revision=1341
|
|
|
|
| |
svn path=/trunk/; revision=1340
|
|
|
|
|
|
|
|
|
| |
2007-03-17 Lucas Rocha <lucasr@gnome.org>
* src/scale.c (zenity_scale): set value range before setting value
in order to correctly set initial state (Fixes bug #521574).
svn path=/trunk/; revision=1337
|
|
|
|
|
|
|
|
|
| |
2007-03-17 Lucas Rocha <lucasr@gnome.org>
* src/option.c: added comment on a string in order clarify its
meaning for translators (Fixes bug #520847).
svn path=/trunk/; revision=1335
|
|
|
|
|
|
|
|
| |
2007-03-10 Lucas Rocha <lucasr@gnome.org>
* configure.in: post-release version bump.
svn path=/trunk/; revision=1330
|
|
|
|
|
|
|
|
| |
2008-03-10 Lucas Rocha <lucasr@gnome.org>
* NEWS: release 2.22.0
svn path=/trunk/; revision=1329
|
|
|
|
|
|
|
|
| |
2007-02-25 Lucas Rocha <lucasr@gnome.org>
* configure.in: post-release version bump.
svn path=/trunk/; revision=1320
|
|
|
|
|
|
|
|
| |
2008-02-25 Lucas Rocha <lucasr@gnome.org>
* NEWS: release 2.21.1
svn path=/trunk/; revision=1318
|
|
|
|
|
|
|
|
| |
2007-12-05 Claude Paroz <claude@2xlibre.net>
* NEWS: Converted to UTF-8.
svn path=/trunk/; revision=1300
|
|
|
|
|
|
|
|
| |
2007-09-17 Lucas Rocha <lucasr@gnome.org>
* configure.in: post-release version bump.
svn path=/trunk/; revision=1273
|
|
|
|
|
|
|
|
| |
2007-09-17 Lucas Rocha <lucasr@gnome.org>
* NEWS: release 2.20.0
svn path=/trunk/; revision=1271
|
|
|
|
|
|
|
|
| |
2007-09-04 Lucas Rocha <lucasr@gnome.org>
* MAINTAINERS: use new standard/required format.
svn path=/trunk/; revision=1256
|
|
|
|
|
|
|
|
| |
2007-08-13 Lucas Rocha <lucasr@gnome.org>
* configure.in: post-release version bump.
svn path=/trunk/; revision=1234
|
|
|
|
|
|
|
|
| |
2007-08-13 Lucas Rocha <lucasr@gnome.org>
* NEWS: release 2.19.2
svn path=/trunk/; revision=1232
|
|
|
|
|
|
|
|
|
| |
2007-08-13 Lucas Rocha <lucasr@gnome.org>
* src/*.c: added timeout option to all dialogs (Fixes bug #160654).
Based on patch from Muthiah Annamalai <gnumuthu@users.sf.net>.
svn path=/trunk/; revision=1231
|
|
|
|
|
|
|
|
|
| |
2007-08-13 Lucas Rocha <lucasr@gnome.org>
* src/tree.c: fix critical warning when using checkbox and radiobox in
list dialog (Fixes bug #453713).
svn path=/trunk/; revision=1230
|
|
|
|
|
|
|
|
|
| |
2007-05-27 Lucas Rocha <lucasr@gnome.org>
* src/tree.c: fix broken handling of input from pipes in list
dialog (Fixes bug #343684).
svn path=/trunk/; revision=1221
|
|
|
|
|
|
|
|
|
| |
2007-05-27 Lucas Rocha <lucasr@gnome.org>
* src/text.c: correctly handle UTF-8 input text in the text info
dialog (Fixes bug #407275).
svn path=/trunk/; revision=1220
|
|
|
|
|
|
|
|
|
| |
2007-05-27 Lucas Rocha <lucasr@gnome.org>
* src/main.c: initialize GTK+ before parsing command line options to
better handle errors on display setting (Fixes bug #410055).
svn path=/trunk/; revision=1217
|
|
|
|
|
|
|
|
| |
2007-05-15 Lucas Rocha <lucasr@gnome.org>
* configure.in: post-release version bump.
svn path=/trunk/; revision=1215
|
|
|
|
|
|
|
|
| |
2007-05-15 Lucas Rocha <lucasr@gnome.org>
* NEWS: release 2.19.1
svn path=/trunk/; revision=1213
|
|
|
|
|
|
|
|
|
|
| |
2007-05-15 Lucas Rocha <lucasr@gnome.org>
* src/text.c (zenity_text_dialog_response): fix seg fault when
outputing files with special printf format strings (Fixes
bug #405006). Patch from Mariano Suárez-Alvarez.
svn path=/trunk/; revision=1212
|
|
|
|
|
|
|
|
|
| |
2007-05-15 Lucas Rocha <lucasr@gnome.org>
* src/tree.c (zenity_tree_dialog_toggle_get_selected): fix index
handling for --print-column (Fixes bug #420396).
svn path=/trunk/; revision=1211
|
|
|
|
|
|
|
|
|
| |
2007-05-15 Lucas Rocha <lucasr@gnome.org>
* configure.ac: make libnotify support an option (Fixes bug #346843).
Patch from Saleem Abdulrasool <compnerd@gentoo.org>.
svn path=/trunk/; revision=1210
|
|
|
|
|
|
|
|
|
|
| |
2007-05-15 Lucas Rocha <lucasr@gnome.org>
* src/calendar.c (zenity_calendar, zenity_calendar_double_click):
double-click on day results in dialog response (Fixes bug #395152).
Patch from Tom Tromey <tromey@redhat.com>.
svn path=/trunk/; revision=1209
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 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
|
|
|
|
|
|
|
|
| |
2007-04-09 Lucas Rocha <lucasr@gnome.org>
* configure.in: post-release version bump.
svn path=/trunk/; revision=1199
|
|
|
|
|
|
|
|
| |
2007-04-09 Lucas Rocha <lucasr@gnome.org>
* NEWS: release 2.18.1
svn path=/trunk/; revision=1197
|
|
|
|
|
|
|
|
| |
2007-03-11 Lucas Rocha <lucasr@gnome.org>
* configure.in: post-release version bump.
svn path=/trunk/; revision=1189
|
|
|
|
|
|
|
|
| |
2007-03-11 Lucas Rocha <lucasr@gnome.org>
* NEWS: release 2.18.0
svn path=/trunk/; revision=1187
|
|
|
|
|
|
|
|
| |
2007-02-26 Lucas Rocha <lucasr@gnome.org>
* configure.in: post-release version bump.
svn path=/trunk/; revision=1174
|
|
|
|
|
|
|
|
| |
2007-02-26 Lucas Rocha <lucasr@gnome.org>
* NEWS: release 2.17.92
svn path=/trunk/; revision=1172
|
|
|
|
|
|
|
|
| |
2007-02-12 Lucas Rocha <lucasr@gnome.org>
* configure.in: post-release version bump.
svn path=/trunk/; revision=1166
|
|
|
|
|
|
|
|
| |
2007-02-12 Lucas Rocha <lucasr@gnome.org>
* NEWS: release 2.17.91
svn path=/trunk/; revision=1164
|
|
|
|
|
|
|
|
| |
2007-01-22 Lucas Rocha <lucasr@gnome.org>
* configure.in: post-release version bump.
svn path=/trunk/; revision=1153
|
|
|
|
|
|
|
|
| |
2007-01-22 Lucas Rocha <lucasr@gnome.org>
* NEWS: release 2.17.90
svn path=/trunk/; revision=1151
|
|
|
|
|
|
|
|
| |
2007-01-08 Lucas Rocha <lucasr@gnome.org>
* configure.in: post-release version bump.
svn path=/trunk/; revision=1149
|
|
|
|
|
|
|
|
| |
2007-01-08 Lucas Rocha <lucasr@gnome.org>
* NEWS: release 2.17.3
svn path=/trunk/; revision=1147
|
|
|
|
|
|
| |
2006-12-18 Lucas Rocha <lucasr@gnome.org>
* configure.in: post-release version bump.
|
|
|
|
|
|
| |
2006-12-18 Lucas Rocha <lucasr@gnome.org>
* NEWS: release 2.17.2
|
|
|
|
|
|
| |
2006-12-04 Lucas Rocha <lucasr@gnome.org>
* configure.in: post-release version bump.
|
|
|
|
|
|
| |
2006-12-04 Lucas Rocha <lucasr@gnome.org>
* NEWS: release 2.17.1
|
|
|
|
|
|
|
| |
2006-12-04 Lucas Rocha <lucasr@gnome.org>
* src/option.c: complete list dialog options with respective arguments
(Fixes bug #353320). Patch from Glynn Foster <glynn.foster@sun.com>.
|
|
|
|
|
|
|
|
| |
2006-12-04 Lucas Rocha <lucasr@gnome.org>
* src/zenity.glade: make dialog text selectable on message dialogs
(error, warning, info, and question) (Fixes bug #352910). Patch
from Greg Hudson <ghudson@mit.edu>.
|
|
|
|
|
|
| |
2006-12-03 Lucas Rocha <lucasr@gnome.org>
* src/zenity.glade: merged identic i18n strings (Fixes bug #334361).
|
|
|
|
|
|
| |
2006-12-02 Lucas Rocha <lucasr@gnome.org>
* COPYING: revert back to GNU LGPL.
|
|
|
|
|
|
|
|
|
| |
2006-12-02 Lucas Rocha <lucasr@gnome.org>
* src/zenity.h, src/progress.c, src/option.c: add "auto-kill" option
to progress dialog. Now the user can choose whether to kill parent
process or not (Fixes bug #310824). Patch from Diego Escalante Urrelo
<diego@aureal.com.pe>.
|
|
|
|
|
|
|
|
| |
2006-12-02 Lucas Rocha <lucasr@gnome.org>
* src/zenity.glade: don't show cancel button on warning dialog (Fixes
bug #324100). Patch from Claudio Saavedra
<csaavedra@alumnos.utalca.cl>
|