Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/sound-menu.vala: Do not force panel icons in the sound menu | Robert Tari | 2022-10-25 | 1 | -6/+6 |
| | | | | | | Panel icons are for the panel (mostly symbolic and monochromatic). Somewhere along the way, the Ayatana Sound Indicator menu was forced to use the same icons as those that were meant for the panel. This change makes the indicator menu use the same icons as any other menu or GUI element on the system. End result: makes any theme capable of becoming Ayatana-friendly without hacks. | ||||
* | Convert Mute menuitem to switch | Robert Tari | 2022-09-08 | 1 | -2/+13 |
| | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-sound/issues/83 | ||||
* | src/*.vala: make the 'silent mode' switch item & action QMenuModel compatible | Mike Gabriel | 2022-07-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | QMenuModel, inheritting code from GTK, will consider the menu item not "activatable" if the item's "target" [1] doesn't match the corresponding action's parameter. Since we take a boolean as action's parameter (and we can't change action's parameter easily since it's semi-public), we instead have to pass "target". Taking a page from the slider menu items, pass "true" as the target will make QMenuModel considers the item activatable and reflect the right state. [1] i.e. the parameter to pass when activating the action. See https://wiki.gnome.org/Projects/GLib/GApplication/DBusAPI#Attributes Related: https://github.com/AyatanaIndicators/qmenumodel/issues/21 | ||||
* | Update Ayatana IDO names | Robert Tari | 2021-10-18 | 1 | -3/+3 |
| | |||||
* | Add us to the copyright header | Robert Tari | 2021-08-04 | 1 | -0/+2 |
| | |||||
* | Handle all switch cases | Robert Tari | 2021-08-04 | 1 | -0/+2 |
| | |||||
* | Replace x-canonical attributes | Robert Tari | 2020-08-11 | 1 | -452/+452 |
| | |||||
* | Fork from Ubuntu's indicator-sound. | Mike Gabriel | 2017-10-22 | 1 | -5/+5 |
| | |||||
* | Changed following Charles's suggestions | Xavi Garcia Mena | 2016-03-02 | 1 | -6/+17 |
| | |||||
* | Changed last running player to user Accounts service | Xavi Garcia Mena | 2016-02-22 | 1 | -11/+22 |
| | |||||
* | Added persistence for last running player | Xavi Garcia Mena | 2016-02-10 | 1 | -3/+20 |
| | |||||
* | Added Charles suggestions | Xavi Garcia Mena | 2016-02-04 | 1 | -17/+8 |
| | |||||
* | fixed conflict | Xavi Garcia Mena | 2016-01-29 | 1 | -26/+63 |
|\ | |||||
| * | added integration tests for adding/removing players and playback controls | Xavi Garcia Mena | 2016-01-29 | 1 | -3/+0 |
| | | |||||
| * | Code for Bug 1213907 added. Only showing active players playback controls | Xavi Garcia Mena | 2016-01-22 | 1 | -25/+67 |
| | | |||||
* | | Fixing playback controls when the player section contains the playlist | Xavi Garcia Mena | 2016-01-20 | 1 | -3/+4 |
|/ | |||||
* | Re-adding indicator.volume-sync | Xavi Garcia Mena | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | rolling back ↵ | Xavi Garcia Mena | 2015-12-14 | 1 | -1/+1 |
| | | | | lp:~xavi-garcia-mena/indicator-sound/bug-1512798-reenable-amplified-volume | ||||
* | Added indicator. prefix to volume sync attibute | Xavi Garcia Mena | 2015-12-09 | 1 | -1/+1 |
| | |||||
* | Added attibute to volume slider to define the sync action | Xavi Garcia Mena | 2015-12-09 | 1 | -4/+7 |
| | |||||
* | Labels in sound menu marked to be translated | Xavi Garcia Mena | 2015-10-15 | 1 | -8/+8 |
| | |||||
* | Added integragrion tests to the devices labels and icons | Xavi Garcia Mena | 2015-10-15 | 1 | -7/+77 |
|\ | |||||
| * | Added changed to reflect the state of the player control buttons | Xavi Garcia Mena | 2015-09-15 | 1 | -6/+61 |
| | | |||||
* | | Changed to show a notification when the active output changes | Xavi Garcia Mena | 2015-10-01 | 1 | -2/+13 |
| | | |||||
* | | Adding the code to change the icons and label when a bluetooth headset is ↵ | Xavi Garcia Mena | 2015-09-29 | 1 | -0/+12 |
|/ | | | | connected | ||||
* | 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 |
| | |