Daniel Nylander
4e0668e20e
Updated screenshots.
...
* sv/figures/*png: Updated screenshots.
svn path=/trunk/; revision=1237
2007-08-15 07:17:17 +00:00
Daniel Nylander
519a09b202
sv.po: Updated Swedish translation
...
svn path=/trunk/; revision=1236
2007-08-15 06:55:52 +00:00
Jorge Gonzalez Gonzalez
7b9ee76233
Updated spanish translation
...
svn path=/trunk/; revision=1235
2007-08-14 09:20:20 +00:00
Lucas Rocha
9717449e5e
post-release version bump.
...
2007-08-13 Lucas Rocha <lucasr@gnome.org>
* configure.in: post-release version bump.
svn path=/trunk/; revision=1234
2007-08-13 20:51:05 +00:00
Lucas Rocha
74bfe85d29
release 2.19.2
...
2007-08-13 Lucas Rocha <lucasr@gnome.org>
* NEWS: release 2.19.2
svn path=/trunk/; revision=1232
2007-08-13 20:49:19 +00:00
Lucas Rocha
8b16d4d412
added timeout option to all dialogs (Fixes bug #160654 ). Based on patch
...
2007-08-13 Lucas Rocha <lucasr@gnome.org>
* src/*.c: added timeout option to all dialogs (Fixes bug #160654 ).
Based on patch from Muthiah Annamalai <gnumuthu@users.sf.net>.
svn path=/trunk/; revision=1231
2007-08-13 20:36:29 +00:00
Lucas Rocha
ae3e8d1496
fix critical warning when using checkbox and radiobox in list dialog
...
2007-08-13 Lucas Rocha <lucasr@gnome.org>
* src/tree.c: fix critical warning when using checkbox and radiobox in
list dialog (Fixes bug #453713 ).
svn path=/trunk/; revision=1230
2007-08-13 20:16:37 +00:00
Yannig MARCHEGAY
9d2a28f897
Updated Occitan translation
...
svn path=/trunk/; revision=1229
2007-07-29 14:12:34 +00:00
Ilkka Tuohela
14dfb21c28
Updated Finnish translation
...
svn path=/trunk/; revision=1228
2007-07-16 16:11:20 +00:00
Felix I
0eebaf561a
updated ta translation
...
svn path=/trunk/; revision=1227
2007-06-21 10:40:57 +00:00
Jakub Friedl
192ce386ce
Updated Czech Translation.
...
2007-06-05 Jakub Friedl <jfriedl@suse.cz>
* cs.po: Updated Czech Translation.
svn path=/trunk/; revision=1226
2007-06-05 12:50:24 +00:00
Lucas Rocha
b2459f3b6e
fix broken handling of input from pipes in list dialog (Fixes bug
...
2007-05-27 Lucas Rocha <lucasr@gnome.org>
* src/tree.c: fix broken handling of input from pipes in list
dialog (Fixes bug #343684 ).
svn path=/trunk/; revision=1221
2007-05-27 21:20:39 +00:00
Lucas Rocha
5868adac75
correctly handle UTF-8 input text in the text info dialog (Fixes bug
...
2007-05-27 Lucas Rocha <lucasr@gnome.org>
* src/text.c: correctly handle UTF-8 input text in the text info
dialog (Fixes bug #407275 ).
svn path=/trunk/; revision=1220
2007-05-27 20:35:32 +00:00
Lucas Rocha
b73e72bcfe
initialize GTK+ before parsing command line options to better handle
...
2007-05-27 Lucas Rocha <lucasr@gnome.org>
* src/main.c: initialize GTK+ before parsing command line options to
better handle errors on display setting (Fixes bug #410055 ).
svn path=/trunk/; revision=1217
2007-05-27 20:09:27 +00:00
David Lodge
feba0d3136
Updated en_GB translation
...
svn path=/trunk/; revision=1216
2007-05-15 22:31:11 +00:00
Lucas Rocha
0e6aa98031
post-release version bump.
...
2007-05-15 Lucas Rocha <lucasr@gnome.org>
* configure.in: post-release version bump.
svn path=/trunk/; revision=1215
2007-05-14 23:10:16 +00:00
Lucas Rocha
33bb2765a4
release 2.19.1
...
2007-05-15 Lucas Rocha <lucasr@gnome.org>
* NEWS: release 2.19.1
svn path=/trunk/; revision=1213
2007-05-14 23:08:37 +00:00
Lucas Rocha
b9cbcc8d0b
fix seg fault when outputing files with special printf format strings
...
2007-05-15 Lucas Rocha <lucasr@gnome.org>
* src/text.c (zenity_text_dialog_response): fix seg fault when
outputing files with special printf format strings (Fixes
bug #405006 ). Patch from Mariano Suárez-Alvarez.
svn path=/trunk/; revision=1212
2007-05-14 22:13:59 +00:00
Lucas Rocha
a705262d81
fix index handling for --print-column (Fixes bug #420396 ).
...
2007-05-15 Lucas Rocha <lucasr@gnome.org>
* src/tree.c (zenity_tree_dialog_toggle_get_selected): fix index
handling for --print-column (Fixes bug #420396 ).
svn path=/trunk/; revision=1211
2007-05-14 22:07:13 +00:00
Lucas Rocha
ab6159f84b
make libnotify support an option (Fixes bug #346843 ). Patch from Saleem
...
2007-05-15 Lucas Rocha <lucasr@gnome.org>
* configure.ac: make libnotify support an option (Fixes bug #346843 ).
Patch from Saleem Abdulrasool <compnerd@gentoo.org>.
svn path=/trunk/; revision=1210
2007-05-14 21:49:32 +00:00
Lucas Rocha
f297dd91bd
double-click on day results in dialog response (Fixes bug #395152 ). Patch
...
2007-05-15 Lucas Rocha <lucasr@gnome.org>
* src/calendar.c (zenity_calendar, zenity_calendar_double_click):
double-click on day results in dialog response (Fixes bug #395152 ).
Patch from Tom Tromey <tromey@redhat.com>.
svn path=/trunk/; revision=1209
2007-05-14 21:38:47 +00:00
Lucas Rocha
adee9db566
general cleanups for build warnings (Fixes bug #416196 ). Patch from
...
2007-05-14 Lucas Rocha <lucasr@gnome.org>
* src/progress.c (zenity_progress_handle_stdin), src/option.c
(zenity_create_context), src/about.c, src/notification.c
(zenity_notification_handle_stdin): general cleanups for
build warnings (Fixes bug #416196 ). Patch from Kjartan
Maraas <kmaraas@gnome.org>.
svn path=/trunk/; revision=1208
2007-05-14 21:26:08 +00:00
Lucas Rocha
5c1ff4ebd1
man page update (Fixes bug #436187 ). Patch from Sven Arvidsson
...
2007-05-14 Lucas Rocha <lucasr@gnome.org>
* data/zenity.1: man page update (Fixes bug #436187 ). Patch from
Sven Arvidsson <sa@whiz.se>.
svn path=/trunk/; revision=1207
2007-05-14 18:18:01 +00:00
Yannig MARCHEGAY
74324a5043
+ Occitan
...
svn path=/trunk/; revision=1206
2007-05-13 12:30:09 +00:00
Yannig MARCHEGAY
5579ae6dd0
Occitan translation update
...
svn path=/trunk/; revision=1205
2007-05-13 11:23:40 +00:00
Jakub Friedl
f7ce23aab6
Updated Czech Translation.
...
2007-04-23 Jakub Friedl <jfriedl@suse.cz>
* cs.po: Updated Czech Translation.
svn path=/trunk/; revision=1203
2007-04-23 10:01:36 +00:00
Nickolay V. Shmyrev
4f1b33d6a8
Added Russian translation by Yury Deshko <deshko@tut.by>.
...
2007-04-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* Makefile.am:
* ru/ru.po: Added Russian translation by
Yury Deshko <deshko@tut.by>.
svn path=/trunk/; revision=1202
2007-04-22 09:45:30 +00:00
Jorge Gonzalez Gonzalez
9b662da24d
Updated Spanish translation.
...
svn path=/trunk/; revision=1201
2007-04-21 13:41:56 +00:00
Funda Wang
9e4459c0c7
Updated Simplified Chinese translation from Yang Zhang.
...
svn path=/trunk/; revision=1200
2007-04-19 00:40:35 +00:00
Lucas Rocha
cae7e29ed9
post-release version bump.
...
2007-04-09 Lucas Rocha <lucasr@gnome.org>
* configure.in: post-release version bump.
svn path=/trunk/; revision=1199
2007-04-09 22:21:54 +00:00
Lucas Rocha
f855ef04cd
release 2.18.1
...
2007-04-09 Lucas Rocha <lucasr@gnome.org>
* NEWS: release 2.18.1
svn path=/trunk/; revision=1197
2007-04-09 22:19:45 +00:00
Ignacio Casal Quinteiro
0c4f269924
Updated Galician Translation
...
svn path=/trunk/; revision=1196
2007-04-08 21:57:50 +00:00
Inaki Larranaga Murgoitio
7c0942fa74
Updated Basque translation.
...
2007-03-31 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
* eu.po: Updated Basque translation.
svn path=/trunk/; revision=1195
2007-03-31 17:35:05 +00:00
Ignacio Casal Quinteiro
f317325b43
Updated Galician translation.
...
svn path=/trunk/; revision=1194
2007-03-25 21:14:31 +00:00
Laurent Dhima
baeed68460
Updated Albanian translation.
...
svn path=/trunk/; revision=1192
2007-03-16 17:14:41 +00:00
Baris Cicek
1af831ddc8
Updated Turkish Translation
...
svn path=/trunk/; revision=1191
2007-03-12 22:04:13 +00:00
Maxim Dziumanenko
0c1f4a1a0b
Update Ukrainian translation.
...
2007-03-12 Maxim Dziumanenko <dziumanenko@gmail.com>
* Update Ukrainian translation.
svn path=/trunk/; revision=1190
2007-03-12 10:36:43 +00:00
Lucas Rocha
300f2f7f19
post-release version bump.
...
2007-03-11 Lucas Rocha <lucasr@gnome.org>
* configure.in: post-release version bump.
svn path=/trunk/; revision=1189
2007-03-11 18:58:08 +00:00
Lucas Rocha
974bcca95a
release 2.18.0
...
2007-03-11 Lucas Rocha <lucasr@gnome.org>
* NEWS: release 2.18.0
svn path=/trunk/; revision=1187
2007-03-11 18:56:32 +00:00
Danilo Šegan
26a1e75c63
Updated Serbian translation.
...
svn path=/trunk/; revision=1186
2007-03-10 18:42:08 +00:00
Takeshi AIHANA
67cd575e8c
Updated Japanese translation.
...
2007-03-10 Takeshi AIHANA <takeshi.aihana@gmail.com>
* ja.po: Updated Japanese translation.
svn path=/trunk/; revision=1185
2007-03-10 08:32:13 +00:00
Nickolay V. Shmyrev
6b94a4d45e
Updated Russian translation.
...
2007-03-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* ru.po: Updated Russian translation.
svn path=/trunk/; revision=1184
2007-03-09 20:39:47 +00:00
Thierry Randrianiriana
eb5b1d4b24
Added Malagasy translation
...
* Added Malagasy translation
svn path=/trunk/; revision=1183
2007-03-08 03:34:34 +00:00
Ankitkumar Rameshchandra Patel
f30011076a
Updated Translation
...
svn path=/trunk/; revision=1182
2007-03-05 14:44:15 +00:00
Gintautas Miliauskas
4d3a59a671
Updated Lithuanian translation.
...
2007-03-04 Gintautas Miliauskas <gintas@akl.lt>
* lt.po: Updated Lithuanian translation.
svn path=/trunk/; revision=1181
2007-03-04 21:21:45 +00:00
Peter Bach
87915a9a66
Updated Danish translation
...
svn path=/trunk/; revision=1180
2007-03-04 20:39:46 +00:00
Runa Bhattacharjee
85dbaaeeb0
Added Changelog Entry for Bengali India Translation Updation
...
svn path=/trunk/; revision=1179
2007-03-01 13:44:47 +00:00
Runa Bhattacharjee
eecbf77284
Updated Bengali India Translation
...
svn path=/trunk/; revision=1178
2007-03-01 13:44:14 +00:00
Maxim Dziumanenko
163d1b9c1a
Update Ukrainian translation.
...
2007-03-01 Maxim Dziumanenko <dziumanenko@gmail.com>
* Update Ukrainian translation.
svn path=/trunk/; revision=1177
2007-03-01 09:10:56 +00:00
Gintautas Miliauskas
33dedf93fd
Updated Lithuanian translation.
...
2007-02-27 Gintautas Miliauskas <gintas@akl.lt>
* lt.po: Updated Lithuanian translation.
svn path=/trunk/; revision=1176
2007-02-27 14:51:29 +00:00