Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/extensions/deviceicon/speaker.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove fixed width from speaker palette #719Simon Schampijer2009-04-081-2/+0
|
* Fix palette appearance on right-click #403Tomeu Vizoso2009-02-241-5/+12
|
* don't mute when right-clicking the speaker icon #278Tomeu Vizoso2009-02-051-3/+3
|
* 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]
* Use gconf for the profileSimon Schampijer2008-10-111-5/+6
|
* Correct signals signature.Marco Pesenti Gritti2008-10-041-2/+2
|
* Rework devices to be actually self contained plugins. A lotMarco Pesenti Gritti2008-10-041-0/+210
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.