aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Flip the show in variableTed Gould2014-02-201-1/+1
|
* Add a respawn limit and cleanup the jobTed Gould2014-02-201-5/+3
|
* 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
| | |
| * | Merge TrunkTed Gould2013-08-2730-511/+1150
| |\ \
| * | | Fixing directoryTed Gould2013-07-121-1/+1
| | | |
| * | | Switch from being dbus activated to being an upstart jobTed Gould2013-07-123-7/+18
| | | |
* | | | Call Raise() when a media player is already runningLars Uebernickel2013-10-304-12/+31
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Before, it was repeatedly launching the player. This patch also make the menu item insensitive if the player can't be raised. Fixes: https://bugs.launchpad.net/bugs/710824. Approved by Charles Kerr, PS Jenkins bot.
| * | | | Make player menu item insensitive when player can't be raisedLars Uebernickel2013-10-302-1/+13
| | | | |
| * | | | Call Raise() when activating a player menu itemLars Uebernickel2013-10-293-6/+13
| | | | |
| * | | | Rename MediaPlayer.launch() ot activate()Lars Uebernickel2013-10-292-5/+5
|/ / / /
* | | | Releasing 12.10.2+14.04.20131029.1-0ubuntu1 (revision 399 from ↵Automatic PS uploader2013-10-291-2/+38
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | lp:indicator-sound). Approved by PS Jenkins bot.
| * | | | Releasing 12.10.2+14.04.20131029.1-0ubuntu1, based on r399Automatic PS uploader2013-10-291-2/+38
|/ / / /
* | | | Depend on vala 0.20 and use its GIcon.serialize().Lars Uebernickel2013-10-295-10/+7
|\ \ \ \ | |_|_|/ |/| | | | | | | Approved by PS Jenkins bot, Charles Kerr.