Commit graph

15911 commits

Author SHA1 Message Date
Mario Blättermann
47ea956a18 Updated German translation 2016-03-15 19:14:45 +01:00
Dušan Kazik
39137dc760 Updated Slovak translation 2016-03-15 17:38:57 +00:00
Piotr Drąg
df8c1a04e9 Updated Polish translation 2016-03-15 17:27:16 +01:00
Enrico Nicoletto
16ef951183 Updated Brazilian Portuguese translation 2016-03-15 16:08:40 +00:00
Daniel Mustieles
fed57a311e Updated Spanish translation 2016-03-15 14:04:26 +00:00
Stas Solovey
5d545865c5 Updated Russian translation 2016-03-15 13:03:15 +00:00
Debarshi Ray
816c6990cf build: Bump minimum GTK+ version to 3.19.12
We rely on the latest changes to GtkWindow's size handling logic.

https://bugzilla.gnome.org/show_bug.cgi?id=762548
2016-03-15 13:50:11 +01:00
Felix Zhang
74ff9c98d0 color: Mark 'Add Profile' dialog title as translatable
Not a string break, as the translatable string already exists.

Signed-off-by: Richard Hughes <richard@hughsie.com>
2016-03-15 12:42:47 +00:00
Rafael Fontenelle
57980af498 Updated Brazilian Portuguese translation 2016-03-14 12:42:28 +00:00
Enrico Nicoletto
7771158118 Updated Brazilian Portuguese translation 2016-03-14 11:30:53 +00:00
Stas Solovey
1c5ee1d625 Updated Russian translation 2016-03-13 20:41:08 +00:00
Aurimas Černius
3b41e96b46 Updated Lithuanian translation 2016-03-13 21:17:23 +02:00
Jiri Grönroos
de1af8e7e2 Updated Finnish translation 2016-03-13 10:22:30 +00:00
Marek Černocký
aae0f9b91d Updated Czech translation 2016-03-12 22:56:34 +01:00
Marek Černocký
6643ab16bb Updated Czech translation 2016-03-12 22:41:30 +01:00
Marek Černocký
83c67ec59e Updated Czech translation 2016-03-12 22:38:52 +01:00
Marek Černocký
19cd87849a Updated Czech translation 2016-03-12 22:35:59 +01:00
Balázs Úr
b74297917f Updated Hungarian translation 2016-03-12 14:52:51 +00:00
Fran Dieguez
8d0c731f02 Updated Galician translations 2016-03-12 13:48:02 +01:00
Efstathios Iosifidis
8974bfb205 Updated Greek translation 2016-03-12 12:38:01 +00:00
Wolfgang Stöggl
0975bc5122 Updated German translation 2016-03-12 07:40:20 +00:00
Marek Černocký
c7086b4885 Updated Czech translation 2016-03-11 23:04:58 +01:00
Piotr Drąg
a8c40df576 Updated Polish translation 2016-03-11 18:27:14 +01:00
Dušan Kazik
350eb36f08 Updated Slovak translation 2016-03-11 17:15:03 +00:00
Daniel Mustieles
98b31f821d Updated Spanish translation 2016-03-11 15:31:40 +00:00
Zeeshan Ali (Khattak)
48c66a5dad privacy: Only disable apps switches
Let's not disable the whole Applications section when "Location Services"
are disabled but rather only the individual app permission switches.

https://bugzilla.gnome.org/show_bug.cgi?id=763259
2016-03-11 13:42:13 +00:00
Zeeshan Ali (Khattak)
d0c1ed6486 privacy: Vertically center "Location Services" label
https://bugzilla.gnome.org/show_bug.cgi?id=763259
2016-03-11 13:42:13 +00:00
Zeeshan Ali (Khattak)
a2ab6d47cd privacy: Better description for 'Location Services'
New string from Allan Day.

