Projects
Extra
yad
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 25
View file
yad.changes
Changed
@@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Sun Nov 27 00:00:00 UTC 2011 - detlef@links2linux.de + +- new upstream version <0.16.2> + + * always set first item as active for combo-box in entry dialog + * fix includes in print for build with gtk3 + +------------------------------------------------------------------- Fri Nov 25 00:00:00 UTC 2011 - detlef@links2linux.de - new upstream version <0.16.1>
View file
yad.spec
Changed
@@ -1,7 +1,7 @@ # norootforbuild Name: yad -Version: 0.16.1 +Version: 0.16.2 Release: 1 Summary: A fork of Zenity with many improvements
View file
yad-0.16.1.tar.bz2/ChangeLog -> yad-0.16.2.tar.bz2/ChangeLog
Changed
@@ -1,3 +1,20 @@ +2011-11-25 14:56 ananasik + + * src/entry.c: always set first item as active for combo-box in + entry dialog + +2011-11-25 12:50 ananasik + + * TODO: update TODO + +2011-11-25 04:56 ananasik + + * src/print.c: fix include in print + +2011-11-23 19:49 ananasik + + * ChangeLog, NEWS: release 0.16.1 + 2011-11-23 19:47 ananasik * configure.ac, src/browser.c, src/print.c: add initial sorting to
View file
yad-0.16.1.tar.bz2/NEWS -> yad-0.16.2.tar.bz2/NEWS
Changed
@@ -1,3 +1,7 @@ +Version 0.16.2 + - always set first item as active for combo-box in entry dialog + - fix includes in print for build with gtk3 + Version 0.16.1 - add initial sorting to yad icon browser - remove some deprecated calls
View file
yad-0.16.1.tar.bz2/TODO -> yad-0.16.2.tar.bz2/TODO
Changed
@@ -1,5 +1,5 @@ - Parse ESC sequences in text-info dialog (or something like wiki syntax) -- Add multiple progressbars - DBus support (?) - Common search dialog for list and text dialogs -- Use item-separator in filters of file dialog +- Use item-separator in filters of file dialog (?) +- Add scale field for form dialog
View file
yad-0.16.1.tar.bz2/configure -> yad-0.16.2.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.16.1. +# Generated by GNU Autoconf 2.68 for YAD 0.16.2. # # 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.16.1' -PACKAGE_STRING='YAD 0.16.1' +PACKAGE_VERSION='0.16.2' +PACKAGE_STRING='YAD 0.16.2' 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.16.1 to adapt to many kinds of systems. +\`configure' configures YAD 0.16.2 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.16.1:";; + short | recursive ) echo "Configuration of YAD 0.16.2:";; 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.16.1 +YAD configure 0.16.2 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.16.1, which was +It was created by YAD $as_me 0.16.2, 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.16.1' + VERSION='0.16.2' cat >>confdefs.h <<_ACEOF @@ -6931,7 +6931,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.16.1, which was +This file was extended by YAD $as_me 0.16.2, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6998,7 +6998,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.16.1 +YAD config.status 0.16.2 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\"
View file
yad-0.16.1.tar.bz2/configure.ac -> yad-0.16.2.tar.bz2/configure.ac
Changed
@@ -1,4 +1,4 @@ -AC_INIT(YAD, 0.16.1, http://code.google.com/p/yad/issues/entry, yad, http://code.google.com/p/yad) +AC_INIT(YAD, 0.16.2, 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.16.1.tar.bz2/src/entry.c -> yad-0.16.2.tar.bz2/src/entry.c
Changed
@@ -236,8 +236,11 @@ gtk_combo_box_prepend_text (GTK_COMBO_BOX (c), options.entry_data.entry_text); #endif - gtk_combo_box_set_active (GTK_COMBO_BOX (c), 0); } + + /* set first iter active */ + if (!options.common_data.editable) + gtk_combo_box_set_active (GTK_COMBO_BOX (c), 0); } else {
View file
yad-0.16.1.tar.bz2/src/print.c -> yad-0.16.2.tar.bz2/src/print.c
Changed
@@ -20,7 +20,7 @@ #include <sys/types.h> #include <unistd.h> -#include <gtk/gtkprintunixdialog.h> +#include <gtk/gtkunixprint.h> #include "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
.