commit 91894b5c7d0d384c31ca99c6de55a9084f9c4424 Author: Arx Cruz Date: Thu May 14 16:57:50 2015 +0200 Bump to Zenity 3.16.2 NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) commit 08e8f3e05da467930bb7c24ca7280f7d18fc9122 Author: Arx Cruz Date: Thu May 14 16:54:34 2015 +0200 Bug #749359 zenity --list produces incorrect output src/zenity.ui | 1 + 1 file changed, 1 insertion(+) commit 4b5cbcd2e9718dcbcc56152b363a731e0018a313 Author: Cédric Valmary Date: Tue Apr 28 13:35:54 2015 +0000 Updated Occitan translation po/oc.po | 1411 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 768 insertions(+), 643 deletions(-) commit daccd138b9d098a6ab4c2517fc93e5456ae411be Author: Marek Černocký Date: Sat Apr 25 12:51:33 2015 +0200 Updated Czech translation po/cs.po | 483 ++++++++++++++++++++++++++++----------------------------------- 1 file changed, 211 insertions(+), 272 deletions(-) commit d59ce70285a0c5d7dd634ba5cc746b331edac4ce Author: Javier Jardón Date: Wed Apr 22 19:59:56 2015 +0100 Do not make zenity_util_show_dialog() X11 specific src/option.c | 2 +- src/util.c | 6 +++++- src/util.h | 7 +------ src/zenity.h | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) commit dc9719729899574d7f3b2056382af83fd106bd47 Author: Javier Jardón Date: Wed Apr 22 16:52:26 2015 +0100 Use upstream gettext instead intltool .bzrignore | 7 ------ .cvsignore | 7 ------ Makefile.am | 8 +----- README | 3 +-- configure.ac | 5 ++-- m4/.gitignore | 2 -- po/Makevars | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/POTFILES.in | 2 +- 8 files changed, 83 insertions(+), 29 deletions(-) commit 8e2ee458e2738052011391c3e38cc2bbfa25ac4b Author: Trần Ngọc Quân Date: Wed Apr 22 07:26:32 2015 +0700 Updated Vietnamese translation Signed-off-by: Trần Ngọc Quân po/vi.po | 447 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 235 insertions(+), 212 deletions(-) commit 996711f016c68dacaa204cfa9b8568e0d4564477 Author: Piotr Drąg Date: Wed Apr 22 00:49:31 2015 +0200 Improve some strings src/option.c | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) commit fd024c53e67b55a8979f24952d5340a779248fe7 Author: Arx Cruz Date: Tue Apr 21 14:59:29 2015 +0200 option.c: Fixing typo in extra-button option src/option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a0fa643f1c980e8a70938d977600f935b9c215f6 Merge: ba5ea03 c45daa9 Author: Arx Cruz Date: Tue Apr 21 13:51:23 2015 +0200 Merge branch 'jjardon/no_deprecated' Conflicts: src/msg.c commit ba5ea0386de2a80a664fb28d3af7e8d395968314 Author: Gama Anderson Date: Sat Feb 28 20:06:09 2015 +0100 ADD gchar **extra_label TO struct ZenityData this is done to keep the name of the extra buttons ADD general option "extra-button" with string array as argument This will upon consecutive calls save the name of buttons in an array of strings To all MODES, except notification.c and about.c ADD if (data->extra_label) { gint i=0; while(data->extra_label[i]!=NULL){ gtk_dialog_add_button (GTK_DIALOG (dialog), data->extra_label[i], i); i++; } } This add the extra buttons to the dialog. The response is the number of the button To all MODES response, except notification.c and about.c ADD default: if (response < g_strv_length(zen_data->extra_label)) printf("%s\n",zen_data->extra_label[response]); This will print the button name to stdout when they are pressed ADD question option "switch" This will suppress the standard "ok" and "cancel" button in question. This just wort in combination with --extra-button, otherwise error is raised. https://bugzilla.gnome.org/show_bug.cgi?id=118016 src/calendar.c | 13 +++++++++++-- src/color.c | 10 ++++++++++ src/entry.c | 13 +++++++++++-- src/fileselection.c | 11 ++++++++++- src/forms.c | 10 ++++++++++ src/msg.c | 21 ++++++++++++++++++++- src/option.c | 40 +++++++++++++++++++++++++++++++++++----- src/password.c | 10 ++++++++++ src/progress.c | 11 ++++++++++- src/scale.c | 12 +++++++++++- src/text.c | 11 ++++++++++- src/tree.c | 11 ++++++++++- src/util.c | 2 +- src/zenity.h | 2 ++ 14 files changed, 161 insertions(+), 16 deletions(-) commit 5c9095731e7995974de2468debbf1b82593445fd Author: Jason Penney Date: Thu Oct 30 06:09:59 2014 -0400 allow build if GDK_WINDOWING_X11 not set src/util.h | 2 ++ 1 file changed, 2 insertions(+) commit 4fe3fa98d941f2a00750bc5ce0c2a23846006265 Author: Andreas Mohr Date: Tue Apr 21 09:55:40 2015 +0200 Bug #734196 --info destroys X11 primary selection content, and does not document that either src/msg.c | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) commit cecc7c75edd213a102911db220335d977468df66 Author: Arx Cruz Date: Tue Apr 21 09:43:56 2015 +0200 Bump to 3.16.1 NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-)