aboutsummaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
...
* Releasing 12.10.2+17.04.20170208-0ubuntu1Bileto Bot2017-02-082-1/+11
|
* Use intltool support from cmake-extras.Rodney Dawes2017-02-081-0/+1
|\
| * Use intltool support from cmake-extras.Rodney Dawes2017-02-071-0/+1
| |
* | Use coverage support from cmake-extras.Rodney Dawes2017-02-081-0/+2
|\|
| * Use coverage support from cmake-extras.Rodney Dawes2017-02-071-0/+2
| |
* | Use only the gmock module from cmake-extras.Rodney Dawes2017-02-081-2/+1
|\|
| * Use only the gmock module from cmake-extras.Rodney Dawes2017-02-071-2/+1
| |
* | Remove old autostart files.Rodney Dawes2017-02-061-0/+1
|/
* Releasing 12.10.2+17.04.20170109-0ubuntu1Bileto Bot2017-01-091-0/+6
|
* Bump the dependency on the correct project, this timePete Woods2017-01-091-2/+2
|
* Compatibility with unversioned cmake-extras modulesPete Woods2016-12-071-1/+1
|
* Releasing 12.10.2+17.04.20161201-0ubuntu1Bileto Bot2016-12-011-0/+8
|
* Releasing 12.10.2+17.04.20161021-0ubuntu1Bileto Bot2016-10-211-0/+7
|
* Adding systemd user session unitTed Gould2016-07-191-0/+2
|
* Releasing 12.10.2+16.04.20160418.1-0ubuntu1CI Train Bot2016-04-181-0/+11
|
* Releasing 12.10.2+16.04.20160406-0ubuntu1CI Train Bot2016-04-061-0/+7
|
* Releasing 12.10.2+16.04.20160317.1-0ubuntu1CI Train Bot2016-03-171-0/+11
|
* Releasing 12.10.2+16.04.20160307-0ubuntu1CI Train Bot2016-03-071-0/+14
|
* Releasing 12.10.2+16.04.20160216-0ubuntu1CI Train Bot2016-02-161-0/+7
|
* Build using libgee-0.8-dev instead of libgee-dev Fixes: #1502094Matthias Klose2016-02-161-1/+1
|\ | | | | | | Approved by: Marco Trevisan (Treviño)
| * Build using libgee-0.8-dev instead of libgee-devMatthias Klose2016-02-121-1/+1
| |
* | Releasing 12.10.2+16.04.20160210-0ubuntu1CI Train Bot2016-02-101-0/+9
|/
* Releasing 12.10.2+16.04.20160120-0ubuntu1CI Train Bot2016-01-201-0/+10
|
* Releasing 12.10.2+16.04.20160113.1-0ubuntu1CI Train Bot2016-01-131-0/+12
|
* sync with trunk.15.10Charles Kerr2016-01-061-0/+66
|\
| * Releasing 12.10.2+16.04.20160105.2-0ubuntu1CI Train Bot2016-01-051-0/+66
| |
| * This branch re-adds the integration tests using gmenuharness.Xavi Garcia Mena2016-01-051-0/+11
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | \ sync with trunkCharles Kerr2016-01-051-77/+31
|\ \ \
| * \ \ adding lp:~xavi-garcia-mena/indicator-sound/re-add-integration-testsCharles Kerr2016-01-051-0/+11
| |\ \ \ | | |/ / | |/| / | | |/
| | * 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-232-0/+88
| | |\
| | * | restore OSD notificationsXavi Garcia Mena2015-12-231-21/+2
| | | |
| * | | Releasing 12.10.2+16.04.20151223.1-0ubuntu1CI Train Bot2015-12-231-0/+9
| | | |
| * | | Releasing 12.10.2+16.04.20151223-0ubuntu1CI Train Bot2015-12-231-0/+7
| |/ /
| * | 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-231-20/+0
| | |
| * | Releasing 12.10.2+16.04.20151222-0ubuntu1CI Train Bot2015-12-221-0/+9
| | |
* | | bump glib minimum to 2.32 (released Mar 2012) for G_SOURCE_REMOVEcharles kerr2015-12-291-1/+1
| |/ |/|
* | Fixed conflictXavi Garcia Mena2015-11-112-0/+88
|\ \ | |/ |/|
| * Re-added integration tests using gmenuharnessXavi Garcia Mena2015-11-112-3/+84
| |
* | Releasing 12.10.2+16.04.20151103.2-0ubuntu1CI Train Bot2015-11-031-2/+6
|/
* Disable integration tests to avoid universe dependenciesXavi Garcia Mena2015-11-031-67/+0
|
* Disable integration tests to avoid universe dependenciesXavi Garcia Mena2015-11-031-11/+0
|
* Changelog modifiedXavi Garcia Mena2015-11-031-0/+74
|
* Fixed conflict. Updated changelog to be in sync with trunkXavi Garcia Mena2015-10-211-0/+11
|\