Bastien Nocera
59cbe55db9
keyboard: Add many new keywords
...
Based on the keyboard shortcuts offered for customisation.
https://bugzilla.gnome.org/show_bug.cgi?id=781245
2017-04-13 10:23:39 +02:00
Bastien Nocera
b36924567e
network: Remove support for firewalld zones
...
Firewalld is a Fedora-only daemon, and it doesn't integrate all that
well with Fedora Workstation, the version of Fedora that uses GNOME, so
remove the support.
In Fedora Workstation, firewalld only ever supports one zone, as the
other ones are badly defined, and not translatable or translated.
2017-04-13 10:23:39 +02:00
gogo
464450d9ff
Update Croatian translation
2017-04-10 11:44:04 +00:00
Tom Tryfonidis
07197033e3
Update Greek translation
...
(cherry picked from commit b892a02c74
)
2017-04-08 19:08:22 +00:00
gogo
f2347de196
Update Croatian translation
...
(cherry picked from commit 36f8c3a7c5
)
2017-04-08 14:38:11 +00:00
Emmanuele Bassi
e7d0716d14
display: Load appropriate assets for the night light panel
...
We hard-code a 16x16 asset for sunrise and sunset icons, which makes
them look blurry at higher scaling factors.
Let's look in the icon theme to see if there's an icon for sunrise and
sunset; if not, we can still use the assets we ship, but we also attempt
to load them from different resource paths, depending on the scale
factor.
We will need to update the assets to include a 32x32 rendering of the
sunrise and sunset icons.
https://bugzilla.gnome.org/show_bug.cgi?id=781029
2017-04-07 14:38:10 +01:00
Dušan Kazik
39812ba078
Update Slovak translation
...
(cherry picked from commit c8ec9aabcb
)
2017-04-06 16:30:34 +00:00
Bastien Nocera
27a8ca6e02
sound: Memory leaks and Bluetooth handling fixes
2017-04-06 15:17:20 +02:00
Bastien Nocera
85cd910af5
datetime: 12h time format is now always available
...
Following a change in GDateTime, AM/PM format is now always available
even if the support is missing in the locale used.
Remove the code used to detect AM/PM support in the locale, and bump the
GLib requirements to the version that includes this GDateTime change.
See https://bugzilla.gnome.org/show_bug.cgi?id=761889
https://bugzilla.gnome.org/show_bug.cgi?id=780863
2017-04-03 11:32:43 +02:00
Piotr Drąg
fa6b70fb8b
Update POTFILES.in
2017-03-30 07:52:24 +02:00
Stas Solovey
ac5d63aebf
Update Russian translation
...
(cherry picked from commit 8b8795f632
)
2017-03-29 21:29:35 +00:00
Mohammed Sadiq
fd5c0e8557
details: Split overview as a separate panel
...
The new shell design requires each panel to be separate.
This commit splits the overview page from details panel as a seperate
panel.
https://bugzilla.gnome.org/show_bug.cgi?id=779216
2017-03-29 17:36:02 -03:00
Stas Solovey
2ff64abc2c
Update Russian translation
...
(cherry picked from commit 6a5133795f
)
2017-03-29 19:59:25 +00:00
Felipe Borges
519e19f974
printers: Make actualize_printers_list cancellable
...
This way we can safely interrupt an update without crashing
g-c-c.
https://bugzilla.gnome.org/show_bug.cgi?id=780299
2017-03-28 18:04:56 +02:00
Piotr Drąg
f5fc20fbeb
Update Polish translation
2017-03-27 21:49:44 +02:00
Piotr Drąg
4a1c6d8004
Update Polish translation
2017-03-25 20:10:34 +01:00
Ask Hjorth Larsen
7135a77011
Updated Danish translation
2017-03-25 18:14:31 +01:00
Kjartan Maraas
6f8f516436
Updated Norwegian bokmål translation.
2017-03-25 12:04:51 +01:00
Piotr Drąg
410bde376e
Update Polish translation
2017-03-23 21:25:44 +01:00
Rui Matos
3ab4b33390
keyboard: Fix check for existing shortcut settings
...
From a Coverity scan:
panels/keyboard/cc-keyboard-manager.c:208: unreachable: Since the loop
increment "i++;" is unreachable, the loop body will never execute more
than once.
This seems like a logic thinko introduced in commit
3207fe97ec
. In practice it was unlikely
to be a problem since we don't have repeated shortcut gsettings key
names in all our KeyListEntries files.
2017-03-23 17:14:29 +01:00
Mario Sanchez Prada
b742936970
printers: Expose the newly added 'Clean' maintenance command to users
...
Add an extra button "Clean Print Heads" that will be shown when the relevant
maintenance command is available for a printer, to bring this feature back.
Additionally, this commit adds a 'parameters' attribute to PpMaintenanceCommand,
which is needed as the "Clean" command requires to at least be passed "all" as
its single parameter: https://www.cups.org/doc/spec-command.html#Clean
https://bugzilla.gnome.org/show_bug.cgi?id=764620
2017-03-23 13:30:22 +00:00
Jordi Mas
4166b72f34
Fix to Catalan translation
2017-03-23 07:39:40 +01:00
Ondrej Holy
c49d1ccb4a
user-accounts: Fix widget alignment on add user dialog
...
Widgets on local and enterprise pages of add user dialog don't have
same width regardless of size groups. It is caused by different margins
and borders of various widgets. Let's change them to be like in mockup.
https://bugzilla.gnome.org/show_bug.cgi?id=778457
2017-03-22 14:49:45 +01:00
Ondrej Holy
a748d52b44
user-accounts: Unify row spacing
...
Commit 51a184b
changed row spacing for local accounts, change that
also for enterprise part.
https://bugzilla.gnome.org/show_bug.cgi?id=778457
2017-03-22 14:37:44 +01:00
Ondrej Holy
932cdd38e9
user-accounts: Add missing widgets in size group
...
Some control widgets are missing in size group. Let's add them and also
allow hexpand for them.
https://bugzilla.gnome.org/show_bug.cgi?id=778457
2017-03-22 14:37:07 +01:00
Ondrej Holy
921ef1b1f6
user-accounts: Align "Enterprise login" toggle
...
The "Enterprise login" toggle should have bigger border as per mockup.
Let's increase it a bit.
https://bugzilla.gnome.org/show_bug.cgi?id=778457
2017-03-22 14:37:07 +01:00
Ondrej Holy
54c4dbb712
user-accounts: Align multiline labels
...
The multiline labels doesn't have xalign 0 and may look wrong. Align
the labels to reflect the mockup.
https://bugzilla.gnome.org/show_bug.cgi?id=778457
2017-03-22 14:35:26 +01:00
Alain Lojewski
565c21e3d3
Update French translation
...
(cherry picked from commit 7fdc1caaef
)
2017-03-21 12:10:14 +00:00
Hajime Taira
74c7121e14
Update Japanese translation
2017-03-19 20:52:46 +00:00
Rūdolfs Mazurs
eb8179f403
Update Latvian translation
2017-03-18 21:29:24 +02:00
Fabio Tomat
2cd57d663e
Update Friulian translation
...
(cherry picked from commit 41494d8277
)
2017-03-18 15:37:14 +00:00
Emin Tufan Çetin
b54ea04237
Update Turkish translation
2017-03-18 12:27:11 +00:00
Bastien Nocera
7758b4258c
privacy: Change references from xdg-app to flatpak
2017-03-18 03:36:42 +01:00
Piotr Drąg
36456e2d38
Update Polish translation
2017-03-17 22:54:42 +01:00
Fabio Tomat
c94de4538f
Update Friulian translation
...
(cherry picked from commit d8ecea7c9e
)
2017-03-17 15:42:59 +00:00
Balázs Úr
ffeb74e4a6
Update Hungarian translation
2017-03-15 16:43:30 +00:00
Bastien Nocera
6ab5552d59
network: Update wireless-security UI from network-manager-applet
2017-03-13 18:56:57 +01:00
Bastien Nocera
0470c040b1
network: Update wireless-security from network-manager-applet
2017-03-13 18:56:57 +01:00
Felipe Borges
909eb2ac31
printers: Make the dialogs independent of the PpPrinterEntry lifetime
...
https://bugzilla.gnome.org/show_bug.cgi?id=779846
2017-03-13 09:20:23 +01:00
Dušan Kazik
a42221fe68
Update Slovak translation
...
(cherry picked from commit 4bc4d8fb2d
)
2017-03-12 09:39:09 +00:00
Fran Dieguez
c9020a7b2c
Update Galician translation
2017-03-11 12:20:23 +00:00
A S Alam
d3bd0f483f
updated Punjabi Translation
2017-03-10 22:33:32 -06:00
Bastien Nocera
b4ac30b51e
network: Simplify object destruction
2017-03-10 19:17:24 +01:00
Bastien Nocera
c7800dd22f
network: Fix initial state of Wi-Fi device
...
This ensures that:
- the AP list shown on startup when the Hotspot is disabled on
startup, or when disabling it at run-time
- the hotspot page is shown on startup when the Hotspot is enabled,
or when it gets enabled at runtime
https://bugzilla.gnome.org/show_bug.cgi?id=705546
2017-03-10 19:17:19 +01:00
Bastien Nocera
7fbb1435a9
network: Remove use of temporary variable
2017-03-10 19:17:17 +01:00
Bastien Nocera
fe6e71198c
network: Add checks for cancelled calls
2017-03-10 19:17:13 +01:00
Bastien Nocera
700e5e544c
network: Save new SSID to disk before enabling the hotspot
...
Commit e824868
was supposed to do this, but needed to write the changes
out to disk before activating the hotspot.
https://bugzilla.gnome.org/show_bug.cgi?id=705546
2017-03-10 19:17:12 +01:00
Bastien Nocera
277ac7de02
network: Move hotspot connection search into a helper function
...
https://bugzilla.gnome.org/show_bug.cgi?id=705546
2017-03-10 19:17:08 +01:00
Allan Day
aa2b98b0ea
printers: improve panel layout
...
Increase spacing in various places and reduce the icon size. This
makes spacing more even and makes the rows feels more open.
https://bugzilla.gnome.org/show_bug.cgi?id=779700
2017-03-10 16:22:08 +01:00
Stas Solovey
6ebb2bb10c
Update Russian translation
...
(cherry picked from commit 517da2f2dd
)
2017-03-10 09:23:05 +00:00