Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/CMakeLists.txt: White-space fix. | Mike Gabriel | 2017-12-02 | 1 | -1/+0 |
| | |||||
* | url-dispatcher: Properly build-time disable url-dispatcher support. | Mike Gabriel | 2017-12-02 | 2 | -39/+54 |
| | |||||
* | src/CMakeLists.txt: Fix typo flaw in add_defintions(...). | Mike Gabriel | 2017-11-29 | 1 | -1/+1 |
| | |||||
* | com.ubuntu.touch: Drop system sound setting access and privacy settings ↵ | Mike Gabriel | 2017-10-27 | 4 | -117/+0 |
| | | | | access for now. Can be re-added later, if required. | ||||
* | data/org.ayatana.AccountsService.Sound: Use Ayatana namespace. | Mike Gabriel | 2017-10-27 | 1 | -1/+1 |
| | | | | | | | * Namespace switch from com.ubuntu to org.ayatana. * Add AccountsServer interface for the greeter. Obtained from accountsservice-ubuntu-schemas and adapted. | ||||
* | Suppress warning about 'static const'. | Mike Gabriel | 2017-10-27 | 1 | -5/+5 |
| | |||||
* | Include <functional> to fix a build issues with g++7. | Andrea Azzarone | 2017-10-23 | 1 | -2/+4 |
| | |||||
* | Fix build with vala 0.36. | Jeremy Bicha | 2017-10-23 | 2 | -2/+2 |
| | |||||
* | Fork from Ubuntu's indicator-sound. | Mike Gabriel | 2017-10-22 | 23 | -83/+101 |
| | |||||
* | Use coverage support from cmake-extras. | Rodney Dawes | 2017-02-07 | 2 | -0/+15 |
| | |||||
* | Added a new signal in volumeWarning to notify when the user has pressed ↵ | Xavi Garcia Mena | 2016-04-15 | 2 | -0/+14 |
| | | | | cancel. We use that to set the volume after pressing cancel, as sometimes setting the accounts service volume steps over the warning level | ||||
* | Move Unity detection into a separate function, and add caching | Dmitry Shachnev | 2016-04-05 | 1 | -9/+21 |
| | |||||
* | Support multiple desktop names in XDG_CURRENT_DESKTOP | Dmitry Shachnev | 2016-03-24 | 1 | -4/+8 |
| | |||||
* | Changed code to get root icon, tests added | Xavi Garcia Mena | 2016-03-16 | 1 | -41/+9 |
| | |||||
* | Add changes to show up the microphone controls when an external microphone ↵ | Xavi Garcia Mena | 2016-03-07 | 1 | -2/+31 |
|\ | | | | | | | | | | | is detected. Approved by: PS Jenkins bot, Charles Kerr | ||||
| * | Added integration tests to detect external microphones | Xavi Garcia Mena | 2016-03-04 | 1 | -0/+3 |
| | | |||||
| * | Added is_external_mic function to check for an external microphone | Xavi Garcia Mena | 2016-03-03 | 1 | -6/+14 |
| | | |||||
| * | Changes to show up the microphone volume control when an external mic is ↵ | Xavi Garcia Mena | 2016-03-03 | 1 | -2/+20 |
| | | | | | | | | detected | ||||
* | | To avoid going too below the warning level we set the volume when showing ↵ | Xavi Garcia Mena | 2016-03-07 | 1 | -3/+7 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | the warning dialog to the loud_volume level. The spec states: Whenever you increase volume, for the first time in 20 hours, such that acoustic output would be more than 85 dBA, an “Increase Volume” dialog should appear. So the loud_volume is still a valid level. After setting this the user has only to press the Up button once to show the warning dialog again. When setting the loud_volume-1 value the level was decreased 2 steps below the warning level and the used had to press the up button twice. Approved by: PS Jenkins bot, Charles Kerr | ||||
| * | Set warning volume to the maximum allowed when the user presses cancel | Xavi Garcia Mena | 2016-03-01 | 1 | -3/+7 |
| | | |||||
* | | Added Cancellable to AccountsServiceAccess | Xavi Garcia Mena | 2016-03-03 | 1 | -3/+6 |
| | | |||||
* | | Changed following Charles's suggestions | Xavi Garcia Mena | 2016-03-02 | 3 | -40/+42 |
|/ | |||||
* | Accounts service notification fix | Xavi Garcia Mena | 2016-02-29 | 2 | -2/+2 |
| | |||||
* | Removed log statement | Xavi Garcia Mena | 2016-02-24 | 1 | -1/+0 |
| | |||||
* | Created new class AccountsServiceAccess to hold all accounts service operations | Xavi Garcia Mena | 2016-02-23 | 6 | -250/+337 |
| | |||||
* | added integration test to check last running player | Xavi Garcia Mena | 2016-02-23 | 1 | -1/+0 |
| | |||||
* | Changed last running player to user Accounts service | Xavi Garcia Mena | 2016-02-22 | 4 | -17/+75 |
| | |||||
* | Build using libgee-0.8-dev instead of libgee-dev Fixes: #1502094 | Matthias Klose | 2016-02-16 | 1 | -1/+1 |
|\ | | | | | | | Approved by: Marco Trevisan (Treviño) | ||||
| * | Build using libgee-0.8-dev instead of libgee-dev | Matthias Klose | 2016-02-12 | 1 | -1/+1 |
| | | |||||
* | | Added persistence for last running player | Xavi Garcia Mena | 2016-02-10 | 2 | -7/+31 |
| | | |||||
* | | Added Charles suggestions | Xavi Garcia Mena | 2016-02-04 | 1 | -17/+8 |
| | | |||||
* | | fixed conflict | Xavi Garcia Mena | 2016-01-29 | 2 | -27/+64 |
|\ \ | |/ |/| | |||||
| * | 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 | 2 | -26/+68 |
| | | |||||
* | | Fixing playback controls when the player section contains the playlist | Xavi Garcia Mena | 2016-01-20 | 1 | -3/+4 |
|/ | |||||
* | change a tracer GLib.message() call to GLib.debug() | Charles Kerr | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | remove newly-dead variable VolumeWarningPulse._update_sink_timer | Charles Kerr | 2016-01-12 | 1 | -2/+0 |
| | |||||
* | in volume-warning-pulse, get/set the sink input's volume rather than the ↵ | Charles Kerr | 2016-01-12 | 1 | -50/+7 |
| | | | | sink's volume, just as volume-control-pulse does | ||||
* | sync with trunk.15.10 | Charles Kerr | 2016-01-06 | 1 | -0/+6 |
|\ | |||||
* | | revert previous commit to preserve translation strings (eg, s/USB/Usb/) | Charles Kerr | 2016-01-05 | 2 | -4/+4 |
| | | |||||
* | | typo fix: s/Usb/USB/ in ui strings | charles kerr | 2016-01-01 | 2 | -4/+4 |
| | | |||||
* | | in icon picking code, fold redundant cases together | charles kerr | 2015-12-31 | 2 | -185/+54 |
| | | |||||
* | | use the 'unowned' keyword when picking from lists of hardcoded strings | charles kerr | 2015-12-31 | 2 | -16/+16 |
| | | |||||
* | | fix references to unowned strings returned by Environment.get_variable() | charles kerr | 2015-12-31 | 2 | -3/+3 |
| | | |||||
* | | fix references to unowned strings returned by Proplist.gets() | charles kerr | 2015-12-31 | 1 | -4/+4 |
| | | |||||
* | | use predefined VariantTypes instead of reinventing the wheel | charles kerr | 2015-12-31 | 4 | -8/+8 |
| | | |||||
* | | simplify some code in volume-warning and volume-warning-pulse | charles kerr | 2015-12-31 | 2 | -63/+46 |
| | | |||||
* | | copyediting: yet more whitespace | charles kerr | 2015-12-31 | 1 | -25/+25 |
| | | |||||
* | | in info-warning's icon picking code, fold redundant cases into one. | charles kerr | 2015-12-31 | 1 | -77/+1 |
| | | | | | | | | | | | | It looks like these switch statements are intended for future expansion, so leaving the basic switching logic intact | ||||
* | | copyediting: whitespace | charles kerr | 2015-12-31 | 3 | -22/+24 |
| | |