<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libayatana-appindicator/src/notification-item.xml, branch 0.6.0</title>
<subtitle>Ayatana Application Indicators Shared Library
</subtitle>
<id>https://cgit.arctica-project.org/libayatana-appindicator/atom?h=0.6.0</id>
<link rel='self' href='https://cgit.arctica-project.org/libayatana-appindicator/atom?h=0.6.0'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/libayatana-appindicator/'/>
<updated>2026-06-10T07:58:09+00:00</updated>
<entry>
<title>Add support for tooltips</title>
<updated>2026-06-10T07:58:09+00:00</updated>
<author>
<name>Guido Berhoerster</name>
<email>guido+ayatana@berhoerster.name</email>
</author>
<published>2021-03-01T22:58:34+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/libayatana-appindicator/commit/?id=bfef7f60d6af13f8ae5cd733a7d61f47766e9d27'/>
<id>urn:sha1:bfef7f60d6af13f8ae5cd733a7d61f47766e9d27</id>
<content type='text'>
An icon, title and text body may be set independently or at once resulting in a
single signal.  Markup in the text body is not supported for simplicity.
</content>
</entry>
<entry>
<title>Implement the Activate D-Bus method for primary click handling</title>
<updated>2026-04-28T13:01:04+00:00</updated>
<author>
<name>Mikhail Novosyolov</name>
<email>m.novosyolov@rosa.ru</email>
</author>
<published>2026-04-28T12:11:59+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/libayatana-appindicator/commit/?id=90ce95a6ba93f4f4b2e777041b77e4e7e7e65284'/>
<id>urn:sha1:90ce95a6ba93f4f4b2e777041b77e4e7e7e65284</id>
<content type='text'>
Handle the org.kde.StatusNotifierItem Activate() method that KDE Plasma
calls on left-click. When a signal handler is connected, emit the
"activate" GObject signal and return success. When no handler is
connected, return an error so the panel falls back to showing the
context menu for backward compatibility.

This fixes the dual menu+toggle issue for applications like Onboard
that need left-click to perform a custom action instead of showing
the context menu.

Co-authored-by: Z.AI GLM
</content>
</entry>
<entry>
<title>Adding the 'Title' property and 'NewTitle' signal to the DBus interface description</title>
<updated>2012-01-29T03:16:29+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2012-01-29T03:16:29+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/libayatana-appindicator/commit/?id=e5b9bc347ccaf27c351fbcb2305db5dc5816e5e0'/>
<id>urn:sha1:e5b9bc347ccaf27c351fbcb2305db5dc5816e5e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Watching for the 'XAyatanaSecondaryActivate' method as well</title>
<updated>2011-07-22T18:56:05+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2011-07-22T18:56:05+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/libayatana-appindicator/commit/?id=d59df9bc7c25cd9983174b3a917a743ee4dcff1b'/>
<id>urn:sha1:d59df9bc7c25cd9983174b3a917a743ee4dcff1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add signal "secondary-activate" and emit it when needed</title>
<updated>2011-07-18T16:08:49+00:00</updated>
<author>
<name>Marco Trevisan (Treviño)</name>
<email>mail@3v1n0.net</email>
</author>
<published>2011-07-18T16:08:49+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/libayatana-appindicator/commit/?id=0e4c805aa984369a1aad72e1a6591d013edaf280'/>
<id>urn:sha1:0e4c805aa984369a1aad72e1a6591d013edaf280</id>
<content type='text'>
When a libappindicator app get the "SecondaryActivate" dbus
method call, the library redirects it to the app emitting
the "secondary-activate" signal.

This should be conform to the StatusNotifierItem specifications.
</content>
</entry>
<entry>
<title>Changing the signal to match what was discussed with the KDE folks</title>
<updated>2011-02-24T02:51:06+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2011-02-24T02:51:06+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/libayatana-appindicator/commit/?id=d63e2d04123cb7e37fa5f9a3cb8239364d81e629'/>
<id>urn:sha1:d63e2d04123cb7e37fa5f9a3cb8239364d81e629</id>
<content type='text'>
</content>
</entry>
<entry>
<title>accessible_name -&gt; accessible_desc</title>
<updated>2011-02-08T06:55:35+00:00</updated>
<author>
<name>Luke Yelavich</name>
<email>luke.yelavich@canonical.com</email>
</author>
<published>2011-02-08T06:55:35+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/libayatana-appindicator/commit/?id=fffab2e1e8d991a41cc591ceaca77c8a40f31f33'/>
<id>urn:sha1:fffab2e1e8d991a41cc591ceaca77c8a40f31f33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge from trunk</title>
<updated>2011-02-04T03:03:31+00:00</updated>
<author>
<name>Luke Yelavich</name>
<email>luke.yelavich@canonical.com</email>
</author>
<published>2011-02-04T03:03:31+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/libayatana-appindicator/commit/?id=31519e77b290d832f287c1daa6a90f8d6e11b136'/>
<id>urn:sha1:31519e77b290d832f287c1daa6a90f8d6e11b136</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add accessible_name support</title>
<updated>2011-02-04T02:57:23+00:00</updated>
<author>
<name>Luke Yelavich</name>
<email>luke.yelavich@canonical.com</email>
</author>
<published>2011-02-04T02:57:23+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/libayatana-appindicator/commit/?id=b13fa490fb368b779a99543d18d5c68c01f8eb31'/>
<id>urn:sha1:b13fa490fb368b779a99543d18d5c68c01f8eb31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Using the SNI method "Scroll" instead of XAyatanaScrollAction</title>
<updated>2011-01-29T02:27:29+00:00</updated>
<author>
<name>Marco Trevisan (Treviño)</name>
<email>mail@3v1n0.net</email>
</author>
<published>2011-01-29T02:27:29+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/libayatana-appindicator/commit/?id=0d97a5e6201be283ba2dd017297b71122c7f19e2'/>
<id>urn:sha1:0d97a5e6201be283ba2dd017297b71122c7f19e2</id>
<content type='text'>
The indicator signal will use anyway the same syntax.
</content>
</entry>
</feed>
