aboutsummaryrefslogtreecommitdiff
path: root/src/sound-menu.vala
Commit message (Collapse)AuthorAgeFilesLines
...
* Change volume when scrolling on the indicatorLars Uebernickel2013-09-091-0/+1
| | | | | | | | This depends on a new root menu property: x-canonical-scroll-action. It points to an action that gets activated whenever the user scrolls the mouse over the indicator. The parameter of that action signifies the magnitude and direction of the scroll.
* Build using cmakePete Woods2013-08-161-0/+3
|
* Fixed max-icon icon sourceNick Dedekind2013-07-301-2/+2
|
* Export phone menuLars Uebernickel2013-07-251-2/+2
| | | | | | For now, this does the same as the one on the desktop, except for starting the the phone's settings ui.
* service.vala: store menus in a hash table, keyed by profile nameLars Uebernickel2013-07-251-2/+6
|
* service.vala: move menu handling into sound-menu.valaLars Uebernickel2013-07-251-0/+160
This makes service.vala a lot more readable and makes way for exporting a second - slightly different - menu for the phone profile.