| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| | |
is detected.
Approved by: PS Jenkins bot, Charles Kerr
|
| | |
|
| | |
|
| |
| |
| |
| | |
detected
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | |
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | | |
gsettings.
It also includes a new class AccountsServiceAccess, to centralize all accesses to account service properties.
Approved by: PS Jenkins bot, Charles Kerr
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
|\
| |
| |
| | |
Approved by: Marco Trevisan (Treviño)
|
| | |
|
| | |
|
|\ \
| |/
|/|
| |
| |
| | |
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
|
| | |
|
| | |
|
| | |
|
|/| |
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
|/|
| |
| |
| | |
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
|
|/ |
|
| |
|
|\
| |
| |
| |
| |
| | |
Dialog. Fixes: #1504065
Approved by: PS Jenkins bot, Xavi Garcia
|
| |
| |
| |
| | |
implementation
|
| |
| |
| |
| | |
unrelated to these changes & needs fixing in separate MP
|
| |
| |
| |
| | |
won't cause the loud-volume-warning code to interfere with the test
|
| | |
|
| | |
|
| |
| |
| |
| | |
sink's volume, just as volume-control-pulse does
|
| | |
|
| |\
| |/
|/| |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
waiting for the user to confirm or reject the high volume notification. Fixes: #1512798, #1520548
Approved by: PS Jenkins bot, Charles Kerr, Nick Dedekind
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
trunk as the corresponding silo was also rolled back after landing.
Approved by: PS Jenkins bot, Xavi Garcia
|
| | | | |\ |
|
| | | | | |\
| | | | |_|/
| | | |/| | |
|
| | | | | |\
| | | |_|_|/
| | |/| | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* 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
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|