Victor Ibragimov
1cd186eaad
Updated Tajik translation
2015-05-28 06:40:01 +00:00
Rui Matos
c42f7d2d91
network: Prevent a use after free crash when removing virtual devices
...
When a virtual device is removed and the instance gets finalized we're
not disconnecting from the real NMDevice's notify signal and thus end
up crashing when the signal fires afterwards.
Avoid that by using g_signal_connect_object() so that when we're
finalized the disconnection happens automatically.
https://bugzilla.gnome.org/show_bug.cgi?id=749972
2015-05-27 17:36:01 +02:00
Bastien Nocera
3b283b78b0
network: Fix freeing const pointer
...
From coverity:
gnome-control-center-3.14.5/panels/network/connection-editor/firewall-helpers.c:75:9: warning: passing argument 1 of 'g_free' discards 'const' qualifier from pointer target type [enabled by default]
https://bugzilla.gnome.org/show_bug.cgi?id=749897
2015-05-27 11:06:02 +02:00
Bastien Nocera
3569b2d289
network: Fix gtk_tree_model_get_iter_first() retval
...
And don't select the first item when removing the item fails.
https://bugzilla.gnome.org/show_bug.cgi?id=749892
2015-05-27 11:06:02 +02:00
Bastien Nocera
3ff7c61db1
shell: Fix gtk_tree_model_get_iter_first() retval
...
https://bugzilla.gnome.org/show_bug.cgi?id=749892
2015-05-27 11:06:02 +02:00
Bastien Nocera
93414609fa
user-accounts: Fix gtk_tree_model_get_iter_first() retval
...
https://bugzilla.gnome.org/show_bug.cgi?id=749892
2015-05-27 11:06:02 +02:00
Bastien Nocera
b410ec353c
sound: Fix gtk_tree_model_get_iter_first() retval
...
https://bugzilla.gnome.org/show_bug.cgi?id=749892
2015-05-27 11:06:02 +02:00
Bastien Nocera
71de309ff2
keyboard: Fix gtk_tree_model_get_iter_first() retval
...
https://bugzilla.gnome.org/show_bug.cgi?id=749892
2015-05-27 11:06:02 +02:00
Bastien Nocera
41bb1a6ff2
common: Fix gtk_tree_model_get_iter_first() retval
...
https://bugzilla.gnome.org/show_bug.cgi?id=749892
2015-05-27 11:06:02 +02:00
Daniel Mustieles
8f2fdf574c
Updated Spanish translation
2015-05-26 19:27:54 +02:00
Benjamin Steinwender
068ca2c554
Updated German translation
2015-05-25 11:55:05 +00:00
Matthias Clasen
0622883025
network: Follow through on the original design
...
GTK+ can now do circular buttons with ease, so make
this page a little more fancy by following the original
design.
https://bugzilla.gnome.org/show_bug.cgi?id=745703
2015-05-23 11:57:30 -04:00
Matthias Clasen
2093f6c7ea
network: Move firewall zone to security
...
This is where people expect it (whether that is correct or not).
https://bugzilla.gnome.org/show_bug.cgi?id=745702
2015-05-23 11:57:19 -04:00
Dušan Kazik
58542b31d2
Updated Slovak translation
2015-05-23 10:36:43 +00:00
Jordi Mas
95012f2b02
Fixes to Catalan translation
2015-05-23 08:51:54 +02:00
Richard Hughes
63ca2fd1b8
power: Add support for dimming using an ambient light sensor
2015-05-22 14:22:58 +01:00
Christian Kirbach
34baa0bdf6
Updated German translation
2015-05-20 17:07:46 +00:00
Akom Chotiphantawanon
bfebaa2a1d
Updated Thai translation
2015-05-20 16:38:23 +07:00
Bastien Nocera
008d7c1468
power: Remove "When battery power is critical" label
...
With UPower 1.0, the critical action to take when the battery level
is too low isn't in the hands of the user anymore, but in the hands
of the system.
It's now handled by UPower directly, through the CriticalPowerAction
configuration option. Instead of asking logind whether the system
supports hibernation, remove the action label altogether.
https://bugzilla.gnome.org/show_bug.cgi?id=749436
2015-05-18 14:47:20 +02:00
Bastien Nocera
b83a939199
build: Bump version to devel values
2015-05-18 14:36:32 +02:00
Christophe Fergeau
5f7ee29a44
keyboard: Honor immutable command/name in custom commands
...
If the gsettings key for the command or name of a custom shortcut is not
writable, the keyboard panel still lets you edit them. This commits
makes the corresponding widgets unsensitive when the gsettings key is
not writable.
https://bugzilla.gnome.org/show_bug.cgi?id=749381
2015-05-15 19:44:00 +02:00
Christophe Fergeau
4257d8723d
keyboard: Remove unused CcKeyboardItem::group
...
The BindingGroupType is stored in the section tree model instead.
https://bugzilla.gnome.org/show_bug.cgi?id=749381
2015-05-15 19:44:00 +02:00
Christophe Fergeau
b442126db1
keyboard: Remove 'gettext_package' handling
...
It's part of CcKeyboardItem but nothing uses it. It's also parsed
when loading KeyListEntry XML, but never used. The key description is
translated using Keylist::package before gettext_package is assigned.
https://bugzilla.gnome.org/show_bug.cgi?id=749381
2015-05-15 19:44:00 +02:00
Christophe Fergeau
241b4034ce
keyboard: Remove unused cc_keyboard_item_get_binding
...
https://bugzilla.gnome.org/show_bug.cgi?id=749381
2015-05-15 19:44:00 +02:00
Christophe Fergeau
b7a2d17548
keyboard: Make CcKeyboardItem::binding private
...
It's not used outside of CcKeyboardItem
https://bugzilla.gnome.org/show_bug.cgi?id=749381
2015-05-15 19:44:00 +02:00
Bastien Nocera
86374b2545
power: Hide Bluetooth power section when w/o BT
...
When a Bluetooth airplane mode isn't available (whether hardware or
software) it means there are no Bluetooth adapters, even turned off.
Hide the Bluetooth section in that case.\
https://bugzilla.gnome.org/show_bug.cgi?id=749140
2015-05-15 17:32:23 +02:00
Daniel Șerbănescu
a8f2adb18a
Updated Romanian Translation
2015-05-13 15:16:06 +02:00
Rui Matos
66e4e8d434
3.16.2
2015-05-12 17:08:01 +02:00
Rui Matos
5e0db6aaeb
build: Work around distcheck issue
2015-05-12 17:08:01 +02:00
Martin Hatina
75df3ebe87
notifications: Align icons
...
Icons are now aligned even when they don't have same size.
https://bugzilla.gnome.org/show_bug.cgi?id=711389
2015-05-11 18:30:18 +02:00
Martin Hatina
ed37aa2cae
notifications: Do not show nameless apps
...
Apps with no name are not added to list.
https://bugzilla.gnome.org/show_bug.cgi?id=693622
2015-05-11 18:05:39 +02:00
Martin Hatina
3c710f1f32
notifications: Make section headings accessible
...
The section headings are useful to understand the content of this panel.
https://bugzilla.gnome.org/show_bug.cgi?id=746757
2015-05-11 17:23:10 +02:00
Cédric Valmary
2fcce8dbf3
Updated Occitan translation
2015-05-10 21:26:27 +00:00
Cédric Valmary
ef7766f968
Updated Occitan translation
2015-05-10 21:22:53 +00:00
Cédric Valmary
aed63bfe9a
Updated Occitan translation
2015-05-10 21:02:31 +00:00
Alexandre Franke
8e2d34a7a3
Updated French translation
2015-05-09 08:16:42 +00:00
Piotr Drąg
7fdb31bc2d
Updated Polish translation
2015-05-04 20:22:27 +02:00
osfans
2b41edeb69
update zh_CN translation
2015-05-03 10:23:39 +08:00
Yosef Or Boczko
67990c9ff6
Updated Hebrew translation
2015-05-01 12:01:15 +03:00
Carlos Garnacho
adb82f0d00
wacom: Drop usage of last-calibration-resolution
...
This is gone from the g-s-d schema, so just stop setting it.
https://bugzilla.gnome.org/show_bug.cgi?id=748660
2015-04-29 19:35:34 +02:00
laurent Soleil
996017572f
Updated Occitan translation
2015-04-28 13:17:59 +00:00
Daniel Martinez
6e971eb038
Update Aragonese translation
2015-04-27 20:27:06 +02:00
Sveinn í Felli
f5a5f1a582
Updated Icelandic translation
2015-04-27 15:11:54 +00:00
Mario Sanchez Prada
fd7d7d4c10
sharing: Use g_variant_get_{string|variant}() instead of g_variant_get()
...
Besides being a better practice, this changes also fixes 2 memory leaks
when handling strings boxed inside GVariant objects.
https://bugzilla.gnome.org/show_bug.cgi?id=748411
2015-04-27 15:55:20 +01:00
Mario Sanchez Prada
9ff192ab2e
power: Use g_variant_get_string() instead of g_variant_get()
...
Fixes a memory leak as the "(s)" format string was being used, but no
call to g_free() was happening afterwards.
https://bugzilla.gnome.org/show_bug.cgi?id=748411
2015-04-27 15:55:20 +01:00
Cheng-Chia Tseng
efba5c0120
Updated Chinese (Taiwan) translation
2015-04-27 02:00:54 +00:00
Kristjan SCHMIDT
34bd9fd76f
Updated Esperanto translation
2015-04-23 23:02:01 +02:00
Daniel Mustieles
685ad20ff7
Updated Spanish translation
2015-04-23 10:46:27 +02:00
Matthias Clasen
93427f8b35
network: Stop "gateway" entry from becoming too wide
...
https://bugzilla.gnome.org/show_bug.cgi?id=732974
2015-04-21 14:29:33 +02:00
Bastien Nocera
98221832a8
network: Stop "Bridge slaves" entry from becoming too wide
...
https://bugzilla.gnome.org/show_bug.cgi?id=732974
2015-04-21 14:29:33 +02:00