- 03 Feb, 2020 3 commits
-
-
Aaron Honeycutt authored
-
Daniel Mustieles García authored
-
Daniel Mustieles García authored
-
- 02 Feb, 2020 8 commits
-
-
Robert Ancell authored
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.
-
Robert Ancell authored
-
Robert Ancell authored
-
Aurimas Černius authored
-
Georges Basile Stavracas Neto authored
-
This is backed by the 'wallpaper' permission that the flatpak portal uses. Fixes: #808
-
Georges Basile Stavracas Neto authored
-
Georges Basile Stavracas Neto authored
Introduced by d168eee5.
-
- 01 Feb, 2020 1 commit
-
-
- 31 Jan, 2020 15 commits
-
-
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
-
-
-
-
We don't need an enum and a lookup table, just send the string directly.
-
Instead of checking later if this should be enabled, only enable it for methods that can do it.
-
-
-
-
-
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.
-
-
-
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.
-
-
- 30 Jan, 2020 6 commits
-
-
Daniel Mustieles García authored
-
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
-
According to the mockups at https://gitlab.gnome.org/Teams/Design/settings-mockups/raw/master/users/users.png Fixes #771
-
According to the mockups at https://gitlab.gnome.org/Teams/Design/settings-mockups/raw/master/users/users.png Fixes #771
-
According to the mockups at https://gitlab.gnome.org/Teams/Design/settings-mockups/blob/master/users/users.png Fixes #771
-
-
- 29 Jan, 2020 4 commits
-
-
Philip Withnall authored
`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>
-
-
-
-
- 28 Jan, 2020 3 commits
-
-