aboutsummaryrefslogtreecommitdiff
path: root/src/service.vala
Commit message (Expand)AuthorAgeFilesLines
...
* Remove volume percentage from translatable part of the accessible titleLars Uebernickel2013-09-111-1/+1
* Mark remaining user-visible strings as translatableLars Uebernickel2013-09-111-2/+2
* Change volume when scrolling on the indicatorLars Uebernickel2013-09-091-0/+14
* don't use deprecated GSimpleActionGroup APIsCharles Kerr2013-08-221-14/+14
* Build using cmakePete Woods2013-08-161-3/+0
* add accessible-name property to the ng sound indicatorCharles Kerr2013-08-081-2/+14
* Export phone menuLars Uebernickel2013-07-251-4/+17
* service.vala: store menus in a hash table, keyed by profile nameLars Uebernickel2013-07-251-6/+8
* service.vala: move menu handling into sound-menu.valaLars Uebernickel2013-07-251-125/+6
* Specify fallback iconsLars Uebernickel2013-07-191-6/+13
* Use interested-media-players instead of preferred-media-players gsettings keyLars Uebernickel2013-07-111-4/+4
* Expose playlists in the menu if the player exports themLars Uebernickel2013-07-101-3/+44
* service.vala: make removing a player from the menu more readableLars Uebernickel2013-06-281-10/+17
* Fold all patches into sourceLars Uebernickel2013-06-191-1/+10
* Mark translatable strings as translatableLars Uebernickel2013-06-191-2/+2
* Update indicator icon when volume changesLars Uebernickel2013-06-181-3/+27
* Allow setting the microphone volume if an app using it is runningLars Uebernickel2013-06-181-0/+38
* Change playback action state to "string"Lars Uebernickel2013-06-171-1/+5
* Export playback menu itemLars Uebernickel2013-06-171-1/+23
* Put mute and volume slider into a single sectionLars Uebernickel2013-06-131-4/+5
* Give players their own section in the menuLars Uebernickel2013-06-131-5/+10
* Player menu item: export application iconLars Uebernickel2013-06-131-0/+1
* Use 'indicator.' prefix for player menu itemsLars Uebernickel2013-06-131-1/+1
* Use {min,max}-icon instead of {primary,secondary}-iconLars Uebernickel2013-06-071-2/+2
* Set attributes describing the slider menu itemLars Uebernickel2013-05-311-0/+9
* Change root action state to a{sv}Lars Uebernickel2013-05-291-1/+1
* Add information about the current track to the player actionsLars Uebernickel2013-04-091-0/+7
* Don't add players to the root menuLars Uebernickel2013-04-041-12/+18
* Really sync player list with preferred-media-players settingLars Uebernickel2013-04-041-0/+11
* Service: create player action right away, not lazily in an idleLars Uebernickel2013-04-041-13/+12
* service.vala: add license headerLars Uebernickel2013-04-031-0/+18
* Remove players when settings key changesLars Uebernickel2013-04-031-0/+15
* Always update all player actionsLars Uebernickel2013-04-031-17/+19
* Sync list of media players with gsettingsLars Uebernickel2013-04-031-9/+16
* Show running media players in the menuLars Uebernickel2013-03-281-1/+39
* VolumeControl: turn "ready" into a propertyLars Uebernickel2013-03-271-0/+2
* Add VolumeControl and hook up mute and volume actions to itLars Uebernickel2013-03-271-9/+37
* Add service that adheres to the new indicator protocolLars Uebernickel2013-03-221-0/+84