<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ayatana-indicator-sound/src, branch 22.9.0</title>
<subtitle>Ayatana Indicator Sound Applet</subtitle>
<id>https://cgit.arctica-project.org/ayatana-indicator-sound/atom?h=22.9.0</id>
<link rel='self' href='https://cgit.arctica-project.org/ayatana-indicator-sound/atom?h=22.9.0'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-sound/'/>
<updated>2022-09-08T18:41:13+00:00</updated>
<entry>
<title>Convert Mute menuitem to switch</title>
<updated>2022-09-08T18:41:13+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2022-09-02T23:51:11+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-sound/commit/?id=6d68d25b821cc7e717c9fa134f5b1204e13ecf65'/>
<id>urn:sha1:6d68d25b821cc7e717c9fa134f5b1204e13ecf65</id>
<content type='text'>
fixes https://github.com/AyatanaIndicators/ayatana-indicator-sound/issues/83
</content>
</entry>
<entry>
<title>Merge branch 'sunweaver-pr/tooltip-support'</title>
<updated>2022-09-01T19:31:48+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2022-09-01T19:31:48+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-sound/commit/?id=5262add58816ac4789a201721293e5bd370e7b8a'/>
<id>urn:sha1:5262add58816ac4789a201721293e5bd370e7b8a</id>
<content type='text'>
Attributes GH PR #84: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/84
</content>
</entry>
<entry>
<title>src/service.c: Add tooltip support.</title>
<updated>2022-07-22T13:43:37+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2022-07-22T13:43:37+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-sound/commit/?id=2791f04c53b6bcb1ccf223062d03419da956cafe'/>
<id>urn:sha1:2791f04c53b6bcb1ccf223062d03419da956cafe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/*.vala: make the 'silent mode' switch item &amp; action QMenuModel compatible</title>
<updated>2022-07-19T11:02:01+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2022-07-19T10:53:36+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-sound/commit/?id=264b421f2e390a877eb175fa797e695e99c81bad'/>
<id>urn:sha1:264b421f2e390a877eb175fa797e695e99c81bad</id>
<content type='text'>
    QMenuModel, inheritting code from GTK, will consider the menu item not
    "activatable" if the item's "target" [1] doesn't match the corresponding
    action's parameter. Since we take a boolean as action's parameter (and
    we can't change action's parameter easily since it's semi-public), we
    instead have to pass "target".

    Taking a page from the slider menu items, pass "true" as the target
    will make QMenuModel considers the item activatable and reflect the
    right state.

    [1] i.e. the parameter to pass when activating the action. See
    https://wiki.gnome.org/Projects/GLib/GApplication/DBusAPI#Attributes

    Related: https://github.com/AyatanaIndicators/qmenumodel/issues/21
</content>
</entry>
<entry>
<title>src/options-gsettings.vala: Use shared settings on Lomiri only</title>
<updated>2022-02-25T09:17:22+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2022-02-24T22:21:17+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-sound/commit/?id=b7cd72a3516ec69e3d0125a9531806a6d5e27f2e'/>
<id>urn:sha1:b7cd72a3516ec69e3d0125a9531806a6d5e27f2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make Lomiri features configurable at build time</title>
<updated>2022-02-17T15:49:35+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-12-16T12:16:20+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-sound/commit/?id=61d803b7701f030f5f8e1bf1f0b183056ee4dfc4'/>
<id>urn:sha1:61d803b7701f030f5f8e1bf1f0b183056ee4dfc4</id>
<content type='text'>
</content>
</entry>
<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://cgit.arctica-project.org/ayatana-indicator-sound/commit/?id=8f2a1d4a80120ffc0cee9601cd9c82391ceb5548'/>
<id>urn:sha1:8f2a1d4a80120ffc0cee9601cd9c82391ceb5548</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/service.vala: Change scrolling debug message type</title>
<updated>2021-11-17T12:25:23+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-11-15T03:52:46+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-sound/commit/?id=b73b938f0f8bbe2761ffb2d6b7cdbf67147ddfe5'/>
<id>urn:sha1:b73b938f0f8bbe2761ffb2d6b7cdbf67147ddfe5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up schema detection and conditional code</title>
<updated>2021-11-15T03:40:51+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-11-10T23:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-sound/commit/?id=88e440bb1689063c6d47ac7a4965eb597a8ec9cb'/>
<id>urn:sha1:88e440bb1689063c6d47ac7a4965eb597a8ec9cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop org.ayatana.AccountsService.Sound</title>
<updated>2021-11-12T12:13:10+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-11-10T10:19:39+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-sound/commit/?id=611fb696d239afec803bd2fdfdcbc1b475ff3a26'/>
<id>urn:sha1:611fb696d239afec803bd2fdfdcbc1b475ff3a26</id>
<content type='text'>
</content>
</entry>
</feed>
