- 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
-
Simon Steinbeiss authored
This also means the power-manager's panel-plugin is now compatible with most modern icon-themes.
-
Simon Steinbeiss authored
-
Simon Steinbeiss authored
-
Simon Steinbeiss authored
-
Simon Steinbeiss authored
-
Simon Steinbeiss authored
-
Eric Koegel authored
Also no more deprecated warnings.
-
Simon Steinbeiss authored
-
Eric Koegel authored
This starts the port to GTK3. The deprecated warnings for GTK dropping the system tray are ignored, we can deal with that in GTK4.
-
- Mar 01, 2015
-
-
Eric Koegel authored
This patch uses the PowerManagerButton to implement the tray icon. It doesn't do the show when (dis)charging stuff since it will display different battery types now, however that can be added back if desired.
-
- Feb 18, 2015
-
-
Eric Koegel authored
-
- Sep 21, 2014
-
-
Eric Koegel authored
When running some versions of UPower, the code path had a minor logic error causing it to never return the "display device". This patch fixes that check.
-
- Sep 12, 2014
-
-
Eric Koegel authored
Only build in the new xfce_dialog_show_help_with_version function if the system has libxfce4ui 4.11.1, otherwise use the old help function in order to still support systems with Xfce 4.10.
-
- Sep 08, 2014
-
-
Eric Koegel authored
The LXPanel plugin API was completely changed in version 0.7.0 without any module versioning or backwards compatibility. This patch make the plugin work with the new version while retaining the ability to still build for the old version (based on checking the package version at compile time).
-