<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ayatana-indicator-sound/AUTHORS, branch 22.2.0</title>
<subtitle>Ayatana Indicator Sound Applet</subtitle>
<id>https://cgit.arctica-project.org/ayatana-indicator-sound/atom?h=22.2.0</id>
<link rel='self' href='https://cgit.arctica-project.org/ayatana-indicator-sound/atom?h=22.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-sound/'/>
<updated>2022-02-18T10:59:50+00:00</updated>
<entry>
<title>release 22.2.0</title>
<updated>2022-02-18T10:59:50+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2022-02-18T10:59:49+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-sound/commit/?id=cf2029ce4f96c14bf4bf711fd971983201a7be00'/>
<id>urn:sha1:cf2029ce4f96c14bf4bf711fd971983201a7be00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>release 0.9.0</title>
<updated>2021-11-17T14:08:48+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2021-11-17T14:08:47+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-sound/commit/?id=454a7c0c3466cdf28980b2b2c185b7eb4f66a043'/>
<id>urn:sha1:454a7c0c3466cdf28980b2b2c185b7eb4f66a043</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[ Xavi Garcia ]</title>
<updated>2016-01-05T13:47:46+00:00</updated>
<author>
<name>Xavi Garcia Mena</name>
<email>xavi.garcia.mena@canonical.com</email>
</author>
<published>2016-01-05T13:47:46+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-sound/commit/?id=0eea8e8a2cee47f72292384ac856d3f68208d680'/>
<id>urn:sha1:0eea8e8a2cee47f72292384ac856d3f68208d680</id>
<content type='text'>
  * 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 (&gt;= 0.4), 
    - google-mock (&gt;= 1.6.0+svn437),
    - libqtdbusmock1-dev (&gt;= 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   

</content>
</entry>
<entry>
<title>share credit where credit is due</title>
<updated>2012-11-16T13:48:06+00:00</updated>
<author>
<name>Didier Roche</name>
<email>didier.roche@canonical.com</email>
</author>
<published>2012-11-16T13:48:06+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-sound/commit/?id=86b1a710d8a67cdb904c1949483be40fc681a9b0'/>
<id>urn:sha1:86b1a710d8a67cdb904c1949483be40fc681a9b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>copied contents from lp:~cjcurran/wasilla/soundmenu without the noise</title>
<updated>2010-01-27T13:21:02+00:00</updated>
<author>
<name>Conor Curran</name>
<email>conor.curran@canonical.com</email>
</author>
<published>2010-01-27T13:21:02+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-sound/commit/?id=5a86d06d8019cd9a827f69839d23268a2a6ebc51'/>
<id>urn:sha1:5a86d06d8019cd9a827f69839d23268a2a6ebc51</id>
<content type='text'>
</content>
</entry>
</feed>
