Jeremy Bicha
b7da42337a
build: default to xz tarballs
2018-02-03 23:40:46 -05:00
Balázs Meskó
9784215279
Update Hungarian translation
2018-01-24 22:52:04 +00:00
Matej Urbančič
3487360692
Updated Slovenian translation
2017-12-31 11:41:04 +01:00
Aurimas Černius
459d1b7859
Updated Lithuanian translation
2017-12-30 20:23:42 +02:00
Марко Костић
5286b3b6e2
Update Serbian translation
2017-12-25 22:30:40 +00:00
Kristjan SCHMIDT
4cc4295423
Update Esperanto translation
2017-12-22 23:14:14 +00:00
Daniel Mustieles
ef5cac9667
Updated Spanish translation
2017-12-20 18:24:00 +01:00
Marek Černocký
e17aaa86cc
Updated Czech translation
2017-12-18 17:07:46 +01:00
Dušan Kazik
c413566cde
Update Slovak translation
2017-12-09 08:11:50 +00:00
Charles Monzat
e9857b53a4
Update French translation
2017-12-05 17:31:42 +00:00
Anders Jonsson
8b6cd046b4
Update Swedish translation
2017-12-04 20:34:55 +00:00
Piotr Drąg
00cee21bf6
Remove obsolete help files
2017-12-04 20:27:38 +01:00
Piotr Drąg
ab9f2e70e4
password: Replace N_() with regular _()
...
These two strings show up in English when they should be translated.
https://bugzilla.gnome.org/show_bug.cgi?id=783078
2017-12-04 19:14:06 +01:00
Muhammet Kara
3edfe6bdae
Update Turkish translation
2017-12-03 14:13:32 +00:00
Gianvito Cavasoli
2bd54e239c
Update Italian translation
2017-12-02 15:34:34 +00:00
Mario Blättermann
c9dd9c4823
Update German translation
2017-11-29 19:38:09 +00:00
Kukuh Syafaat
dbfc8abe80
Update Indonesian translation
2017-11-29 12:14:36 +00:00
Rafael Fontenelle
4d66eb7650
Update Brazilian Portuguese translation
2017-11-28 01:19:15 +00:00
Piotr Drąg
6599f266d6
Add Polish help translation
2017-11-26 21:51:21 +01:00
Piotr Drąg
abcc873ccd
Update POTFILES.in and POTFILES.skip
2017-11-26 21:39:56 +01:00
Piotr Drąg
7101d9743c
help: Add missing screenshot to Makefile
2017-11-26 05:06:54 +01:00
Carlos Soriano
3dbfe26678
Release: Prepare for 3.26.0
2017-11-13 19:57:25 +01:00
Hannie Dumoleyn
2acc00e464
Update Dutch translation
2017-10-29 10:23:03 +00:00
Xavi Ivars
645b70fdda
[l10n] Updated Catalan (Valencian) translation
2017-10-05 13:13:11 +02:00
Andre Klapper
b011066c32
Remove unsupported <td> parameters so yelp-check validates
2017-09-25 17:55:17 +02:00
Andre Klapper
d0da299f51
help: Remove id parameter from figure element, to pass 'yelp-check validate'
2017-09-23 22:48:48 +02:00
Piotr Drąg
a0d1d9abae
man: Remove mention of gdialog
...
It’s been dead for a while.
https://git.gnome.org/browse/archive/gnome-utils/commit/?id=c7259559145956d41615206747066da10fd92898
2017-09-20 04:39:38 +02:00
Kristjan SCHMIDT
a84590673a
Updated Esperanto translation
2017-09-14 23:45:09 +02:00
Jordi Mas
29dd8fc4d0
Update Catalan translation
2017-09-02 10:37:06 +02:00
Ask Hjorth Larsen
87e5a01180
Updated Danish translation
2017-08-28 19:49:07 +02:00
Muhammet Kara
9670f9cd21
Update Turkish translation
2017-08-13 15:06:32 +00:00
Akhilan
cdc6100f9f
Update Malayalam translation
2017-08-05 19:00:52 +00:00
Arx Cruz
ad6a345133
Formating latest patch
2017-05-26 14:27:44 +02:00
Patrick Griffis
110a851747
Use GtkFileChooserNative
2017-05-26 14:20:01 +02:00
Arx Cruz
3496685dd5
Bump to 3.24.2
2017-05-26 14:16:31 +02:00
Arx Cruz
2795f0d138
Bump to 3.24.1
2017-05-26 14:12:13 +02:00
Fabio Tomat
43a32b2d96
Update Friulian translation
2017-05-02 12:58:25 +00:00
Piotr Drąg
a1c1522e21
Update po/Makevars
...
This is not a GNU package and the Free Software Foundation has no copyright
over it. Also adds MSGID_BUGS_ADDRESS.
2017-04-27 17:46:40 +02:00
Yuras Shumovich
c75cd36c3f
Update Belarusian translation
2017-04-15 16:44:38 +00:00
Arx Cruz
4eddb202ca
Fix style
...
Fixing style in all zenity code, removing useless spaces,
empty lines, all code in 80 columns, etc.
2017-04-07 14:00:42 +02:00
Arx Cruz
8c5e60de83
Adding clang-format script
...
All the code in zenity from now, will follow this format style
2017-04-07 13:52:26 +02:00
Alan
3b64d05e8a
Fix message dialog width and height on recent Gtk
...
The fix for Zenity bug 670496 "Zenity info/error windows grow in height
with message length"
(https://bugzilla.gnome.org/show_bug.cgi?id=670496 ) stopped working on
recent Gtk, which doesn't seem to honor gtk_widget_set_size_request.
This commit workarounds Gtk bug 657621 "Calculate the wrong height of
labels wrapping on words"
(https://bugzilla.gnome.org/show_bug.cgi?id=657621 ) by setting label's
width-chars and max-width-chars to 60. This magic number was picked from
GtkMessageDialog source
(https://git.gnome.org/browse/gtk+/tree/gtk/ui/gtkmessagedialog.ui#n48 ).
2017-04-04 15:48:51 +02:00
Arx Cruz
ef14066564
Bug 762347: Addition of entry text width option
...
This is a bug in the glade file, where the GtkEntry wasn't being filled
to fill the width of the window. There is no need to add a
--entry-text-width option
2017-04-04 15:11:56 +02:00
Matthias Clasen
db4a0c3c0f
Fix misleading indentation
...
Coverity flagged this.
https://bugzilla.gnome.org/show_bug.cgi?id=780217
2017-04-04 13:51:14 +02:00
Carlos Soriano
0b990c541c
release: Prepare for 3.24.0
2017-03-21 14:51:09 +01:00
Rafael Fontenelle
3316d94498
Update Brazilian Portuguese translation
2017-03-19 02:22:55 -03:00
Jiri Grönroos
93ef68a58e
Update Finnish translation
2017-03-11 17:37:57 +00:00
Anders Jonsson
00f9cdd1c9
Update Swedish translation
2017-03-07 19:41:05 +00:00
Kjartan Maraas
9114befc24
Updated Norwegian bokmål translation.
2017-02-18 11:57:40 +01:00
Ask Hjorth Larsen
885f86a9e4
Updated Danish translation
2017-02-16 14:37:26 +01:00