| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't special case Unity sessions, that's not needed since | Sebastien Bacher | 2013-10-24 | 1 | -3/+1 |
* | Only display running players in the phone's sound menu | Lars Uebernickel | 2013-10-24 | 1 | -3/+3 |
|\ |
|
| * | Only display running players in the phone's sound menu | Lars Uebernickel | 2013-10-10 | 1 | -1/+1 |
| * | Replace 'mute' boolean by a flag in the SoundMenu constructor | Lars Uebernickel | 2013-10-10 | 1 | -3/+3 |
* | | Allow activating the 'volume' action | Lars Uebernickel | 2013-10-09 | 1 | -2/+9 |
|/ |
|
* | Making the settings action optional | Ted Gould | 2013-10-02 | 1 | -0/+1 |
* | Show synchronous notification when changing the volume by scrolling over the ... | Lars Uebernickel | 2013-10-01 | 1 | -0/+30 |
* | service: use vala's double.clamp() | Lars Uebernickel | 2013-10-01 | 1 | -6/+1 |
* | Update settings URL to settings:///system | Ted Gould | 2013-09-26 | 1 | -1/+1 |
* | Use url-dispatcher instead of invoking system-settings directly. | Charles Kerr | 2013-09-25 | 1 | -5/+1 |
* | Don't show the "Mute" menu item in the phone profile | Lars Uebernickel | 2013-09-15 | 1 | -2/+2 |
* | Add "title" to the root action state dictionary | Lars Uebernickel | 2013-09-12 | 1 | -0/+1 |
* | Remove volume percentage from translatable part of the accessible title | Lars Uebernickel | 2013-09-11 | 1 | -1/+1 |
* | Mark remaining user-visible strings as translatable | Lars Uebernickel | 2013-09-11 | 1 | -2/+2 |
* | Change volume when scrolling on the indicator | Lars Uebernickel | 2013-09-09 | 1 | -0/+14 |
* | don't use deprecated GSimpleActionGroup APIs | Charles Kerr | 2013-08-22 | 1 | -14/+14 |
* | Build using cmake | Pete Woods | 2013-08-16 | 1 | -3/+0 |
* | add accessible-name property to the ng sound indicator | Charles Kerr | 2013-08-08 | 1 | -2/+14 |
* | Export phone menu | Lars Uebernickel | 2013-07-25 | 1 | -4/+17 |
* | service.vala: store menus in a hash table, keyed by profile name | Lars Uebernickel | 2013-07-25 | 1 | -6/+8 |
* | service.vala: move menu handling into sound-menu.vala | Lars Uebernickel | 2013-07-25 | 1 | -125/+6 |
* | Specify fallback icons | Lars Uebernickel | 2013-07-19 | 1 | -6/+13 |
* | Use interested-media-players instead of preferred-media-players gsettings key | Lars Uebernickel | 2013-07-11 | 1 | -4/+4 |
* | Expose playlists in the menu if the player exports them | Lars Uebernickel | 2013-07-10 | 1 | -3/+44 |
* | service.vala: make removing a player from the menu more readable | Lars Uebernickel | 2013-06-28 | 1 | -10/+17 |
* | Fold all patches into source | Lars Uebernickel | 2013-06-19 | 1 | -1/+10 |
* | Mark translatable strings as translatable | Lars Uebernickel | 2013-06-19 | 1 | -2/+2 |
* | Update indicator icon when volume changes | Lars Uebernickel | 2013-06-18 | 1 | -3/+27 |
* | Allow setting the microphone volume if an app using it is running | Lars Uebernickel | 2013-06-18 | 1 | -0/+38 |
* | Change playback action state to "string" | Lars Uebernickel | 2013-06-17 | 1 | -1/+5 |
* | Export playback menu item | Lars Uebernickel | 2013-06-17 | 1 | -1/+23 |
* | Put mute and volume slider into a single section | Lars Uebernickel | 2013-06-13 | 1 | -4/+5 |
* | Give players their own section in the menu | Lars Uebernickel | 2013-06-13 | 1 | -5/+10 |
* | Player menu item: export application icon | Lars Uebernickel | 2013-06-13 | 1 | -0/+1 |
* | Use 'indicator.' prefix for player menu items | Lars Uebernickel | 2013-06-13 | 1 | -1/+1 |
* | Use {min,max}-icon instead of {primary,secondary}-icon | Lars Uebernickel | 2013-06-07 | 1 | -2/+2 |
* | Set attributes describing the slider menu item | Lars Uebernickel | 2013-05-31 | 1 | -0/+9 |
* | Change root action state to a{sv} | Lars Uebernickel | 2013-05-29 | 1 | -1/+1 |
* | Add information about the current track to the player actions | Lars Uebernickel | 2013-04-09 | 1 | -0/+7 |
* | Don't add players to the root menu | Lars Uebernickel | 2013-04-04 | 1 | -12/+18 |
* | Really sync player list with preferred-media-players setting | Lars Uebernickel | 2013-04-04 | 1 | -0/+11 |
* | Service: create player action right away, not lazily in an idle | Lars Uebernickel | 2013-04-04 | 1 | -13/+12 |
* | service.vala: add license header | Lars Uebernickel | 2013-04-03 | 1 | -0/+18 |
* | Remove players when settings key changes | Lars Uebernickel | 2013-04-03 | 1 | -0/+15 |
* | Always update all player actions | Lars Uebernickel | 2013-04-03 | 1 | -17/+19 |
* | Sync list of media players with gsettings | Lars Uebernickel | 2013-04-03 | 1 | -9/+16 |
* | Show running media players in the menu | Lars Uebernickel | 2013-03-28 | 1 | -1/+39 |
* | VolumeControl: turn "ready" into a property | Lars Uebernickel | 2013-03-27 | 1 | -0/+2 |
* | Add VolumeControl and hook up mute and volume actions to it | Lars Uebernickel | 2013-03-27 | 1 | -9/+37 |
* | Add service that adheres to the new indicator protocol | Lars Uebernickel | 2013-03-22 | 1 | -0/+84 |