aboutsummaryrefslogtreecommitdiff
path: root/src/sound-menu.vala
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * 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
* | Give the volume menu item a target, because the 'volume' action now has a par...Lars Uebernickel2013-10-101-1/+1
|/
* 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
* 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
* Change volume when scrolling on the indicatorLars Uebernickel2013-09-091-0/+1
* 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
* service.vala: store menus in a hash table, keyed by profile nameLars Uebernickel2013-07-251-2/+6
* service.vala: move menu handling into sound-menu.valaLars Uebernickel2013-07-251-0/+160