| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Port from Unity8 to Lomiri (URL Dispatcher and API). | Mike Gabriel | 2021-01-12 | 6 | -20/+20 |
* | src/service.vala: Add FIXME to remind us that the -sound indicator also uses ... | Mike Gabriel | 2020-11-11 | 1 | -0/+2 |
* | src/service.vala: Check if mate-volume-control exists before executing it. | Mike Gabriel | 2020-11-11 | 1 | -1/+1 |
* | src/service.vala: Properly recognize a MATE desktop session when launched via... | Mike Gabriel | 2020-11-11 | 1 | -1/+2 |
* | Replace x-canonical attributes | Robert Tari | 2020-08-11 | 4 | -569/+569 |
* | Fix several 'Creation method of abstract class cannot be public.' Vala issues. | Mike Gabriel | 2019-12-02 | 3 | -3/+3 |
* | Report exact GLib error message when unable to find stream restore data. | Mike Gabriel | 2019-08-28 | 1 | -1/+1 |
* | src/accounts-service-access.vala: Locate another location in the code where w... | Mike Gabriel | 2018-01-16 | 2 | -0/+12 |
* | src/CMakeLists.txt: Various changes to get HAS_UT_ACCTSERVICE_* variables up-... | Mike Gabriel | 2017-12-07 | 3 | -10/+11 |
* | src/CMakeLists.txt: No need to use add_definitions(). This project is purely ... | Mike Gabriel | 2017-12-07 | 1 | -2/+0 |
* | src/CMakeLists.txt: Fix spelling of VALA_DEFINE_URLDISPATCHER's value. | Mike Gabriel | 2017-12-07 | 1 | -1/+1 |
* | Make AcctService SecurityPrivacy and System.Sound optional. | Mike Gabriel | 2017-12-07 | 4 | -11/+49 |
* | Revert "com.ubuntu.touch: Drop system sound setting access and privacy settin... | Mike Gabriel | 2017-12-07 | 4 | -0/+117 |
* | Rename GNOMELOCALEDIR -> LOCALEDIR. | Mike Gabriel | 2017-12-06 | 1 | -1/+1 |
* | Fix naming flaw in pre-processor macro name. | Mike Gabriel | 2017-12-02 | 1 | -1/+1 |
* | src/gmenuharness/: Fix include paths. | Mike Gabriel | 2017-12-02 | 4 | -8/+8 |
* | Vala defines != C defines. | Mike Gabriel | 2017-12-02 | 1 | -2/+6 |
* | 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 acces... | Mike Gabriel | 2017-10-27 | 4 | -117/+0 |
* | data/org.ayatana.AccountsService.Sound: Use Ayatana namespace. | Mike Gabriel | 2017-10-27 | 1 | -1/+1 |
* | 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 cance... | Xavi Garcia Mena | 2016-04-15 | 2 | -0/+14 |
* | 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 is... | Xavi Garcia Mena | 2016-03-07 | 1 | -2/+31 |
|\ |
|
| * | 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 dete... | Xavi Garcia Mena | 2016-03-03 | 1 | -2/+20 |
* | | To avoid going too below the warning level we set the volume when showing the... | Xavi Garcia Mena | 2016-03-07 | 1 | -3/+7 |
|\ \
| |/
|/| |
|
| * | 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 |
|\ |
|
| * | 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 |