Commit graph

15986 commits

Author SHA1 Message Date
Jiro Matsuzawa
472fd9d33d notifications: Give mnemonic to labelled widgets
https://bugzilla.gnome.org/show_bug.cgi?id=736606
2016-01-18 17:21:17 +01:00
Rui Matos
e96e87a282 universal-access: Fix mnemonic conflicts 2016-01-18 16:17:48 +01:00
Rui Matos
cde6a3eb3a universal-access: Add missing mnemonic widget to the Large Text label 2016-01-18 16:16:33 +01:00
Jiro Matsuzawa
7b9a76c609 datetime: Fix mnemonic conflict
https://bugzilla.gnome.org/show_bug.cgi?id=736606
2016-01-18 15:50:20 +01:00
Jiro Matsuzawa
5ae47f0305 region: Give mnemonic to labelled widgets
https://bugzilla.gnome.org/show_bug.cgi?id=736606
2016-01-18 15:50:20 +01:00
Jiro Matsuzawa
9dc11e66bd background: Give mnemonic to labelled widgets
https://bugzilla.gnome.org/show_bug.cgi?id=736606
2016-01-18 15:50:20 +01:00
Jiro Matsuzawa
e49495408a universal-access: Give mnemonic to labelled widgets
https://bugzilla.gnome.org/show_bug.cgi?id=736606
2016-01-18 15:50:20 +01:00
Jiro Matsuzawa
cc2fad82bc color: Give mnemonic to labelled widgets
https://bugzilla.gnome.org/show_bug.cgi?id=736606
2016-01-18 15:50:20 +01:00
Jiro Matsuzawa
5b189ea0e3 printers: Give mnemonic to labelled widgets
https://bugzilla.gnome.org/show_bug.cgi?id=736606
2016-01-18 15:50:20 +01:00
Rui Matos
888e40eae8 wacom: Avoid crashing when opening the panel on wayland sessions
We don't yet support wacom devices under wayland and GsdWacomDevice
uses X APIs unconditionally which makes us crash under wayland.

Instead, let's return early and leave the GsdWacomDevice in an invalid
state which means that we just present the default UI for "no wacom
devices detected".
2016-01-18 14:53:28 +01:00
Rui Matos
30470d7213 region: Ensure that system and user formats are consistent
The formats (or 'region') setting might be unset meaning that it's the
same as the language since that's what LC_TIME et al default to when
unset.

We already handle this for the user setting but for the system setting
we're losing that semantic when getting it from localed since we don't
allow priv->system_region to remain unset. This means that when users
change the system language, the system formats will be explicitly set
to the previous value of the system language instead of remaining
unset and thus follow the new value for the system language.

This isn't that bad on multi user systems where we display system
settings separately from user settings, but on single user systems we
change the system values to match the user values which, due to the
above mentioned semantic difference regarding the region setting,
means that when changing the language, the (unset) region will be
displayed as the same as the language but the system region will be
explicitly set to the previous language.

Fix this by making the system region have the same semantic as the
user's, i.e. allow it to remain unset until explicitly set by the
user.

https://bugzilla.gnome.org/show_bug.cgi?id=755648
2016-01-18 14:53:05 +01:00
Jiri Grönroos
7a757b7741 Updated Finnish translation 2016-01-16 08:49:44 +00:00
Jiri Grönroos
5358230e66 Updated Finnish translation 2016-01-16 08:46:07 +00:00
Andrew Cowie
ad6a00ae16 network: Elipsize device metadata fields
Excessively long metadata fields cause the the control-center panel to
blow out to wider than screen width. Probably the right thing is to
limit the allocation to the device detail pane from somewhere up the
stack, but for now, enable ellipsizing and set an max-width to
constrain the width of things which are there just for information
anyway; true values are available in the edit dialog.

Closes #759766.

Signed-off-by: Andrew Cowie <andrew@operationaldynamics.com>
2016-01-15 16:29:26 +01:00
Felipe Borges
7cd6800da0 printers: port pp_cups_get_dests* to GTask
As of GLib 2.46, GSimpleAsyncResult is deprecated
in favor of GTask, which provides a simpler API.

https://bugzilla.gnome.org/show_bug.cgi?id=760581
2016-01-15 11:49:53 +01:00
Stas Solovey
a3ed8851a3 Updated Russian translation 2016-01-15 09:58:01 +00:00
Debarshi Ray
46f19022ef region: Use listbox header helper
https://bugzilla.gnome.org/show_bug.cgi?id=760582
2016-01-13 16:56:11 +01:00
Dušan Kazik
5af18c4fb4 Updated Slovak translation 2016-01-11 13:30:42 +00:00
Aurimas Černius
fd69da7255 Updated Lithuanian translation 2016-01-10 18:07:17 +02:00
Bastien Nocera
4a009da483 bluetooth: Don't change the switch status when transitioning
When transitioning from an enabled platform rfkill to disabled, the
Bluetooth adapter's power will lag behind. Make sure to not change the
switch's status when we get into this temporary state.

