- 19 Sep, 2018 4 commits
-
-
Ludovico de Nittis authored
Without this flag at false network-manager-applet requires the mobile-broadband-provider-info dependency that is not listed in this flatpak
-
Ludovico de Nittis authored
The build option `-ltinfo` is required, otherwise a few errors related to libreadline.so will be thrown like: libreadline.so: undefined reference to `tputs' libreadline.so: undefined reference to `tgoto' libreadline.so: undefined reference to `tgetflag'
-
Ludovico de Nittis authored
-
Robert Ancell authored
Note that the toolbar properties can't yet be changed: GNOME/gtk!334
-
- 18 Sep, 2018 2 commits
-
-
Christian Stadelmann authored
-
Takao Fujiwara authored
simple_locale is g_autofree and it should be duplicate for IM hash table. GNOME/gnome-control-center#185
-
- 17 Sep, 2018 6 commits
-
-
Matej Urbančič authored
-
Robert Ancell authored
Have the language name on the left and the country on the right dimmed as per: https://wiki.gnome.org/Design/SystemSettings/RegionAndLanguage
-
Matej Urbančič authored
-
Robert Ancell authored
The extra argument doesn't seem to be used, but is confusing.
-
Robert Ancell authored
-
Robert Ancell authored
Instead of adding/removing a row, create one in the .ui file and show/hide it.
-
- 15 Sep, 2018 2 commits
-
-
Kalev Lember authored
Correct a typoed variable name so that calibration works again, instead of crashing. GLib-GObject-WARNING **: 15:52:50.561: invalid cast from 'GtkBox' to 'GtkEntry'
-
Marek Cernocky authored
-
- 14 Sep, 2018 3 commits
-
-
Robert Ancell authored
As per design: https://wiki.gnome.org/Design/SystemSettings/RegionAndLanguage
-
Adrien Plazas authored
It is required by polkit.
-
Robert Ancell authored
Update to use "Select Language" and "Select" as per: https://wiki.gnome.org/Design/SystemSettings/RegionAndLanguage
-
- 12 Sep, 2018 2 commits
-
-
Sam Hewitt authored
-
Sam Hewitt authored
-
- 11 Sep, 2018 2 commits
-
-
Jordi Mas authored
-
Petr Kubánek authored
Automatic timezone does not work if location sharing is disabled in privacy. Grays out automatic timezone setting if location sharing is disabled in privacy settings. Enable automatic timezone seting if location sharing is enabled. https://bugzilla.gnome.org/show_bug.cgi?id=788714
-
- 10 Sep, 2018 12 commits
-
-
Robert Ancell authored
The row widgets are not full GtkWidgets. This means they are harder to understand, use g_object_set_data which looses type safety and cause the one .c file to be overly large. Update this code to use a CcInputRow widget that uses GTK+ best practice.
-
Ondrej Holy authored
Always use pwquality_strerror() in case of error in order to prevent memory leaks and to improve error messages. GNOME/gnome-control-center#171
-
Ondrej Holy authored
Users panel crashes with g_error() if some of libpwquality calls fails, e.g. when pwquality.conf is broken. The default values should be used instead of crash. Let's use g_warning() instead of g_error() in that case. GNOME/gnome-control-center#171
-
Ondrej Holy authored
um_password_dialog_set_user() is called from on_permission_changed() respective show_user(), which more or less means on every change in the panel. It it pretty enough to call this before opening the password dialog, which is already done over change_password() callback. Let's remove the redundant call which may lead to unwanted failures among others. GNOME/gnome-control-center#171
-
Robert Ancell authored
-
Robert Roth authored
The battery power level level bars are using the default offsets for low, high and full battery level, 0.25, 0.75 and 1.0. Based on the suggestion from #68, this commit changes the high and full offset to 0.1 and 0.8, and the low battery level offset to 0.03 for primary batteries and UPSs, and 0.05 for other batteries and devices. GNOME/gnome-control-center#68
-
Robert Ancell authored
This is due to the widget not being extracted from region.ui and was introduced in 5c418b89.
-
Robert Ancell authored
-
Robert Ancell authored
Creating the restart file leaked GFile objects. It also stored the path in the object, which is unnecessary as it can just be generated on demand. This leak has was introduced when the feature was in db551f1c
-
Georges Basile Stavracas Neto authored
They consume too much CI resources and take a long time to run, which slows down the review and merge process. Make them manual from now on.
-
Robert Ancell authored
There was a GCancellable used for IBus operations that was generated each time an operation was done. The cancellable was only used to cancel such operations when the panel is closed. We can just use the shared cancellable for this.
-
Piotr Drąg authored
Fixes #181
-
- 08 Sep, 2018 1 commit
-
-
Georges Basile Stavracas Neto authored
Let's branch now and allow some UI changes land.
-
- 06 Sep, 2018 1 commit
-
-
Stas Solovey authored
-
- 05 Sep, 2018 3 commits
-
-
Yuras Shumovich authored
-
Adrien Plazas authored
-
Jordan Petridis authored
-
- 04 Sep, 2018 2 commits
-
-
Marek Cernocky authored
-
Marek Cernocky authored
-