aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Port from Unity8 to Lomiri (URL Dispatcher and API).Mike Gabriel2021-01-126-20/+20
|
* src/service.vala: Add FIXME to remind us that the -sound indicator also uses ↵Mike Gabriel2020-11-111-0/+2
| | | | code that needs to be moved into libayatana-common (new shared lib).
* src/service.vala: Check if mate-volume-control exists before executing it.Mike Gabriel2020-11-111-1/+1
|
* src/service.vala: Properly recognize a MATE desktop session when launched ↵Mike Gabriel2020-11-111-1/+2
| | | | via LightDM's default lighdm-xsession.
* Replace x-canonical attributesRobert Tari2020-08-114-569/+569
|
* Fix several 'Creation method of abstract class cannot be public.' Vala issues.Mike Gabriel2019-12-023-3/+3
|
* Report exact GLib error message when unable to find stream restore data.Mike Gabriel2019-08-281-1/+1
|
* src/accounts-service-access.vala: Locate another location in the code where ↵Mike Gabriel2018-01-162-0/+12
| | | | we need to check for HAS_UT_ACCTSERVICE_SOUND_SETTINGS.
* src/CMakeLists.txt: Various changes to get HAS_UT_ACCTSERVICE_* variables ↵Mike Gabriel2017-12-073-10/+11
| | | | up-and-running.
* src/CMakeLists.txt: No need to use add_definitions(). This project is purely ↵Mike Gabriel2017-12-071-2/+0
| | | | Vala.
* src/CMakeLists.txt: Fix spelling of VALA_DEFINE_URLDISPATCHER's value.Mike Gabriel2017-12-071-1/+1
|
* Make AcctService SecurityPrivacy and System.Sound optional.Mike Gabriel2017-12-074-11/+49
|
* Revert "com.ubuntu.touch: Drop system sound setting access and privacy ↵Mike Gabriel2017-12-074-0/+117
| | | | | | settings access for now. Can be re-added later, if required." This reverts commit 2a1a7325adc6d0bbb57d7ed4bcef90e1285e1eb5.
* Rename GNOMELOCALEDIR -> LOCALEDIR.Mike Gabriel2017-12-061-1/+1
|
* Fix naming flaw in pre-processor macro name.Mike Gabriel2017-12-021-1/+1
|
* src/gmenuharness/: Fix include paths.Mike Gabriel2017-12-024-8/+8
|
* Vala defines != C defines.Mike Gabriel2017-12-021-2/+6
|
* src/CMakeLists.txt: White-space fix.Mike Gabriel2017-12-021-1/+0
|
* url-dispatcher: Properly build-time disable url-dispatcher support.Mike Gabriel2017-12-022-39/+54
|
* src/CMakeLists.txt: Fix typo flaw in add_defintions(...).Mike Gabriel2017-11-291-1/+1
|
* com.ubuntu.touch: Drop system sound setting access and privacy settings ↵Mike Gabriel2017-10-274-117/+0
| | | | access for now. Can be re-added later, if required.
* data/org.ayatana.AccountsService.Sound: Use Ayatana namespace.Mike Gabriel2017-10-271-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 Gabriel2017-10-271-5/+5
|
* Include <functional> to fix a build issues with g++7.Andrea Azzarone2017-10-231-2/+4
|
* Fix build with vala 0.36.Jeremy Bicha2017-10-232-2/+2
|
* Fork from Ubuntu's indicator-sound.Mike Gabriel2017-10-2223-83/+101
|
* Use coverage support from cmake-extras.Rodney Dawes2017-02-072-0/+15
|
* Added a new signal in volumeWarning to notify when the user has pressed ↵Xavi Garcia Mena2016-04-152-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 cachingDmitry Shachnev2016-04-051-9/+21
|
* Support multiple desktop names in XDG_CURRENT_DESKTOPDmitry Shachnev2016-03-241-4/+8
|
* Changed code to get root icon, tests addedXavi Garcia Mena2016-03-161-41/+9
|
* Add changes to show up the microphone controls when an external microphone ↵Xavi Garcia Mena2016-03-071-2/+31
|\ | | | | | | | | | | is detected. Approved by: PS Jenkins bot, Charles Kerr
| * Added integration tests to detect external microphonesXavi Garcia Mena2016-03-041-0/+3
| |
| * Added is_external_mic function to check for an external microphoneXavi Garcia Mena2016-03-031-6/+14
| |
| * Changes to show up the microphone volume control when an external mic is ↵Xavi Garcia Mena2016-03-031-2/+20
| | | | | | | | detected
* | To avoid going too below the warning level we set the volume when showing ↵Xavi Garcia Mena2016-03-071-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 cancelXavi Garcia Mena2016-03-011-3/+7
| |
* | Added Cancellable to AccountsServiceAccessXavi Garcia Mena2016-03-031-3/+6
| |
* | Changed following Charles's suggestionsXavi Garcia Mena2016-03-023-40/+42
|/
* Accounts service notification fixXavi Garcia Mena2016-02-292-2/+2
|
* Removed log statementXavi Garcia Mena2016-02-241-1/+0
|
* Created new class AccountsServiceAccess to hold all accounts service operationsXavi Garcia Mena2016-02-236-250/+337
|
* added integration test to check last running playerXavi Garcia Mena2016-02-231-1/+0
|
* Changed last running player to user Accounts serviceXavi Garcia Mena2016-02-224-17/+75
|
* Build using libgee-0.8-dev instead of libgee-dev Fixes: #1502094Matthias Klose2016-02-161-1/+1
|\ | | | | | | Approved by: Marco Trevisan (Treviño)
| * Build using libgee-0.8-dev instead of libgee-devMatthias Klose2016-02-121-1/+1
| |
* | Added persistence for last running playerXavi Garcia Mena2016-02-102-7/+31
| |
* | Added Charles suggestionsXavi Garcia Mena2016-02-041-17/+8
| |
* | fixed conflictXavi Garcia Mena2016-01-292-27/+64
|\ \ | |/ |/|
| * added integration tests for adding/removing players and playback controlsXavi Garcia Mena2016-01-291-3/+0
| |