https://bugzilla.gnome.org/show_bug.cgi?id=760168
2016-01-10 15:59:25 +01:00
Bastien Nocera
40117a0ed5 bluetooth: Avoid broken state when enabling Bluetooth
When enabling Bluetooth, and with older versions of the rfkill
gnome-settings-daemon D-Bus service, we could get into a state where the
Bluetooth rfkill was off, but the hciX rfkill associated with the
adapter is blocked.

Avoid showing filler text in that case.

https://bugzilla.gnome.org/show_bug.cgi?id=760168
2016-01-10 15:59:25 +01:00
Bastien Nocera
06c8bd4586 bluetooth: Bump required gnome-bluetooth version
So that the new API is available.
2016-01-10 15:59:24 +01:00
Bastien Nocera
0d4b2bc49b sharing: Ensure Tracker rygel plugin is disabled
The Tracker plugin is enabled by default, and will replace the
MediaExport plugin is enabled. This means that instead of sharing files
listed in the paths set in the UI, we'd be sharing the user's files as
configured in the Search panel. Not what we want to do if this contains
private files.
2016-01-10 10:24:41 +01:00
Bastien Nocera
d98d42880d common: Update from gnome-settings-daemon 2016-01-10 10:24:41 +01:00
Muhammet Kara
c860b59a09 Updated Turkish translation 2016-01-09 22:35:51 +00:00
Jiri Grönroos
cf4851e602 Updated Finnish translation 2016-01-09 19:19:53 +00:00
Jiri Grönroos
e5e3cb564b Updated Finnish translation 2016-01-08 15:35:29 +00:00
Kjartan Maraas
80096d2a66 Updated Norwegian bokmål translation. 2016-01-07 22:58:30 +01:00
Jiri Grönroos
3169835db7 Updated Finnish translation 2016-01-06 13:03:51 +00:00
Theppitak Karoonboonyanan
eedeef2db6 Correct Akom's copyright years in header 2016-01-04 12:29:22 +07:00
Akom Chotiphantawanon
593e2d9ed1 Updated Thai translation. 2016-01-04 11:29:22 +07:00
Yosef Or Boczko
4448f0a735 Updated Hebrew translation 2015-12-31 19:03:40 +02:00
Mario Blättermann
dadcbb86eb Updated German translation 2015-12-29 14:26:01 +01:00
Marek Černocký
956c0a98c3 Updated Czech translation 2015-12-25 12:46:09 +01:00
Enrico Nicoletto
a777f4ac08 Updated Brazilian Portuguese translation 2015-12-21 12:46:20 +00:00
Gustavo Marques
7aa2a1d808 Updated Brazilian Portuguese translation 2015-12-21 12:32:57 +00:00
Leonardo Fontenelle
6a81eac9c1 Updated Brazilian Portuguese translation
(cherry picked from commit e09e7d8a78)
2015-12-21 11:51:57 +00:00
Aurimas Černius
31144c2408 Updated Lithuanian translation 2015-12-20 14:50:00 +02:00
Daniel Mustieles
aded43ab89 Updated Spanish translation 2015-12-17 19:12:37 +01:00
Bastien Nocera
09c86e277c 3.19.4 2015-12-17 13:36:15 +01:00
Bastien Nocera
5e8ca7dcb3 background: Port to new grilo 0.3.0 API
And fix the "fix" in commit 54d0cef51f
which would always fail to activate the Flickr plugin as it wasn't
loaded.

https://bugzilla.gnome.org/show_bug.cgi?id=759585
2015-12-17 13:34:02 +01:00
Olav Vitters
54d0cef51f Build fix: Update grl_registry_load_plugin_by_id API change
Grilo 0.3.0 renamed grl_registry_load_plugin_by_id to
grl_registry_activate_plugin_by_id.
2015-12-16 23:21:18 +01:00
Bastien Nocera
5096b6ff4b 3.19.3 2015-12-15 16:34:21 +01:00
Felipe Borges
07c6c4d3f7 mouse: Remove the two-finger scroll switch
The two-finger scroll method will be enabled in all cases
(see bgo#759304). When a touchpad without two-finger scrolling
support but with edge scrolling support is available, show the
switch.

Also bump the required gsettings-desktop-schemas version for
the new key.

https://bugzilla.gnome.org/show_bug.cgi?id=759307
2015-12-15 14:48:05 +01:00
Pedro Albuquerque
18dec4e9df Updated Portuguese translation 2015-12-13 08:20:31 +00:00
Piotr Drąg
f98bd4ce2b Updated POTFILES.in 2015-12-11 17:29:19 +01:00
Matthias Clasen
fde96cc691 shell: Add a help overlay
This explains the various keyboard shortcuts that are available
in the control-center.

See https://wiki.gnome.org/Initiatives/GnomeGoals/ShortcutWindows

https://bugzilla.gnome.org/show_bug.cgi?id=759320
2015-12-10 20:51:28 -05:00
Marek Černocký
85b440b622 Updated Czech translation 2015-12-08 22:11:30 +01:00
Dušan Kazik
da135b2bfa Updated Slovak translation 2015-12-06 11:27:05 +00:00
Muhammet Kara
adbedd28e7 Updated Turkish translation 2015-12-05 23:40:49 +00:00