aboutsummaryrefslogtreecommitdiff
path: root/src/service.vala
Commit message (Collapse)AuthorAgeFilesLines
...
* | Adding in an additional action that is the greeter stateTed Gould2014-09-231-0/+15
| |
* | Build in a way to stop the track information for getting into the player actionTed Gould2014-09-231-2/+2
|/
* Remove mute from the phone greeterTed Gould2014-03-251-1/+1
|
* Updating to latest exportTed Gould2014-03-211-3/+30
|\
| * 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
| |
* | Updates to trunk and the exportTed Gould2014-03-201-5/+48
|\|
| * 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
| | |\ \ | | | |/ | | |/| | | | | 1291530
| | | * 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 ↵Ted Gould2014-03-201-3/+19
| | | | | | | | | | | | | | | | accounts service user
* | | | Merge trunkTed Gould2014-03-131-2/+7
|\| | |
| * | | 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
| | |
* | | Adding a specific phone_greeter profileTed Gould2014-03-041-0/+1
| | |
* | | Make it so the desktop greeter doesn't have any players on itTed Gould2014-03-041-1/+1
| | |
* | | Use the detail to make this a little cleanerTed Gould2014-03-021-3/+2
| | |
* | | Make enabled work the same was when the properties get updatedTed Gould2014-03-021-0/+1
| | |
* | | Disconnect notify when removing the playerTed Gould2014-03-021-0/+2
| | |
* | | Use the standard code for only showing ready playersTed Gould2014-02-281-1/+1
| | |
* | | Merge trunk and exportTed Gould2014-02-251-7/+48
|\| |
| * | 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
| | | | | | | | | | | | | | | | | | that way the other desktop components don't need to depends on indicator-sound only to read that settings
| | * 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
| | | | | | | | | | | | | | | | | | | | | Add a settings key "allow-amplified-volume" which controls whether the volume slider stops at 100% or PA_VOLUME_UI_MAX. unity-control-center will provide a ui for this key.
* | | Move the player list outside of the service creationTed Gould2014-02-121-2/+2
|/ /
* | 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: ↵Robert Ancell2014-01-221-1/+6
|\ | | | | | | | | | | https://bugs.launchpad.net/bugs/1257505. Approved by Ted Gould, PS Jenkins bot.
| * 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
|/ | | | | | | | IndicatorSound.Service read that gsettings key and inserted the players desktop ids into a MediaPlayerList, which emits "player-added" every time a player is added. This patch makes the service keep track of whether players are added because it is syncing the key or when a player appeared on the bus.
* 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
| | | | | Vala 0.20 now comes with a gio-2.0.vapi that has Icon.serialize().