Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | |||||
| | * | Add high volume warnings to the phone menu | Ted Gould | 2014-10-14 | 1 | -2/+2 |
| | | | |||||
| | * | Adding a high volume warning menu item | Ted Gould | 2014-10-14 | 1 | -1/+6 |
| | | | |||||
| | * | Use title for the a11y info and the body for the message on sync notifications | Ted Gould | 2014-10-14 | 1 | -1/+1 |
| | | | |||||
| | * | Ensure we reevaluate the high volume warning when we switch from headphones ↵ | Ted Gould | 2014-10-13 | 1 | -0/+4 |
| | | | | | | | | | | | | or not | ||||
| | * | Create actions based on the high volume status | Ted Gould | 2014-10-13 | 1 | -0/+31 |
| | | | |||||
| | * | Use the headphone detection | Ted Gould | 2014-10-13 | 1 | -1/+1 |
| | | | |||||
| | * | Headphone detection | Ricardo Salveti | 2014-10-13 | 1 | -0/+15 |
| | | | |||||
| | * | Turn high volume into a property | Ted Gould | 2014-10-10 | 1 | -4/+8 |
| | | | |||||
| | * | Make notifications check for high volumes and change based on that | Ted Gould | 2014-10-10 | 1 | -11/+31 |
| | | | |||||
| | * | Grabbing the sync notifications branch | Ted Gould | 2014-10-10 | 1 | -1/+36 |
| |/| |/| | | |||||
| | * | Ensure we send an integer to the notification service | Ted Gould | 2014-10-09 | 1 | -1/+1 |
| | | | |||||
| | * | Didn't make initial string translated | Ted Gould | 2014-10-09 | 1 | -1/+1 |
| | | | |||||
| | * | Make sure to use the passed parameter for the volume. | Ted Gould | 2014-10-09 | 1 | -5/+5 |
| | | | |||||
| | * | Catch the error that show can throw and present a warning | Ted Gould | 2014-10-09 | 1 | -1/+6 |
| | | | |||||
| | * | Make sure to clear the sound hint | Ted Gould | 2014-10-09 | 1 | -1/+4 |
| | | | |||||
| | * | No audio ping if we're doing multimedia, and no notification if we're not on ↵ | Ted Gould | 2014-10-09 | 1 | -11/+16 |
| | | | | | | | | | | | | phone | ||||
| | * | Make volume string translatable | Ted Gould | 2014-10-08 | 1 | -4/+4 |
| | | | |||||
* | | | Show a silent mode checkbox Fixes: 1342151, 1367818 | Ted Gould | 2014-10-09 | 8 | -35/+215 |
|\ \ \ | |/ / |/| | | | | | Approved by: PS Jenkins bot | ||||
| * | | Update to current trunk | Ted Gould | 2014-10-07 | 3 | -12/+342 |
| |\| | |||||
| * | | 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 |
| | | | |||||
| * | | Make it a switch | Ted Gould | 2014-10-02 | 1 | -2/+5 |
| | | | |||||
| * | | Add a silent mode menu item | Ted Gould | 2014-10-02 | 2 | -3/+8 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | Backup the properties with a local value and set the proxy | Ted Gould | 2014-10-02 | 1 | -2/+13 |
| | | | |||||
| * | | Use silent mode to determine the icon on the panel | Ted Gould | 2014-10-02 | 1 | -1/+1 |
| | | |