Commit graph

19454 commits

Author SHA1 Message Date
Sabri Ünal
d791805c8f Update Turkish translation 2020-02-10 19:51:56 +00:00
Fran Dieguez
ca7681efd0 Update Galician translation 2020-02-09 23:02:31 +00:00
Robert Ancell
de2b8f305a shell: Remove dead code 2020-02-10 11:19:23 +13:00
Jordi Mas
e3b0092be1 Update Catalan translation 2020-02-09 15:13:57 +01:00
Asier Sarasua Garmendia
fe62473c52 Update Basque translation 2020-02-09 09:40:17 +00:00
Zander Brown
82f622abef Update British English translation 2020-02-08 12:58:46 +00:00
Aurimas Černius
eac5ca03c5 Updated Lithuanian translation 2020-02-08 14:24:36 +02:00
Danial Behzadi
e7ade01e6f Update Persian translation 2020-02-07 15:53:37 +00:00
Danial Behzadi
c5bc12fcbb Update Persian translation 2020-02-07 12:50:35 +00:00
Danial Behzadi
fedf151f43 Update Persian translation 2020-02-07 12:38:33 +00:00
Rafael Fontenelle
5cbc9b319b Update Brazilian Portuguese translation 2020-02-06 23:29:13 +00:00
Kukuh Syafaat
0ed0e77e00 Update Indonesian translation 2020-02-05 11:33:58 +00:00
Dušan Kazik
578ce5444f Update Slovak translation 2020-02-04 15:52:15 +00:00
Goran Vidović
f61da46ffc Update Croatian translation 2020-02-04 15:51:49 +00:00
Daniel Mustieles
a6a9423055 Updated Spanish translation 2020-02-03 12:42:39 +01:00
Daniel Mustieles
17c5eaf703 Updated Spanish translation 2020-02-03 12:15:02 +01:00
Robert Ancell
93b14a4339 panel: Move shared GCancellable code into panel class
Make the panel class provide a cancellable that will be cancelled when the panel
is destroyed. Panel implementations can use this and not have to mangage the
cancellable themselves. Consolidate cases where panels had multiple cancellables
that were all being used for this behaviour.
2020-02-03 09:36:24 +13:00
Robert Ancell
0aad22079f background: Remove unused GCancellable 2020-02-03 09:35:15 +13:00
Robert Ancell
42c8e63b1e thunderbolt: Fix GCancellable leak 2020-02-03 09:35:15 +13:00
Aurimas Černius
48143b4f92 Updated Lithuanian translation 2020-02-02 22:03:39 +02:00
Georges Basile Stavracas Neto
59d87e94a6 3.35.90 2020-02-02 13:50:17 -03:00
Matthias Clasen
266ccac6ca applications: Add a 'set desktop background' switch
This is backed by the 'wallpaper' permission that
the flatpak portal uses.

Fixes: https://gitlab.gnome.org/GNOME/gnome-control-center/issues/808
2020-02-02 12:44:13 -03:00
Georges Basile Stavracas Neto
c114828ec3 trivial: Replace g_memmove by memmove 2020-02-02 12:25:42 -03:00
Georges Basile Stavracas Neto
4bef33781c network: Fix ws_wpa_psk_new call
Introduced by d168eee5cd.
2020-02-02 12:24:23 -03:00
Dušan Kazik
979a6746f0 Update Slovak translation 2020-02-01 22:24:30 +00:00
Felipe Borges
c9eb8ebf41 printers: Use CcPermissionInfobar
This makes the Printers panel consistent with the mockups at
https://gitlab.gnome.org/Teams/Design/settings-mockups/blob/master/users/users.png

