summaryrefslogtreecommitdiff
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* `-export-dynamic` is a linker flagAvinash Sonawane2022-01-211-1/+2
|
* Revert "Lower minimum inactivity to 5 minutes"Simon Steinbeiss2021-02-181-1/+1
| | | | | | This reverts commit 462d4f024f1417595c3e6484c678509fa2e80619. Reason for reverting is that the "magical value" for suspending is changed so existing configurations result in unpredictable behavior.
* Lower minimum inactivity to 5 minutesYousuf Philips2021-01-261-1/+1
| | | | | Closes: https://gitlab.xfce.org/xfce/xfce4-power-manager/-/issues/3 Upgraded patch 5917 to work with current master.
* Fix compilation warningsGaël Bonithon2021-01-261-1/+1
|
* Use more accurate status icons (Fixes #95)Simon Steinbeiss2020-11-061-1/+1
| | | | | Previously we relied entirely on UPower, now we also check if the icons used by Gnome are available (battery-level-*).
* settings: Fix GtkSwitch signal handlers (Issue #99)Theo Linkspfeifer2020-11-031-4/+8
|
* Fix Laptop lid settings (Bug #15300)Remi Salmon2020-05-261-2/+2
| | | | | | | | This also fixes (at least) the related issues - Bug #15300 - Bug #15151 - Bug #12756 - Bug #12088
* Add new app icon and switch to rDNS icon nameSimon Steinbeiss2020-05-211-1/+1
| | | | Co-author: Maurizio Galli <maurizio.galli@gmail.com>
* settings: Add keywords for discoverability (Bug #10694)Simon Steinbeiss2020-04-011-0/+1
|
* Make brightness steps configurable (Bug #12062)Timothy Lee2020-01-061-0/+70
| | | | | | | | | This commit introduces two new options: 1) Configuring the amount of brightness steps 2) Whether to distribute the steps in a linear or exponential way Both options are presented in the settings dialog and affect the brightness keys and the panel plugin.
* Fix indentationSimon Steinbeiss2019-11-165-2096/+2076
|
* settings: Unclutter system and display tabsSimon Steinbeiss2019-11-071-29/+14
| | | | | | Both tabs now use Stackswitchers to allow users to switch between the "on battery" and "on ac" settings. This gets rid of the huge table we used to have and makes it easier to hide all "on battery" settings.
* settings: Move % sign out of spinbutton (Bug #15994)Simon Steinbeiss2019-09-301-16/+0
|
* Correctly hide brightness label (Bug #14649)Simon Steinbeiss2019-08-061-0/+2
|
* Use the newer up_client_get_devices2Andre Miranda2019-04-181-1/+5
|
* Whitespace fixesSimon Steinbeiss2019-04-141-131/+131
|
* settings: Improve devices tab visually by adding frameSimon Steinbeiss2019-04-141-2/+5
|
* Fix g_type_class_add_private is deprecatedAndre Miranda2019-04-141-9/+5
|
* Rename variables for xfconf channel and property prefixKacper Piwiński2019-04-142-58/+59
|
* Fix slider labels (Bug #14395)Andre Miranda2019-04-111-43/+123
|
* Fix various warningsViktor Odintsev2017-12-271-1/+1
| | | | Some are related to Gtk3.22, some are simply compiler warnings.
* Fix compiler warning (Bug #14104)Stefan Seyfried2017-12-191-2/+2
|
* Add support for XF86Battery button (Bug #14055)Viktor Odintsev2017-12-193-6/+90
|
* Fix xfpm startup dialog ignoring response (Bug #13700)Simon Steinbeiss2017-10-311-5/+15
| | | | | Previously xfpm would be launched in any case, even if the user chose "no" in the dialog.
* Harmonize capitalisation of hours, minutes and secondsSimon Steinbeiss2017-10-291-11/+11
|
* Fix scale description and values for light-locker (Bug #13303)Simon Steinbeiss2017-10-291-9/+10
| | | | Also make the capitalisation of "minutes" and "seconds" consistent.
* Draw border around device detailsSimon Steinbeiss2016-01-241-0/+3
|
* Drop forgotten dbus-client.h from MakefileSimon Steinbeiss2015-05-251-1/+0
|
* Look up the schema for light-locker's settings recursively (Bug #11488)Simon Steinbeiss2015-04-241-1/+1
|
* Settings: Use a quit signal to exitEric Koegel2015-03-223-3/+41
| | | | | This allows the settings app to properly to exit when it's a GtkPlug.
* Don't call present/showEric Koegel2015-03-221-2/+2
| | | | | | Bringing the window to the foreground when it's a GtkPlug causes the main dialog window contents to appear as a floating window. So let's not do that.
* trivial: make the ll warning a debug messageEric Koegel2015-03-221-1/+1
|
* trivial: fix runtime warningEric Koegel2015-03-221-1/+0
|
* Settings: Select the device-idEric Koegel2015-03-223-0/+36
| | | | | When the device-id is selected after the window is open, switch to the devices tab and select it.
* Settings: Present the window when launched againEric Koegel2015-03-221-2/+7
| | | | | When the settings app is launched after it's already shown, present it rather than launching a new one.
* This is betterEric Koegel2015-03-221-3/+24
| | | | | | | Just create an activate action to perform the default action on the primary instance, also don't create additional windows. We need to make the settings dialog take an update for when device icons are clicked in the panel plugin.
* Settings: Don't be uniqueEric Koegel2015-03-221-1/+1
| | | | | | We don't want the single app logic for settings because it can be a normal dialog and plugged into the settings manager at the same time.
* trivial: unused variablesEric Koegel2015-03-221-2/+0
|
* Settings: Add actions for cli optionsEric Koegel2015-03-221-18/+171
| | | | | | | | This patch adds actions to map the existing cli options. It allows the settings dialog to be embedded as a plug and the device-id mapping for the devices tab. Might need to rework the settings app a little so it can active the device item rather than launch a new window.
* Fix build warnings with --enable-debug=fullEric Koegel2015-03-221-3/+2
|
* Settings: Port to GtkApplicationEric Koegel2015-03-225-167/+276
| | | | | | | This changes the settings app to use GtkApplication to handle process uniqueness rather than our custom version. Currently, the command line doesn't get handeled properly so it doesn't plug and the plugin doesn't popup the correct device item.
* Drop GtkAlignment, replace some CheckButtons with GtkSwitch in settingsSimon Steinbeiss2015-03-221-85/+28
|
* Hide column headers for device detailsSimon Steinbeiss2015-03-221-2/+1
| | | | The contents of that listview are very obvious without them.
* Replaced dbus-binding-tool with gdbus-codegenPeter de Ridder2015-03-221-4/+5
|
* Removed all dbus includes and add gio dependencyPeter de Ridder2015-03-221-3/+0
|
* Fix settings dialog's icon nameSimon Steinbeiss2015-03-221-1/+1
|
* UPower 0.99.0 is the new minimumEric Koegel2015-03-221-22/+0
| | | | | Per the 4.14 roadmap, Upower 0.99 is the new minimum so drop support for older versions.
* trivial: drop old version checksEric Koegel2015-03-222-9/+0
| | | | | Drop old glib and xfce4ui version checks that aren't required anymore.
* Plugin: Stop crashing!Eric Koegel2015-03-221-7/+9
| | | | Also no more deprecated warnings.
* Replace deprecated gtk_widget_reparentSimon Steinbeiss2015-03-221-1/+11
|