Commit graph

15752 commits

Author SHA1 Message Date
Bastien Nocera
65b5040712 3.18.1 2015-10-12 13:54:50 +02:00
Changwoo Ryu
8f43491c97 Updated Korean translation 2015-10-12 20:41:25 +09:00
Dušan Kazik
e79745e5fe Updated Slovak translation 2015-10-11 16:20:52 +00:00
Bastien Nocera
43d4ae4bd4 background: Replace deprecated grilo function use
grl_operation_options_set_flags() was replaced, and bump the required
grilo version to 0.2.12

https://bugzilla.gnome.org/show_bug.cgi?id=756393
2015-10-11 17:41:04 +02:00
Bastien Nocera
9315eb0251 sharing: Fix crash when disabling sharing
Left-over code from 9d45904f3c meant that
we'd try to disable a non-existent switch.

https://bugzilla.gnome.org/show_bug.cgi?id=756391
2015-10-11 17:41:04 +02:00
Tom Tryfonidis
239bde71da Updated Greek translation 2015-10-11 15:36:33 +00:00
Michael Catanzaro
22cb7ccedb printers: Avoid warning about unparented ppd selection dialog
Just need to call gtk_window_set_transient_for() a bit earlier.

https://bugzilla.gnome.org/show_bug.cgi?id=755713
2015-10-07 21:37:43 -05:00
Matthias Clasen
e4c2000fa8 region: Make section heading accessible
We need to set up labelled-by/label-for relations so orca knows
to read the labels when the focus enters one of the lists.

https://bugzilla.gnome.org/show_bug.cgi?id=746758
2015-09-29 14:22:56 -04:00
Matthias Clasen
19d8e9ba6c universal-access: Make section heading accessible
We need to set up labelled-by/label-for relations so orca knows
to read the labels when the focus enters one of the lists.

https://bugzilla.gnome.org/show_bug.cgi?id=746761
2015-09-29 14:22:49 -04:00
Trần Ngọc Quân
1b82f1de7d Updated Vietnamese translation
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
2015-09-25 14:20:49 +07:00
Hannie Dumoleyn
f960e218f9 Updated Dutch translation Master 3.20 2015-09-24 10:57:20 +02:00
Khaled Hosny
b4ea8efa3d Update Arabic translation 2015-09-24 06:04:17 +02:00
Seán de Búrca
e4d59a5bd1 Updated Irish translation 2015-09-23 15:41:05 -06:00
Милош Поповић
a3a65de541 Updated Serbian Latin translation 2015-09-22 11:33:03 +00:00
Марко Костић
e43034159c Updated Serbian translation 2015-09-22 11:32:18 +00:00
Bastien Nocera
49da7d8089 3.18.0 2015-09-21 17:05:11 +02:00
Bastien Nocera
205b1f27a3 build: Bump required gnome-bluetooth version 2015-09-21 17:00:00 +02:00
Ask Hjorth Larsen
e4df11b836 Updated Danish translation 2015-09-20 20:22:16 +02:00
Ask Hjorth Larsen
cb7434eac0 Updated Danish translation 2015-09-20 15:02:46 +00:00
Rūdolfs Mazurs
cda852ea28 Updated Latvian translation 2015-09-18 22:38:44 +03:00
Rūdolfs Mazurs
230bc8bbfa Updated Latvian translation 2015-09-18 22:38:15 +03:00
Andika Triwidada
a16f2a1391 Updated Indonesian translation 2015-09-17 01:20:12 +00:00
Sendy Aditya Suryana
2c7322f2a6 Updated Indonesian translation 2015-09-17 01:15:51 +00:00
Bastien Nocera
aaedfe956f 3.17.92 2015-09-15 14:25:47 +02:00
Bastien Nocera
2bdcec6c01 build: Bump required gnome-bluetooth version
Now that there is a release with that version
2015-09-15 14:16:51 +02:00
Ting-Wei Lan
4216163744 build: Add missing backslashes
https://bugzilla.gnome.org/show_bug.cgi?id=753316
2015-09-15 14:16:51 +02:00
Milo Casagrande
6109e0766c Updated Italian translation 2015-09-15 11:33:41 +00:00
Felipe Borges
ac6b1acc1f printers: avoid crashes when searching for printers w/ special chars
Since the dialog considers just  the hostname part from the URL,
unespacing the url avoids a backend crash.