See #685, #771 and !671
2020-01-31 14:28:01 +00:00
Robert Ancell
4897c6d8e3 network: Handle case where GtkComboBox has no active iter 2020-01-31 14:13:15 +00:00
Robert Ancell
6bb77ec1e2 network: Fix GError being overwritten 2020-01-31 14:13:15 +00:00
Robert Ancell
099b58a8c9 network: Remove constant password_flags_name property 2020-01-31 14:13:15 +00:00
Robert Ancell
a99cafbdb4 network: Simplify EapMethodSimple constructor
We don't need an enum and a lookup table, just send the string directly.
2020-01-31 14:13:15 +00:00
Robert Ancell
37f5c37261 network: Simplify autheap_allowed logic
Instead of checking later if this should be enabled, only enable it for methods
that can do it.
2020-01-31 14:13:15 +00:00
Robert Ancell
d168eee5cd network: Remove WirelessSecurity constructor parameters that were never changed 2020-01-31 14:13:15 +00:00
Robert Ancell
4bc58cac44 network: Remove EAP constructor parameters that were never changed 2020-01-31 14:13:15 +00:00
Robert Ancell
7d9d4d4289 network: Convert WirelessSecurity objects into GtkTemplates 2020-01-31 14:13:15 +00:00
Robert Ancell
d4ec8a570b network: Convert WirelessSecurity into an interface 2020-01-31 14:13:15 +00:00
Robert Ancell
b964283fb0 network: Refactor how username/passwords are retained when switching EAP methods
This was previously done by storing the value inside the WirelessSecurity class.
This stopped the subclasses from becoming Gtk widgets.

The "always_ask" code was removed as it didn't seem to actually retain when
switching. This might need to be fixed at a later time.
2020-01-31 14:13:15 +00:00
Robert Ancell
7f4eaf5eec network: Remove unused parameter 2020-01-31 14:13:15 +00:00
Robert Ancell
cec32ae47e network: Fix type in EAPMethod interface 2020-01-31 14:13:15 +00:00
Marek Kasik
c54db039f8 printers: Avoid read of freed memory
This fixes an issue when on_get_job_attributes_cb()
was called after Printers panel has been finished.
It adds a GCancellable to pp_job_get_attributes_async()
calls.
2020-01-31 14:06:32 +00:00
Jor Teron
5532301ce7 Update Karbi translation 2020-01-31 09:17:42 +00:00
Daniel Mustieles
d0d0f0b0fa Updated Spanish translation 2020-01-30 15:00:29 +01:00
Felipe Borges
8a1c6f696e user-accounts: Rename "Last Login" entry to "Account Activity"
According to the mockups at
https://gitlab.gnome.org/Teams/Design/settings-mockups/raw/master/users/users.png

Other than renaming the label, we prepend "Last login" to the
date-time string.

Fixes #771
2020-01-30 08:04:09 +00:00
Felipe Borges
6db4d9e933 user-account: Add border around user image button
According to the mockups at
https://gitlab.gnome.org/Teams/Design/settings-mockups/raw/master/users/users.png

Fixes #771
2020-01-30 08:04:09 +00:00
Felipe Borges
05313d35e2 user-accounts: UI style improvements
According to the mockups at
https://gitlab.gnome.org/Teams/Design/settings-mockups/raw/master/users/users.png

Fixes #771
2020-01-30 08:04:09 +00:00
Felipe Borges
43b41cb1fa user-accounts: Make the full_name_entry and editable widget
According to the mockups at
https://gitlab.gnome.org/Teams/Design/settings-mockups/blob/master/users/users.png

Fixes #771
2020-01-30 08:04:09 +00:00
Dušan Kazik
389f2f29f9 Update Slovak translation 2020-01-30 06:14:20 +00:00
Philip Withnall
6284162a1d user-accounts: Fix use of an uninitialised variable in the carousel
`dest_x` is not set if `gtk_widget_translate_coordinates()` fails, which
it can do before the widget is realised.

This fixes a valgrind warning, but doesn’t change any user-visible
behaviour as far as I can tell.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
2020-01-29 17:43:24 +00:00
Stas Solovey
a7524dcf92 Update Russian translation 2020-01-29 16:39:11 +00:00
Dušan Kazik
2805ca0056 Update Slovak translation 2020-01-29 13:25:42 +00:00
Kukuh Syafaat
149f5fbb90 Update Indonesian translation 2020-01-29 09:31:05 +00:00