- Nov 19, 2017
-
-
Simon Steinbeiss authored
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.
-
- Nov 09, 2017
-
-
Simon Steinbeiss authored
-
- Oct 29, 2017
-
-
Simon Steinbeiss authored
-
- Oct 27, 2017
-
-
Christian Hesse authored
DEVICE_STATE_UKNOWN means that there is no battery available. Signed-off-by:
Christian Hesse <mail@eworm.de>
-
Viktor Odintsev authored
-
Viktor Odintsev authored
-
Viktor Odintsev authored
-
- May 31, 2016
-
-
Eric Koegel authored
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.
-
- May 24, 2016
-
-
Eric Koegel authored
-
Eric Koegel authored
Otherwise we may end up waiting for another part of xfpm that hasn't loaded yet.
-
- Mar 18, 2016
-
-
Eric Koegel authored
-
- Feb 26, 2016
-
-
Eric Koegel authored
This patch now displays the applications that are inhibiting xfpm from doing power management in the plugin/systray menu.
-
- Jan 04, 2016
-
-
Eric Koegel authored
Found a couple spots where we inadvertently leak memory. Signed-off-by:
Eric Koegel <eric.koegel@gmail.com>
-
- Jun 14, 2015
-
-
Eric Koegel authored
This brings back the about dialog for the panel plugin and updates it for the newer stuff required by GTK3.
-
- Jun 08, 2015
-
-
Eric Koegel authored
-
- Jun 05, 2015
-
-
Simon Steinbeiss authored
The property /xfce4-power-manager/show-panel-label has to be added to the channel xfce4-power-manager as INT. Then you can set the value from 0 to 3, where 0: hides the label 1: shows the percentage 2: shows the remaining time and 3: shows time and percentage. The format is not configurable for now and the label is hidden when UPower reports the status of the display device as "fully charged".
-
- Jun 04, 2015
-
-
Harald Judt authored
In deskbar mode, the button takes up too much vertical space and is not a square. Setting an extra resize request for the button fixes it.
-
- May 28, 2015
-
-
Simon Steinbeiss authored
-
Eric Koegel authored
-
- May 27, 2015
-
-
Eric Koegel authored
-
Eric Koegel authored
This reverts 0dd1196b and adds an additional check for UPower returning "" for the icon name.
-
- May 25, 2015
-
-
Eric Koegel authored
This fixes the panel icon on a desktop system with no battery devices.
-
- Apr 16, 2015
-
-
Simon Steinbeiss authored
Regression of commit f6ceafb1
-
Simon Steinbeiss authored
and always make sure to have an icon name, even if UPower decides not to return one
-
- Mar 29, 2015
-
-
Eric Koegel authored
macro "g_return_if_fail" passed 2 arguments, but takes just 1. Patch provided by Poma.
-
Eric Koegel authored
-
Eric Koegel authored
I assume this is for devices UPower doesn't know anything about?
-
- Mar 22, 2015
-
-
Simon Steinbeiss authored
-
Eric Koegel authored
-
Simon Steinbeiss authored
-
Simon Steinbeiss authored
-
Simon Steinbeiss authored
-
Peter de Ridder authored
-
Eric Koegel authored
Per the 4.14 roadmap, Upower 0.99 is the new minimum so drop support for older versions.
-
Eric Koegel authored
Drop old glib and xfce4ui version checks that aren't required anymore.
-
Eric Koegel authored
It won't support GTK3 in the LXPanel. It's suggested to either keep using the 1.4 branch or to use the systray icon once again.
-
Simon Steinbeiss authored
After a discussion with Mattias Clasen and exploring alternative options, we decided to switch back to GtkImageMenuItem as it works best for what we want here. In order for people to be able to compile without warnings, the relevant parts have been wrapped in G_GNUC_BEGIN_IGNORE_DEPRECATIONS.
-
Simon Steinbeiss authored
-
Simon Steinbeiss authored
-
Simon Steinbeiss authored
-