Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Adding a restart rule | Ted Gould | 2016-07-20 | 1 | -0/+1 | |
| | | ||||||
| * | Adding systemd user session unit | Ted Gould | 2016-07-19 | 4 | -0/+42 | |
|/ | ||||||
* | Releasing 12.10.2+16.04.20160418.1-0ubuntu1 | CI Train Bot | 2016-04-18 | 1 | -0/+11 | |
| | ||||||
* | This branch adds a new signal in volumeWarning to set the warning level ↵ | Xavi Garcia Mena | 2016-04-18 | 2 | -0/+14 | |
|\ | | | | | | | | | | | | | volume after pressing cancel. We are setting the warning level before pressing cancel, which is alright, but sometimes we have issues with the value set to the accounts service that steps on the warning level. Fixes: #1570779 Approved by: PS Jenkins bot, Charles Kerr | |||||
| * | Added a new signal in volumeWarning to notify when the user has pressed ↵ | Xavi Garcia Mena | 2016-04-15 | 2 | -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 | |||||
* | Releasing 12.10.2+16.04.20160406-0ubuntu1 | CI Train Bot | 2016-04-06 | 1 | -0/+7 | |
| | ||||||
* | Support multiple desktop names in $XDG_CURRENT_DESKTOP. Fixes: #1502480 | Dmitry Shachnev | 2016-04-06 | 1 | -6/+22 | |
|\ | | | | | | | Approved by: Alkis Georgopoulos, Mystic-Mirage, Charles Kerr, Alberts Muktupāvels | |||||
| * | 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 | |
|/ | ||||||
* | Releasing 12.10.2+16.04.20160317.1-0ubuntu1 | CI Train Bot | 2016-03-17 | 1 | -0/+11 | |
| | ||||||
* | Changed to code to get the root icon. Now it does not take into account the ↵ | Xavi Garcia Mena | 2016-03-17 | 4 | -41/+116 | |
|\ | | | | | | | | | | | | | source output, as in fact that code was not differentiating between any particular case. The code was added in the past in the case that we should differentiate between bluetooth, headphones, etc... but it was never used. Fixes: #1555831 Approved by: Charles Kerr | |||||
| * | Added volume check to root icon test | Xavi Garcia Mena | 2016-03-17 | 1 | -0/+22 | |
| | | ||||||
| * | Changed code to get root icon, tests added | Xavi Garcia Mena | 2016-03-16 | 4 | -41/+94 | |
|/ | ||||||
* | Releasing 12.10.2+16.04.20160307-0ubuntu1 | CI Train Bot | 2016-03-07 | 1 | -0/+14 | |
| | ||||||
* | Add changes to show up the microphone controls when an external microphone ↵ | Xavi Garcia Mena | 2016-03-07 | 4 | -22/+281 | |
|\ | | | | | | | | | | | is detected. Approved by: PS Jenkins bot, Charles Kerr | |||||
| * | Added integration tests to detect external microphones | Xavi Garcia Mena | 2016-03-04 | 4 | -20/+253 | |
| | | ||||||
| * | 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 ↵ | Xavi Garcia Mena | 2016-03-03 | 1 | -2/+20 | |
| | | | | | | | | detected | |||||
* | | To avoid going too below the warning level we set the volume when showing ↵ | Xavi Garcia Mena | 2016-03-07 | 2 | -4/+8 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 cancel | Xavi Garcia Mena | 2016-03-01 | 2 | -4/+8 | |
| | | | ||||||
* | | | This branch sets the last running player using accounts service instead of ↵ | Xavi Garcia Mena | 2016-03-07 | 16 | -873/+1126 | |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | gsettings. It also includes a new class AccountsServiceAccess, to centralize all accesses to account service properties. Approved by: PS Jenkins bot, Charles Kerr | |||||
| * | | Added Cancellable to AccountsServiceAccess | Xavi Garcia Mena | 2016-03-03 | 1 | -3/+6 | |
| | | | ||||||
| * | | Changed following Charles's suggestions | Xavi Garcia Mena | 2016-03-02 | 5 | -48/+50 | |
| |/ | ||||||
| * | 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 | |
| | | ||||||
| * | 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 | 8 | -860/+958 | |
| | | ||||||
| * | added integration test to check last running player | Xavi Garcia Mena | 2016-02-23 | 6 | -12/+87 | |
| | | ||||||
| * | Changed last running player to user Accounts service | Xavi Garcia Mena | 2016-02-22 | 8 | -49/+127 | |
|/ | ||||||
* | Releasing 12.10.2+16.04.20160216-0ubuntu1 | CI Train Bot | 2016-02-16 | 1 | -0/+7 | |
| | ||||||
* | Build using libgee-0.8-dev instead of libgee-dev Fixes: #1502094 | Matthias Klose | 2016-02-16 | 3 | -3/+3 | |
|\ | | | | | | | Approved by: Marco Trevisan (Treviño) | |||||
| * | Build using libgee-0.8-dev instead of libgee-dev | Matthias Klose | 2016-02-12 | 3 | -3/+3 | |
| | | ||||||
* | | Releasing 12.10.2+16.04.20160210-0ubuntu1 | CI Train Bot | 2016-02-10 | 1 | -0/+9 | |
| | | ||||||
* | | This branch modifies the sound indicator on the desktop to only show the ↵ | Xavi Garcia Mena | 2016-02-10 | 9 | -45/+776 | |
|\ \ | |/ |/| | | | | | | | playback controls for those players that are active or (if any is running) the last one being active. Fixes: #1213907 Approved by: Charles Kerr, PS Jenkins bot | |||||
| * | Added persistence for last running player | Xavi Garcia Mena | 2016-02-10 | 5 | -11/+45 | |
| | | ||||||
| * | Fixed tabs | Xavi Garcia Mena | 2016-02-04 | 1 | -5/+4 | |
| | | ||||||
| * | Added Charles suggestions | Xavi Garcia Mena | 2016-02-04 | 2 | -20/+41 | |
| | | ||||||
| * | fixed conflict | Xavi Garcia Mena | 2016-01-29 | 8 | -46/+723 | |
|/| | ||||||
| * | added integration tests for adding/removing players and playback controls | Xavi Garcia Mena | 2016-01-29 | 7 | -22/+659 | |
| | | ||||||
| * | Code for Bug 1213907 added. Only showing active players playback controls | Xavi Garcia Mena | 2016-01-22 | 2 | -26/+68 | |
| | | ||||||
* | | Releasing 12.10.2+16.04.20160120-0ubuntu1 | CI Train Bot | 2016-01-20 | 1 | -0/+10 | |
| | | ||||||
* | | Fixing the playback controls when we have the playlist as the last item in ↵ | Xavi Garcia Mena | 2016-01-20 | 1 | -3/+4 | |
|\ \ | |/ |/| | | | | | | | the player section. As number of items was 3 when having the playlist section we were not updating the player controls and the next/previous buttons were not working at all. Fixes: #1245495 | |||||
| * | Fixing playback controls when the player section contains the playlist | Xavi Garcia Mena | 2016-01-20 | 1 | -3/+4 | |
|/ | ||||||
* | Releasing 12.10.2+16.04.20160113.1-0ubuntu1 | CI Train Bot | 2016-01-13 | 1 | -0/+12 | |
| | ||||||
* | Be more selective about when to show and dismiss the High Volume Warning ↵ | charles kerr | 2016-01-13 | 31 | -862/+1435 | |
|\ | | | | | | | | | | | Dialog. Fixes: #1504065 Approved by: PS Jenkins bot, Xavi Garcia | |||||
| * | in tests' PulseAudio mock, add pa_context_get_sink_input_info_list() ↵ | Charles Kerr | 2016-01-13 | 1 | -0/+19 | |
| | | | | | | | | implementation | |||||
| * | disable integration test PhoneChangeRoleVolume, amd64 failure seems ↵ | Charles Kerr | 2016-01-13 | 1 | -1/+1 | |
| | | | | | | | | unrelated to these changes & needs fixing in separate MP | |||||
| * | in the integration tests, clamp the random volume selection to a range that ↵ | Charles Kerr | 2016-01-12 | 1 | -6/+6 | |
| | | | | | | | | won't cause the loud-volume-warning code to interfere with the test | |||||
| * | change a tracer GLib.message() call to GLib.debug() | Charles Kerr | 2016-01-12 | 1 | -1/+1 | |
| | | ||||||
| * | remove newly-dead variable VolumeWarningPulse._update_sink_timer | Charles Kerr | 2016-01-12 | 1 | -2/+0 | |
| | |