aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Making the account service testing all system bus, becuase well, it should be.Ted Gould2015-01-301-9/+2
|
* Setup the PA mock as part of the indicator testTed Gould2015-01-293-0/+6
|
* Bring in the PA MockTed Gould2015-01-2810-98/+1017
|\
| * Grabbing the notification clean up branch to align landings in LPTed Gould2015-01-284-164/+145
| |\
| | * Encapsulate high volume betterTed Gould2014-12-041-5/+16
| | |
| | * Switch from having custom signals for volume changing to using the property ↵Ted Gould2014-12-032-24/+19
| | | | | | | | | | | | change signals.
| | * Ensuring that if high volume changes we also show a notification (i.e. the ↵Ted Gould2014-12-031-4/+6
| | | | | | | | | | | | headphones were plugged in)
| | * Hide notification when the menu is shownTed Gould2014-12-031-0/+12
| | |
| | * Add an action to track whether the indicator is shown so that we can not ↵Ted Gould2014-12-032-0/+6
| | | | | | | | | | | | show notifications if it is open
| | * Remove the sync notification on scroll settingTed Gould2014-12-032-41/+15
| | |
| | * Moving the notification into the serviceTed Gould2014-12-022-93/+74
| | |
| * | Adding a copyright headerTed Gould2015-01-281-0/+18
| | |
| * | Refactor out common codeTed Gould2015-01-281-419/+113
| | |
| * | Create a base object and move the state stuff over to itTed Gould2015-01-282-159/+175
| | |
| * | Enough state logic to get is 'going'Ted Gould2015-01-271-7/+68
| | |
| * | Linking and starting and failing! Ted Gould2015-01-273-6/+100
| | |
| * | IT COMPILES! Ted Gould2015-01-262-44/+90
| | |
| * | All the code 'written'Ted Gould2015-01-261-7/+240
| | |
| * | Checkpoint, need some refactoringTed Gould2015-01-261-18/+235
| | |
| * | Checkpoint, nothing worksTed Gould2015-01-211-0/+299
| |/
| * Releasing 12.10.2+15.04.20141105-0ubuntu1CI bot2014-11-051-2/+3
| |
| * Manually merging branches to resolve conflicts Fixes: 1358340, 1373404, ↵Ted Gould2014-11-055-9/+268
| |\ | | | | | | | | | | | | | | | 1378564, 1378961, 1381871 Approved by: PS Jenkins bot
| | * Missed part of a mergeTed Gould2014-11-051-10/+0
| | |
| | * Fixing bug numberTed Gould2014-11-051-1/+1
| | |
| | * Ensure the greeter menu matches whether song metadata should be shown,Ted Gould2014-11-052-2/+30
| | |\ | | | | | | | | | | | | and update the metadata based on the new setting. (LP: #1358340)
| | | * Test plan test for the greeter modeTed Gould2014-10-091-0/+26
| | | |
| | * | Integration test for silent modeTed Gould2014-11-052-2/+21
| | |\ \
| | | * | Adding a bug number to the testTed Gould2014-10-221-1/+1
| | | | |
| | | * | Silent mode testTed Gould2014-10-221-0/+18
| | | | |
| | | * | Grab Ricardo's test branchTed Gould2014-10-221-0/+19
| | |/| | | |/| | |
| | * | | Integration test for audio rolesTed Gould2014-11-052-2/+23
| | |\| |
| | | * | Integration test for audio rolesRicardo Salveti2014-10-101-0/+19
| | | | |
| | * | | service.vala: don't call set_volume unnecessarily (LP: #1381871)Ted Gould2014-11-052-2/+6
| | |\ \ \
| | | * | | No RTM changelog entries in UtopicTed Gould2014-10-161-7/+0
| | | | | |
| | | * | | Align with trunk to prepare for landing thereTed Gould2014-10-1610-44/+222
| | | |\ \ \
| | | | * \ \ Unrevert the revertTed Gould2014-10-140-0/+0
| | | | |\ \ \ | | | | | |/ / | | | | |/| |
| | | * | | | service.vala: don't call set_volume unnecessarilyLars Uebernickel2014-10-161-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The allow-amplified-volume setting is bound to a property on the service with the same name. GSettings always sets the target property when the binding is created. The property setter calls set_volume() unconditionally, which lead to a call on every startup of indicator-sound. That wasn't a problem until set_volume() started emitting a notification for volume changes... Fix this by only updating the property when the underlying value has actually changed.
| | | * | | | Releasing 12.10.2+14.10.20141015.5~rtm-0ubuntu1CI bot2014-10-151-0/+7
| | | | | | |
| | | * | | | Warn on high audio levels when using headphones Fixes: 1373404Ted Gould2014-10-155-16/+152
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Approved by: Mirco Müller
| | | | * \ \ \ Commenting out the sound for nowTed Gould2014-10-151-0/+3
| | | | |\ \ \ \
| | | | * \ \ \ \ Fixes for icon values and manual testsTed Gould2014-10-153-5/+9
| | | | |\ \ \ \ \
| | | | * \ \ \ \ \ Correct property nameTed Gould2014-10-141-1/+1
| | | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ \ Moar checkingTed Gould2014-10-141-1/+2
| | | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ Grabbing updates to the extreme volume branchTed Gould2014-10-142-1/+15
| | | | |\ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ Making the removal of items smarterTed Gould2014-10-141-4/+23
| | | | |\ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ Grabbing the extreme volume warningsTed Gould2014-10-144-1/+148
| | | | |\ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|/ / | | | | |/| | | | | | | | |
| | | | * | | | | | | | | | Removing some versions that we don't want in RTM for nowTed Gould2014-10-140-0/+0
| | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|_|_|/ / | | | | | |/| | | | | | | |
| | | * | | | | | | | | | | Show notifications on volume change Fixes: 1378564, 1378961Ted Gould2014-10-152-1/+53
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / | | | |/| | | | | | | | | |
| | * | | | | | | | | | | | Warn on high audio levels when using headphones (LP: #123633, #1373404)Ted Gould2014-11-055-10/+144
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | Make sure to check the item in the loopTed Gould2014-10-151-1/+1
| | | | | | | | | | | | | | |