Projects
Extra
yad
Sign Up
Log In
Username
Password
We truncated the diff of some files because they were too big. If you want to see the full diff for every file,
click here
.
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 7
View file
yad.changes
Changed
@@ -1,4 +1,13 @@ ------------------------------------------------------------------- +Thu Mar 03 00:00:00 UTC 2011 - detlef@links2linux.de + +- new upstream version <0.9.0> + * fix --hide-column option in list dialog + * fix settting up initial value in scale dialog + * add --expand-column option in list dialog + * add aliased name --color-selection for --color dialog + +------------------------------------------------------------------- Sun Jan 30 00:00:00 UTC 2011 - detlef@links2linux.de - new upstream version <0.8.0>
View file
yad.spec
Changed
@@ -1,8 +1,8 @@ # norootforbuild Name: yad -Version: 0.8.1 -Release: 3 +Version: 0.9.0 +Release: 1 Summary: A fork of Zenity with many improvements License: GPLv3
View file
yad-0.8.1.tar.bz2/ChangeLog -> yad-0.9.0.tar.bz2/ChangeLog
Changed
@@ -1,3 +1,34 @@ +2011-02-28 10:50 ananasik + + * configure.ac, data/yad.1, po/de.po, po/ru.po, po/sk.po, + src/option.c, src/scale.c, src/yad.h: fix set initial value in + scale dialog + +2011-02-08 16:26 ananasik + + * po/de.po, po/ru.po, po/sk.po, src/option.c: add alias for --color + +2011-02-02 08:31 ananasik + + * data/yad.1, src/list.c, src/option.c, src/yad.h: add + --expand-column option in list dialog + +2011-02-02 04:56 ananasik + + * src/list.c: fix --hide-column option in list dialog + +2011-01-30 07:04 ananasik + + * data/yad.1: update man page + +2011-01-30 06:41 ananasik + + * data/yad.1: update man page + +2011-01-26 05:22 ananasik + + * ChangeLog, NEWS, configure.ac: release 0.8.1 + 2011-01-25 09:34 ananasik * src/form.c: fixes in form dialog
View file
yad-0.8.1.tar.bz2/NEWS -> yad-0.9.0.tar.bz2/NEWS
Changed
@@ -1,3 +1,9 @@ +Version 0.9.0 + - fix --hide-column option in list dialog + - fix settting up initial value in scale dialog + - add --expand-column option in list dialog + - add aliased name --color-selection for --color dialog + Version 0.8.1 - fix --auto-kill option in progress dialog - fix setting initial value in DIR field of form dialog
View file
yad-0.8.1.tar.bz2/aclocal.m4 -> yad-0.9.0.tar.bz2/aclocal.m4
Changed
@@ -1003,8 +1003,8 @@ dnl IT_PROG_INTLTOOL(MINIMUM-VERSION, no-xml) # serial 40 IT_PROG_INTLTOOL AC_DEFUN(IT_PROG_INTLTOOL, -AC_PREREQ(2.50) -AC_REQUIRE(AM_NLS) +AC_PREREQ(2.50)dnl +AC_REQUIRE(AM_NLS)dnl case "$am__api_version" in 1.01234) @@ -1149,7 +1149,7 @@ # AC_DEFUN(IT_PO_SUBDIR, AC_PREREQ(2.53)dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS. - +dnl dnl The following CONFIG_COMMANDS should be exetuted at the very end dnl of config.status. AC_CONFIG_COMMANDS_PRE( @@ -1173,7 +1173,7 @@ rm -f "$1/Makefile.tmp" mv "$1/stamp-it.tmp" "$1/stamp-it" ) -) +)dnl ) # _IT_SUBST(VARIABLE)
View file
yad-0.8.1.tar.bz2/configure -> yad-0.9.0.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.8.1. +# Generated by GNU Autoconf 2.68 for YAD 0.9.0. # # 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.8.1' -PACKAGE_STRING='YAD 0.8.1' +PACKAGE_VERSION='0.9.0' +PACKAGE_STRING='YAD 0.9.0' PACKAGE_BUGREPORT='http://code.google.com/p/yad/issues/entry' PACKAGE_URL='http://code.google.com/p/yad' @@ -1318,7 +1318,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.8.1 to adapt to many kinds of systems. +\`configure' configures YAD 0.9.0 to adapt to many kinds of systems. Usage: $0 OPTION... VAR=VALUE... @@ -1384,7 +1384,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of YAD 0.8.1:";; + short | recursive ) echo "Configuration of YAD 0.9.0:";; esac cat <<\_ACEOF @@ -1492,7 +1492,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -YAD configure 0.8.1 +YAD configure 0.9.0 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1861,7 +1861,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.8.1, which was +It was created by YAD $as_me 0.9.0, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2676,7 +2676,7 @@ # Define the identity of the package. PACKAGE='yad' - VERSION='0.8.1' + VERSION='0.9.0' cat >>confdefs.h <<_ACEOF @@ -3755,8 +3755,6 @@ - - case "$am__api_version" in 1.01234) as_fn_error $? "Automake 1.5 or newer is required to use intltool" "$LINENO" 5 @@ -4300,8 +4298,6 @@ - - ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -6982,7 +6978,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.8.1, which was +This file was extended by YAD $as_me 0.9.0, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -7049,7 +7045,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.8.1 +YAD config.status 0.9.0 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\"
View file
yad-0.8.1.tar.bz2/configure.ac -> yad-0.9.0.tar.bz2/configure.ac
Changed
@@ -1,4 +1,4 @@ -AC_INIT(YAD, 0.8.1, http://code.google.com/p/yad/issues/entry, yad, http://code.google.com/p/yad) +AC_INIT(YAD, 0.9.0, 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.8.1.tar.bz2/data/yad.1 -> yad-0.9.0.tar.bz2/data/yad.1
Changed
@@ -48,9 +48,6 @@ .B \-\-progress Display progress indication dialog. .TP -.B \-\-question -Display question dialog. -.TP .B \-\-text-info Display text information dialog. .TP @@ -172,8 +169,11 @@ .PP Text entry options .TP +.B \-\-entry-label=STRING +Set the entry label text. +.TP .B \-\-entry-text=STRING -Set the entry text. +Set the initial entry text. .TP .B \-\-hide-text Hide the entry text. @@ -290,10 +290,13 @@ Print all data from the list. .TP .B \-\-print-column=NUM -Specify what column to print to standard output. \fI0\fP may be used to print all columns (this is default). +Specify what column will be printed to standard output. \fI0\fP may be used to print all columns (this is default). .TP .B \-\-hide\-column=NUMBER Hide a specific column. +.TP +.B \-\-expand\-column=NUMBER +Set the column expandable by default. \fI0\fP sets all columns expandable. .PP Notification options
View file
yad-0.8.1.tar.bz2/po/de.po -> yad-0.9.0.tar.bz2/po/de.po
Changed
@@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: yad\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-01-10 09:57+0200\n" +"POT-Creation-Date: 2011-02-28 12:49+0200\n" "PO-Revision-Date: 2009-11-30 16:53+0100\n" "Last-Translator: Manfred Mueller aka Quax<mmueller@live-modules.org>\n" "Language-Team: German translations at Lin2Go <mmueller@live-modules.org>\n" @@ -113,714 +113,727 @@ msgid "Maximum value must be greater than minimum value.\n" msgstr "Der Maximalwert muß kleiner als der Minimalwert sein.\n" -#: ../src/scale.c:46 +#: ../src/scale.c:48 #, c-format -msgid "Value out of range.\n" -msgstr "Wert außerhalb des Bereiches.\n" +msgid "Initial value less than minimal.\n" +msgstr "" + +#: ../src/scale.c:53 +#, fuzzy, c-format +msgid "Initial value greater than maximum.\n" +msgstr "Der Maximalwert muß kleiner als der Minimalwert sein.\n" -#: ../src/list.c:399 +#: ../src/list.c:406 msgid "Add row" msgstr "Reihe hinzufügen" -#: ../src/list.c:408 +#: ../src/list.c:415 msgid "Delete row" msgstr "Reihe löschen" -#: ../src/list.c:435 +#: ../src/list.c:442 #, c-format msgid "No column titles specified for List dialog.\n" msgstr "Keine Spaltentitel für Listendialog angegeben\n" -#: ../src/option.c:52 +#: ../src/option.c:53 msgid "Set the dialog title" msgstr "Dialogtitel angeben" -#: ../src/option.c:53 +#: ../src/option.c:54 msgid "TITLE" msgstr "TITEL" -#: ../src/option.c:58 +#: ../src/option.c:59 msgid "Set the window icon" msgstr "Fenster-Symbol angeben" -#: ../src/option.c:59 +#: ../src/option.c:60 msgid "ICONPATH" msgstr "SYMBOLPFAD" -#: ../src/option.c:64 +#: ../src/option.c:65 msgid "Set the width" msgstr "Breite angeben" -#: ../src/option.c:65 +#: ../src/option.c:66 msgid "WIDTH" msgstr "BREITE" -#: ../src/option.c:70 +#: ../src/option.c:71 msgid "Set the height" msgstr "Höhe angeben" -#: ../src/option.c:71 +#: ../src/option.c:72 msgid "HEIGHT" msgstr "HÖHE" -#: ../src/option.c:76 +#: ../src/option.c:77 #, fuzzy msgid "Set the window geometry" msgstr "Fenster-Symbol angeben" -#: ../src/option.c:77 +#: ../src/option.c:78 msgid "WxH+X+Y" msgstr "" -#: ../src/option.c:82 +#: ../src/option.c:83 msgid "Set dialog timeout in seconds" msgstr "Ablaufzeit in Sekunden angeben" -#: ../src/option.c:83 +#: ../src/option.c:84 msgid "TIMEOUT" msgstr "ABLAUFZEIT" -#: ../src/option.c:88 +#: ../src/option.c:89 msgid "Show remaining time indicator (top, bottom, left, right)" msgstr "" -#: ../src/option.c:89 +#: ../src/option.c:90 msgid "POS" msgstr "" -#: ../src/option.c:94 +#: ../src/option.c:95 msgid "Set the dialog text" msgstr "Dialogtext angeben" -#: ../src/option.c:95 ../src/option.c:276 ../src/option.c:282 -#: ../src/option.c:288 ../src/option.c:566 +#: ../src/option.c:96 ../src/option.c:283 ../src/option.c:289 +#: ../src/option.c:295 ../src/option.c:579 msgid "TEXT" msgstr "TEXT" -#: ../src/option.c:100 +#: ../src/option.c:101 msgid "Set the dialog image" msgstr "Dialog-Symbol angeben" -#: ../src/option.c:101 +#: ../src/option.c:102 msgid "IMAGE" msgstr "SYMBOL" -#: ../src/option.c:106 +#: ../src/option.c:107 msgid "Show image above main widget" msgstr "" -#: ../src/option.c:112 +#: ../src/option.c:113 msgid "Use specified icon theme instead of default" msgstr "" -#: ../src/option.c:113 +#: ../src/option.c:114 msgid "THEME" msgstr "" -#: ../src/option.c:118 +#: ../src/option.c:119 msgid "Add dialog button (may be used multiple times)" msgstr "Dialog-Schaltfläche hinzufügen (Auch mehrmals)" -#: ../src/option.c:119 +#: ../src/option.c:120 msgid "NAME:ID" msgstr "NAME:ID" -#: ../src/option.c:124 +#: ../src/option.c:125 msgid "Don't show buttons" msgstr "" -#: ../src/option.c:130 +#: ../src/option.c:131 msgid "Don't use pango markup language in dialog's text" msgstr "" -#: ../src/option.c:137 +#: ../src/option.c:138 msgid "Add separator between dialog and buttons" msgstr "Leerraum zwischen Dialog und Schaltflächen" -#: ../src/option.c:144 +#: ../src/option.c:145 msgid "Always print result" msgstr "" -#: ../src/option.c:151 +#: ../src/option.c:152 msgid "Set window sticky" msgstr "Fenster fixieren" -#: ../src/option.c:157 +#: ../src/option.c:158 msgid "Set window unresizable" msgstr "Fenster-Größe fixieren" -#: ../src/option.c:163 +#: ../src/option.c:164 msgid "Place window on top" msgstr "Als oberstes Fenster anzeigen" -#: ../src/option.c:169 +#: ../src/option.c:170 msgid "Place window on center of screen" msgstr "Fenster auf Bildschirm zentrieren"
View file
yad-0.8.1.tar.bz2/po/ru.po -> yad-0.9.0.tar.bz2/po/ru.po
Changed
@@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 +# Russian translation for YAD # This file is distributed under the same license as the YAD package. # # Victor Ananjevsky <ananasik@gmail.com>, 2009-2011. @@ -7,10 +7,10 @@ msgstr "" "Project-Id-Version: YAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-01-10 09:57+0200\n" +"POT-Creation-Date: 2011-02-28 12:49+0200\n" "PO-Revision-Date: 2009-04-30 16:47+0300\n" "Last-Translator: Victor Ananjevsky <ananasik@gmail.com>\n" -"Language-Team: <ananasik@gmail.com>\n" +"Language-Team: Russian\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -115,352 +115,361 @@ msgid "Maximum value must be greater than minimum value.\n" msgstr "Максимальное значение должно быть больше, чем минимальное.\n" -#: ../src/scale.c:46 +#: ../src/scale.c:48 #, c-format -msgid "Value out of range.\n" -msgstr "Значение за пределами диапазона.\n" +msgid "Initial value less than minimal.\n" +msgstr "Начальное значение меньше минимального.\n" -#: ../src/list.c:399 +#: ../src/scale.c:53 +#, c-format +msgid "Initial value greater than maximum.\n" +msgstr "Начальное значение больше маскимального.\n" + +#: ../src/list.c:406 msgid "Add row" msgstr "Добавить строку" -#: ../src/list.c:408 +#: ../src/list.c:415 msgid "Delete row" msgstr "Удалитиь строку" -#: ../src/list.c:435 +#: ../src/list.c:442 #, c-format msgid "No column titles specified for List dialog.\n" msgstr "Не заданы заголовоки колонок для диалога со списком\n" -#: ../src/option.c:52 +#: ../src/option.c:53 msgid "Set the dialog title" msgstr "Задать заголовок диалога" -#: ../src/option.c:53 +#: ../src/option.c:54 msgid "TITLE" msgstr "ЗАГОЛОВОК" -#: ../src/option.c:58 +#: ../src/option.c:59 msgid "Set the window icon" msgstr "Задать значок диалога" -#: ../src/option.c:59 +#: ../src/option.c:60 msgid "ICONPATH" msgstr "ЗНАЧОК" -#: ../src/option.c:64 +#: ../src/option.c:65 msgid "Set the width" msgstr "Задать ширину окна" -#: ../src/option.c:65 +#: ../src/option.c:66 msgid "WIDTH" msgstr "ШИРИНА" -#: ../src/option.c:70 +#: ../src/option.c:71 msgid "Set the height" msgstr "Задать высоту окна" -#: ../src/option.c:71 +#: ../src/option.c:72 msgid "HEIGHT" msgstr "ВЫСОТА" -#: ../src/option.c:76 +#: ../src/option.c:77 msgid "Set the window geometry" msgstr "Задать геометрию окна" -#: ../src/option.c:77 +#: ../src/option.c:78 msgid "WxH+X+Y" msgstr "ВxШ+X+Y" -#: ../src/option.c:82 +#: ../src/option.c:83 msgid "Set dialog timeout in seconds" msgstr "Задать время работы диалога в секундах" -#: ../src/option.c:83 +#: ../src/option.c:84 msgid "TIMEOUT" msgstr "ЗАДЕРЖКА" -#: ../src/option.c:88 +#: ../src/option.c:89 msgid "Show remaining time indicator (top, bottom, left, right)" msgstr "Показать индикатор задержки (top, bottom, left, right)" -#: ../src/option.c:89 +#: ../src/option.c:90 msgid "POS" msgstr "ПОЗИЦИЯ" -#: ../src/option.c:94 +#: ../src/option.c:95 msgid "Set the dialog text" msgstr "Задать текст диалога" -#: ../src/option.c:95 ../src/option.c:276 ../src/option.c:282 -#: ../src/option.c:288 ../src/option.c:566 +#: ../src/option.c:96 ../src/option.c:283 ../src/option.c:289 +#: ../src/option.c:295 ../src/option.c:579 msgid "TEXT" msgstr "ТЕКСТ" -#: ../src/option.c:100 +#: ../src/option.c:101 msgid "Set the dialog image" msgstr "Задать картинку диалога" -#: ../src/option.c:101 +#: ../src/option.c:102 msgid "IMAGE" msgstr "КАРТИНКА" -#: ../src/option.c:106 +#: ../src/option.c:107 msgid "Show image above main widget" msgstr "Показывать картинку над основным виджетом" -#: ../src/option.c:112 +#: ../src/option.c:113 msgid "Use specified icon theme instead of default" msgstr "Использовать указанную тему иконок" -#: ../src/option.c:113 +#: ../src/option.c:114 msgid "THEME" msgstr "ТЕМА" -#: ../src/option.c:118 +#: ../src/option.c:119 msgid "Add dialog button (may be used multiple times)" msgstr "Добавить кнопку (может использоваться несколько раз)" -#: ../src/option.c:119 +#: ../src/option.c:120 msgid "NAME:ID" msgstr "ИМЯ:ID" -#: ../src/option.c:124 +#: ../src/option.c:125 msgid "Don't show buttons" msgstr "Не показывать кнопки" -#: ../src/option.c:130 +#: ../src/option.c:131 msgid "Don't use pango markup language in dialog's text" msgstr "Не использовать разметку pango в тексте" -#: ../src/option.c:137 +#: ../src/option.c:138 msgid "Add separator between dialog and buttons" msgstr "Добавить разделитель между диалогом и кнопками" -#: ../src/option.c:144 +#: ../src/option.c:145 msgid "Always print result" msgstr "Всегда выводить результат" -#: ../src/option.c:151 +#: ../src/option.c:152 msgid "Set window sticky" msgstr "Окно видимо на всех рабочих столах" -#: ../src/option.c:157 +#: ../src/option.c:158 msgid "Set window unresizable" msgstr "Неизменяемый размер" -#: ../src/option.c:163
View file
yad-0.8.1.tar.bz2/po/sk.po -> yad-0.9.0.tar.bz2/po/sk.po
Changed
@@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: YAD 0.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-01-10 09:57+0200\n" +"POT-Creation-Date: 2011-02-28 12:49+0200\n" "PO-Revision-Date: 2010-11-07 11:07+0100\n" "Last-Translator: Slavko <linux@slavino.sk>\n" "Language-Team: Slovak <nomail>\n" @@ -113,403 +113,412 @@ msgid "Maximum value must be greater than minimum value.\n" msgstr "Maximálna hodnota musí byť väčšia ako minimálna.\n" -#: ../src/scale.c:46 +#: ../src/scale.c:48 #, c-format -msgid "Value out of range.\n" -msgstr "Hodnota mimo rozsah.\n" +msgid "Initial value less than minimal.\n" +msgstr "" + +#: ../src/scale.c:53 +#, fuzzy, c-format +msgid "Initial value greater than maximum.\n" +msgstr "Maximálna hodnota musí byť väčšia ako minimálna.\n" -#: ../src/list.c:399 +#: ../src/list.c:406 msgid "Add row" msgstr "Pridať riadok" -#: ../src/list.c:408 +#: ../src/list.c:415 msgid "Delete row" msgstr "Odstrániť riadok" -#: ../src/list.c:435 +#: ../src/list.c:442 #, c-format msgid "No column titles specified for List dialog.\n" msgstr "Neboli zadané mená stĺpcov pre dialóg Zoznam.\n" -#: ../src/option.c:52 +#: ../src/option.c:53 msgid "Set the dialog title" msgstr "Nastaviť názov dialógu" -#: ../src/option.c:53 +#: ../src/option.c:54 msgid "TITLE" msgstr "NÁZOV" -#: ../src/option.c:58 +#: ../src/option.c:59 msgid "Set the window icon" msgstr "Nastaviť ikonu okna" -#: ../src/option.c:59 +#: ../src/option.c:60 msgid "ICONPATH" msgstr "CESTA_IKON" -#: ../src/option.c:64 +#: ../src/option.c:65 msgid "Set the width" msgstr "Nastaviť šírku" -#: ../src/option.c:65 +#: ../src/option.c:66 msgid "WIDTH" msgstr "ŠÍRKA" -#: ../src/option.c:70 +#: ../src/option.c:71 msgid "Set the height" msgstr "Nastaviť šírku" -#: ../src/option.c:71 +#: ../src/option.c:72 msgid "HEIGHT" msgstr "VÝŠKA" -#: ../src/option.c:76 +#: ../src/option.c:77 msgid "Set the window geometry" msgstr "Nastaviť geometriu okna" -#: ../src/option.c:77 +#: ../src/option.c:78 msgid "WxH+X+Y" msgstr "WxH+X+Y" -#: ../src/option.c:82 +#: ../src/option.c:83 msgid "Set dialog timeout in seconds" msgstr "Nastaviť časový limit dialógu s" -#: ../src/option.c:83 +#: ../src/option.c:84 msgid "TIMEOUT" msgstr "ČASLIMIT" -#: ../src/option.c:88 +#: ../src/option.c:89 msgid "Show remaining time indicator (top, bottom, left, right)" msgstr "Zobraziť indikátor zostávajúceho času (top, bottom, left, right)" -#: ../src/option.c:89 +#: ../src/option.c:90 msgid "POS" msgstr "POZÍCIA" -#: ../src/option.c:94 +#: ../src/option.c:95 msgid "Set the dialog text" msgstr "Nastaviť text dialógu" -#: ../src/option.c:95 ../src/option.c:276 ../src/option.c:282 -#: ../src/option.c:288 ../src/option.c:566 +#: ../src/option.c:96 ../src/option.c:283 ../src/option.c:289 +#: ../src/option.c:295 ../src/option.c:579 msgid "TEXT" msgstr "TEXT" -#: ../src/option.c:100 +#: ../src/option.c:101 msgid "Set the dialog image" msgstr "Nastaviť obrázok dialógu" -#: ../src/option.c:101 +#: ../src/option.c:102 msgid "IMAGE" msgstr "OBRÁZOK" -#: ../src/option.c:106 +#: ../src/option.c:107 msgid "Show image above main widget" msgstr "Zobraziť obrázok nad hlavným widgetom" -#: ../src/option.c:112 +#: ../src/option.c:113 msgid "Use specified icon theme instead of default" msgstr "" -#: ../src/option.c:113 +#: ../src/option.c:114 msgid "THEME" msgstr "" -#: ../src/option.c:118 +#: ../src/option.c:119 msgid "Add dialog button (may be used multiple times)" msgstr "Pridať tlačidlo dialógu (možno použiť viackrát)" -#: ../src/option.c:119 +#: ../src/option.c:120 msgid "NAME:ID" msgstr "MENO:ID" -#: ../src/option.c:124 +#: ../src/option.c:125 msgid "Don't show buttons" msgstr "Nezobrazovať tlačidlá" -#: ../src/option.c:130 +#: ../src/option.c:131 msgid "Don't use pango markup language in dialog's text" msgstr "Nepoužívať značkovací jazyk pango v texte dialógu" -#: ../src/option.c:137 +#: ../src/option.c:138 msgid "Add separator between dialog and buttons" msgstr "Pridať oddeľovač medzi dialóg a tlačidlá" -#: ../src/option.c:144 +#: ../src/option.c:145 msgid "Always print result" msgstr "" -#: ../src/option.c:151 +#: ../src/option.c:152 msgid "Set window sticky" msgstr "Prilepiť okno na všetky plochy" -#: ../src/option.c:157 +#: ../src/option.c:158 msgid "Set window unresizable" msgstr "Nastaviť pevnú veľkosť okna" -#: ../src/option.c:163 +#: ../src/option.c:164 msgid "Place window on top" msgstr "Umiestniť okno na vrchole" -#: ../src/option.c:169 +#: ../src/option.c:170 msgid "Place window on center of screen" msgstr "Umiestniť okno doprostred plochy" -#: ../src/option.c:175
View file
yad-0.8.1.tar.bz2/src/list.c -> yad-0.9.0.tar.bz2/src/list.c
Changed
@@ -141,6 +141,9 @@ { YadColumn *col = (YadColumn *) g_slist_nth_data (options.list_data.columns, i); + if (i == options.list_data.hide_column - 1) + continue; + switch (col->type) { case YAD_COLUMN_CHECK: @@ -173,6 +176,10 @@ break; } gtk_tree_view_append_column (GTK_TREE_VIEW (list_view), column); + + if (i == options.list_data.expand_column - 1 || + options.list_data.expand_column == 0) + gtk_tree_view_column_set_expand (column, TRUE); } }
View file
yad-0.8.1.tar.bz2/src/option.c -> yad-0.9.0.tar.bz2/src/option.c
Changed
@@ -28,6 +28,7 @@ static gboolean add_confirm_overwrite (const gchar *, const gchar *, gpointer, GError **); static gboolean set_align (const gchar *, const gchar *, gpointer, GError **); static gboolean set_justify (const gchar *, const gchar *, gpointer, GError **); +static gboolean set_scale_value (const gchar *, const gchar *, gpointer, GError **); static gboolean about_mode = FALSE; static gboolean version_mode = FALSE; @@ -224,6 +225,12 @@ &color_mode, N_("Display color selection dialog"), NULL }, + { "color-selection", 0, + G_OPTION_FLAG_IN_MAIN, + G_OPTION_ARG_NONE, + &color_mode, + N_("Alias for --color"), + NULL }, { "init-color", 0, 0, G_OPTION_ARG_STRING, @@ -514,6 +521,12 @@ &options.list_data.hide_column, N_("Hide a specific column"), N_("NUMBER") }, + { "expand-column", 0, + 0, + G_OPTION_ARG_INT, + &options.list_data.expand_column, + N_("Set the column expandable by default. 0 sets all columns expandable"), + N_("NUMBER") }, { NULL } }; @@ -607,8 +620,8 @@ NULL }, { "value", 0, 0, - G_OPTION_ARG_INT, - &options.scale_data.value, + G_OPTION_ARG_CALLBACK, + set_scale_value, N_("Set initial value"), N_("VALUE") }, { "min-value", 0, @@ -887,6 +900,17 @@ return TRUE; } +static gboolean +set_scale_value (const gchar *option_name, + const gchar *value, + gpointer data, GError **err) +{ + options.scale_data.value = atoi (value); + options.scale_data.have_value = TRUE; + + return TRUE; +} + void yad_set_mode (void) { @@ -1028,6 +1052,7 @@ options.scale_data.step = 1; options.scale_data.print_partial = FALSE; options.scale_data.hide_value = FALSE; + options.scale_data.have_value = FALSE; /* Initialize text data */ options.text_data.fore = NULL;
View file
yad-0.8.1.tar.bz2/src/scale.c -> yad-0.9.0.tar.bz2/src/scale.c
Changed
@@ -40,12 +40,22 @@ return NULL; } - if (options.scale_data.value < options.scale_data.min_value || - options.scale_data.value > options.scale_data.max_value) + /* check for initial value */ + if (options.scale_data.have_value) { - g_printerr (_("Value out of range.\n")); - return NULL; + if (options.scale_data.value < options.scale_data.min_value) + { + g_printerr (_("Initial value less than minimal.\n")); + options.scale_data.value = options.scale_data.min_value; + } + else if (options.scale_data.value > options.scale_data.max_value) + { + g_printerr (_("Initial value greater than maximum.\n")); + options.scale_data.value = options.scale_data.max_value; + } } + else + options.scale_data.value = options.scale_data.min_value; w = scale = gtk_hscale_new_with_range (options.scale_data.min_value, options.scale_data.max_value,
View file
yad-0.8.1.tar.bz2/src/yad.h -> yad-0.9.0.tar.bz2/src/yad.h
Changed
@@ -173,6 +173,7 @@ gboolean print_all; gint print_column; gint hide_column; + gint expand_column; } YadListData; typedef struct { @@ -195,6 +196,7 @@ gint step; gboolean print_partial; gboolean hide_value; + gboolean have_value; } YadScaleData; typedef struct {
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
.