<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ayatana-indicator-sound/src/media-player-list.vala, branch main</title>
<subtitle>Ayatana Indicator Sound Applet</subtitle>
<id>https://openid.arctica-project.org/ayatana-indicator-sound/atom?h=main</id>
<link rel='self' href='https://openid.arctica-project.org/ayatana-indicator-sound/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/'/>
<updated>2021-11-19T10:51:08+00:00</updated>
<entry>
<title>license headers: Stop using the '©' character.</title>
<updated>2021-11-19T10:51:08+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2021-11-19T10:51:08+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=8f2a1d4a80120ffc0cee9601cd9c82391ceb5548'/>
<id>urn:sha1:8f2a1d4a80120ffc0cee9601cd9c82391ceb5548</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make it so that we have media player objects</title>
<updated>2015-02-09T22:45:28+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2015-02-09T22:45:28+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=f36fae6df21d1a8a86aa3e556861d2a6c695a15b'/>
<id>urn:sha1:f36fae6df21d1a8a86aa3e556861d2a6c695a15b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hmm, we totally need this</title>
<updated>2014-02-24T22:47:50+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2014-02-24T22:47:50+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=0b93aa745830a32185f4383ba3813fbbd307bdf2'/>
<id>urn:sha1:0b93aa745830a32185f4383ba3813fbbd307bdf2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Putting an abstract MediaPlayerList class in the middle of the Mpris implementation</title>
<updated>2014-02-12T22:47:26+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2014-02-12T22:47:26+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=2d9d89bb932174f6b54e6ba6586deafe511a685b'/>
<id>urn:sha1:2d9d89bb932174f6b54e6ba6586deafe511a685b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Throwing an abstraction in front of the player</title>
<updated>2014-02-12T16:21:32+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2014-02-12T16:21:32+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=23482084db3c4b94ad019639507a5891d2199560'/>
<id>urn:sha1:23482084db3c4b94ad019639507a5891d2199560</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Weird comment bug where 'lesser' ended up someplaces it didn't belong</title>
<updated>2013-11-15T20:55:45+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2013-11-15T20:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=d57c0fe577820c52317d65c752235e511badf6de'/>
<id>urn:sha1:d57c0fe577820c52317d65c752235e511badf6de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Call Raise() when activating a player menu item</title>
<updated>2013-10-30T01:33:46+00:00</updated>
<author>
<name>Lars Uebernickel</name>
<email>lars.uebernickel@canonical.com</email>
</author>
<published>2013-10-30T01:33:46+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=aaa6d3919ad7cfd3eebe24f387b52da2526edf7f'/>
<id>urn:sha1:aaa6d3919ad7cfd3eebe24f387b52da2526edf7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use bus_watch_namespace() to monitor mpris players</title>
<updated>2013-08-02T10:06:55+00:00</updated>
<author>
<name>Lars Uebernickel</name>
<email>lars.uebernickel@canonical.com</email>
</author>
<published>2013-08-02T10:06:55+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=98c5556a14454fa988b0b81ffb22cef9a67011e9'/>
<id>urn:sha1:98c5556a14454fa988b0b81ffb22cef9a67011e9</id>
<content type='text'>
This function is more robust than the current code and uses glib's
G_DBUS_SIGNAL_FLAGS_MATCH_ARG0_NAMESPACE instead of creating match rules
itself.

bus-watch-namespace.[ch] is shared with gnome-settings-daemon.

</content>
</entry>
<entry>
<title>media-player-list, mpris2-watcher: remove unneded `public` from methods</title>
<updated>2013-06-28T19:58:32+00:00</updated>
<author>
<name>Lars Uebernickel</name>
<email>lars.uebernickel@canonical.com</email>
</author>
<published>2013-06-28T19:58:32+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=a1bb4f83f6da959ede2c7e486d26304c63cfae40'/>
<id>urn:sha1:a1bb4f83f6da959ede2c7e486d26304c63cfae40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MediaPlayerList: use appname.desktop also for lookups</title>
<updated>2013-04-04T02:44:54+00:00</updated>
<author>
<name>Lars Uebernickel</name>
<email>lars.uebernickel@canonical.com</email>
</author>
<published>2013-04-04T02:44:54+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=deb90ed324d668aa3815baac9e279bedac0b14ef'/>
<id>urn:sha1:deb90ed324d668aa3815baac9e279bedac0b14ef</id>
<content type='text'>
</content>
</entry>
</feed>
