aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge trunkTed Gould2015-01-292-3/+10
|\
| * Fix indicator-sound-service crash when active_port is null. Fixes: #1395455Dmitry Shachnev2015-01-201-2/+3
| |\ | | | | | | | | | Approved by: Ted Gould
| | * Fix crash when active_port is null.Dmitry Shachnev2014-11-231-2/+3
| | |
| * | Update the panel icon when entering/exiting silent mode. Fixes: #1390067Nick Dedekind2015-01-201-2/+7
| |\ \ | | | | | | | | | | | | Approved by: Ted Gould, PS Jenkins bot
| | * | silent mode updates iconNick Dedekind2014-11-191-2/+7
| | |/
| * | Make sure to set the internal variable tooTed Gould2014-12-091-0/+1
| |\ \
| | * | Make sure to set the internal variable tooTed Gould2014-12-091-0/+1
| | | |
| * | | Merge trunkTed Gould2014-11-103-10/+12
| |\ \ \ | | |/ / | |/| / | | |/
| * | Set the internal variable and not the propertyTed Gould2014-11-101-1/+2
| | |
| * | Merge trunkTed Gould2014-10-213-2/+150
| |\ \
* | | | Ensure that the active port is not null before looking at its valueTed Gould2014-12-061-3/+4
| |_|/ |/| |
* | | Missed part of a mergeTed Gould2014-11-051-10/+0
| | |
* | | service.vala: don't call set_volume unnecessarily (LP: #1381871)Ted Gould2014-11-051-0/+3
|\ \ \
| * | | Align with trunk to prepare for landing thereTed Gould2014-10-168-35/+215
| |\| | | | |/ | |/|
| * | 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.
| * | Commenting out the sound for nowTed Gould2014-10-151-0/+3
| |\ \
| * \ \ Fixes for icon values and manual testsTed Gould2014-10-152-3/+7
| |\ \ \
| * \ \ \ Correct property nameTed Gould2014-10-141-1/+1
| |\ \ \ \
| * \ \ \ \ Moar checkingTed Gould2014-10-141-1/+2
| |\ \ \ \ \
| * \ \ \ \ \ Grabbing updates to the extreme volume branchTed Gould2014-10-141-1/+7
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Making the removal of items smarterTed Gould2014-10-141-4/+23
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Grabbing the extreme volume warningsTed Gould2014-10-143-1/+113
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Warn on high audio levels when using headphones (LP: #123633, #1373404)Ted Gould2014-11-053-8/+123
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Make sure to check the item in the loopTed Gould2014-10-151-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Removing the remove code that was supposed to be removed earlierTed Gould2014-10-151-1/+0
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Commenting out the sound for nowTed Gould2014-10-151-0/+3
| | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Make volume icons match the panel iconsTed Gould2014-10-151-3/+5
| | | | | | | | |
| * | | | | | | | Found other notificationTed Gould2014-10-151-0/+2
| | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Get propery property nameTed Gould2014-10-141-1/+1
| | |_|_|_|/ / | |/| | | | |
| * | | | | | Check more precisely the valid rolesTed Gould2014-10-141-1/+2
| | |_|_|/ / | |/| | | |
| * | | | | Make High-volume text work correctlyMirco Müller2014-10-141-1/+4
| | | | | |
| * | | | | Merge trunkTed Gould2014-10-141-0/+3
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Making the removal of items smarterTed Gould2014-10-141-4/+23
| | |_|/ / | |/| | |
| * | | | 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
| | | | |
| * | | | Turn high volume into a propertyTed Gould2014-10-101-4/+8
| | | | |
| * | | | Make notifications check for high volumes and change based on thatTed Gould2014-10-101-11/+31
| | | | |
| * | | | Grabbing the sync notifications branchTed Gould2014-10-101-1/+36
| |\ \ \ \ | | |_|_|/ | |/| | |
* | | | | Show notifications on volume change (LP: #1378564, #1378961)Ted Gould2014-11-051-1/+36
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Ensure we send an integer to the notification serviceTed Gould2014-10-091-1/+1
| | | | |
| * | | | Didn't make initial string translatedTed Gould2014-10-091-1/+1
| | | | |