Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the player list outside of the service creation | Ted Gould | 2014-02-12 | 1 | -2/+2 |
| | |||||
* | Update the player based on which one is running | Ted Gould | 2014-02-11 | 1 | -0/+12 |
| | |||||
* | Building the service over in the new object | Ted Gould | 2014-02-11 | 1 | -1/+5 |
| | |||||
* | Getting accounts service into the service | Ted Gould | 2014-02-10 | 1 | -0/+1 |
| | |||||
* | Use unity-control-center if it is available. Fixes: ↵ | Robert Ancell | 2014-01-22 | 1 | -1/+6 |
|\ | | | | | | | | | | | https://bugs.launchpad.net/bugs/1257505. Approved by Ted Gould, PS Jenkins bot. | ||||
| * | Only run unity-control-center under unity | Robert Ancell | 2014-01-22 | 1 | -1/+1 |
| | | |||||
| * | Use unity-control-center if it is available | Robert Ancell | 2014-01-10 | 1 | -1/+6 |
| | | |||||
* | | Don't write 'interested-media-players' on startup | Lars Uebernickel | 2014-01-15 | 1 | -6/+17 |
|/ | | | | | | | | IndicatorSound.Service read that gsettings key and inserted the players desktop ids into a MediaPlayerList, which emits "player-added" every time a player is added. This patch makes the service keep track of whether players are added because it is syncing the key or when a player appeared on the bus. | ||||
* | The VAPI changed to make this owned | Ted Gould | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Weird comment bug where 'lesser' ended up someplaces it didn't belong | Ted Gould | 2013-11-15 | 1 | -2/+2 |
| | |||||
* | Make player menu item insensitive when player can't be raised | Lars Uebernickel | 2013-10-30 | 1 | -1/+3 |
| | |||||
* | Rename MediaPlayer.launch() ot activate() | Lars Uebernickel | 2013-10-29 | 1 | -1/+1 |
| | |||||
* | Stop using g_icon_serialize() directly | Lars Uebernickel | 2013-10-28 | 1 | -1/+1 |
| | | | | | Vala 0.20 now comes with a gio-2.0.vapi that has Icon.serialize(). | ||||
* | fix similar variant leaks | Charles Kerr | 2013-10-24 | 1 | -6/+6 |
| | |||||
* | in Service's volume_changed(), explicitly instantiate the GVariant to avoid ↵ | Charles Kerr | 2013-10-24 | 1 | -1/+1 |
| | | | | leaking it | ||||
* | Don't special case Unity sessions, that's not needed since | Sebastien Bacher | 2013-10-24 | 1 | -3/+1 |
| | | | | | | gnome-control-center is doing the right thing, the session name used was also wrong and couldn't work (lp: #1239545) | ||||
* | Only display running players in the phone's sound menu | Lars Uebernickel | 2013-10-24 | 1 | -3/+3 |
|\ | | | | | | | | | | | The design says to only display the _one_ running player. This will have that effect, as there's only one player allowed to run at a time on the phone. Approved by PS Jenkins bot, Ted Gould. | ||||
| * | Only display running players in the phone's sound menu | Lars Uebernickel | 2013-10-10 | 1 | -1/+1 |
| | | |||||
| * | Replace 'mute' boolean by a flag in the SoundMenu constructor | Lars Uebernickel | 2013-10-10 | 1 | -3/+3 |
| | | | | | | | | | | | | This makes the code calling the constructor more readable and allows for extensibility. | ||||
* | | Allow activating the 'volume' action | Lars Uebernickel | 2013-10-09 | 1 | -2/+9 |
|/ | | | | | It does the same as the 'scroll' action except showing a notification. | ||||
* | Making the settings action optional | Ted Gould | 2013-10-02 | 1 | -0/+1 |
| | |||||
* | Show synchronous notification when changing the volume by scrolling over the ↵ | Lars Uebernickel | 2013-10-01 | 1 | -0/+30 |
| | | | | indicator | ||||
* | service: use vala's double.clamp() | Lars Uebernickel | 2013-10-01 | 1 | -6/+1 |
| | |||||
* | Update settings URL to settings:///system | Ted Gould | 2013-09-26 | 1 | -1/+1 |
| | |||||
* | Use url-dispatcher instead of invoking system-settings directly. | Charles Kerr | 2013-09-25 | 1 | -5/+1 |
| | |||||
* | Don't show the "Mute" menu item in the phone profile | Lars Uebernickel | 2013-09-15 | 1 | -2/+2 |
| | |||||
* | Add "title" to the root action state dictionary | Lars Uebernickel | 2013-09-12 | 1 | -0/+1 |
| | |||||
* | Remove volume percentage from translatable part of the accessible title | Lars Uebernickel | 2013-09-11 | 1 | -1/+1 |
| | |||||
* | Mark remaining user-visible strings as translatable | Lars Uebernickel | 2013-09-11 | 1 | -2/+2 |
| | |||||
* | Change volume when scrolling on the indicator | Lars Uebernickel | 2013-09-09 | 1 | -0/+14 |
| | | | | | | | | This depends on a new root menu property: x-canonical-scroll-action. It points to an action that gets activated whenever the user scrolls the mouse over the indicator. The parameter of that action signifies the magnitude and direction of the scroll. | ||||
* | don't use deprecated GSimpleActionGroup APIs | Charles Kerr | 2013-08-22 | 1 | -14/+14 |
| | |||||
* | Build using cmake | Pete Woods | 2013-08-16 | 1 | -3/+0 |
| | |||||
* | add accessible-name property to the ng sound indicator | Charles Kerr | 2013-08-08 | 1 | -2/+14 |
| | |||||
* | Export phone menu | Lars Uebernickel | 2013-07-25 | 1 | -4/+17 |
| | | | | | | For now, this does the same as the one on the desktop, except for starting the the phone's settings ui. | ||||
* | service.vala: store menus in a hash table, keyed by profile name | Lars Uebernickel | 2013-07-25 | 1 | -6/+8 |
| | |||||
* | service.vala: move menu handling into sound-menu.vala | Lars Uebernickel | 2013-07-25 | 1 | -125/+6 |
| | | | | | | This makes service.vala a lot more readable and makes way for exporting a second - slightly different - menu for the phone profile. | ||||
* | Specify fallback icons | Lars Uebernickel | 2013-07-19 | 1 | -6/+13 |
| | | | | | The *-panel suffix is only used by the ubuntu-mono icon themes. | ||||
* | Use interested-media-players instead of preferred-media-players gsettings key | Lars Uebernickel | 2013-07-11 | 1 | -4/+4 |
| | |||||
* | Expose playlists in the menu if the player exports them | Lars Uebernickel | 2013-07-10 | 1 | -3/+44 |
| | |||||
* | service.vala: make removing a player from the menu more readable | Lars Uebernickel | 2013-06-28 | 1 | -10/+17 |
| | |||||
* | Fold all patches into source | Lars Uebernickel | 2013-06-19 | 1 | -1/+10 |
| | | | | | | | | | These patches didn't apply to the current source. They added support for sound settings panels in various desktop environments. We need a better solution for that, which doesn't require patching the source when a desktop environment wants a different command line. | ||||
* | Mark translatable strings as translatable | Lars Uebernickel | 2013-06-19 | 1 | -2/+2 |
| | |||||
* | Update indicator icon when volume changes | Lars Uebernickel | 2013-06-18 | 1 | -3/+27 |
| | |||||
* | Allow setting the microphone volume if an app using it is running | Lars Uebernickel | 2013-06-18 | 1 | -0/+38 |
| | |||||
* | Change playback action state to "string" | Lars Uebernickel | 2013-06-17 | 1 | -1/+5 |
| | | | | | | To accomodate for a third state "Launching" (in addition to "Playing" and "Paused"). | ||||
* | Export playback menu item | Lars Uebernickel | 2013-06-17 | 1 | -1/+23 |
| | |||||
* | Put mute and volume slider into a single section | Lars Uebernickel | 2013-06-13 | 1 | -4/+5 |
| | | | | | To avoid a separator between them. | ||||
* | Give players their own section in the menu | Lars Uebernickel | 2013-06-13 | 1 | -5/+10 |
| | |||||
* | Player menu item: export application icon | Lars Uebernickel | 2013-06-13 | 1 | -0/+1 |
| | |||||
* | Use 'indicator.' prefix for player menu items | Lars Uebernickel | 2013-06-13 | 1 | -1/+1 |
| |