Gunnar Hjalmarsson
05f3cb67c4
Make privacy a valid search term to find the Privacy panels
2020-04-06 23:08:22 +00:00
Yuri Chornoivan
0f8e6becb8
Update Ukrainian translation
2020-04-06 16:20:53 +00:00
Jiri Grönroos
887fce7240
Update Finnish translation
...
(cherry picked from commit fb8410ec0f
)
2020-04-04 16:09:24 +00:00
Jiri Grönroos
307aed5f97
Update Finnish translation
...
(cherry picked from commit 4681768e10
)
2020-04-04 14:16:06 +00:00
Fabio Tomat
b42ef19ea7
Update Friulian translation
2020-04-03 12:06:43 +00:00
Goran Vidović
384f8e88ec
Update Croatian translation
2020-04-02 21:04:38 +00:00
Goran Vidović
a7bdada0c0
Update Croatian translation
...
(cherry picked from commit ce848d3236
)
2020-04-02 20:57:52 +00:00
Goran Vidović
411e91d17b
Update Croatian translation
...
(cherry picked from commit 508b235971
)
2020-04-02 20:50:34 +00:00
Jiri Grönroos
49ebdd41fd
Update Finnish translation
...
(cherry picked from commit cbfa897ad0
)
2020-04-02 10:29:41 +00:00
Jiri Grönroos
59246d2224
Update Finnish translation
...
(cherry picked from commit cd77e36fdf
)
2020-04-02 10:19:05 +00:00
Jiri Grönroos
44858d39ef
Update Finnish translation
...
(cherry picked from commit 9d08c68ae8
)
2020-04-02 10:16:48 +00:00
Bastien Nocera
a824eebef4
sound: Fix translation of "System Sounds"
...
The wrong package name got passed for the gvc subproject, so an empty
gettext package name ended up being used to look for the "System Sounds"
translation.
Pass the package name so that the translation works as expected.
Closes : #426
2020-04-02 01:27:46 +02:00
Fabio Tomat
a695bcdbd8
Update Friulian translation
...
(cherry picked from commit a0464e2eb4
)
2020-03-31 10:15:25 +00:00
António Fernandes
cde8f69ad6
sharing: Set label for checkbox properly
...
The Screen Sharing dialog used to have a switch, which was changed to a
checkbox in 8b68961431
However, unlike switches, checkboxes are expected to have clicable labels
Let's set the label properly, instead of doing it the switch way.
Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/565
2020-03-30 15:37:03 +00:00
Matthew Leeds
7b1bed5ab0
common: Improve how we print time periods
...
Print e.g. "2 minutes" instead of "2 minutes 0 seconds". Also, update
the path in Totem from which this was copied. The MR to make the same
change in Totem is here:
https://gitlab.gnome.org/GNOME/totem/merge_requests/134
2020-03-30 03:43:09 +00:00
Robert Ancell
fe91d17b43
printers: Remove nesting on a GVariant iteration
2020-03-30 03:24:58 +00:00
Robert Ancell
02d001564a
printers: Simplify D-Bus error case branches
2020-03-30 03:24:58 +00:00
Robert Ancell
e256dd57c3
printers: Replace D-Bus unrefs with g_autoptr
...
This case could leak the GDBusConnection
2020-03-30 03:24:58 +00:00
Robert Ancell
6b79e7ffa1
printers: Replace D-Bus unrefs with g_autoptr
2020-03-30 03:24:58 +00:00
Robert Ancell
2b9815dbf8
printers: Remove unnecessary checks on result of g_variant_get
...
This always returns a value or hits an assertion.
2020-03-30 03:24:58 +00:00
Robert Ancell
815db8f404
printers: Replace explicit g_variant_unref calls with g_autoptr
2020-03-30 03:24:58 +00:00
Robert Ancell
3a7533da1b
printers: Use g_autoptr for the results of D-Bus calls
2020-03-30 03:24:58 +00:00
Robert Ancell
67074b7aea
printers: Fix GVariantIter leaks
2020-03-30 03:24:58 +00:00
Robert Ancell
46443af0ca
printers: Replace GVariant iteration with direct call to copy value
2020-03-30 03:24:58 +00:00
Robert Ancell
9065850b92
printers: Replace g_variant_iter_next_value with the simpler g_variant_iter_next
2020-03-30 03:24:58 +00:00
Robert Ancell
5b14e16e9c
network: Connect signals with g_signal_connect_object in swapped form
2020-03-30 16:18:50 +13:00
Robert Ancell
e6128c9ffd
wacom: Connect signals with g_signal_connect_object in swapped form
2020-03-30 16:18:50 +13:00
Robert Ancell
b7fbe4a72d
printers: Use consistent value for GtkBuilder signal properties
2020-03-30 16:18:50 +13:00
Robert Ancell
4502673b6c
printers: Connect signals with g_signal_connect_object in swapped form
2020-03-30 16:18:50 +13:00
Robert Ancell
f1b84e29ef
common: Connect signals with g_signal_connect_object in swapped form
2020-03-30 16:18:50 +13:00
Robert Ancell
100d3684f2
user-accounts: Connect signals with g_signal_connect_object in swapped form
2020-03-30 16:18:50 +13:00
Robert Ancell
a6d5678dc8
power: Connect signals with g_signal_connect_object in swapped form
2020-03-30 16:18:50 +13:00
Robert Ancell
c0cfbeccff
display: Connect signals with g_signal_connect_object in swapped form
2020-03-30 16:18:50 +13:00
Robert Ancell
b4922526c1
applications: Connect signals with g_signal_connect_object in swapped form
2020-03-30 16:18:50 +13:00
Robert Ancell
7b0dc2ecee
default-apps: Connect signals with g_signal_connect_object in swapped form
2020-03-30 16:18:49 +13:00
Robert Ancell
f1893b8e8b
color: Connect signals with g_signal_connect_object in swapped form
2020-03-30 16:18:49 +13:00
Robert Ancell
591cd14b57
mouse: Connect signals with g_signal_connect_object in swapped form
2020-03-30 16:18:49 +13:00
Robert Ancell
74eb5d9855
usage: Connect signals with g_signal_connect_object in swapped form
2020-03-30 16:18:49 +13:00
Robert Ancell
3e4c1d3822
sharing: Move GTK code that was innappropriately in a helper function
2020-03-30 16:18:49 +13:00
Robert Ancell
10e73b733b
sharing: Connect signals with g_signal_connect_object in swapped form
2020-03-30 16:18:49 +13:00
Robert Ancell
6ae9710a50
universal-access: Connect signals with g_signal_connect_object in swapped form
2020-03-30 16:18:49 +13:00
Robert Ancell
3eb0aaec28
background: Connect signals with g_signal_connect_object in swapped form
2020-03-30 16:18:49 +13:00
Robert Ancell
1862ec50e4
keyboard: Connect signals with g_signal_connect_object in swapped form
2020-03-30 16:18:49 +13:00
Robert Ancell
ece1911f40
online-accounts: Replace GtkStack child names with widget references
...
The child names are easier to break if widgets are changed - this can't be
detected by the compiler.
2020-03-30 02:13:43 +00:00
Robert Ancell
97ac89b88f
online-accounts: Use GTK widget types
2020-03-30 02:13:43 +00:00
Robert Ancell
e9ca51789c
background: Replace GtkStack child names with widget references
...
The child names are easier to break if widgets are changed - this can't be
detected by the compiler.
2020-03-30 02:05:38 +00:00
Robert Ancell
7e0a66226b
background: Use GTK widget types
2020-03-30 02:05:38 +00:00
Robert Ancell
2f57847381
background: Remove unused variables
2020-03-30 02:05:38 +00:00
Robert Ancell
4b0d47eaa4
background: Connect signals in swapped form
2020-03-30 02:05:38 +00:00
Robert Ancell
23db1e9933
applications: Replace GtkStack child names with widget references
...
The child names are easier to break if widgets are changed - this can't be
detected by the compiler.
2020-03-30 01:57:06 +00:00