Felipe Borges
bd25c8d1e4
printers: Rename "Add a New Printer" dialog title to "Add Printer"
...
This is a redesign based on the newest mockups available at
https://wiki.gnome.org/Design/SystemSettings/Printers#Guidelines
https://bugzilla.gnome.org/show_bug.cgi?id=760783
2016-09-22 11:32:53 +02:00
Felipe Borges
8f57e4dfc7
printers: Move "Add Printer" dialog buttons to header bar
...
It also renames the "Authenticate" button to "Unlock".
This is a redesign based on the newest mockups available at
https://wiki.gnome.org/Design/SystemSettings/Printers#Guidelines
https://bugzilla.gnome.org/show_bug.cgi?id=760783
2016-09-22 11:32:53 +02:00
Khaled Hosny
96d541635d
Update Arabic translation
2016-09-21 14:42:36 +02:00
Stas Solovey
847af1ed58
Updated Russian translation
2016-09-20 19:18:12 +00:00
Felipe Borges
cf99cebfb9
printers: Move "Add Printer" button to header bar
...
This patch introduces a change to the Lock/Unlock logic. From now
on, unlocking the panel causes the "Lock" button to turn into the
"Add Printer" button.
https://bugzilla.gnome.org/show_bug.cgi?id=767600
2016-09-20 15:23:20 +02:00
Marek Kasik
77750c5076
printers: Fix compilation warning
...
We need to include cups/ppd.h explicitly due to some modification
of structure of CUPS headers
2016-09-20 12:35:42 +02:00
Kalev Lember
0947bd3615
Bump required GTK+ version
...
https://bugzilla.gnome.org/show_bug.cgi?id=771696
2016-09-20 12:25:52 +02:00
Bastien Nocera
fd7cfe426f
3.22.0
2016-09-20 10:54:42 +02:00
Michael Catanzaro
f4232a2e68
power: Fix wifi device state when opening power panel
...
This toggle is always set to off when the panel is opened. We should
check whether it's on or not when opening the panel. Currently we are
only subscribed to changes, so we don't check the wifi state until it's
toggled on or off after the panel has been opened the first time.
https://bugzilla.gnome.org/show_bug.cgi?id=771564
2016-09-20 10:49:25 +02:00
Bastien Nocera
4033a3dbca
power: Fix "automatic suspend" label not taking batteries into account
...
Whether or not we have batteries was computed after we updated the
label.
https://bugzilla.gnome.org/show_bug.cgi?id=771532
2016-09-20 10:30:27 +02:00
Bastien Nocera
1abacd2970
power: Warn if automatic suspend timeouts are negative
...
They should probably have been unsigned integers, but they're not, so
warn if they are. The rest of the code handles negative values as if
they were 0.
https://bugzilla.gnome.org/show_bug.cgi?id=771542
2016-09-20 10:30:27 +02:00
Bastien Nocera
cc4e1349e9
power: Simplify update_automatic_suspend_label()
...
By replacing the magic 0 by its meaning ("never") as explained in the
gnome-settings-daemon GSettings schemas.
https://bugzilla.gnome.org/show_bug.cgi?id=771542
2016-09-20 10:30:27 +02:00
Bastien Nocera
7dfc6a6c23
network: Fix application of the default gateway
...
Now that we ensured that only the first address has a gateway entry,
read it and apply it.
See https://bugzilla.gnome.org/show_bug.cgi?id=765969
https://bugzilla.gnome.org/show_bug.cgi?id=771515
2016-09-20 10:30:27 +02:00
Bastien Nocera
d28ffc9902
network: Fix gateway entry visibility
...
From https://bugzilla.gnome.org/show_bug.cgi?id=765969 as explained by
Dan Winship:
"
libnm-util/libnm-glib had a buggy data model, which nm-connection-editor
(and then gnome-control-center) copied, in which each manually-configured
IP address has an associated gateway address. In reality, NM always just
took the first non-empty gateway value from the address array, and
completely ignored any other gateway values.
libnm represents this more accurately, by having a single gateway
value which is separate from the address array. Ideally, the editors should
show it this way as well (eg, like nmtui does). Failing that, it would
be nice to at least make it so that only the first row in the address
table can have a non-empty gateway value.
"
We went for the second option, only showing a gateway entry for the
first address in the list.
This isn't related to route-specific gateway addresses.
https://bugzilla.gnome.org/show_bug.cgi?id=765969
2016-09-20 10:30:27 +02:00
Bastien Nocera
ab2b13cacd
network: Fix compilation warnings
...
Those come from the fixes made in commits 981c354
and 7f601cf
.
https://bugzilla.gnome.org/show_bug.cgi?id=771538
2016-09-20 10:30:27 +02:00
Bastien Nocera
da7be92093
network: Fix warning when opening IPv4 connection editor
...
https://bugzilla.gnome.org/show_bug.cgi?id=771515
2016-09-20 10:30:27 +02:00
Inaki Larranaga Murgoitio
da59f06d7e
Update Basque language
2016-09-19 18:43:11 +02:00
Alexandre Franke
73d66b5235
Updated French translation
2016-09-19 09:45:04 +00:00
David King
c3cd738bab
Update British English translation
2016-09-18 13:00:48 +02:00
Ask Hjorth Larsen
0bd06ea88d
Updated Danish translation
2016-09-17 16:02:55 +02:00
Tom Tryfonidis
47a24a09df
Updated Greek translation
2016-09-16 11:50:58 +00:00
Anders Jonsson
4b103b78d9
Updated Swedish translation
2016-09-15 22:03:32 +00:00
Daniel Korostil
2dd17aa840
Updated Ukrainian translation
2016-09-15 21:25:10 +03:00
Daniel Korostil
9d4b755ca2
Updated Ukrainian translation
2016-09-15 21:22:52 +03:00
Stas Solovey
67ee3533a8
Updated Russian translation
2016-09-15 10:00:58 +00:00
Daniel Mustieles
8cfa46bddf
Updated Spanish translation
2016-09-14 20:41:48 +02:00
Bastien Nocera
981c354ebb
network: Fix crash entering IPv4 routes
...
The wrong destructor was used for a GPtrArray of NMIPRoute.
See https://bugzilla.gnome.org/show_bug.cgi?id=771251
See https://bugzilla.gnome.org/show_bug.cgi?id=771432
2016-09-14 17:18:32 +02:00
Bastien Nocera
7f601cfed4
network: Fix crash entering IPv4 Gateway
...
The wrong destructor was used for a GPtrArray of NMIPAddress.
https://bugzilla.gnome.org/show_bug.cgi?id=771432
2016-09-14 17:18:32 +02:00
Arash Mousavi
7ba7c450d6
[l10n] update Persian translations
2016-09-13 18:04:25 +04:30
Bastien Nocera
894784547b
3.21.92
2016-09-13 12:34:36 +02:00
Bastien Nocera
1ff213fd18
datetime: Fix timezone-gfx test with builddir != srcdir
2016-09-13 12:34:35 +02:00
Bastien Nocera
ca47ff295a
network: Fix crash when changing IPv4 DNS
...
The dns_servers GStrv was not NULL-terminated because we forgot to
append a NULL item to the GPtrArray that we used to construct it.
https://bugzilla.gnome.org/show_bug.cgi?id=771251
2016-09-13 11:45:20 +02:00
Ask Hjorth Larsen
6168126a03
Updated Danish translation
2016-09-13 01:55:10 +02:00
Aurimas Černius
2b7cb0a7db
Updated Lithuanian translation
2016-09-12 20:55:42 +03:00
Jiri Grönroos
6129a6ac68
Updated Finnish translation
2016-09-12 17:32:57 +00:00
Jordi Mas
8b9815e592
Update Catalan translation
2016-09-11 09:51:22 +02:00
Мирослав Николић
c68786a417
Updated Serbian translation
2016-09-11 09:15:54 +02:00
Yosef Or Boczko
395bfe83fb
Updated Hebrew translation
2016-09-10 22:45:41 +03:00
Balázs Meskó
24f8f1d630
Updated Hungarian translation
2016-09-10 19:21:25 +00:00
Changwoo Ryu
f53674fc5e
Updated Korean translation
2016-09-10 18:17:16 +00:00
Dušan Kazik
cda0e273bd
Updated Slovak translation
2016-09-10 14:47:07 +00:00
Akom Chotiphantawanon
59e102e49d
Updated Thai translation
2016-09-10 15:46:06 +07:00
Trần Ngọc Quân
e1b636f8ff
Updated Vietnamese translation
...
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
2016-09-10 07:52:14 +07:00
Michael Catanzaro
fa9ea59ae4
common: fix parallel build race
2016-09-09 19:28:22 -05:00
Fran Dieguez
fe2376f512
Updated Galician translations
2016-09-10 01:06:50 +02:00
Mario Blättermann
78e32affef
Updated German translation
2016-09-09 18:35:50 +00:00
Baurzhan Muftakhidinov
9bcaa2dece
Updated Kazakh translation
2016-09-09 16:13:46 +00:00
Piotr Drąg
8b3f5b1ead
Updated Polish translation
2016-09-09 18:13:05 +02:00
Bastien Nocera
510d980431
keyboard: Fix shortcut label in RTL languages
...
https://bugzilla.gnome.org/show_bug.cgi?id=771110
2016-09-09 16:51:36 +02:00
Bastien Nocera
1ef60c7f06
keyboard: Fix typo in comment
...
https://bugzilla.gnome.org/show_bug.cgi?id=771124
2016-09-09 16:51:36 +02:00