- 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
-
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
When the plugin's button is first shown (and consequently the icon is set for it), the button isn't packed inside the parent widget yet, consequently the GtkStyleContext is NULL.
-
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
Borrowed from upstream libido, thanks to Lars Uebernickel.
-
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
-
Simon Steinbeiss authored
This change was ported from libido upstream: http://bazaar.launchpad.net/~indicator-applet-developers/ido/trunk.15.04/revision/187
-
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 04, 2015
-
-
Andrzej authored
-