Projects
Extra
yad
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 22
View file
yad.changes
Changed
@@ -1,4 +1,14 @@ ------------------------------------------------------------------- +Sun Nov 06 00:00:00 UTC 2011 - detlef@links2linux.de + +- new upstream version <0.15.1> + + * fix grid placement in form dialog + * fix popup menu in editable lists + * fix escaping markup text + * update man page + +------------------------------------------------------------------- Sun Oct 23 00:00:00 UTC 2011 - detlef@links2linux.de - new upstream version <0.15.0>
View file
yad.spec
Changed
@@ -1,7 +1,7 @@ # norootforbuild Name: yad -Version: 0.15.0 +Version: 0.15.1 Release: 1 Summary: A fork of Zenity with many improvements
View file
yad-0.15.0.tar.bz2/ChangeLog -> yad-0.15.1.tar.bz2/ChangeLog
Changed
@@ -1,3 +1,24 @@ +2011-11-02 14:58 ananasik + + * src/list.c: + +2011-10-18 05:09 ananasik + + * configure.ac, data/yad.1: update man page. bump version to 0.15.1 + +2011-10-17 08:01 ananasik + + * src/form.c: fix grid placement in form dialog + +2011-10-15 11:18 ananasik + + * TODO: update TODO + +2011-10-12 11:24 ananasik + + * ChangeLog, NEWS, configure.ac, po/de.po, po/ru.po, po/sk.po, + po/uk.po: release 0.15.0 + 2011-10-12 11:04 ananasik * data/yad.1, src/form.c: set values of fields from button
View file
yad-0.15.0.tar.bz2/NEWS -> yad-0.15.1.tar.bz2/NEWS
Changed
@@ -1,3 +1,9 @@ +Version 0.15.1 + - fix grid placement in form dialog + - fix popup menu in editable lists + - fix escaping markup text + - update man page + Version 0.15.0 - add multiple progress bars dialog - add field control for buttons in form dialog
View file
yad-0.15.0.tar.bz2/TODO -> yad-0.15.1.tar.bz2/TODO
Changed
@@ -2,3 +2,4 @@ - Add multiple progressbars - DBus support (?) - Common search dialog for list and text dialogs +- Use item-separator in filters of file dialog
View file
yad-0.15.0.tar.bz2/aclocal.m4 -> yad-0.15.1.tar.bz2/aclocal.m4
Changed
@@ -647,6 +647,10 @@ CATOBJEXT=.mo DATADIRNAME=lib) ;; + *-*-openbsd*) + CATOBJEXT=.mo + DATADIRNAME=share + ;; *) CATOBJEXT=.mo DATADIRNAME=lib @@ -1044,7 +1048,7 @@ INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@' + INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u --no-translations $< $@' INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' @@ -1097,7 +1101,7 @@ if test $? -ne 0; then AC_MSG_ERROR(perl 5.8.1 is required for intltool) else - IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`" + IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"` AC_MSG_RESULT($IT_PERL_VERSION) fi if test "x$2" != "xno-xml"; then
View file
yad-0.15.0.tar.bz2/configure -> yad-0.15.1.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.15.0. +# Generated by GNU Autoconf 2.68 for YAD 0.15.1. # # 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.15.0' -PACKAGE_STRING='YAD 0.15.0' +PACKAGE_VERSION='0.15.1' +PACKAGE_STRING='YAD 0.15.1' PACKAGE_BUGREPORT='http://code.google.com/p/yad/issues/entry' PACKAGE_URL='http://code.google.com/p/yad' @@ -1312,7 +1312,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.15.0 to adapt to many kinds of systems. +\`configure' configures YAD 0.15.1 to adapt to many kinds of systems. Usage: $0 OPTION... VAR=VALUE... @@ -1378,7 +1378,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of YAD 0.15.0:";; + short | recursive ) echo "Configuration of YAD 0.15.1:";; esac cat <<\_ACEOF @@ -1488,7 +1488,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -YAD configure 0.15.0 +YAD configure 0.15.1 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1857,7 +1857,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.15.0, which was +It was created by YAD $as_me 0.15.1, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2672,7 +2672,7 @@ # Define the identity of the package. PACKAGE='yad' - VERSION='0.15.0' + VERSION='0.15.1' cat >>confdefs.h <<_ACEOF @@ -3908,7 +3908,7 @@ INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@' + INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u --no-translations $< $@' INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' @@ -4234,7 +4234,7 @@ if test $? -ne 0; then as_fn_error $? "perl 5.8.1 is required for intltool" "$LINENO" 5 else - IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`" + IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5 $as_echo "$IT_PERL_VERSION" >&6; } fi @@ -6248,6 +6248,10 @@ fi ;; + *-*-openbsd*) + CATOBJEXT=.mo + DATADIRNAME=share + ;; *) CATOBJEXT=.mo DATADIRNAME=lib @@ -6929,7 +6933,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.15.0, which was +This file was extended by YAD $as_me 0.15.1, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6996,7 +7000,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.15.0 +YAD config.status 0.15.1 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\"
View file
yad-0.15.0.tar.bz2/configure.ac -> yad-0.15.1.tar.bz2/configure.ac
Changed
@@ -1,4 +1,4 @@ -AC_INIT(YAD, 0.15.0, http://code.google.com/p/yad/issues/entry, yad, http://code.google.com/p/yad) +AC_INIT(YAD, 0.15.1, 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.15.0.tar.bz2/data/yad.1 -> yad-0.15.1.tar.bz2/data/yad.1
Changed
@@ -175,7 +175,7 @@ Set the format for the returned date. By default is `%x'. See \fIstrftime(3)\fP for more details. .TP .B \-\-details=FILENAME -Read days description from \IFILENAME\P. +Read days description from \fIFILENAME\fP. .PP File with days details must be in following format: .IP @@ -243,7 +243,7 @@ Any extra data specified in command line adds as an items of combo-box entry, except of numeric mode. If icon specified and icon action is not given, click on icon just clear the entry. -Icons are available only for entry field. Numeric field or combo-boxes will ignore the icons. +Numeric fields will ignore the icons. .PP Iconbox options @@ -293,12 +293,18 @@ .B \-\-confirm\-overwrite=TEXT Confirm file selection if filename already exists. Optional argument is a text for confirmation dialog. +.TP +.B \-\-file-filter=NAME | PATTERN1 PATTERN2 ... +Add a filename filter. \fINAME\fP is a displayed filter name, \fIPATTERN\fP +is a shell-style filename pattern (for example *.txt). This option may be +used multiply times. .PP Font selection options .TP .B \-\-fontname=FONTNAME -Set the initial font. \fIFONTNAME\fP is a string with font representation in the form \fIFAMILY-LIST STYLE-OPTIONS SIZE\fP. +Set the initial font. \fIFONTNAME\fP is a string with font representation in the +form \fI"FAMILY-LIST STYLE-OPTIONS SIZE"\fP. .TP .B \-\-preview Set the preview text.
View file
yad-0.15.0.tar.bz2/src/form.c -> yad-0.15.1.tar.bz2/src/form.c
Changed
@@ -461,7 +461,9 @@ n_fields = g_slist_length (options.form_data.fields); row = col = 0; - rows = (n_fields + 1) / options.form_data.columns; + rows = n_fields / options.form_data.columns; + if (n_fields % options.form_data.columns > 0) + rows++; w = gtk_table_new (n_fields, 2 * options.form_data.columns, FALSE); @@ -649,7 +651,7 @@ /* increase row and column */ row++; - if (i == rows - 1) + if (row >= rows) { row = 0; col++;
View file
yad-0.15.0.tar.bz2/src/list.c -> yad-0.15.1.tar.bz2/src/list.c
Changed
@@ -166,7 +166,7 @@ if (text) { - gtk_tooltip_set_markup (tip, text); + gtk_tooltip_set_text (tip, text); g_free (text); } } @@ -690,34 +690,36 @@ static gboolean popup_menu_cb (GtkWidget *w, GdkEventButton *ev, gpointer data) { + static GtkWidget *menu = NULL; if (ev->button == 3) { - GtkWidget *menu; GtkWidget *item; - menu = gtk_menu_new (); - - item = gtk_image_menu_item_new_with_label (_("Add row")); - gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (item), - gtk_image_new_from_stock - (GTK_STOCK_ADD, GTK_ICON_SIZE_MENU)); - gtk_widget_show (item); - gtk_menu_shell_append (GTK_MENU_SHELL (menu), item); - g_signal_connect (G_OBJECT (item), "activate", - G_CALLBACK (add_row_cb), NULL); - - item = gtk_image_menu_item_new_with_label (_("Delete row")); - gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (item), - gtk_image_new_from_stock - (GTK_STOCK_REMOVE, GTK_ICON_SIZE_MENU)); - gtk_widget_show (item); - gtk_menu_shell_append (GTK_MENU_SHELL (menu), item); - g_signal_connect (G_OBJECT (item), "activate", - G_CALLBACK (del_row_cb), NULL); - - gtk_widget_show (menu); + if (menu == NULL) + { + menu = gtk_menu_new (); + + item = gtk_image_menu_item_new_with_label (_("Add row")); + gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (item), + gtk_image_new_from_stock + (GTK_STOCK_ADD, GTK_ICON_SIZE_MENU)); + gtk_widget_show (item); + gtk_menu_shell_append (GTK_MENU_SHELL (menu), item); + g_signal_connect (G_OBJECT (item), "activate", + G_CALLBACK (add_row_cb), NULL); + + item = gtk_image_menu_item_new_with_label (_("Delete row")); + gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (item), + gtk_image_new_from_stock + (GTK_STOCK_REMOVE, GTK_ICON_SIZE_MENU)); + gtk_widget_show (item); + gtk_menu_shell_append (GTK_MENU_SHELL (menu), item); + g_signal_connect (G_OBJECT (item), "activate", + G_CALLBACK (del_row_cb), NULL); + gtk_widget_show (menu); + } gtk_menu_popup (GTK_MENU (menu), NULL, NULL, NULL, - NULL, ev->button, 0); + NULL, ev->button, ev->time); } return FALSE; }
View file
yad-0.15.0.tar.bz2/src/util.c -> yad-0.15.1.tar.bz2/src/util.c
Changed
@@ -255,6 +255,7 @@ } buf++; } + resi = '\0'; return res; } @@ -305,6 +306,7 @@ resi = *buf++; i++; } + resi = '\0'; return res; }
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
.