- Dec 02, 2018
-
-
RyuzakiKK authored
-
- Nov 09, 2018
-
-
RyuzakiKK authored
The USB protection switch is insensitive if USBGuard is not available.
-
- Nov 04, 2018
-
-
RyuzakiKK authored
Now g-c-c gets the USBGuard status at startup and also reacts when the InsertedDevicePolicy changes. Demo: https://i.imgur.com/VD7DZ9K.gifv
-
- Oct 02, 2018
-
-
RyuzakiKK authored
Now the on/off switch is no more only cosmetic, it really sets the InsertedDevicePolicy option of usbguard. Here there is a demo of how it works https://i.imgur.com/FKrZ1k8.gifv TODO: load the current value when g-c-c starts.
-
- Sep 24, 2018
-
-
RyuzakiKK authored
Note that this is just a proof of concept
-
- Sep 19, 2018
-
-
Robert Ancell authored
-
Without this flag at false network-manager-applet requires the mobile-broadband-provider-info dependency that is not listed in this flatpak
-
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'
-
-
Note that the toolbar properties can't yet be changed: GNOME/gtk!334
- Sep 18, 2018
-
-
-
Takao Fujiwara authored
simple_locale is g_autofree and it should be duplicate for IM hash table. GNOME/gnome-control-center#185
-
- Sep 17, 2018
-
-
Matej Urbančič 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
-
The extra argument doesn't seem to be used, but is confusing.
-
-
Robert Ancell authored
Instead of adding/removing a row, create one in the .ui file and show/hide it.
-
- Sep 15, 2018
-
-
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
-
- Sep 14, 2018
-
-
It is required by polkit.
-
Update to use "Select Language" and "Select" as per: https://wiki.gnome.org/Design/SystemSettings/RegionAndLanguage
- Sep 12, 2018
-
-
- Sep 11, 2018
-
-
Jordi Mas 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
-
- Sep 10, 2018
-
-
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.
-
Always use pwquality_strerror() in case of error in order to prevent memory leaks and to improve error messages. #171
-
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
-
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
-
-
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
-
This is due to the widget not being extracted from region.ui and was introduced in 5c418b89.
-
-
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
-