Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added attribute_not_set to gmenuharness, added tests for player control buttons | Xavi Garcia Mena | 2015-09-25 | 7 | -6/+268 |
| | |||||
* | merged lp:~xavi-garcia-mena/indicator-sound/next-play-prev-buttons-bug-1373313 | Xavi Garcia Mena | 2015-09-24 | 8 | -64/+247 |
|\ | |||||
| * | merged with trunk | Xavi Garcia Mena | 2015-09-17 | 2 | -0/+18 |
| |\ | |||||
| | * | Releasing 12.10.2+15.10.20150915-0ubuntu1 | CI Train Bot | 2015-09-15 | 1 | -0/+11 |
| | | | |||||
| | * | under unity8 start system-settings instead unity-control-center Fixes: #1489427 | Sebastien Bacher | 2015-09-15 | 1 | -0/+7 |
| | |\ | | | | | | | | | | | | | Approved by: Charles Kerr, PS Jenkins bot, Ted Gould | ||||
| | | * | under unity8 start system-settings instead unity-control-center | Sebastien Bacher | 2015-08-27 | 1 | -0/+7 |
| | |/ | |||||
| * | | Unit tests refactored | Xavi Garcia Mena | 2015-09-16 | 1 | -187/+53 |
| | | | |||||
| * | | Added changed to reflect the state of the player control buttons | Xavi Garcia Mena | 2015-09-15 | 6 | -64/+363 |
| |/ | |||||
* | | fixed path for players desktop files | Xavi Garcia Mena | 2015-09-24 | 1 | -2/+2 |
| | | |||||
* | | Added test MPRIS player integration test | Xavi Garcia Mena | 2015-09-23 | 26 | -28/+594 |
| | | |||||
* | | Added themed_icon to integration tests | Xavi Garcia Mena | 2015-09-22 | 3 | -0/+76 |
| | | |||||
* | | Added separated integration tests for desktop and phone, with different ↵ | Xavi Garcia Mena | 2015-09-21 | 6 | -23/+275 |
| | | | | | | | | instances of pulseaudio | ||||
* | | added DBusPropertiesNotifier | Xavi Garcia Mena | 2015-09-21 | 2 | -0/+89 |
| | | |||||
* | | code cleanup | Xavi Garcia Mena | 2015-09-21 | 11 | -62/+71 |
| | | |||||
* | | Updated set-volume utility | Xavi Garcia Mena | 2015-09-20 | 2 | -3/+3 |
| | | |||||
* | | Updated schema dir for integration tests | Xavi Garcia Mena | 2015-09-18 | 3 | -1/+9 |
| | | |||||
* | | Added AccountsService Mock to the integration tests | Xavi Garcia Mena | 2015-09-18 | 16 | -9/+352 |
| | | |||||
* | | Updated debian/control | Xavi Garcia Mena | 2015-09-09 | 1 | -0/+10 |
| | | |||||
* | | added libunity-dev to control file | Xavi Garcia Mena | 2015-09-07 | 1 | -0/+1 |
| | | |||||
* | | test version for gmenuharness | Xavi Garcia Mena | 2015-09-07 | 35 | -110/+3307 |
|/ | |||||
* | Merged lp:~xavi-garcia-mena/indicator-sound/icon-volume-zero | Xavi Garcia Mena | 2015-08-18 | 1 | -4/+2 |
|\ | |||||
| * | Changed sound icon when volume is 0 | Xavi Garcia | 2015-08-12 | 1 | -4/+2 |
| | | |||||
* | | Releasing 12.10.2+15.10.20150812.3-0ubuntu1 | CI Train Bot | 2015-08-12 | 1 | -0/+11 |
| | | |||||
* | | When showing a "Loud volumes can damage your hearing" confirmation warning, ↵ | Charles Kerr | 2015-08-12 | 7 | -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 readability | Charles Kerr | 2015-08-12 | 1 | -3/+13 |
| | | |||||
| * | copyediting: fix missing tab | Charles Kerr | 2015-08-12 | 1 | -1/+1 |
| | | |||||
| * | copyediting: in new code, use unowned strings where practical, slightly ↵ | Charles Kerr | 2015-08-12 | 2 | -26/+26 |
| | | | | | | | | better comments, more consistent method names | ||||
| * | copyediting: make tabs use in the new code consistent with existing codebase | Charles Kerr | 2015-08-12 | 3 | -32/+32 |
| | | |||||
| * | in tests/media-player-user, re-disable the DataSet and TimeoutTests. This ↵ | Charles Kerr | 2015-08-11 | 1 | -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 Kerr | 2015-08-11 | 1 | -1/+1 |
| | | | | | | | | interval | ||||
| * | in tests/media-player-user, re-enable the DataSet and TimeoutTests | Charles Kerr | 2015-08-11 | 1 | -2/+2 |
| | | |||||
| * | in tests/notification-tests, re-enable the max-volume tests | Charles Kerr | 2015-08-11 | 1 | -8/+8 |
| | | |||||
| * | in tests/volume-control-mock, add a public method for setting max-volume so ↵ | Charles Kerr | 2015-08-11 | 1 | -2/+4 |
| | | | | | | | | that we can re-enable those tests in notifications-test | ||||
| * | fix circular reference loop that prevented Service from being destructed ↵ | Charles Kerr | 2015-08-11 | 1 | -21/+21 |
| | | | | | | | | properly | ||||
| * | set the default value of max-volume to 1.0 so that tests behave nicely ↵ | Charles Kerr | 2015-08-11 | 1 | -1/+1 |
| | | | | | | | | without explicitly having to set this value. | ||||
| * | re-enable notifications tests (currently failing) | Charles Kerr | 2015-08-11 | 1 | -2/+0 |
| | | |||||
| * | take the g_message() tracers and remove or demote to g_debug() as appropriate | Charles Kerr | 2015-08-11 | 2 | -27/+13 |
| | | |||||
| * | before the service pops up a 'high volume' warning and clamps the volume, ↵ | Charles Kerr | 2015-08-11 | 1 | -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 Kerr | 2015-08-11 | 3 | -11/+47 |
| | | |||||
| * | fix invocation to activate_scroll_action | Charles Kerr | 2015-08-11 | 1 | -6/+5 |
| | | |||||
| * | fix typo in gschema description text | Charles Kerr | 2015-08-11 | 1 | -1/+1 |
| | | |||||
| * | sync with trunk | Charles Kerr | 2015-08-11 | 1 | -0/+11 |
| |\ | |/ |/| | |||||
* | | Releasing 12.10.2+15.10.20150807.6-0ubuntu1 | CI Train Bot | 2015-08-07 | 1 | -0/+11 |
| | | |||||
* | | Revised UI volume warnings to comply with EU requirements. Fixes: #1481913 | Charles Kerr | 2015-08-07 | 6 | -83/+173 |
|\ \ | | | | | | | | | | Approved by: PS Jenkins bot, Ted Gould | ||||
| | * | ensure the high volume timer is always at least 1 sec | Charles Kerr | 2015-08-11 | 1 | -1/+1 |
| | | | |||||
| | * | fix volume_action -> scroll action signal connection regression found by xavi | Charles Kerr | 2015-08-11 | 1 | -1/+1 |
| | | | |||||
| | * | huge pile of diff that consolidates pulse-specific audio work into ↵ | Charles Kerr | 2015-08-10 | 5 | -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 Kerr | 2015-08-07 | 1 | -3/+4 |
| | | | | | | | | math underflow that could cause a false positive return value | ||||
| * | in MediaPlayerUserTest, disable the DataSet test as well. :P | Charles Kerr | 2015-08-07 | 1 | -1/+1 |
| | | |||||
| * | in MediaPlayerUserTest, disable the TimeoutTest for the moment. | Charles Kerr | 2015-08-07 | 1 | -1/+1 |
| | |