Projects
Extra
yad
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 17
View file
yad.changes
Changed
@@ -1,4 +1,13 @@ ------------------------------------------------------------------- +Sat Jul 02 00:00:00 UTC 2011 - detlef@links2linux.de + +- new upstream version <0.12.4> + + * fix output for image fields in list dialog + * fix Enter behavior in list dialog + * update license information in sources + +------------------------------------------------------------------- Sat Jun 25 00:00:00 UTC 2011 - detlef@links2linux.de - new upstream version <0.12.3>
View file
yad.spec
Changed
@@ -1,7 +1,7 @@ # norootforbuild Name: yad -Version: 0.12.3 +Version: 0.12.4 Release: 1 Summary: A fork of Zenity with many improvements
View file
yad-0.12.3.tar.bz2/ChangeLog -> yad-0.12.4.tar.bz2/ChangeLog
Changed
@@ -1,3 +1,7 @@ +2011-06-24 17:14 ananasik + + * ChangeLog, NEWS: release 0.12.3 + 2011-06-24 05:36 ananasik * src/browser.c, src/progress.c: fix build with gtk-3.0
View file
yad-0.12.3.tar.bz2/NEWS -> yad-0.12.4.tar.bz2/NEWS
Changed
@@ -1,3 +1,8 @@ +Version 0.12.4 + - fix output for image fields in list dialog + - fix Enter behavior in list dialog + - update license information in sources + Version 0.12.3 - fix build with gtk3 - update man page
View file
yad-0.12.3.tar.bz2/configure -> yad-0.12.4.tar.bz2/configure
Changed
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for YAD 0.12.3. +# Generated by GNU Autoconf 2.68 for YAD 0.12.4. # # Report bugs to <http://code.google.com/p/yad/issues/entry>. # @@ -560,8 +560,8 @@ # Identity of this package. PACKAGE_NAME='YAD' PACKAGE_TARNAME='yad' -PACKAGE_VERSION='0.12.3' -PACKAGE_STRING='YAD 0.12.3' +PACKAGE_VERSION='0.12.4' +PACKAGE_STRING='YAD 0.12.4' PACKAGE_BUGREPORT='http://code.google.com/p/yad/issues/entry' PACKAGE_URL='http://code.google.com/p/yad' @@ -1311,7 +1311,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures YAD 0.12.3 to adapt to many kinds of systems. +\`configure' configures YAD 0.12.4 to adapt to many kinds of systems. Usage: $0 OPTION... VAR=VALUE... @@ -1377,7 +1377,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of YAD 0.12.3:";; + short | recursive ) echo "Configuration of YAD 0.12.4:";; esac cat <<\_ACEOF @@ -1485,7 +1485,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -YAD configure 0.12.3 +YAD configure 0.12.4 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1854,7 +1854,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by YAD $as_me 0.12.3, which was +It was created by YAD $as_me 0.12.4, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2669,7 +2669,7 @@ # Define the identity of the package. PACKAGE='yad' - VERSION='0.12.3' + VERSION='0.12.4' cat >>confdefs.h <<_ACEOF @@ -6971,7 +6971,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by YAD $as_me 0.12.3, which was +This file was extended by YAD $as_me 0.12.4, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -7038,7 +7038,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/\\""\`\$/\\\\&/g'`" ac_cs_version="\\ -YAD config.status 0.12.3 +YAD config.status 0.12.4 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\"
View file
yad-0.12.3.tar.bz2/configure.ac -> yad-0.12.4.tar.bz2/configure.ac
Changed
@@ -1,4 +1,4 @@ -AC_INIT(YAD, 0.12.3, http://code.google.com/p/yad/issues/entry, yad, http://code.google.com/p/yad) +AC_INIT(YAD, 0.12.4, http://code.google.com/p/yad/issues/entry, yad, http://code.google.com/p/yad) AM_INIT_AUTOMAKE(1.11 foreign dist-xz no-dist-gzip) AM_SILENT_RULES(yes)
View file
yad-0.12.3.tar.bz2/data/yad.1 -> yad-0.12.4.tar.bz2/data/yad.1
Changed
@@ -367,6 +367,7 @@ .TP .B \-\-dclick-action=CMD Set the \fICMD\fP as a double-click command. When user double-clicked on row, CMD will be launched with values of all columns as an arguments. By default double-click selects row and act as \fIOK\fP button for simple lists, set the checkbox if \fI\-\-checklist\fP specified and do nothing when list run with \fI\-\-multiple\fP option. +When double-click specified \fIEnter\fP acts as a double-click and \fICtrl+Enter\fP acts as an \fIOK\fP button. .PP Notification options
View file
yad-0.12.3.tar.bz2/src/about.c -> yad-0.12.4.tar.bz2/src/about.c
Changed
@@ -12,11 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with YAD; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with YAD. If not, see <http://www.gnu.org/licenses/>. * * Copyright (C) 2008-2011, Victor Ananjevsky <ananasik@gmail.com> - * */ #include "yad.h" @@ -31,17 +29,16 @@ }; gchar *translators = _("translator-credits"); gchar *license = - _("This program is free software; you can redistribute it and/or modify " + _("YAD is free software; you can redistribute it and/or modify " "it under the terms of the GNU General Public License as published by " "the Free Software Foundation; either version 3 of the License, or " "(at your option) any later version.\n\n" - "This program is distributed in the hope that it will be useful, " + "YAD is distributed in the hope that it will be useful, " "but WITHOUT ANY WARRANTY; without even the implied warranty of " "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the " "GNU General Public License for more details.\n\n" "You should have received a copy of the GNU General Public License " - "along with this program; if not, write to the Free Software " - "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA."); + "along with YAD. If not, see <http://www.gnu.org/licenses/>."); dialog = gtk_about_dialog_new (); gtk_window_set_icon_name (GTK_WINDOW (dialog), "yad");
View file
yad-0.12.3.tar.bz2/src/browser.c -> yad-0.12.4.tar.bz2/src/browser.c
Changed
@@ -12,11 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with YAD; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with YAD. If not, see <http://www.gnu.org/licenses/>. * * Copyright (C) 2010-2011, Victor Ananjevsky <ananasik@gmail.com> - * */ #include <config.h>
View file
yad-0.12.3.tar.bz2/src/calendar.c -> yad-0.12.4.tar.bz2/src/calendar.c
Changed
@@ -12,11 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with YAD; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with YAD. If not, see <http://www.gnu.org/licenses/>. * * Copyright (C) 2008-2011, Victor Ananjevsky <ananasik@gmail.com> - * */ #include <errno.h>
View file
yad-0.12.3.tar.bz2/src/color.c -> yad-0.12.4.tar.bz2/src/color.c
Changed
@@ -12,11 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with YAD; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with YAD. If not, see <http://www.gnu.org/licenses/>. * * Copyright (C) 2008-2011, Victor Ananjevsky <ananasik@gmail.com> - * */ #include <errno.h>
View file
yad-0.12.3.tar.bz2/src/dnd.c -> yad-0.12.4.tar.bz2/src/dnd.c
Changed
@@ -12,14 +12,11 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with YAD; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with YAD. If not, see <http://www.gnu.org/licenses/>. * * Copyright (C) 2008-2011, Victor Ananjevsky <ananasik@gmail.com> */ -/* code for working with dnd targets gets from gnome-terminal */ - #include "yad.h" static void
View file
yad-0.12.3.tar.bz2/src/entry.c -> yad-0.12.4.tar.bz2/src/entry.c
Changed
@@ -12,11 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with YAD; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with YAD. If not, see <http://www.gnu.org/licenses/>. * * Copyright (C) 2008-2011, Victor Ananjevsky <ananasik@gmail.com> - * */ #include "yad.h"
View file
yad-0.12.3.tar.bz2/src/file.c -> yad-0.12.4.tar.bz2/src/file.c
Changed
@@ -12,11 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with YAD; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with YAD. If not, see <http://www.gnu.org/licenses/>. * * Copyright (C) 2008-2011, Victor Ananjevsky <ananasik@gmail.com> - * */ #include "yad.h"
View file
yad-0.12.3.tar.bz2/src/font.c -> yad-0.12.4.tar.bz2/src/font.c
Changed
@@ -12,11 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with YAD; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with YAD. If not, see <http://www.gnu.org/licenses/>. * * Copyright (C) 2008-2011, Victor Ananjevsky <ananasik@gmail.com> - * */ #include <errno.h>
View file
yad-0.12.3.tar.bz2/src/form.c -> yad-0.12.4.tar.bz2/src/form.c
Changed
@@ -12,11 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with YAD; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with YAD. If not, see <http://www.gnu.org/licenses/>. * * Copyright (C) 2008-2011, Victor Ananjevsky <ananasik@gmail.com> - * */ #include "yad.h"
View file
yad-0.12.3.tar.bz2/src/icons.c -> yad-0.12.4.tar.bz2/src/icons.c
Changed
@@ -12,11 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with YAD; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with YAD. If not, see <http://www.gnu.org/licenses/>. * * Copyright (C) 2008-2011, Victor Ananjevsky <ananasik@gmail.com> - * */ #include "yad.h"
View file
yad-0.12.3.tar.bz2/src/list.c -> yad-0.12.4.tar.bz2/src/list.c
Changed
@@ -12,11 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with YAD; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with YAD. If not, see <http://www.gnu.org/licenses/>. * * Copyright (C) 2008-2011, Victor Ananjevsky <ananasik@gmail.com> - * */ #include <string.h> @@ -39,7 +37,17 @@ if (event->keyval == GDK_Return || event->keyval == GDK_KP_Enter) #endif { - gtk_dialog_response (GTK_DIALOG (data), YAD_RESPONSE_OK); + if (options.list_data.dclick_action) + { + /* FIXME: check this under gtk-3.0 */ + if (event->state & GDK_CONTROL_MASK) + gtk_dialog_response (GTK_DIALOG (data), YAD_RESPONSE_OK); + else + return FALSE; + } + else + gtk_dialog_response (GTK_DIALOG (data), YAD_RESPONSE_OK); + return TRUE; } return FALSE; @@ -419,8 +427,6 @@ case YAD_COLUMN_ATTR_FONT: gtk_list_store_set (GTK_LIST_STORE (model), &iter, column_count, string->str, -1); break; - case YAD_COLUMN_TEXT: - case YAD_COLUMN_TOOLTIP: default: val = escape_markup (string->str); gtk_list_store_set (GTK_LIST_STORE (model), &iter, column_count, val, -1); @@ -495,8 +501,6 @@ case YAD_COLUMN_ATTR_FONT: gtk_list_store_set (GTK_LIST_STORE (model), &iter, j, argsi, -1); break; - case YAD_COLUMN_TEXT: - case YAD_COLUMN_TOOLTIP: default: val = escape_markup (argsi); gtk_list_store_set (GTK_LIST_STORE (model), &iter, j, val, -1); @@ -576,6 +580,15 @@ g_string_append_printf (cmd, " %lf", nval); break; } + case YAD_COLUMN_IMAGE: + { + g_string_append_printf (cmd, " ''"); + break; + } + case YAD_COLUMN_ATTR_FORE: + case YAD_COLUMN_ATTR_BACK: + case YAD_COLUMN_ATTR_FONT: + break; default: { gchar *cval, *uval; @@ -754,7 +767,7 @@ { YadColumn *col = (YadColumn *) g_slist_nth_data (options.list_data.columns, num); - /* don't print image or attributes */ + /* don't print attributes */ if (col->type == YAD_COLUMN_ATTR_FORE || col->type == YAD_COLUMN_ATTR_BACK || col->type == YAD_COLUMN_ATTR_FONT) @@ -783,8 +796,8 @@ g_printf ("%lf", nval); break; } - case YAD_COLUMN_TOOLTIP: - case YAD_COLUMN_TEXT: + case YAD_COLUMN_IMAGE: + break; default: { gchar *cval, *uval;
View file
yad-0.12.3.tar.bz2/src/main.c -> yad-0.12.4.tar.bz2/src/main.c
Changed
@@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with YAD; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with YAD. If not, see <http://www.gnu.org/licenses/>. * * Copyright (C) 2008-2011, Victor Ananjevsky <ananasik@gmail.com> */
View file
yad-0.12.3.tar.bz2/src/notification.c -> yad-0.12.4.tar.bz2/src/notification.c
Changed
@@ -12,11 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with YAD; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with YAD. If not, see <http://www.gnu.org/licenses/>. * * Copyright (C) 2008-2011, Victor Ananjevsky <ananasik@gmail.com> - * */ #include <sys/stat.h>
View file
yad-0.12.3.tar.bz2/src/option.c -> yad-0.12.4.tar.bz2/src/option.c
Changed
@@ -12,11 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with YAD; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with YAD. If not, see <http://www.gnu.org/licenses/>. * * Copyright (C) 2008-2011, Victor Ananjevsky <ananasik@gmail.com> - * */ #include "yad.h"
View file
yad-0.12.3.tar.bz2/src/progress.c -> yad-0.12.4.tar.bz2/src/progress.c
Changed
@@ -12,11 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with YAD; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with YAD. If not, see <http://www.gnu.org/licenses/>. * * Copyright (C) 2008-2011, Victor Ananjevsky <ananasik@gmail.com> - * */ #include <stdio.h>
View file
yad-0.12.3.tar.bz2/src/scale.c -> yad-0.12.4.tar.bz2/src/scale.c
Changed
@@ -12,11 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with YAD; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with YAD. If not, see <http://www.gnu.org/licenses/>. * * Copyright (C) 2008-2011, Victor Ananjevsky <ananasik@gmail.com> - * */ #include "yad.h"
View file
yad-0.12.3.tar.bz2/src/text.c -> yad-0.12.4.tar.bz2/src/text.c
Changed
@@ -12,11 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with YAD; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with YAD. If not, see <http://www.gnu.org/licenses/>. * * Copyright (C) 2008-2011, Victor Ananjevsky <ananasik@gmail.com> - * */ #include <errno.h>
View file
yad-0.12.3.tar.bz2/src/util.c -> yad-0.12.4.tar.bz2/src/util.c
Changed
@@ -12,11 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with YAD; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with YAD. If not, see <http://www.gnu.org/licenses/>. * * Copyright (C) 2008-2011, Victor Ananjevsky <ananasik@gmail.com> - * */ #include <stdlib.h>
View file
yad-0.12.3.tar.bz2/src/yad.h -> yad-0.12.4.tar.bz2/src/yad.h
Changed
@@ -12,11 +12,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with YAD; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with YAD. If not, see <http://www.gnu.org/licenses/>. * * Copyright (C) 2008-2011, Victor Ananjevsky <ananasik@gmail.com> - * */ #ifndef _YAD_H_
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.