- Jun 30, 2014
-
-
Eric Koegel authored
In the battery plugin, there's a chance that we've filtered out any devices to display and thus there's no need for the menu separator.
-
- Jun 29, 2014
-
-
Eric Koegel authored
-
Harald Judt authored
-
- Jun 23, 2014
-
-
Eric Koegel authored
This way the panel icon will increase with the LXDE icon_size changes.
-
Eric Koegel authored
Adds support for the battery plugin to be built and used in LXDE as the system tray icon was removed. Thanks to https://github.com/nandhp/multiload-nandhp as it was used as a complete example on how to easily do this. There may be a couple things that need to be added to make this have the same functionality as the Xfce plugin.
-
- Jun 22, 2014
-
-
Harald Judt authored
Signed-off-by:
Eric Koegel <eric.koegel@gmail.com>
-
Harald Judt authored
Not sure why one would check for specific numbers instead of ranges? Signed-off-by:
Eric Koegel <eric.koegel@gmail.com>
-
- Jun 16, 2014
-
-
Harald Judt authored
This makes it really obvious what the menu entry does. Signed-off-by:
Eric Koegel <eric.koegel@gmail.com>
-
- Jun 02, 2014
- May 28, 2014
-
-
Masato HASHIMOTO authored
-
- May 26, 2014
-
-
Eric Koegel authored
-
Eric Koegel authored
-
Eric Koegel authored
With UPower < .99 this patch will make the battery panel icon dynamic by displaying the ups or battery device with the highest percentage. This patch also cleans up a couple small issues with the last two patches (unused function and variable).
-
Eric Koegel authored
When upower reports unknown there is no useful information for the device so present that to the user rather than a 0% battery level.
-
Eric Koegel authored
-
Eric Koegel authored
-
Eric Koegel authored
-
Eric Koegel authored
-
Eric Koegel authored
-
Eric Koegel authored
-
Eric Koegel authored
Upower 0.99 supports a composite display device that represents the state of the computer. When that device type is around we will use it to determine the panel icon, update the tooltip, and replace the UP_DEVICE_KIND_LINE_POWER in the menu since it would be redundant.
-
Eric Koegel authored
-
Eric Koegel authored
The left click menu now displays the devices and their status at the time of the menu's creation.
-
Eric Koegel authored
Rather than using a custom window migrate to custom items in a GtkMenu. To that end, change from a GtkTreeView to GList internally.
-
Eric Koegel authored
-
Eric Koegel authored
-
Eric Koegel authored
-
Eric Koegel authored
-
Eric Koegel authored
-
Eric Koegel authored
-
Eric Koegel authored
-
Eric Koegel authored
-
Eric Koegel authored
-
Eric Koegel authored
-
Eric Koegel authored
Also put more trace/dbg messages in place so it's easy to track these issues when upower breaks itself again in the future.
-
Eric Koegel authored
Dynamically changing the icon in the panel itself looks horrible. Revert and improve it later.
-
Eric Koegel authored
-
Eric Koegel authored
-