aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add desktop_lockscreen profileLars Uebernickel2014-03-111-0/+3
|
* Releasing 12.10.2+14.04.20140305-0ubuntu1CI bot2014-03-051-0/+7
|
* Honor com.canonical.indicator.sound visible Fixes: 829648Lars Uebernickel2014-03-051-1/+6
|\
| * Honor com.canonical.indicator.sound visibleLars Uebernickel2014-03-031-1/+6
|/
* Releasing 12.10.2+14.04.20140224-0ubuntu1CI bot2014-02-241-0/+9
|
* Remove the new added allow-applified key, it's moved to shared schemas,Sebastien Bacher2014-02-243-5/+4
|\ | | | | | | | | that way the other desktop components don't need to depends on indicator-sound only to read that settings
| * Remove the new added allow-applified key, it's moved to shared schemas,Sebastien Bacher2014-02-243-5/+4
|/ | | | | | that way the other desktop components don't need to depends on indicator-sound only to read that settings
* Releasing 12.10.2+14.04.20140220-0ubuntu1CI bot2014-02-201-0/+10
|
* Add support for amplified volumesLars Uebernickel2014-02-202-7/+50
|\ | | | | | | 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.
| * 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-202-7/+42
| | | | | | | | | | | | | | 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.
* | Releasing 12.10.2+14.04.20140207-0ubuntu1CI bot2014-02-071-0/+15
| |
* | Adding acceptance tests and merge review policies CI bot2014-02-070-0/+0
|/
* Drop the recommends to suggests for the control centers and system settings ↵Unit1932014-02-061-1/+1
|\ | | | | | | | | | | so that flavors that don't seed those packages aren't stuck with them. Approved by PS Jenkins bot, Sebastien Bacher.
| * Revert last commit, simply add pavucontrol as another alternate.Unit1932014-01-281-1/+1
| |
| * Dropped Recommends to Suggests, indicator-sound isn't used to install those ↵Unit1932014-01-281-1/+1
| | | | | | | | packages anyway, and it's highly irritating having to 'manually' update indicator-sound with --no-install-recommends on the other flavors.
* | Adding acceptance tests and merge review policies.Ted Gould2014-01-312-0/+43
|\ \ | |/ |/| | | Approved by Charles Kerr, PS Jenkins bot.
| * Adding merge review policyTed Gould2014-01-311-0/+19
| |
| * Adding basic acceptance testsTed Gould2014-01-311-0/+24
|/
* Releasing 12.10.2+14.04.20140124-0ubuntu1 (revision 408 from ↵Automatic PS uploader2014-01-241-0/+21
|\ | | | | | | | | | | lp:indicator-sound). Approved by PS Jenkins bot.
| * Releasing 12.10.2+14.04.20140124-0ubuntu1, based on r408Automatic PS uploader2014-01-241-0/+21
|/
* Use unity-control-center if it is available. Fixes: ↵Robert Ancell2014-01-222-2/+7
|\ | | | | | | | | | | 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
| |
| * Recommend unity-control-center before gnome-control-centerRobert Ancell2014-01-141-1/+1
| |
| * Use unity-control-center if it is availableRobert Ancell2014-01-102-2/+7
| |
* | Don't write 'interested-media-players' on startupLars Uebernickel2014-01-211-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. . Approved by Charles Kerr, PS Jenkins bot.
| * 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.
* Own the server capabilities so we clean it up.Ted Gould2014-01-061-1/+1
|\ | | | | | | Approved by Charles Kerr, PS Jenkins bot.
| * The VAPI changed to make this ownedTed Gould2014-01-031-1/+1
|/
* Releasing 12.10.2+14.04.20131125-0ubuntu1 (revision 404 from ↵Automatic PS uploader2013-11-251-0/+17
|\ | | | | | | | | | | lp:indicator-sound). Approved by PS Jenkins bot.
| * Releasing 12.10.2+14.04.20131125-0ubuntu1, based on r404Automatic PS uploader2013-11-251-0/+17
|/
* Test name watching utilities.Ted Gould2013-11-194-0/+204
|\ | | | | | | Approved by Lars Uebernickel, PS Jenkins bot.
| * Adding DBus for the test suiteTed Gould2013-11-181-0/+1
| |
| * Copyright headerTed Gould2013-11-151-0/+18
| |
| * Nicer mainloopTed Gould2013-11-151-35/+20
| |
| * Adding a test to make sure we get names if they existed before we didTed Gould2013-11-151-0/+44
| |
| * Test for a couple of names we shouldn't expect to see.Ted Gould2013-11-151-0/+42
| |
| * Make sure we can see names coming on the bus and call the acquired signalTed Gould2013-11-151-0/+27
| |
| * Okay, no we're testing something! Ted Gould2013-11-152-5/+44
| |
| * Grab Google TestTed Gould2013-11-151-0/+1
| |
| * Woot, a test, kindaTed Gould2013-11-153-0/+47
| |
* | Fix license information.Ted Gould2013-11-1810-69/+46
|\ \ | |/ |/| | | Approved by PS Jenkins bot, Charles Kerr.
| * Fixing the debian copyright to be more modernTed Gould2013-11-151-37/+16
| |
| * Weird comment bug where 'lesser' ended up someplaces it didn't belongTed Gould2013-11-159-32/+30
|/
* Switching around the config files. Fixes: ↵Ted Gould2013-10-315-11/+48
|\ | | | | | | | | | | https://bugs.launchpad.net/bugs/1185565. Approved by PS Jenkins bot, Charles Kerr.
| * Forgot a varTed Gould2013-10-281-1/+1
| |
| * Adding an XDG Autostart fileTed Gould2013-10-282-1/+30
| |
| * Merge trunkTed Gould2013-10-2817-308/+822
| |\
| * | Dropping debugging for system-wide supportTed Gould2013-08-271-3/+0
| | |