aboutsummaryrefslogtreecommitdiff
path: root/src/service.vala
Commit message (Expand)AuthorAgeFilesLines
* Make sure to clear values after removing the sourceTed Gould2014-03-211-1/+3
* Remove sound blocked timer when the service is shutdownTed Gould2014-03-211-0/+5
* Move all the clearing of the player into one placeTed Gould2014-03-211-11/+11
* Make sure to clear the player on exitTed Gould2014-03-201-0/+4
* Handle sigtermTed Gould2014-03-201-0/+7
* Clear the player to ensure we don't get into a ref loopTed Gould2014-03-201-0/+5
* Debug messagesTed Gould2014-03-201-0/+2
* Make sure to update the player if neededTed Gould2014-03-201-0/+2
* Updating to trunkTed Gould2014-03-201-2/+29
|\
| * Use audio-volume-mute-blocking-panel instead of *-blocked-panel Lars Uebernickel2014-03-201-1/+1
| |\
| | * Use audio-volume-mute-blocking-panel instead of *-blocked-panelLars Uebernickel2014-03-191-1/+1
| * | Scale volume in notifications when allow-amplified-volume is set Fixes: 1293163Lars Uebernickel2014-03-201-1/+1
| |\ \ | | |/ | |/|
| | * Scale volume in notifications when allow-amplified-volume is setLars Uebernickel2014-03-181-1/+1
| * | Show a red icon in the panel when a sound is playing while mute is on Fixes: ...Lars Uebernickel2014-03-181-1/+28
| |\ \ | | |/ | |/|
| | * Show a red icon in the panel when a sound is playing while mute is onLars Uebernickel2014-03-161-1/+28
* | | Connect to the setting for exporting to the greeter to the creation of the ac...Ted Gould2014-03-201-3/+19
* | | Catching up with trunkTed Gould2014-03-131-2/+7
|\| |
| * | Don't show player sections on the greeter and lock screenLars Uebernickel2014-03-121-1/+1
| |/
| * Honor com.canonical.indicator.sound visibleLars Uebernickel2014-03-031-1/+6
* | Update to trunkTed Gould2014-02-251-7/+48
|\|
| * Remove the new added allow-applified key, it's moved to shared schemas,Sebastien Bacher2014-02-241-1/+3
| * Add comments explaining max_volume a bit betterLars Uebernickel2014-02-201-0/+7
| * Clamp volume when in the action's change_state handlerLars Uebernickel2014-02-201-1/+2
| * Add support for amplified volumesLars Uebernickel2014-02-201-7/+38
* | Update the player based on which one is runningTed Gould2014-02-111-0/+12
* | Building the service over in the new objectTed Gould2014-02-111-1/+5
* | Getting accounts service into the serviceTed Gould2014-02-101-0/+1
|/
* Use unity-control-center if it is available. Fixes: https://bugs.launchpad.ne...Robert Ancell2014-01-221-1/+6
|\
| * Only run unity-control-center under unityRobert Ancell2014-01-221-1/+1
| * Use unity-control-center if it is availableRobert Ancell2014-01-101-1/+6
* | Don't write 'interested-media-players' on startupLars Uebernickel2014-01-151-6/+17
|/
* The VAPI changed to make this ownedTed Gould2014-01-031-1/+1
* Weird comment bug where 'lesser' ended up someplaces it didn't belongTed Gould2013-11-151-2/+2
* Make player menu item insensitive when player can't be raisedLars Uebernickel2013-10-301-1/+3
* Rename MediaPlayer.launch() ot activate()Lars Uebernickel2013-10-291-1/+1
* Stop using g_icon_serialize() directlyLars Uebernickel2013-10-281-1/+1
* fix similar variant leaksCharles Kerr2013-10-241-6/+6
* in Service's volume_changed(), explicitly instantiate the GVariant to avoid l...Charles Kerr2013-10-241-1/+1
* Don't special case Unity sessions, that's not needed sinceSebastien Bacher2013-10-241-3/+1
* Only display running players in the phone's sound menuLars Uebernickel2013-10-241-3/+3
|\
| * Only display running players in the phone's sound menuLars Uebernickel2013-10-101-1/+1
| * Replace 'mute' boolean by a flag in the SoundMenu constructorLars Uebernickel2013-10-101-3/+3
* | Allow activating the 'volume' actionLars Uebernickel2013-10-091-2/+9
|/
* Making the settings action optionalTed Gould2013-10-021-0/+1
* Show synchronous notification when changing the volume by scrolling over the ...Lars Uebernickel2013-10-011-0/+30
* service: use vala's double.clamp()Lars Uebernickel2013-10-011-6/+1
* Update settings URL to settings:///systemTed Gould2013-09-261-1/+1
* Use url-dispatcher instead of invoking system-settings directly.Charles Kerr2013-09-251-5/+1
* Don't show the "Mute" menu item in the phone profileLars Uebernickel2013-09-151-2/+2
* Add "title" to the root action state dictionaryLars Uebernickel2013-09-121-0/+1