https://bugzilla.gnome.org/show_bug.cgi?id=763259
2016-03-11 13:42:13 +00:00
Zeeshan Ali (Khattak)
76e3a53b2d privacy: Fix margins around location dialog widgets
https://bugzilla.gnome.org/show_bug.cgi?id=763259
2016-03-11 13:42:13 +00:00
Michael Catanzaro
3496b0594a printers: Manual ppd selection dialog should have a parent
https://bugzilla.gnome.org/show_bug.cgi?id=755713
2016-03-10 13:54:17 -06:00
Bastien Nocera
d6765b0378 wacom: Use the fully qualified D-Bus name for the OSD
So that we don't end up seeing the fallback button mapping dialogue when
running gsd-test-wacom.
2016-03-10 17:19:30 +01:00
Bastien Nocera
afcfa995fc bluetooth: Better debug output
With the output using the name of the D-Bus variables, rather than the
local variable name.
2016-03-10 11:53:45 +01:00
Felipe Borges
16d32c4e33 printers: renew cups subscriptions asynchronously
https://bugzilla.gnome.org/show_bug.cgi?id=748336
2016-03-10 11:04:27 +01:00
Marcos Lans
2a16375f9d Updated Galician translation 2016-03-09 21:11:39 +00:00
Debarshi Ray
cc144a0707 online-accounts: Fix the add account dialog's size with newer GTK+
We should be pairing gtk_window_get_size with
gtk_window_set_default_size to avoid inconsistencies between the size
reading and setting code. eg., in recent GTK+ versions,
gtk_window_get_size and gtk_widget_set_size_request differ in their
interpretation of the CSD chrome.

However, gtk_window_set_default_size didn't work with non-resizable
GtkWindows, until now.

https://bugzilla.gnome.org/show_bug.cgi?id=762548
2016-03-09 13:47:27 +01:00
Debarshi Ray
84b65ddea0 wacom: Use the right API for setting the window width
We should be pairing gtk_window_get_size with
gtk_window_set_default_size to avoid inconsistencies between the size
reading and setting code. eg., in recent GTK+ versions,
gtk_window_get_size and gtk_widget_set_size_request differ in their
interpretation of the CSD chrome.

However, gtk_window_set_default_size didn't work with non-resizable
GtkWindows, until now.

https://bugzilla.gnome.org/show_bug.cgi?id=762548
2016-03-09 13:47:09 +01:00
Debarshi Ray
628f34b259 background: Ensure that the chooser is tall enough with newer GTK+
We should be pairing gtk_window_get_size with
gtk_window_set_default_size to avoid inconsistencies between the size
reading and setting code. eg., in recent GTK+ versions,
gtk_window_get_size and gtk_widget_set_size_request differ in their
interpretation of the CSD chrome.

However, gtk_window_set_default_size didn't work with non-resizable
GtkWindows, until now.

https://bugzilla.gnome.org/show_bug.cgi?id=762548
2016-03-09 13:47:09 +01:00
Marek Černocký
8e861f41c2 Updated Czech translation 2016-03-08 18:03:44 +01:00
Changwoo Ryu
9491a855f2 Updated Korean translation 2016-03-08 12:48:25 +00:00
Fran Dieguez
6f62dd8fb5 Updated Galician translations 2016-03-08 10:55:59 +01:00
Felipe Borges
72591c26ba printers: drop border of the "Add" new printer button
https://bugzilla.gnome.org/show_bug.cgi?id=763225
2016-03-07 14:00:30 +01:00
Tom Tryfonidis
558e66555c Updated Greek translation 2016-03-07 12:08:52 +00:00
Марко М. Костић
eb22757b5f Updated Serbian translation 2016-03-07 11:37:55 +01:00
Daniel Mustieles
03c46c65d4 Updated Spanish translation 2016-03-06 20:02:39 +01:00
Sebastian Rasmussen
42007c67e8 Updated Swedish translation 2016-03-06 12:42:25 +00:00
Dušan Kazik
c181909804 Updated Slovak translation 2016-03-06 08:52:20 +00:00
Aurimas Černius
e0c225aa61 Updated Lithuanian translation 2016-03-05 21:40:01 +02:00
Artur de Aquino Morais
a78eebbaba Updated Brazilian Portuguese translation 2016-03-05 19:06:33 +00:00
Yosef Or Boczko
2317b33c14 Updated Hebrew translation 2016-03-05 19:59:54 +02:00
Jiri Grönroos
3d647a3c21 Updated Finnish translation 2016-03-05 17:55:46 +00:00