aboutsummaryrefslogtreecommitdiff
path: root/src/sound-menu.vala
Commit message (Collapse)AuthorAgeFilesLines
* Labels in sound menu marked to be translatedXavi Garcia Mena2015-10-151-8/+8
|
* Added integragrion tests to the devices labels and iconsXavi Garcia Mena2015-10-151-7/+77
|\
| * Added changed to reflect the state of the player control buttonsXavi Garcia Mena2015-09-151-6/+61
| |
* | Changed to show a notification when the active output changesXavi Garcia Mena2015-10-011-2/+13
| |
* | Adding the code to change the icons and label when a bluetooth headset is ↵Xavi Garcia Mena2015-09-291-0/+12
|/ | | | connected
* Make sure to save the bus we exported onTed Gould2015-02-111-1/+2
|
* Unexport the menu model on object being destroyedTed Gould2015-02-091-1/+11
|
* Add an action to track whether the indicator is shown so that we can not ↵Ted Gould2014-12-031-0/+1
| | | | show notifications if it is open
* Make sure to check the item in the loopTed Gould2014-10-151-1/+1
|
* Removing the remove code that was supposed to be removed earlierTed Gould2014-10-151-1/+0
|
* Making the removal of items smarterTed Gould2014-10-141-4/+23
|
* Changing tact to change the menu when we want to show the warningTed Gould2014-10-141-6/+21
|
* Adding a high volume warning menu itemTed Gould2014-10-141-1/+6
|
* Update to current trunkTed Gould2014-10-071-4/+4
|\
| * use translatable stringNick Dedekind2014-09-261-2/+2
| |
| * Added label to slidersNick Dedekind2014-07-251-4/+4
| |
* | Make it a switchTed Gould2014-10-021-2/+5
| |
* | Add a silent mode menu itemTed Gould2014-10-021-1/+6
| |
* | Adding support for selecting the base action to be a different player actionTed Gould2014-09-231-2/+10
|/
* Merge trunkTed Gould2014-03-131-6/+9
|\
| * Don't show player sections on the greeter and lock screenLars Uebernickel2014-03-121-1/+10
| |
* | Make it so the desktop greeter doesn't have any players on itTed Gould2014-03-041-1/+7
| |
* | Check all the menu items, that way we don't have to handle all the exceptionsTed Gould2014-03-031-2/+2
| |
* | Test the number of entries in the menuTed Gould2014-03-031-2/+2
| |
* | Setting up a basic sound menu testTed Gould2014-03-031-1/+1
| |
* | More debug informationTed Gould2014-03-021-1/+1
| |
* | Drop a connection to playlist event as wellTed Gould2014-02-281-1/+5
| |
* | When removing disconnect as wellTed Gould2014-02-281-1/+6
| |
* | Reshuffle the status of the playersTed Gould2014-02-281-2/+4
| |
* | Restructuring to ensure we're doing what we want on an updateTed Gould2014-02-281-5/+4
| |
* | Some debugging informationTed Gould2014-02-281-0/+6
|/
* Weird comment bug where 'lesser' ended up someplaces it didn't belongTed Gould2013-11-151-2/+2
|
* Stop using g_icon_serialize() directlyLars Uebernickel2013-10-281-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 Kerr2013-10-281-1/+2
| | | | 'application-default-icon' also failing
* use 'application-default-icon' as the fallback media player iconCharles Kerr2013-10-281-2/+6
|
* test that player.icon isn't null before we serialize it.Charles Kerr2013-10-251-1/+2
|
* Only display running players in the phone's sound menuLars Uebernickel2013-10-241-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 menuLars Uebernickel2013-10-101-24/+53
| |
| * Replace 'mute' boolean by a flag in the SoundMenu constructorLars Uebernickel2013-10-101-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 Uebernickel2013-10-101-1/+1
|/ | | | parameter
* Make sure to set the initial value of settings shownTed Gould2013-10-021-1/+1
|
* Making the settings action optionalTed Gould2013-10-021-3/+12
|
* sound-menu.vala: make the logic for showing the mic volume more explicitLars Uebernickel2013-09-151-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 profileLars Uebernickel2013-09-151-2/+3
|
* Mark remaining user-visible strings as translatableLars Uebernickel2013-09-111-1/+1
|
* Toggle mute on secondary actionLars Uebernickel2013-09-091-0/+1
| | | | | | This depends on the panel supporting x-canonical-secondary-action on the root menu item.
* Change volume when scrolling on the indicatorLars Uebernickel2013-09-091-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 cmakePete Woods2013-08-161-0/+3
|
* Fixed max-icon icon sourceNick Dedekind2013-07-301-2/+2
|
* Export phone menuLars Uebernickel2013-07-251-2/+2
| | | | | | For now, this does the same as the one on the desktop, except for starting the the phone's settings ui.