https://bugzilla.gnome.org/show_bug.cgi?id=754248
2015-09-14 17:47:15 +02:00
Fran Dieguez
a81a5994e4 Updated Galician translations 2015-09-14 16:38:22 +02:00
Marek Černocký
7a811e7dfb Updated Czech translation 2015-09-14 13:32:48 +02:00
Josef Andersson
18c69bc98c Updated Swedish translation 2015-09-13 15:36:06 +00:00
Jiro Matsuzawa
fd0cb303a6 Updated Japanese translation 2015-09-14 00:14:30 +09:00
Erwan Georget
b6cf325724 Updated French translation 2015-09-12 07:57:09 +00:00
Arash Mousavi
296b216b8f Updated Persian translation 2015-09-11 23:53:31 +04:30
Jiri Grönroos
9f774e8286 Finnish translation update 2015-09-10 18:44:49 +03:00
Cosimo Cecchi
40988d3677 power: refresh ALS state when a Screen proxy is created
The ALS state depends on both the Screen and IIO dbus proxies; refresh
it when the screen proxy is created.

https://bugzilla.gnome.org/show_bug.cgi?id=754735
2015-09-08 10:10:00 -07:00
Cosimo Cecchi
db449dc49e power: don't assume we have a Screen proxy when IIO proxy is ready
On panel construction, we trigger asynchronous creation of a GDBusProxy
for the IIO sensors daemon and one for the Screen g-s-d interface.
Since there's no guarantee we'll have the screen proxy ready by the time
the IIO proxy is constructed, guard for (priv->screen_proxy != NULL), or
we'll hit a critical.

https://bugzilla.gnome.org/show_bug.cgi?id=754735
2015-09-08 10:10:00 -07:00
Cosimo Cecchi
3af59f7c03 power: add debug output when IIO proxy creation fails
https://bugzilla.gnome.org/show_bug.cgi?id=754735
2015-09-08 10:10:00 -07:00
Rui Matos
3b14056a01 region: Fix the input chooser add button sensitiveness logic
Going back when the back row just gets selected breaks keyboard
navigation. This behavior got introduced by mistake in commit
f28e06a4. Instead, let's just do the add button sensitiveness logic
here. The back row still works when activated.

https://bugzilla.gnome.org/show_bug.cgi?id=754524
2015-09-07 16:45:03 +02:00
Rui Matos
958c0140bb user-accounts: Avoid a crash when gdm's schemas aren't installed
Commit de821d5922 implicitly added a
runtime dependency on gdm's settings schemas being installed. Since
GSettings aborts if schemas aren't installed this means we new crash
on systems without gdm.

See https://bugzilla.redhat.com/show_bug.cgi?id=1259935 .

https://bugzilla.gnome.org/show_bug.cgi?id=754682
2015-09-07 16:45:03 +02:00
Benjamin Steinwender
ec11928157 Updated German translation 2015-09-05 20:24:07 +00:00
Changwoo Ryu
21d9693ede Updated Korean translation 2015-09-06 01:59:05 +09:00
Baurzhan Muftakhidinov
01ca1bed46 Updated Kazakh translation 2015-09-04 15:51:59 +00:00
Aurimas Černius
febc6b59f0 Updated Lithuanian translation 2015-09-03 14:36:39 +03:00
Sveinn í Felli
110ad0af1e Updated Icelandic translation 2015-09-02 16:36:35 +00:00
Paul Seyfert
c9569e15f1 Updated German translation 2015-09-01 21:55:12 +00:00
Umarzuki Bin Mochlis Moktar
ab05c0c1d4 Updated Malay translation 2015-08-31 09:31:54 +00:00
Jiro Matsuzawa
d8c211a38d Updated Japanese translation 2015-08-29 08:50:49 +09:00
Stas Solovey
7c0f539ebd Updated Russian translation 2015-08-27 22:37:17 +00:00
Yosef Or Boczko
ff1c490f4a Updated Hebrew translation 2015-08-27 23:36:12 +03:00