Timm Bäder
645330853b
mouse panel: Make all listbox rows unactivatable
...
Activating them doesn't do anything, so don't make them look like it
does.
https://bugzilla.gnome.org/show_bug.cgi?id=764503
2016-04-06 10:56:05 +02:00
Cosimo Cecchi
b1e2bc6f04
power: show "Suspend & Power Off" section only when relevant
...
We now ask logind whether the system can suspend or hibernate, and
change the visibility of the items in the panel based on that.
Based on a patch by Mario Sanchez Prada <mario@endlessm.com>.
https://bugzilla.gnome.org/show_bug.cgi?id=764508
2016-04-05 20:33:13 -07:00
Cosimo Cecchi
0e54ee82c8
power: move function call into section method
...
This function logically belongs into the section constructor. Move it
there.
https://bugzilla.gnome.org/show_bug.cgi?id=764508
2016-04-05 20:29:13 -07:00
Cosimo Cecchi
eb94d06c90
power: remove unneeded call
...
This function is already called from add_suspend_and_power_off_section()
a few lines above.
https://bugzilla.gnome.org/show_bug.cgi?id=764508
2016-04-05 20:29:12 -07:00
Fabio Tomat
4f8de30202
Updated Friulian translation
...
(cherry picked from commit 39c825d3e7
)
2016-04-05 20:29:37 +00:00
Rui Matos
a7da5a2727
mouse: Detect and warn if we're running on the synaptics driver
...
Since we don't support the synaptics driver anymore we shouldn't show
the touchpad section in that case. In addition, emit a warning so that
this system mis-configuration is easier to diagnose.
https://bugzilla.gnome.org/show_bug.cgi?id=764257
2016-04-05 21:04:57 +02:00
Rui Matos
0bc4b21bb2
mouse: Consolidate touchpad section visibility code
...
Do it all in a single place. No functional changes.
https://bugzilla.gnome.org/show_bug.cgi?id=764257
2016-04-05 21:04:57 +02:00
Rui Matos
727d2284f2
mouse: Use Gdk instead of Xlib for touchpad capabilities check
...
Just use X API where needed.
https://bugzilla.gnome.org/show_bug.cgi?id=764257
2016-04-05 21:04:57 +02:00
Rui Matos
8f7e99a034
mouse: Rename touchpad capabilities check API
...
It's not about synaptics anymore.
https://bugzilla.gnome.org/show_bug.cgi?id=764257
2016-04-05 21:04:57 +02:00
Rui Matos
6a86c7e957
mouse: Drop unused synaptics capabilities check
...
We don't support synaptics anymore so checking for this is useless.
https://bugzilla.gnome.org/show_bug.cgi?id=764257
2016-04-05 21:04:57 +02:00
Rui Matos
d3252400a9
mouse: Fix initial widget visibility
...
We're showing all widgets on panel start up instead of selectively
hiding non-relevant widgets since the gtk_widget_show_all() on the
stack after creating the panel widget and adding it to the stack
overrides the visibility decisions done while constructing the panel.
https://bugzilla.gnome.org/show_bug.cgi?id=764257
2016-04-05 21:04:57 +02:00
Roddy Shuler
73dcc0fb7d
background: Replace octal code with literal UTF-8 character
...
Apparently due to a recent upgrade to gettext, the octal code was not
being processed properly in generating the .pot file.
https://bugzilla.gnome.org/show_bug.cgi?id=764318
2016-04-05 10:16:33 -07:00
Cosimo Cecchi
47dcfee83b
display: add option to enable and disable overscan compensation
...
Adds a switch that allows to control overscan compensation, when the
driver supports it.
Based on a patch by Tomeu Vizoso <tomeu.vizoso@collabora.com>
https://bugzilla.gnome.org/show_bug.cgi?id=725135
2016-04-05 10:14:53 -07:00
Jonathan Kang
28c54f3d55
network: Fix empty Wifi list
...
Add a callback function for signals "access-point-added" and
"access-point-removed" to update the Wifi list.
https://bugzilla.gnome.org/show_bug.cgi?id=709641
2016-04-05 14:15:20 +08:00
Cosimo Cecchi
a630474cc1
background: refactor code into separate function
...
Split out the creation of a file monitor in a separate function.
https://bugzilla.gnome.org/show_bug.cgi?id=764504
2016-04-04 21:49:40 -07:00
Sam Spilsbury
32268b1840
Makefile: Move to AM_DISTCHECK_CONFIGURE_FLAGS
...
Since automake 1.11.2 it is recommended that packages
use AM_DISTCHECK_CONFIGURE_FLAGS instead of
DISTCHECK_CONFIGURE_FLAGS as the latter is intended
to be a user variable.
https://bugzilla.gnome.org/show_bug.cgi?id=764315
2016-04-04 21:47:27 -07:00
Juan A. Suarez Romero
675ac22c44
network: use VPN plugin paths as specified in the .name files
...
Since LIBDIR of gnome-control-center and the VPN plugins aren't
necessarily the same, use the paths as specified by the VPN plugins and
only reconstruct the path if it is not absolute or we fail to load the
plugin.
Patch from Debian package, by Michael Biebl <biebl@debian.org>
https://bugzilla.gnome.org/show_bug.cgi?id=764509
2016-04-04 21:46:33 -07:00
Cheng-Chia Tseng
278ab5fbb5
Updated Chinese (Taiwan) translation
2016-04-04 15:46:22 +00:00
Fabio Tomat
0aeeee8a53
Updated Friulian translation
2016-04-03 08:59:05 +00:00
Fabio Tomat
5cead6a815
Updated Friulian translation
2016-04-03 08:00:00 +00:00
Rui Matos
e45b5c8a38
network/vpn: Fix the options button icon alignment
...
No idea why this was set but it's clearly wrong and this property has
even been deprecated in GtkButton since 3.14 .
https://bugzilla.gnome.org/show_bug.cgi?id=764479
2016-04-02 17:33:55 +02:00
Jordi Mas
75b397ccb5
Update Catalan translation
2016-04-02 07:37:58 +02:00
Rui Matos
d8d0c71318
network/device-wifi: Silence a critical when creating a connection
2016-04-01 16:08:28 +02:00
Piotr Drąg
883c8e9bd5
Updated Polish translation
2016-03-31 18:52:58 +02:00
Khaled Hosny
0319e5d287
Update Arabic translation
2016-03-30 01:19:42 +04:00
Cheng-Chia Tseng
ff63610140
Updated Chinese (Taiwan) translation
2016-03-27 10:00:50 +00:00
Trần Ngọc Quân
0ee7e2fd43
Updated Vietnamese translation
...
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
2016-03-26 14:33:27 +07:00
Fabio Tomat
64e9810fd0
Updated Friulian translation
2016-03-25 16:36:39 +00:00
Jordi Mas
5b5a2f1a25
Fixes to Catalan translation
2016-03-25 14:40:39 +01:00
Bastien Nocera
97c2a880c8
wacom: Update from gnome-settings-daemon
2016-03-24 17:01:37 +01:00
Bastien Nocera
70672c3658
sharing: Fix "format not a string literal" error
...
https://bugzilla.gnome.org/show_bug.cgi?id=764150
2016-03-24 17:01:37 +01:00
Bastien Nocera
afc0a1b142
power: Translate the "When the Power Button is pressed" drop-down
...
https://bugzilla.gnome.org/show_bug.cgi?id=764115
2016-03-24 14:10:05 +01:00
Fabio Tomat
1d61afe82c
Updated Friulian translation
2016-03-24 07:40:19 +00:00
Stas Solovey
fa7d631bf9
Updated Russian translation
2016-03-23 21:31:25 +00:00
Inaki Larranaga Murgoitio
48bf7673bf
Updated Basque language
2016-03-23 21:19:51 +01:00
Milo Casagrande
85fa12211e
Updated Italian translation
2016-03-23 07:34:38 +00:00
Daniel Korostil
4644e35a5f
Updated Ukrainian translation
2016-03-22 22:36:22 +02:00
Tom Tryfonidis
5a6c020ddb
Updated Greek translation
2016-03-21 17:21:29 +00:00
Bastien Nocera
0660169a7d
3.20.0
2016-03-21 12:50:12 +01:00
Jiro Matsuzawa
dd06616122
Updated Japanese translation
2016-03-21 02:49:49 +00:00
Ask Hjorth Larsen
8f71134089
Updated Danish translation
2016-03-20 23:46:07 +01:00
Gábor Kelemen
043493d3a0
Updated Hungarian translation
2016-03-20 22:15:59 +00:00
Ask Hjorth Larsen
8ead2f9b78
Updated Danish translation
2016-03-20 23:11:39 +01:00
Rūdolfs Mazurs
575774c0fd
Update Latvian translation
2016-03-20 21:25:08 +02:00
Marek Černocký
5bdf8a05c8
Updated Czech translation
2016-03-20 14:17:41 +01:00
Erwan Georget
4204dd0fb1
Updated French translation
2016-03-20 08:54:23 +00:00
Милош Поповић
2c469a14fd
Updated Serbian Latin translation
2016-03-20 08:12:47 +00:00
Марко Костић
36ebf70e5a
Updated Serbian translation
2016-03-20 08:11:55 +00:00
Muhammet Kara
24cffbeec2
Updated Turkish translation
2016-03-19 19:49:01 +00:00
Fran Dieguez
7af8595c1e
Updated Galician translations
2016-03-19 19:00:14 +01:00