aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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... Fixes: 1381871 Approved by: Ted Gould
| * 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
| |\
| | * Commenting out the sound for nowTed Gould2014-10-151-0/+3
| | |
| * | Fixes for icon values and manual testsTed Gould2014-10-153-5/+9
| |\|
| | * Make volume icons match the panel iconsTed Gould2014-10-151-3/+5
| | |
| | * Found other notificationTed Gould2014-10-151-0/+2
| | |
| | * Remove volume text from manual testTed Gould2014-10-151-2/+2
| | |
| * | Correct property nameTed Gould2014-10-141-1/+1
| |\|
| | * Get propery property nameTed Gould2014-10-141-1/+1
| | |
| * | Moar checkingTed Gould2014-10-141-1/+2
| |\|
| | * Check more precisely the valid rolesTed Gould2014-10-141-1/+2
| | |
| * | Grabbing updates to the extreme volume branchTed Gould2014-10-142-1/+15
| |\|
| | * Make High-volume text work correctlyMirco Müller2014-10-141-1/+4
| | |
| | * Merge trunkTed Gould2014-10-142-0/+11
| | |\
| | | * Releasing 12.10.2+14.10.20141010-0ubuntu1CI bot2014-10-101-0/+8
| | | |
| | | * volume-control: making sure we're always in sync with accountservice Fixes: ↵Ricardo Salveti de Araujo2014-10-101-0/+3
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | 1379618 Approved by: Ted Gould, PS Jenkins bot
| | | | * volume-control: making sure we're always in sync with accountserviceRicardo Salveti de Araujo2014-10-101-0/+3
| | | | |
| * | | | Making the removal of items smarterTed Gould2014-10-141-4/+23
| |\| | |
| | * | | Making the removal of items smarterTed Gould2014-10-141-4/+23
| | | | |
| * | | | Grabbing the extreme volume warningsTed Gould2014-10-144-1/+148
| |\| | |
| | * | | Linking volume control and the menu visibilityTed Gould2014-10-141-0/+4
| | | | |
| | * | | Changing tact to change the menu when we want to show the warningTed Gould2014-10-142-8/+23
| | | | |
| | * | | Drop the high volume menu action as that wasn't workingTed Gould2014-10-141-21/+0
| | | | |
| | * | | Ensure that we're always getting a vlue in the listTed Gould2014-10-141-1/+1
| | | | |
| | * | | Add high volume warnings to the phone menuTed Gould2014-10-141-2/+2
| | | | |
| | * | | Adding a high volume warning menu itemTed Gould2014-10-141-1/+6
| | | | |
| | * | | Use title for the a11y info and the body for the message on sync notificationsTed Gould2014-10-141-1/+1
| | | | |
| | * | | Ensure we reevaluate the high volume warning when we switch from headphones ↵Ted Gould2014-10-131-0/+4
| | | | | | | | | | | | | | | | | | | | or not
| | * | | Create actions based on the high volume statusTed Gould2014-10-131-0/+31
| | | | |
| | * | | Use the headphone detectionTed Gould2014-10-131-1/+1
| | | | |
| | * | | Headphone detectionRicardo Salveti2014-10-131-0/+15
| | | | |
| | * | | Attaching bugTed Gould2014-10-130-0/+0
| | | | |
| | * | | Turn high volume into a propertyTed Gould2014-10-101-4/+8
| | | | |
| | * | | Adding in a manual test for the high volume notificationTed Gould2014-10-101-0/+18
| | | | |
| | * | | Make notifications check for high volumes and change based on thatTed Gould2014-10-101-11/+31
| | | | |
| | * | | Grabbing the sync notifications branchTed Gould2014-10-102-1/+53
| | |\ \ \ | | | |/ / | | |/| |
| * | | | Removing some versions that we don't want in RTM for nowTed Gould2014-10-140-0/+0
| |\| | | | | |_|/ | |/| |
| | * | Releasing 12.10.2+14.10.20141009-0ubuntu1CI bot2014-10-091-0/+7
| | | |
| | * | Show a silent mode checkbox Fixes: 1342151, 1367818Ted Gould2014-10-099-44/+215
| |/| | | | | | | | | | | | | | Approved by: PS Jenkins bot
| | * | Update to current trunkTed Gould2014-10-075-13/+376
| | |\ \
| | * | | Don't represent silent mode in the indicatorTed Gould2014-10-031-18/+2
| | | | |
| | * | | Build the volume control firstTed Gould2014-10-021-2/+2
| | | | |
| | * | | Make it a switchTed Gould2014-10-021-2/+5
| | | | |
| | * | | Add a silent mode menu itemTed Gould2014-10-022-3/+8
| | | | |
| | * | | Pull complex logic into its own functionTed Gould2014-10-021-2/+19
| | | | |
| | * | | Create a silent mode actionTed Gould2014-10-021-12/+42
| | | | |
| | * | | Backup the properties with a local value and set the proxyTed Gould2014-10-021-2/+13
| | | | |