Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/extensions/deviceicon/battery.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix palette appearance on right-click #403Tomeu Vizoso2009-02-241-2/+2
|
* Set correctly the string that needs to be translatedTomeu Vizoso2009-02-051-3/+2
|
* Following in the spec for the device positionsSimon Schampijer2008-12-221-1/+1
| | | | | - making the xomenu device the first one - removed an unused import
* Change the FRAME_POSITION_RELATIVE to follow eben's specSimon Schampijer2008-12-181-1/+1
| | | | | | | | [500 external devices eg. USB drive] [400 3rd party devices eg. speech] [300 transient connection devices eg. AP] [200 transient devices eg. camera] [100 static devices eg. battery]
* #5867: Show battery as removed, when it isMorgan Collett2008-10-291-3/+33
| | | | Remove the secondary palette (progress bar) when the battery is removed.
* Use gconf for the profileSimon Schampijer2008-10-111-4/+6
|
* Rework devices to be actually self contained plugins. A lotMarco Pesenti Gritti2008-10-041-0/+220
of work is left to cleanup and simplify the code. I'm sorry for the large changes but the old design didn't really make any sense.