<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ayatana-indicator-sound/src, branch 22.9.2</title>
<subtitle>Ayatana Indicator Sound Applet</subtitle>
<id>https://cgit.arctica-project.org/ayatana-indicator-sound/atom?h=22.9.2</id>
<link rel='self' href='https://cgit.arctica-project.org/ayatana-indicator-sound/atom?h=22.9.2'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-sound/'/>
<updated>2023-01-17T10:52:54+00:00</updated>
<entry>
<title>src/, tests/: update references to renamed notification hints</title>
<updated>2023-01-17T10:52:54+00:00</updated>
<author>
<name>Ratchanan Srirattanamet</name>
<email>ratchanan@ubports.com</email>
</author>
<published>2023-01-17T10:52:54+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-sound/commit/?id=456cbf253801b2d7536d790a034c9b44d910a5a9'/>
<id>urn:sha1:456cbf253801b2d7536d790a034c9b44d910a5a9</id>
<content type='text'>
More notification hints have been renamed. So update to follow it.

- x-canonical-private-synchronous -&gt; x-lomiri-private-synchronous
- x-canonical-private-icon-only -&gt; x-lomiri-private-icon-only
- x-canonical-truncation -&gt; x-lomiri-truncation (which Lomiri has
  compatibility with the former name, so keep in the mocked
  capabilities)
</content>
</entry>
<entry>
<title>src/sound-menu.vala: Do not force panel icons in the sound menu</title>
<updated>2022-10-25T07:38:17+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2022-10-06T00:29:54+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-sound/commit/?id=b6ed93c633160468c4e8600c1e909d68f60d46d7'/>
<id>urn:sha1:b6ed93c633160468c4e8600c1e909d68f60d46d7</id>
<content type='text'>
Panel icons are for the panel (mostly symbolic and monochromatic). Somewhere along the way, the Ayatana Sound Indicator menu was forced to use the same icons as those that were meant for the panel. This change makes the indicator menu use the same icons as any other menu or GUI element on the system.

End result: makes any theme capable of becoming Ayatana-friendly without hacks.
</content>
</entry>
<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>
</feed>
