aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/panel-plugins/battery
Commit message (Collapse)AuthorAge
* Cleanup the icon loading routines for battery status.Ken Moore2018-04-27
| | | | This should make it generic enough to support all XDG icon themes.
* Add an additional OS-specific network device type parser.Ken Moore2018-01-12
|
* Fix up the battery notification system.Ken Moore2017-12-04
|
* add bool to battery sound alertq5sys2017-10-31
|
* Fix up the icon sync on theme change, and change the icon for ↵Ken Moore2017-09-18
| | | | lumina-mediaplayer to one that exists in more themes
* get basic user defined sound enabledq5sys2017-08-03
|
* Fix up the battery icons when charging.Ken Moore2017-04-27
|
* Fix up the icons used for the battery notifications.Ken Moore2017-04-14
|
* Unify the icons used for battery indications within the start menu and ↵Ken Moore2016-11-30
| | | | | | battery plugin. Also, add a green background to the battery plugin when the charge is 100% and still plugged in.
* LARGE UPDATE:Ken Moore2016-11-07
| | | | | | | 1) Dismantle the Lumina library completely. 2) Setup lots of small subproject files (.pri) for the individual classes within the old library. 3) Move all the Lumina binaries to use the new subproject files 4) Split up the LuminaUtils class/files into LUtils and LDesktopUtils (generic utilities, and desktop-specific utilities)
* Fix up the stylesheet for the battery monitor. Don't change any properties ↵Ken Moore2016-10-19
| | | | other than the background color based on battery level.
* Adjust the icon for the battery notifications a bit.Ken Moore2016-10-18
| | | | | | 1) for the "low" battery icon, move it down to the 5-20% range instead of 20-50%. 2) When battery is between 0-5%, change the background color of the icon to red in addition to the "warning" battery icon. 3) Play an audio file when the battery drops to the 0-5% range( <Lumina Share directory>/low-battery.ogg), if the file exists.
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed.
bgstack15