| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Changed code to get root icon, tests added | Xavi Garcia Mena | 2016-03-16 | 3 | -0/+85 |
* | Add changes to show up the microphone controls when an external microphone is... | Xavi Garcia Mena | 2016-03-07 | 3 | -20/+250 |
|\ |
|
| * | Added integration tests to detect external microphones | Xavi Garcia Mena | 2016-03-04 | 3 | -20/+250 |
* | | To avoid going too below the warning level we set the volume when showing the... | Xavi Garcia Mena | 2016-03-07 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Set warning volume to the maximum allowed when the user presses cancel | Xavi Garcia Mena | 2016-03-01 | 1 | -1/+1 |
* | | Changed following Charles's suggestions | Xavi Garcia Mena | 2016-03-02 | 2 | -8/+8 |
|/ |
|
* | Fixed integration test | Xavi Garcia Mena | 2016-02-23 | 1 | -2/+0 |
* | Created new class AccountsServiceAccess to hold all accounts service operations | Xavi Garcia Mena | 2016-02-23 | 2 | -610/+621 |
* | added integration test to check last running player | Xavi Garcia Mena | 2016-02-23 | 5 | -11/+87 |
* | Changed last running player to user Accounts service | Xavi Garcia Mena | 2016-02-22 | 3 | -19/+50 |
* | Added persistence for last running player | Xavi Garcia Mena | 2016-02-10 | 2 | -4/+3 |
* | Fixed tabs | Xavi Garcia Mena | 2016-02-04 | 1 | -5/+4 |
* | Added Charles suggestions | Xavi Garcia Mena | 2016-02-04 | 1 | -3/+33 |
* | added integration tests for adding/removing players and playback controls | Xavi Garcia Mena | 2016-01-29 | 6 | -19/+659 |
* | in tests' PulseAudio mock, add pa_context_get_sink_input_info_list() implemen... | Charles Kerr | 2016-01-13 | 1 | -0/+19 |
* | disable integration test PhoneChangeRoleVolume, amd64 failure seems unrelated... | Charles Kerr | 2016-01-13 | 1 | -1/+1 |
* | in the integration tests, clamp the random volume selection to a range that w... | Charles Kerr | 2016-01-12 | 1 | -6/+6 |
* | re-enable notifications-test | Charles Kerr | 2016-01-06 | 1 | -1/+1 |
* | sync with trunk.15.10 | Charles Kerr | 2016-01-06 | 1 | -1/+1 |
|\ |
|
* | | in notifications-test, make the loop test more flexible | charles kerr | 2016-01-01 | 1 | -16/+27 |
* | | use a custom timer to speed up TriggerWarning's many test combinations | charles kerr | 2015-12-31 | 1 | -2/+28 |
* | | expand volume warning test to include all trigger requirements | charles kerr | 2015-12-31 | 1 | -31/+74 |
* | | re-add notifications-test to tests | charles kerr | 2015-12-31 | 1 | -1/+1 |
* | | rename VolumeWarning.high_volume_approved as VolumeWarning.approved | charles kerr | 2015-12-31 | 2 | -3/+3 |
* | | add new Notifications test for volume-warning requiring headphones | charles kerr | 2015-12-30 | 1 | -0/+59 |
* | | in mock Notify server, support actions required for volume warnings | charles kerr | 2015-12-30 | 1 | -1/+1 |
* | | fill out volume-warning-mock's mocking capabilities | charles kerr | 2015-12-30 | 1 | -1/+9 |
* | | make VolumeControl::active_output easier to mock for tests | charles kerr | 2015-12-30 | 1 | -1/+11 |
* | | fix and re-enable NotificationsTest::ExtendendVolumeNotification | charles kerr | 2015-12-30 | 1 | -3/+4 |
* | | simplify the Options class' properties | charles kerr | 2015-12-30 | 1 | -22/+3 |
* | | break volume-warning into an abstract base and concrete pulse-based impl | charles kerr | 2015-12-29 | 2 | -1/+7 |
* | | always keep volume-control's 'stream' property updated | charles kerr | 2015-12-20 | 2 | -6/+5 |
* | | change volume-warning to subclass from object instead of volume-control | charles kerr | 2015-12-20 | 2 | -0/+75 |
* | | remove 'high_volume' property from volume-control | charles kerr | 2015-12-19 | 2 | -7/+3 |
* | | remove 'ready' property from volume-warning | charles kerr | 2015-12-19 | 1 | -1/+1 |
* | | remove 'is-playing' property from volume-warning | charles kerr | 2015-12-19 | 1 | -2/+1 |
* | | bugfix: ensure integration tests work regardless of com.ubuntu.sound gsetting... | charles kerr | 2015-12-19 | 3 | -3/+24 |
* | | instantiate volume-warning and pass it to the service | charles kerr | 2015-12-19 | 2 | -10/+35 |
* | | move max_volume into a reusable 'options' class | charles kerr | 2015-12-19 | 4 | -21/+49 |
|/ |
|
* | Disable notification tests that are already covered in the integration tests ... | Xavi Garcia Mena | 2015-12-18 | 1 | -2/+2 |
* | Added workaround for Maroon in Trouble, second option | Xavi Garcia Mena | 2015-12-17 | 1 | -8/+7 |
* | Changes after review. Method to increment sync counter and integration test c... | Xavi Garcia Mena | 2015-12-02 | 1 | -4/+3 |
* | Added integration tests | Xavi Garcia Mena | 2015-12-02 | 8 | -3/+236 |
* | Re-added integration tests using gmenuharness | Xavi Garcia Mena | 2015-11-11 | 1 | -4/+3 |
* | Disable integration tests to avoid universe dependencies | Xavi Garcia Mena | 2015-11-03 | 1 | -3/+4 |
* | Integration tests updated | Xavi Garcia Mena | 2015-10-30 | 2 | -33/+51 |
* | Changes as suggested | Xavi Garcia Mena | 2015-10-27 | 1 | -4/+0 |
* | changed wait mechanism when stopping sound | Xavi Garcia Mena | 2015-10-26 | 1 | -3/+4 |
* | Changed unit test to wait for the indicator to connect the user accounts | Xavi Garcia Mena | 2015-10-26 | 6 | -8/+31 |
* | Disabled unit test with race condition issues | Xavi Garcia Mena | 2015-10-22 | 1 | -1/+1 |