aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added test MPRIS player integration testXavi Garcia Mena2015-09-2326-28/+594
|
* Added themed_icon to integration testsXavi Garcia Mena2015-09-223-0/+76
|
* Added separated integration tests for desktop and phone, with different ↵Xavi Garcia Mena2015-09-216-23/+275
| | | | instances of pulseaudio
* added DBusPropertiesNotifierXavi Garcia Mena2015-09-212-0/+89
|
* code cleanupXavi Garcia Mena2015-09-2111-62/+71
|
* Updated set-volume utilityXavi Garcia Mena2015-09-202-3/+3
|
* Updated schema dir for integration testsXavi Garcia Mena2015-09-183-1/+9
|
* Added AccountsService Mock to the integration testsXavi Garcia Mena2015-09-1816-9/+352
|
* Updated debian/controlXavi Garcia Mena2015-09-091-0/+10
|
* added libunity-dev to control fileXavi Garcia Mena2015-09-071-0/+1
|
* test version for gmenuharnessXavi Garcia Mena2015-09-0735-110/+3307
|
* Merged lp:~xavi-garcia-mena/indicator-sound/icon-volume-zeroXavi Garcia Mena2015-08-181-4/+2
|\
| * Changed sound icon when volume is 0Xavi Garcia2015-08-121-4/+2
| |
* | Releasing 12.10.2+15.10.20150812.3-0ubuntu1CI Train Bot2015-08-121-0/+11
| |
* | When showing a "Loud volumes can damage your hearing" confirmation warning, ↵Charles Kerr2015-08-127-157/+338
|\ \ | |/ |/| | | | | | | clamp the volume until the user hits "OK". Fixes: #1481913 Approved by: Antti Kaijanmäki, PS Jenkins bot
| * in volume-control-pulse, extract methods from ctor and dtor for readabilityCharles Kerr2015-08-121-3/+13
| |
| * copyediting: fix missing tabCharles Kerr2015-08-121-1/+1
| |
| * copyediting: in new code, use unowned strings where practical, slightly ↵Charles Kerr2015-08-122-26/+26
| | | | | | | | better comments, more consistent method names
| * copyediting: make tabs use in the new code consistent with existing codebaseCharles Kerr2015-08-123-32/+32
| |
| * in tests/media-player-user, re-disable the DataSet and TimeoutTests. This ↵Charles Kerr2015-08-111-2/+2
| | | | | | | | failure is not related to the new code and should be handled separately.
| * in volume-control-pulse's update_high_volume_approved_timer(), fix timer ↵Charles Kerr2015-08-111-1/+1
| | | | | | | | interval
| * in tests/media-player-user, re-enable the DataSet and TimeoutTestsCharles Kerr2015-08-111-2/+2
| |
| * in tests/notification-tests, re-enable the max-volume testsCharles Kerr2015-08-111-8/+8
| |
| * in tests/volume-control-mock, add a public method for setting max-volume so ↵Charles Kerr2015-08-111-2/+4
| | | | | | | | that we can re-enable those tests in notifications-test
| * fix circular reference loop that prevented Service from being destructed ↵Charles Kerr2015-08-111-21/+21
| | | | | | | | properly
| * set the default value of max-volume to 1.0 so that tests behave nicely ↵Charles Kerr2015-08-111-1/+1
| | | | | | | | without explicitly having to set this value.
| * re-enable notifications tests (currently failing)Charles Kerr2015-08-111-2/+0
| |
| * take the g_message() tracers and remove or demote to g_debug() as appropriateCharles Kerr2015-08-112-27/+13
| |
| * before the service pops up a 'high volume' warning and clamps the volume, ↵Charles Kerr2015-08-111-18/+36
| | | | | | | | remember the previous volume. If the user hits 'OK', restore that volume.
| * clamp the volume whenever the 'high volume' confirmation notification is open.Charles Kerr2015-08-113-11/+47
| |
| * fix invocation to activate_scroll_actionCharles Kerr2015-08-111-6/+5
| |
| * fix typo in gschema description textCharles Kerr2015-08-111-1/+1
| |
| * sync with trunkCharles Kerr2015-08-111-0/+11
| |\ | |/ |/|
* | Releasing 12.10.2+15.10.20150807.6-0ubuntu1CI Train Bot2015-08-071-0/+11
| |
* | Revised UI volume warnings to comply with EU requirements. Fixes: #1481913Charles Kerr2015-08-076-83/+173
|\ \ | | | | | | | | | Approved by: PS Jenkins bot, Ted Gould
| | * ensure the high volume timer is always at least 1 secCharles Kerr2015-08-111-1/+1
| | |
| | * fix volume_action -> scroll action signal connection regression found by xaviCharles Kerr2015-08-111-1/+1
| | |
| | * huge pile of diff that consolidates pulse-specific audio work into ↵Charles Kerr2015-08-105-117/+249
| |/ | | | | | | volume-control-pulse. Work in progress. Promising but currently ugly.
| * in service's new user_recently_approved_loudness() method, fix a possible ↵Charles Kerr2015-08-071-3/+4
| | | | | | | | math underflow that could cause a false positive return value
| * in MediaPlayerUserTest, disable the DataSet test as well. :PCharles Kerr2015-08-071-1/+1
| |
| * in MediaPlayerUserTest, disable the TimeoutTest for the moment.Charles Kerr2015-08-071-1/+1
| |
| * in volume-control-test, tell the test fixture where to find the sandboxed ↵Charles Kerr2015-08-071-1/+5
| | | | | | | | gsettings
| * in volume-control-test, add a gschemas.compiled dependency because ↵Charles Kerr2015-08-071-1/+1
| | | | | | | | volume-control now depends on the gsettings
| * in service's set_clamped_volume(), require the caller to provide the change ↵Charles Kerr2015-08-071-6/+6
| | | | | | | | reason instead of assuming it's always a user keypress
| * disable the notifications temporarilyCharles Kerr2015-08-071-0/+2
| |
| * add time-based confirmation dialog for high volumesCharles Kerr2015-08-063-79/+162
|/
* Releasing 12.10.2+15.10.20150605-0ubuntu1CI Train Bot2015-06-051-0/+6
|
* Using eventually to avoid arbitrary timeouts in testsTed Gould2015-06-052-18/+140
|\ | | | | | | Approved by: Charles Kerr, PS Jenkins bot
| * For LaunchpadTed Gould2015-05-281-1/+1
| |
| * Dumping the bus, old school styleTed Gould2015-05-281-0/+16
| |