Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure to save the bus we exported on | Ted Gould | 2015-02-11 | 1 | -1/+2 |
| | |||||
* | Better comment | Ted Gould | 2015-02-11 | 1 | -3/+15 |
| | |||||
* | Make it so that Vala stops generating circular references | Ted Gould | 2015-02-11 | 2 | -50/+78 |
| | |||||
* | Pulling the mainloop out of the service object | Ted Gould | 2015-02-11 | 2 | -33/+39 |
| | |||||
* | Unexport the menu model on object being destroyed | Ted Gould | 2015-02-09 | 1 | -1/+11 |
| | |||||
* | Make it so that we unexport actions when destroying the object | Ted Gould | 2015-02-09 | 1 | -1/+11 |
| | |||||
* | Make it so that we have media player objects | Ted Gould | 2015-02-09 | 1 | -1/+1 |
| | |||||
* | Make it so that the accounts service object is made outside of the service ↵ | Ted Gould | 2015-02-09 | 2 | -5/+7 |
| | | | | object | ||||
* | Make it so that we can inject the volume control object into the service | Ted Gould | 2015-02-09 | 2 | -3/+5 |
| | |||||
* | Putting an interface in for volume control | Ted Gould | 2015-02-09 | 3 | -13/+19 |
| | |||||
* | Compare doubles with an accuracy range | Ted Gould | 2015-02-05 | 1 | -1/+1 |
| | |||||
* | Making sure to record the output and volume for each invocation | Ted Gould | 2015-02-05 | 1 | -5/+7 |
| | |||||
* | Incorrect type | Ted Gould | 2015-02-03 | 1 | -1/+1 |
| | |||||
* | Watch for double updates from notifications. Supress them | Ted Gould | 2015-02-02 | 1 | -0/+7 |
| | |||||
* | Track output mode | Ted Gould | 2015-01-30 | 2 | -0/+16 |
| | |||||
* | Ensure that the active port is not null before looking at its value Fixes: ↵ | Ted Gould | 2015-01-29 | 1 | -4/+4 |
|\ | | | | | | | | | | | #1399862 Approved by: Antti Kaijanmäki, PS Jenkins bot | ||||
| * | Merge trunk | Ted Gould | 2015-01-29 | 2 | -3/+10 |
| |\ | |||||
| * | | Ensure that the active port is not null before looking at its value | Ted Gould | 2014-12-06 | 1 | -3/+4 |
| | | | |||||
* | | | Disconnect the right function from the 'closed' signal Fixes: #1307021 | Ted Gould | 2015-01-29 | 1 | -1/+8 |
|\ \ \ | | | | | | | | | | | | | Approved by: Antti Kaijanmäki, PS Jenkins bot | ||||
| * | | | Disconnect the right function from the 'closed' signal' | Ted Gould | 2014-12-06 | 1 | -1/+8 |
| |/ / | |||||
* | | | Build a rudimentary Pulse Audio mock for testing. | Ted Gould | 2015-01-29 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | Approved by: Antti Kaijanmäki, Jussi Pakkanen, PS Jenkins bot | ||||
| * \ \ | Grabbing the notification clean up branch to align landings in LP | Ted Gould | 2015-01-28 | 3 | -155/+145 |
| |\ \ \ | |||||
| * | | | | Linking and starting and failing! | Ted Gould | 2015-01-27 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | 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 |
| | | | | | |