<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ayatana-indicator-sound/src/sound-menu.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>2024-04-04T23:56:51+00:00</updated>
<entry>
<title>src/sound-menu.vala: Fix slider precision</title>
<updated>2024-04-04T23:56:51+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2024-04-04T23:56:51+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=071b4b9c5f2b6039cb17aaa4f9876ba91d5ac923'/>
<id>urn:sha1:071b4b9c5f2b6039cb17aaa4f9876ba91d5ac923</id>
<content type='text'>
</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://openid.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://openid.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>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://openid.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>Update Ayatana IDO names</title>
<updated>2021-10-18T11:39:52+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-09-20T12:54:39+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=4e0b2a64bed8918ff09012ff30118f9ae0a8d68b'/>
<id>urn:sha1:4e0b2a64bed8918ff09012ff30118f9ae0a8d68b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add us to the copyright header</title>
<updated>2021-08-04T20:12:44+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-03-10T00:03:00+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=7013122c3d259e86ad5e31510290e01041794ec3'/>
<id>urn:sha1:7013122c3d259e86ad5e31510290e01041794ec3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle all switch cases</title>
<updated>2021-08-04T19:42:10+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-03-09T12:50:24+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=81f99ed16d9234fc7c6a29d984ae43faa52dcd69'/>
<id>urn:sha1:81f99ed16d9234fc7c6a29d984ae43faa52dcd69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace x-canonical attributes</title>
<updated>2020-08-11T19:29:33+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2020-08-11T10:20:04+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=11ea05685763cd7a233b56e11cd231c7774f69e1'/>
<id>urn:sha1:11ea05685763cd7a233b56e11cd231c7774f69e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fork from Ubuntu's indicator-sound.</title>
<updated>2017-10-22T23:07:30+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-10-22T23:07:30+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=13525d7b0451f0a9ca7b73e83e2f374fbfb7c1bc'/>
<id>urn:sha1:13525d7b0451f0a9ca7b73e83e2f374fbfb7c1bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed following Charles's suggestions</title>
<updated>2016-03-02T13:50:43+00:00</updated>
<author>
<name>Xavi Garcia Mena</name>
<email>xavi.garcia.mena@canonical.com</email>
</author>
<published>2016-03-02T13:50:43+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=7604867025faaf3b015193ca89454b72d981bd58'/>
<id>urn:sha1:7604867025faaf3b015193ca89454b72d981bd58</id>
<content type='text'>
</content>
</entry>
</feed>
