Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make it so that Vala stops generating circular references | Ted Gould | 2015-02-11 | 1 | -45/+48 |
| | |||||
* | Pulling the mainloop out of the service object | Ted Gould | 2015-02-11 | 1 | -29/+21 |
| | |||||
* | Make it so that we unexport actions when destroying the object | Ted Gould | 2015-02-09 | 1 | -1/+11 |
| | |||||
* | Make it so that the accounts service object is made outside of the service ↵ | Ted Gould | 2015-02-09 | 1 | -4/+3 |
| | | | | object | ||||
* | Make it so that we can inject the volume control object into the service | Ted Gould | 2015-02-09 | 1 | -2/+2 |
| | |||||
* | Putting an interface in for volume control | Ted Gould | 2015-02-09 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -0/+8 |
| | |||||
* | Move notification code out of volume control object | Ted Gould | 2015-01-29 | 1 | -58/+110 |
|\ | | | | | | | 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. | ||||
| * | Switch from having custom signals for volume changing to using the property ↵ | Ted Gould | 2014-12-03 | 1 | -13/+11 |
| | | | | | | | | 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 | 1 | -0/+5 |
| | | | | | | | | 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 | 1 | -10/+52 |
| | | |||||
* | | silent mode updates icon | Nick Dedekind | 2014-11-19 | 1 | -2/+7 |
|/ | |||||
* | 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 | 1 | -29/+63 |
| |\ | |||||
| * | | 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. | ||||
| * | | Fixes for icon values and manual tests | Ted Gould | 2014-10-15 | 1 | -0/+2 |
| |\ \ | |||||
| * \ \ | Correct property name | Ted Gould | 2014-10-14 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Grabbing the extreme volume warnings | Ted Gould | 2014-10-14 | 1 | -0/+14 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Warn on high audio levels when using headphones (LP: #123633, #1373404) | Ted Gould | 2014-11-05 | 1 | -0/+16 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | Found other notification | Ted Gould | 2014-10-15 | 1 | -0/+2 |
| | |_|/ / | |/| | | | |||||
| * | | | | Get propery property name | Ted Gould | 2014-10-14 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
| * | | | 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 | 1 | -2/+2 |
| | | | | |||||
| * | | | Drop the high volume menu action as that wasn't working | Ted Gould | 2014-10-14 | 1 | -21/+0 |
| | | | | |||||
| * | | | Add high volume warnings to the phone menu | Ted Gould | 2014-10-14 | 1 | -2/+2 |
| | | | | |||||
| * | | | Create actions based on the high volume status | Ted Gould | 2014-10-13 | 1 | -0/+31 |
| | |/ | |/| | |||||
* / | | Remove usage of deprecated hint functions | Ted Gould | 2014-10-22 | 1 | -2/+2 |
|/ / | |||||
* | | Don't represent silent mode in the indicator | Ted Gould | 2014-10-03 | 1 | -18/+2 |
| | | |||||
* | | Build the volume control first | Ted Gould | 2014-10-02 | 1 | -2/+2 |
| | | |||||
* | | Add a silent mode menu item | Ted Gould | 2014-10-02 | 1 | -2/+2 |
| | | |||||
* | | Pull complex logic into its own function | Ted Gould | 2014-10-02 | 1 | -2/+19 |
| | | |||||
* | | Create a silent mode action | Ted Gould | 2014-10-02 | 1 | -12/+42 |
| | | |||||
* | | Use silent mode to determine the icon on the panel | Ted Gould | 2014-10-02 | 1 | -1/+1 |
| | | |||||
* | | Connect to the value in accounts service and update the player if appropriate | Ted Gould | 2014-09-26 | 1 | -1/+7 |
| | | |||||
* | | Drop the GSettings key and change the way we're interacting with the ↵ | Ted Gould | 2014-09-23 | 1 | -26/+8 |
| | | | | | | | | accounts service setting | ||||
* | | Selecting the greeter players for the greeter menus | Ted Gould | 2014-09-23 | 1 | -2/+2 |
| | | |||||
* | | Adding in an additional action that is the greeter state | Ted Gould | 2014-09-23 | 1 | -0/+15 |
| | | |||||
* | | Build in a way to stop the track information for getting into the player action | Ted Gould | 2014-09-23 | 1 | -2/+2 |
|/ | |||||
* | Remove mute from the phone greeter | Ted Gould | 2014-03-25 | 1 | -1/+1 |
| | |||||
* | Updating to latest export | Ted Gould | 2014-03-21 | 1 | -3/+30 |
|\ | |||||
| * | Make sure to clear values after removing the source | Ted Gould | 2014-03-21 | 1 | -1/+3 |
| | | |||||
| * | Remove sound blocked timer when the service is shutdown | Ted Gould | 2014-03-21 | 1 | -0/+5 |
| | |