Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure to save the bus we exported on | Ted Gould | 2015-02-11 | 1 | -1/+2 |
| | |||||
* | Unexport the menu model on object being destroyed | Ted Gould | 2015-02-09 | 1 | -1/+11 |
| | |||||
* | Add an action to track whether the indicator is shown so that we can not ↵ | Ted Gould | 2014-12-03 | 1 | -0/+1 |
| | | | | show notifications if it is open | ||||
* | 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 |
| | |||||
* | Making the removal of items smarter | Ted Gould | 2014-10-14 | 1 | -4/+23 |
| | |||||
* | Changing tact to change the menu when we want to show the warning | Ted Gould | 2014-10-14 | 1 | -6/+21 |
| | |||||
* | Adding a high volume warning menu item | Ted Gould | 2014-10-14 | 1 | -1/+6 |
| | |||||
* | Update to current trunk | Ted Gould | 2014-10-07 | 1 | -4/+4 |
|\ | |||||
| * | use translatable string | Nick Dedekind | 2014-09-26 | 1 | -2/+2 |
| | | |||||
| * | Added label to sliders | Nick Dedekind | 2014-07-25 | 1 | -4/+4 |
| | | |||||
* | | Make it a switch | Ted Gould | 2014-10-02 | 1 | -2/+5 |
| | | |||||
* | | Add a silent mode menu item | Ted Gould | 2014-10-02 | 1 | -1/+6 |
| | | |||||
* | | Adding support for selecting the base action to be a different player action | Ted Gould | 2014-09-23 | 1 | -2/+10 |
|/ | |||||
* | Merge trunk | Ted Gould | 2014-03-13 | 1 | -6/+9 |
|\ | |||||
| * | Don't show player sections on the greeter and lock screen | Lars Uebernickel | 2014-03-12 | 1 | -1/+10 |
| | | |||||
* | | Make it so the desktop greeter doesn't have any players on it | Ted Gould | 2014-03-04 | 1 | -1/+7 |
| | | |||||
* | | Check all the menu items, that way we don't have to handle all the exceptions | Ted Gould | 2014-03-03 | 1 | -2/+2 |
| | | |||||
* | | Test the number of entries in the menu | Ted Gould | 2014-03-03 | 1 | -2/+2 |
| | | |||||
* | | Setting up a basic sound menu test | Ted Gould | 2014-03-03 | 1 | -1/+1 |
| | | |||||
* | | More debug information | Ted Gould | 2014-03-02 | 1 | -1/+1 |
| | | |||||
* | | Drop a connection to playlist event as well | Ted Gould | 2014-02-28 | 1 | -1/+5 |
| | | |||||
* | | When removing disconnect as well | Ted Gould | 2014-02-28 | 1 | -1/+6 |
| | | |||||
* | | Reshuffle the status of the players | Ted Gould | 2014-02-28 | 1 | -2/+4 |
| | | |||||
* | | Restructuring to ensure we're doing what we want on an update | Ted Gould | 2014-02-28 | 1 | -5/+4 |
| | | |||||
* | | Some debugging information | Ted Gould | 2014-02-28 | 1 | -0/+6 |
|/ | |||||
* | Weird comment bug where 'lesser' ended up someplaces it didn't belong | Ted Gould | 2013-11-15 | 1 | -2/+2 |
| | |||||
* | Stop using g_icon_serialize() directly | Lars Uebernickel | 2013-10-28 | 1 | -6/+3 |
| | | | | | Vala 0.20 now comes with a gio-2.0.vapi that has Icon.serialize(). | ||||
* | add the null safeguard back for the pathological case of ↵ | Charles Kerr | 2013-10-28 | 1 | -1/+2 |
| | | | | 'application-default-icon' also failing | ||||
* | use 'application-default-icon' as the fallback media player icon | Charles Kerr | 2013-10-28 | 1 | -2/+6 |
| | |||||
* | test that player.icon isn't null before we serialize it. | Charles Kerr | 2013-10-25 | 1 | -1/+2 |
| | |||||
* | Only display running players in the phone's sound menu | Lars Uebernickel | 2013-10-24 | 1 | -25/+59 |
|\ | | | | | | | | | | | 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 | -24/+53 |
| | | |||||
| * | Replace 'mute' boolean by a flag in the SoundMenu constructor | Lars Uebernickel | 2013-10-10 | 1 | -2/+7 |
| | | | | | | | | | | | | This makes the code calling the constructor more readable and allows for extensibility. | ||||
* | | Give the volume menu item a target, because the 'volume' action now has a ↵ | Lars Uebernickel | 2013-10-10 | 1 | -1/+1 |
|/ | | | | parameter | ||||
* | Make sure to set the initial value of settings shown | Ted Gould | 2013-10-02 | 1 | -1/+1 |
| | |||||
* | Making the settings action optional | Ted Gould | 2013-10-02 | 1 | -3/+12 |
| | |||||
* | sound-menu.vala: make the logic for showing the mic volume more explicit | Lars Uebernickel | 2013-09-15 | 1 | -4/+7 |
| | | | | | | | Before, this was done by counting the items that are currently in the volume section. This broke with the last commit, because with that, the section might not contain a mute menu item. | ||||
* | Don't show the "Mute" menu item in the phone profile | Lars Uebernickel | 2013-09-15 | 1 | -2/+3 |
| | |||||
* | Mark remaining user-visible strings as translatable | Lars Uebernickel | 2013-09-11 | 1 | -1/+1 |
| | |||||
* | Toggle mute on secondary action | Lars Uebernickel | 2013-09-09 | 1 | -0/+1 |
| | | | | | | This depends on the panel supporting x-canonical-secondary-action on the root menu item. | ||||
* | Change volume when scrolling on the indicator | Lars Uebernickel | 2013-09-09 | 1 | -0/+1 |
| | | | | | | | | 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. | ||||
* | Build using cmake | Pete Woods | 2013-08-16 | 1 | -0/+3 |
| | |||||
* | Fixed max-icon icon source | Nick Dedekind | 2013-07-30 | 1 | -2/+2 |
| | |||||
* | Export phone menu | Lars Uebernickel | 2013-07-25 | 1 | -2/+2 |
| | | | | | | 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 | -2/+6 |
| | |||||
* | service.vala: move menu handling into sound-menu.vala | Lars Uebernickel | 2013-07-25 | 1 | -0/+160 |
This makes service.vala a lot more readable and makes way for exporting a second - slightly different - menu for the phone profile. |