Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Move notification code out of volume control object | Ted Gould | 2015-01-29 | 3 | -155/+155 | |
|\ \ \ \ | |_|_|/ |/| | | | | | | | Approved by: Charles Kerr, Jussi Pakkanen, PS Jenkins bot | |||||
| * | | | Add a watcher for the notification server going up and down. Redetect sync ↵ | Ted Gould | 2015-01-29 | 1 | -1/+11 | |
| | |/ | |/| | | | | | | | notifications depending on it. | |||||
| * | | Encapsulate high volume better | Ted Gould | 2014-12-04 | 1 | -5/+16 | |
| | | | ||||||
| * | | Switch from having custom signals for volume changing to using the property ↵ | Ted Gould | 2014-12-03 | 2 | -24/+19 | |
| | | | | | | | | | | | | change signals. | |||||
| * | | Ensuring that if high volume changes we also show a notification (i.e. the ↵ | Ted Gould | 2014-12-03 | 1 | -4/+6 | |
| | | | | | | | | | | | | headphones were plugged in) | |||||
| * | | Hide notification when the menu is shown | Ted Gould | 2014-12-03 | 1 | -0/+12 | |
| | | | ||||||
| * | | Add an action to track whether the indicator is shown so that we can not ↵ | Ted Gould | 2014-12-03 | 2 | -0/+6 | |
| | | | | | | | | | | | | show notifications if it is open | |||||
| * | | Remove the sync notification on scroll setting | Ted Gould | 2014-12-03 | 1 | -32/+15 | |
| | | | ||||||
| * | | Moving the notification into the service | Ted Gould | 2014-12-02 | 2 | -93/+74 | |
| |/ | ||||||
* | | Fix indicator-sound-service crash when active_port is null. Fixes: #1395455 | Dmitry Shachnev | 2015-01-20 | 1 | -2/+3 | |
|\ \ | | | | | | | | | | Approved by: Ted Gould | |||||
| * | | Fix crash when active_port is null. | Dmitry Shachnev | 2014-11-23 | 1 | -2/+3 | |
| |/ | ||||||
* | | Update the panel icon when entering/exiting silent mode. Fixes: #1390067 | Nick Dedekind | 2015-01-20 | 1 | -2/+7 | |
|\ \ | | | | | | | | | | Approved by: Ted Gould, PS Jenkins bot | |||||
| * | | silent mode updates icon | Nick Dedekind | 2014-11-19 | 1 | -2/+7 | |
| |/ | ||||||
* | | Make sure to set the internal variable too | Ted Gould | 2014-12-09 | 1 | -0/+1 | |
|\ \ | ||||||
| * | | Make sure to set the internal variable too | Ted Gould | 2014-12-09 | 1 | -0/+1 | |
| | | | ||||||
* | | | Merge trunk | Ted Gould | 2014-11-10 | 3 | -10/+12 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | Missed part of a merge | Ted Gould | 2014-11-05 | 1 | -10/+0 | |
| | | ||||||
| * | service.vala: don't call set_volume unnecessarily (LP: #1381871) | Ted Gould | 2014-11-05 | 1 | -0/+3 | |
| |\ | ||||||
| | * | Align with trunk to prepare for landing there | Ted Gould | 2014-10-16 | 8 | -35/+215 | |
| | |\ | ||||||
| * | \ | Warn on high audio levels when using headphones (LP: #123633, #1373404) | Ted Gould | 2014-11-05 | 3 | -8/+123 | |
| |\ \ \ | ||||||
| | * | | | Make sure to check the item in the loop | Ted Gould | 2014-10-15 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Removing the remove code that was supposed to be removed earlier | Ted Gould | 2014-10-15 | 1 | -1/+0 | |
| | | | | | ||||||
| * | | | | Show notifications on volume change (LP: #1378564, #1378961) | Ted Gould | 2014-11-05 | 1 | -1/+36 | |
| |\ \ \ \ | ||||||
| * | | | | | Remove usage of deprecated hint functions | Ted Gould | 2014-10-22 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Setup a try/catch on the getting of properties | Ted Gould | 2014-10-22 | 1 | -4/+8 | |
| | | | | | | ||||||
| * | | | | | Allow for the invalidated properties to be NULL | Ted Gould | 2014-10-22 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Set the internal variable and not the property | Ted Gould | 2014-11-10 | 1 | -1/+2 | |
| | | | | | | ||||||
* | | | | | | Merge trunk | Ted Gould | 2014-10-21 | 3 | -2/+150 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | / | |_|_|_|/ |/| | | | | ||||||
| * | | | | service.vala: don't call set_volume unnecessarily | Lars Uebernickel | 2014-10-16 | 1 | -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 now | Ted Gould | 2014-10-15 | 1 | -0/+3 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| | * | | | Commenting out the sound for now | Ted Gould | 2014-10-15 | 1 | -0/+3 | |
| | | | | | ||||||
| * | | | | Fixes for icon values and manual tests | Ted Gould | 2014-10-15 | 2 | -3/+7 | |
| |\| | | | ||||||
| | * | | | Make volume icons match the panel icons | Ted Gould | 2014-10-15 | 1 | -3/+5 | |
| | | | | | ||||||
| | * | | | Found other notification | Ted Gould | 2014-10-15 | 1 | -0/+2 | |
| | | | | | ||||||
| * | | | | Correct property name | Ted Gould | 2014-10-14 | 1 | -1/+1 | |
| |\| | | | ||||||
| | * | | | Get propery property name | Ted Gould | 2014-10-14 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Moar checking | Ted Gould | 2014-10-14 | 1 | -1/+2 | |
| |\| | | | ||||||
| | * | | | Check more precisely the valid roles | Ted Gould | 2014-10-14 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | Grabbing updates to the extreme volume branch | Ted Gould | 2014-10-14 | 1 | -1/+7 | |
| |\| | | | ||||||
| | * | | | Make High-volume text work correctly | Mirco Müller | 2014-10-14 | 1 | -1/+4 | |
| | | | | | ||||||
| | * | | | Merge trunk | Ted Gould | 2014-10-14 | 1 | -0/+3 | |
| | |\| | | ||||||
| | | * | | volume-control: making sure we're always in sync with accountservice Fixes: ↵ | Ricardo Salveti de Araujo | 2014-10-10 | 1 | -0/+3 | |
| |_|/| | |/| | | | | | | | | | | | | | | | | | | | | | | | | 1379618 Approved by: Ted Gould, PS Jenkins bot | |||||
| | | * | | volume-control: making sure we're always in sync with accountservice | Ricardo Salveti de Araujo | 2014-10-10 | 1 | -0/+3 | |
| | | | | | ||||||
| * | | | | Making the removal of items smarter | Ted Gould | 2014-10-14 | 1 | -4/+23 | |
| |\| | | | ||||||
| | * | | | Making the removal of items smarter | Ted Gould | 2014-10-14 | 1 | -4/+23 | |
| | | | | | ||||||
| * | | | | Grabbing the extreme volume warnings | Ted Gould | 2014-10-14 | 3 | -1/+113 | |
| |\| | | | | |/ / | |/| | | ||||||
| | * | | Linking volume control and the menu visibility | Ted Gould | 2014-10-14 | 1 | -0/+4 | |
| | | | | ||||||
| | * | | Changing tact to change the menu when we want to show the warning | Ted Gould | 2014-10-14 | 2 | -8/+23 | |
| | | | | ||||||
| | * | | Drop the high volume menu action as that wasn't working | Ted Gould | 2014-10-14 | 1 | -21/+0 | |
| | | | | ||||||
| | * | | Ensure that we're always getting a vlue in the list | Ted Gould | 2014-10-14 | 1 | -1/+1 | |
| | | | |