Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge trunk | Ted Gould | 2014-11-10 | 5 | -10/+90 |
|\ | |||||
| * | Releasing 12.10.2+15.04.20141105-0ubuntu1 | CI bot | 2014-11-05 | 1 | -2/+3 |
| | | |||||
| * | Manually merging branches to resolve conflicts Fixes: 1358340, 1373404, ↵ | Ted Gould | 2014-11-05 | 5 | -9/+268 |
| |\ | | | | | | | | | | | | | | | | 1378564, 1378961, 1381871 Approved by: PS Jenkins bot | ||||
| | * | Missed part of a merge | Ted Gould | 2014-11-05 | 1 | -10/+0 |
| | | | |||||
| | * | Fixing bug number | Ted Gould | 2014-11-05 | 1 | -1/+1 |
| | | | |||||
| | * | Ensure the greeter menu matches whether song metadata should be shown, | Ted Gould | 2014-11-05 | 2 | -2/+30 |
| | |\ | | | | | | | | | | | | | and update the metadata based on the new setting. (LP: #1358340) | ||||
| | | * | Test plan test for the greeter mode | Ted Gould | 2014-10-09 | 1 | -0/+26 |
| | | | | |||||
| | * | | Integration test for silent mode | Ted Gould | 2014-11-05 | 2 | -2/+21 |
| | |\ \ | |||||
| | | * | | Adding a bug number to the test | Ted Gould | 2014-10-22 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | Silent mode test | Ted Gould | 2014-10-22 | 1 | -0/+18 |
| | | | | | |||||
| | | * | | Grab Ricardo's test branch | Ted Gould | 2014-10-22 | 1 | -0/+19 |
| | |/| | | |/| | | | |||||
| | * | | | Integration test for audio roles | Ted Gould | 2014-11-05 | 2 | -2/+23 |
| | |\| | | |||||
| | | * | | Integration test for audio roles | Ricardo Salveti | 2014-10-10 | 1 | -0/+19 |
| | | | | | |||||
| | * | | | service.vala: don't call set_volume unnecessarily (LP: #1381871) | Ted Gould | 2014-11-05 | 2 | -2/+6 |
| | |\ \ \ | |||||
| | | * | | | No RTM changelog entries in Utopic | Ted Gould | 2014-10-16 | 1 | -7/+0 |
| | | | | | | |||||
| | | * | | | Align with trunk to prepare for landing there | Ted Gould | 2014-10-16 | 10 | -44/+222 |
| | | |\ \ \ | |||||
| | * | \ \ \ | Warn on high audio levels when using headphones (LP: #123633, #1373404) | Ted Gould | 2014-11-05 | 5 | -10/+144 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | 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 | 3 | -3/+56 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Remove various Vala warnings | Ted Gould | 2014-11-05 | 3 | -7/+17 |
| |/| | | | | | | | |||||
| | * | | | | | | | 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 |
| |/ / / / / / / | |||||
* | | | | | | | | Attaching bug | Ted Gould | 2014-11-10 | 0 | -0/+0 |
| | | | | | | | | |||||
* | | | | | | | | Set the internal variable and not the property | Ted Gould | 2014-11-10 | 1 | -1/+2 |
| | | | | | | | | |||||
* | | | | | | | | Releasing 12.10.2+14.10.20141021~rtm-0ubuntu1 | CI bot | 2014-10-21 | 1 | -2/+3 |
| | | | | | | | | |||||
* | | | | | | | | Enable silent mode checkbox on RTM | Ted Gould | 2014-10-21 | 10 | -44/+228 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Adding a debian changelog entry | Ted Gould | 2014-10-21 | 1 | -0/+6 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge trunk | Ted Gould | 2014-10-21 | 5 | -2/+207 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | / / / | | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Releasing 12.10.2+14.10.20141016-0ubuntu1 | CI bot | 2014-10-16 | 1 | -0/+7 |
| | | | | | | | | |||||
* | | | | | | | | 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... Fixes: 1381871 Approved by: Ted Gould | ||||
| * | | | | | | | 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. | ||||
* | | | | | | | Releasing 12.10.2+14.10.20141015.5~rtm-0ubuntu1 | CI bot | 2014-10-15 | 1 | -0/+7 |
| | | | | | | | |||||
* | | | | | | | Warn on high audio levels when using headphones Fixes: 1373404 | Ted Gould | 2014-10-15 | 5 | -16/+152 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: Mirco Müller | ||||
| * \ \ \ \ \ \ | 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 | 3 | -5/+9 |
| |\| | | | | | | |||||
| | * | | | | | | 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 |
| | | | | | | | | |||||
| | * | | | | | | Remove volume text from manual test | Ted Gould | 2014-10-15 | 1 | -2/+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 | 2 | -1/+15 |
| |\| | | | | | | |||||
| | * | | | | | | Make High-volume text work correctly | Mirco Müller | 2014-10-14 | 1 | -1/+4 |
| | | | | | | | | |||||
| | * | | | | | | Merge trunk | Ted Gould | 2014-10-14 | 2 | -0/+11 |
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | | |||||
| | | * | | | | | Releasing 12.10.2+14.10.20141010-0ubuntu1 | CI bot | 2014-10-10 | 1 | -0/+8 |
| | | | | | | | | |||||
| | | * | | | | | 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 |