summaryrefslogtreecommitdiff
path: root/panel-plugins
Commit message (Collapse)AuthorAgeFilesLines
* panel-plugin: Switch percentage and timeSimon Steinbeiss2021-04-271-1/+1
| | | | | | | Make the string more consistent with what we have in the plugin's menu and what the name of the option suggests (first percentage, then remaining time). See also !17 and #128
* remove unused variable show_presentation_indicatorOlaf Hering2020-12-281-2/+0
| | | | | | Fixes commit 2969f0b1ddb60ccda2989c6da6977ab51c75dfd7 Signed-off-by: Olaf Hering <olaf@aepfle.de>
* Add new icons in size 24x24 and 32x32Maurizio Galli (m4u9)2020-11-112-3/+3
|
* Move default icon names into one placeSimon Steinbeiss2020-11-061-3/+0
|
* Also use symbolic icons in battery notificationsSimon Steinbeiss2020-11-061-1/+1
|
* Use more accurate status icons (Fixes #95)Simon Steinbeiss2020-11-061-12/+25
| | | | | Previously we relied entirely on UPower, now we also check if the icons used by Gnome are available (battery-level-*).
* Silence compiler warningsSimon Steinbeiss2020-11-041-4/+16
|
* settings: Adjust title and show min/max buttonsSimon Steinbeiss2020-11-041-1/+1
|
* Guard against NULL pointer dereferenceSimon Steinbeiss2020-11-041-2/+5
|
* Add new app icon and switch to rDNS icon nameSimon Steinbeiss2020-05-211-1/+1
| | | | Co-author: Maurizio Galli <maurizio.galli@gmail.com>
* panel-plugin: Properly hook up about signalSimon Steinbeiss2020-01-271-0/+7
|
* panel-plugin: Properly show 'About' menu itemSimon Steinbeiss2020-01-261-25/+1
|
* systray: Ensure presentation mode can be toggled (Bug #16337)Simon Steinbeiss2020-01-071-2/+10
|
* Make brightness steps configurable (Bug #12062)Timothy Lee2020-01-061-0/+13
| | | | | | | | | 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-164-1233/+1234
|
* panel-plugin: Toggle presentation mode on middle clickSimon Steinbeiss2019-11-111-3/+17
|
* panel-plugin: Add warning color to presentation mode indicatorSimon Steinbeiss2019-11-111-0/+12
| | | | This hopefully makes the icon stand out a little more.
* panel-plugin: Use GtkSwitch for Presentation modeSimon Steinbeiss2019-11-111-5/+22
| | | | | This means we're now consistent with other panel plugins like pulseaudio or notifyd.
* panel-plugin: Add (optional) Presentation mode indicator (Bug #15773)Simon Steinbeiss2019-11-092-11/+81
|
* Switch to symbolic window-close iconsSimon Steinbeiss2019-11-071-1/+1
|
* Allow compilation with panel 4.15Andre Miranda2019-10-042-2/+1
|
* panel-plugin: Replace deprecated callSimon Steinbeiss2019-09-301-1/+1
| | | | Preparation for xfce4-panel 4.16
* Replace GtkStock buttonsAndre Miranda2019-08-021-1/+1
|
* Replace GtkStock buttonsAndre Miranda2019-08-021-6/+7
|
* Disable trayicon when panel plugin is present (Bug #15682)Simon Steinbeiss2019-07-161-1/+9
|
* Use the newer up_client_get_devices2Andre Miranda2019-04-181-0/+4
|
* Whitespace fixesSimon Steinbeiss2019-04-141-1/+1
|
* Fix g_type_class_add_private is deprecatedAndre Miranda2019-04-142-27/+17
|
* Rename variables for xfconf channel and property prefixKacper PiwiƄski2019-04-142-8/+10
|
* Fix various warningsViktor Odintsev2017-12-271-4/+2
| | | | Some are related to Gtk3.22, some are simply compiler warnings.
* panel-plugin: Hide label by default on desktop systemsSimon Steinbeiss2017-11-231-3/+5
| | | | | The label will only be hidden if the display device, i.e. the one showing up in the panel is the desktop itself.
* panel-plugin: Drop deprecated CSS stylesSimon Steinbeiss2017-11-191-4/+0
|
* panel-plugin: Block panel autohide if the menu is openSimon Steinbeiss2017-11-191-0/+5
|
* panel-plugin: Set ac-adapter icon for desktop systems (Bug #13959)Simon Steinbeiss2017-11-191-14/+3
| | | | | | | | | | | | | Unfortunately UPower does not differentiate between desktop and laptop systems so we decide that it's a desktop if it: * is not a UPS * does not have a battery * does not have a lid In this case we show the "ac-adapter" icon for the systray and the "ac-adapter-symbolic" icon for the Xfce Panel Plugin. Before the "battery-missing" icon was shown, which is what UPower reports for the display device.
* Fix compilation warning about gtk_menu_popupSimon Steinbeiss2017-11-091-0/+15
|
* Finish migration from expose to draw signalSimon Steinbeiss2017-10-301-7/+4
|
* panel-plugin: Handle out-of-bounds values of show-panel-label in config dialogSimon Steinbeiss2017-10-291-4/+8
|
* panel-plugin: Add properties dialog (Bug #13270)Simon Steinbeiss2017-10-291-0/+165
| | | | | So far the only option we have there is the formerly hidden option show-panel-label.
* panel-plugin: Hide label in unknown state (Bug #12851)Christian Hesse2017-10-271-2/+4
| | | | | | DEVICE_STATE_UKNOWN means that there is no battery available. Signed-off-by: Christian Hesse <mail@eworm.de>
* Fix menu leak, attach menu to button (Bug #13466)Viktor Odintsev2017-10-271-0/+3
|
* Fix misc compilation warningsViktor Odintsev2017-10-271-5/+5
|
* Use libxfce4panel function to obtain desired icon sizeViktor Odintsev2017-10-271-0/+6
|
* Fix showing inhibits in the systray (Bug #12605)Eric Koegel2016-05-311-23/+70
| | | | | | The systray apparently can't use the dbus inhibt interface at all, so use a direct call to get the list of inhibitors to display in the menu.
* Fixup the 3.20 deprecation warningsEric Koegel2016-05-241-0/+16
|
* Load the inhibit proxy interface in an async callbackEric Koegel2016-05-241-16/+25
| | | | | Otherwise we may end up waiting for another part of xfpm that hasn't loaded yet.
* trivial: remove unused variablesEric Koegel2016-03-181-1/+0
|
* Show inhibitors in the plugin menu (Bug #9090)Eric Koegel2016-02-261-0/+99
| | | | | This patch now displays the applications that are inhibiting xfpm from doing power management in the plugin/systray menu.
* Fix a crash when the brightness slider is releasedAli Abdallah2016-01-171-1/+0
|
* plugin: Fix a couple memory leaks (Bug #12332)Eric Koegel2016-01-041-3/+23
| | | | | | Found a couple spots where we inadvertently leak memory. Signed-off-by: Eric Koegel <eric.koegel@gmail.com>
* Bring back the about dialog (Bug #11982)Eric Koegel2015-06-141-0/+12
| | | | | This brings back the about dialog for the panel plugin and updates it for the newer stuff required by GTK3.