aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Releasing 12.10.2+16.04.20160105.2-0ubuntu1CI Train Bot2016-01-051-0/+66
|
* Adds an action to signal the UI to sync the current volume when we are ↵Xavi Garcia Mena2016-01-0513-25/+307
|\ | | | | | | | | | | waiting for the user to confirm or reject the high volume notification. Fixes: #1512798, #1520548 Approved by: PS Jenkins bot, Charles Kerr, Nick Dedekind
| * Disable notification tests that are already covered in the integration tests ↵Xavi Garcia Mena2015-12-181-2/+2
| | | | | | | | and fail on amd64
| * Added workaround for Maroon in Trouble, second optionXavi Garcia Mena2015-12-174-13/+28
| |
| * Maroon in trouble and other games changing the volume in sink and changing ↵Xavi Garcia Mena2015-12-171-2/+8
| | | | | | | | role workaround
| * Re-adding indicator.volume-syncXavi Garcia Mena2015-12-141-1/+1
| |
| * rolling back ↵Xavi Garcia Mena2015-12-143-29/+2
| | | | | | | | lp:~xavi-garcia-mena/indicator-sound/bug-1512798-reenable-amplified-volume
| * Added indicator. prefix to volume sync attibuteXavi Garcia Mena2015-12-091-1/+1
| |
| * Merged ↵Xavi Garcia Mena2015-12-092-1/+28
| |\ | | | | | | | | | lp:~xavi-garcia-mena/indicator-sound/bug-1512798-reenable-amplified-volume
| | * Restore code to allow amplified volumeXavi Garcia Mena2015-11-102-1/+28
| | |
| * | Added attibute to volume slider to define the sync actionXavi Garcia Mena2015-12-091-4/+7
| | |
| * | Setting user selected volume when pressing OK in the high volume dialogXavi Garcia Mena2015-12-042-5/+13
| | |
| * | Changes after review. Method to increment sync counter and integration test ↵Xavi Garcia Mena2015-12-022-6/+9
| | | | | | | | | | | | changed
| * | Added integration testsXavi Garcia Mena2015-12-029-6/+239
| | |
| * | Added action to sync volume with UIXavi Garcia Mena2015-12-011-1/+15
| | |
* | | This branch re-adds the integration tests using gmenuharness.Xavi Garcia Mena2016-01-057-31/+66
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added OSD notifications to show output source when the volume or source change (LP: #1382548, LP: #1415480, LP: #1484589) * debian/control: Added the following build dependencies: - cmake-extras (>= 0.4), - google-mock (>= 1.6.0+svn437), - libqtdbusmock1-dev (>= 0.3), - libqtdbustest1-dev, - libunity-api-dev, - pulseaudio, - qt5-default, - qtbase5-dev, - qtbase5-dev-tools, - qtdeclarative5-dev, - qtdeclarative5-dev-tools * Added gmenuharness library for integration tests support. New Files: - src/gmenuharness/CMakeLists.txt - src/gmenuharness/MatchResult.cpp - src/gmenuharness/MatchUtils.cpp - src/gmenuharness/MenuItemMatcher.cpp - src/gmenuharness/MenuMatcher.cpp - include/unity/gmenuharness/MatchResult.h - include/unity/gmenuharness/MatchUtils.h - include/unity/gmenuharness/MenuItemMatcher.h - include/unity/gmenuharness/MenuMatcher.h * Added integration tests using gmenuharness New Files: - tests/dbus-types/CMakeLists.txt - tests/dbus-types/com.ubuntu.AccountsService.Sound.xml - tests/dbus-types/dbus-types.h - tests/dbus-types/org.PulseAudio.Ext.StreamRestore1.xml - tests/dbus-types/org.freedesktop.Accounts.xml - tests/dbus-types/org.freedesktop.DBus.Properties.xml - tests/dbus-types/org.freedesktop.Notifications.xml - tests/dbus-types/org.gtk.Actions.xml - tests/dbus-types/pulseaudio-volume.cpp - tests/dbus-types/pulseaudio-volume.h - tests/integration/CMakeLists.txt - tests/integration/indicator-sound-test-base.cpp - tests/integration/indicator-sound-test-base.h - tests/integration/main.cpp - tests/integration/test-indicator.cpp - tests/integration/touch-stream-restore.table - tests/integration/utils/dbus-pulse-volume.cpp - tests/integration/utils/dbus-pulse-volume.h - tests/integration/utils/get-volume.cpp - tests/integration/utils/set-volume.cpp - tests/service-mocks/CMakeLists.txt - tests/service-mocks/DBusPropertiesNotifier.cpp - tests/service-mocks/DBusPropertiesNotifier.h - tests/service-mocks/accounts-mock/AccountsDefs.h - tests/service-mocks/accounts-mock/AccountsMock.cpp - tests/service-mocks/accounts-mock/AccountsMock.h - tests/service-mocks/accounts-mock/AccountsServiceSoundMock.cpp - tests/service-mocks/accounts-mock/AccountsServiceSoundMock.h - tests/service-mocks/accounts-mock/CMakeLists.txt - tests/service-mocks/accounts-mock/com.ubuntu.AccountsService.Sound.Mock.xml - tests/service-mocks/accounts-mock/main.cpp - tests/service-mocks/accounts-mock/org.freedesktop.Accounts.Mock.xml - tests/service-mocks/media-player-mpris-mock/CMakeLists.txt - tests/service-mocks/media-player-mpris-mock/MediaPlayerMprisDefs.h - tests/service-mocks/media-player-mpris-mock/MediaPlayerMprisMock.cpp - tests/service-mocks/media-player-mpris-mock/MediaPlayerMprisMock.h - tests/service-mocks/media-player-mpris-mock/applications/testplayer1.desktop - tests/service-mocks/media-player-mpris-mock/main.cpp - tests/service-mocks/media-player-mpris-mock/org.mpris.MediaPlayer2.Player.xml - tests/service-mocks/media-player-mpris-mock/org.mpris.MediaPlayer2.xml - tests/service-mocks/media-player-mpris-mock/player-update.cpp Approved by: Charles Kerr, Xavi Garcia
| * | | [ Xavi Garcia ]Xavi Garcia Mena2016-01-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added OSD notifications to show output source when the volume or source change (LP: #1382548, LP: #1415480, LP: #1484589) * debian/control: Added the following build dependencies: - cmake-extras (>= 0.4), - google-mock (>= 1.6.0+svn437), - libqtdbusmock1-dev (>= 0.3), - libqtdbustest1-dev, - libunity-api-dev, - pulseaudio, - qt5-default, - qtbase5-dev, - qtbase5-dev-tools, - qtdeclarative5-dev, - qtdeclarative5-dev-tools * Added gmenuharness library for integration tests support. New Files: - src/gmenuharness/CMakeLists.txt - src/gmenuharness/MatchResult.cpp - src/gmenuharness/MatchUtils.cpp - src/gmenuharness/MenuItemMatcher.cpp - src/gmenuharness/MenuMatcher.cpp - include/unity/gmenuharness/MatchResult.h - include/unity/gmenuharness/MatchUtils.h - include/unity/gmenuharness/MenuItemMatcher.h - include/unity/gmenuharness/MenuMatcher.h * Added integration tests using gmenuharness New Files: - tests/dbus-types/CMakeLists.txt - tests/dbus-types/com.ubuntu.AccountsService.Sound.xml - tests/dbus-types/dbus-types.h - tests/dbus-types/org.PulseAudio.Ext.StreamRestore1.xml - tests/dbus-types/org.freedesktop.Accounts.xml - tests/dbus-types/org.freedesktop.DBus.Properties.xml - tests/dbus-types/org.freedesktop.Notifications.xml - tests/dbus-types/org.gtk.Actions.xml - tests/dbus-types/pulseaudio-volume.cpp - tests/dbus-types/pulseaudio-volume.h - tests/integration/CMakeLists.txt - tests/integration/indicator-sound-test-base.cpp - tests/integration/indicator-sound-test-base.h - tests/integration/main.cpp - tests/integration/test-indicator.cpp - tests/integration/touch-stream-restore.table - tests/integration/utils/dbus-pulse-volume.cpp - tests/integration/utils/dbus-pulse-volume.h - tests/integration/utils/get-volume.cpp - tests/integration/utils/set-volume.cpp - tests/service-mocks/CMakeLists.txt - tests/service-mocks/DBusPropertiesNotifier.cpp - tests/service-mocks/DBusPropertiesNotifier.h - tests/service-mocks/accounts-mock/AccountsDefs.h - tests/service-mocks/accounts-mock/AccountsMock.cpp - tests/service-mocks/accounts-mock/AccountsMock.h - tests/service-mocks/accounts-mock/AccountsServiceSoundMock.cpp - tests/service-mocks/accounts-mock/AccountsServiceSoundMock.h - tests/service-mocks/accounts-mock/CMakeLists.txt - tests/service-mocks/accounts-mock/com.ubuntu.AccountsService.Sound.Mock.xml - tests/service-mocks/accounts-mock/main.cpp - tests/service-mocks/accounts-mock/org.freedesktop.Accounts.Mock.xml - tests/service-mocks/media-player-mpris-mock/CMakeLists.txt - tests/service-mocks/media-player-mpris-mock/MediaPlayerMprisDefs.h - tests/service-mocks/media-player-mpris-mock/MediaPlayerMprisMock.cpp - tests/service-mocks/media-player-mpris-mock/MediaPlayerMprisMock.h - tests/service-mocks/media-player-mpris-mock/applications/testplayer1.desktop - tests/service-mocks/media-player-mpris-mock/main.cpp - tests/service-mocks/media-player-mpris-mock/org.mpris.MediaPlayer2.Player.xml - tests/service-mocks/media-player-mpris-mock/org.mpris.MediaPlayer2.xml - tests/service-mocks/media-player-mpris-mock/player-update.cpp
| * | | remove changed in debian/changelogXavi Garcia Mena2016-01-051-76/+0
| | | |
| * | | re-added new stuffXavi Garcia Mena2016-01-051-0/+76
| | | |
| * | | sync changelog with previous branchXavi Garcia Mena2016-01-051-76/+19
| | | |
| * | | Rolling back to release 516Xavi Garcia Mena2016-01-051-24/+9
| | | |
| * | | sync debian/changelog with pre-requisite branchXavi Garcia Mena2016-01-051-9/+24
| | | |
| * | | removed extra line in debian/changelogXavi Garcia Mena2016-01-051-1/+0
| | | |
| * | | Conflicts resolved with restored branchXavi Garcia Mena2015-12-237-31/+142
| |\| |
| | * | Added a CALL mode and avoid sending output notifications when we have an ↵Xavi Garcia Mena2015-11-232-23/+31
| | | | | | | | | | | | | | | | incoming call
| | * | restore warning level volume when warning dialog is cancelledXavi Garcia Mena2015-11-193-0/+10
| | | |
| | * | Fix issues with warning dialogXavi Garcia Mena2015-11-193-2/+9
| | | |
| | * | Fixed conflictXavi Garcia Mena2015-11-114-6/+92
| | |\ \
| | | * | Re-added integration tests using gmenuharnessXavi Garcia Mena2015-11-114-9/+88
| | | | |
* | | | | This branch just readds the OSD notifications code, that was reverted in ↵Xavi Garcia Mena2016-01-0561-176/+6328
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | trunk as the corresponding silo was also rolled back after landing. Approved by: PS Jenkins bot, Xavi Garcia
| * | | | | restore debian/changelog changesXavi Garcia Mena2016-01-051-2/+21
| |/ / / /
| * | | | restore OSD notificationsXavi Garcia Mena2015-12-2362-197/+6330
| | | | |
* | | | | Releasing 12.10.2+16.04.20151223.1-0ubuntu1CI Train Bot2015-12-231-0/+9
| | | | |
* | | | | Very simple change to make upstart try to respawn the process 30 times ↵Xavi Garcia Mena2015-12-231-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (instead of 2). This is a workaround for the case when dbus session is not ready yet at startup. Approved by: Xavi Garcia
| * | | | | Changed number of upstart respawn retriesXavi Garcia Mena2015-12-231-1/+1
|/ / / / /
* | | | | Releasing 12.10.2+16.04.20151223-0ubuntu1CI Train Bot2015-12-231-0/+7
| | | | |
* | | | | Very simple change to make upstart try to respawn the process 30 times ↵CI Train Bot2015-12-230-0/+0
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | (instead of 2). This is a workaround for the case when dbus session is not ready yet at startup. Approved by: PS Jenkins bot, Charles Kerr
* | | | Restore changelog entries for CI Train purposes but note that they should be ↵Timo Jyrinki2015-12-231-0/+26
| | | | | | | | | | | | | | | | ignored as they were reverted.
* | | | Reverted to release 507Xavi Garcia Mena2015-12-2363-6349/+177
| | | |
* | | | Releasing 12.10.2+16.04.20151222-0ubuntu1CI Train Bot2015-12-221-0/+9
| | | |
* | | | Very simple change to make upstart try to respawn the process 30 times ↵Xavi Garcia Mena2015-12-221-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | (instead of 2). This is a workaround for the case when dbus session is not ready yet at startup. Approved by: PS Jenkins bot, Charles Kerr
| * | | Changed number of times upstart can try to respawn the processXavi Garcia Mena2015-12-211-1/+1
|/ / /
* | | Releasing 12.10.2+16.04.20151103.2-0ubuntu1CI Train Bot2015-11-031-2/+6
| | |
* | | This branch removes the warning message in the volume notification.Xavi Garcia Mena2015-11-0362-176/+6335
|\| | | |/ |/| | | Approved by: PS Jenkins bot, Charles Kerr
| * Disable integration tests to avoid universe dependenciesXavi Garcia Mena2015-11-031-67/+0
| |
| * Disable integration tests to avoid universe dependenciesXavi Garcia Mena2015-11-033-15/+6
| |
| * Changelog modifiedXavi Garcia Mena2015-11-031-0/+74
| |
| * Integration tests updatedXavi Garcia Mena2015-10-302-33/+51
| |
| * Checking capabilites in every notification. This is a workaround as it was ↵Xavi Garcia Mena2015-10-301-6/+4
| | | | | | | | observed that when using headphones the capabilities are not correct when we check for the first time
| * Changes as suggestedXavi Garcia Mena2015-10-272-27/+27
| |