<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ayatana-indicator-messages/src/indicator-messages.c, branch 21.12.0</title>
<subtitle>Ayatana Indicator Messages Applet
</subtitle>
<id>https://cgit.arctica-project.org/ayatana-indicator-messages/atom?h=21.12.0</id>
<link rel='self' href='https://cgit.arctica-project.org/ayatana-indicator-messages/atom?h=21.12.0'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-messages/'/>
<updated>2013-07-30T12:50:52+00:00</updated>
<entry>
<title>Remove panel plugin</title>
<updated>2013-07-30T12:50:52+00:00</updated>
<author>
<name>Lars Uebernickel</name>
<email>lars.uebernickel@canonical.com</email>
</author>
<published>2013-07-30T12:50:52+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-messages/commit/?id=3b39985ac5acdd739643e3d8b0c5f2e80548ef97'/>
<id>urn:sha1:3b39985ac5acdd739643e3d8b0c5f2e80548ef97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include fallback icon names</title>
<updated>2012-09-28T15:01:02+00:00</updated>
<author>
<name>Lars Uebernickel</name>
<email>lars.uebernickel@canonical.com</email>
</author>
<published>2012-09-28T15:01:02+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-messages/commit/?id=22a6fdb518be4189a13f4d8a7f0b07122cc87cdd'/>
<id>urn:sha1:22a6fdb518be4189a13f4d8a7f0b07122cc87cdd</id>
<content type='text'>
And use g_icon_new_from_string in the indicator to make it load fallbacks.

</content>
</entry>
<entry>
<title>Request LARGE_TOOLBAR icons for the panel</title>
<updated>2012-09-25T07:47:00+00:00</updated>
<author>
<name>Lars Uebernickel</name>
<email>lars.uebernickel@canonical.com</email>
</author>
<published>2012-09-25T07:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-messages/commit/?id=4640bd97d81bce760044b19fd24ea5a70ceca1c0'/>
<id>urn:sha1:4640bd97d81bce760044b19fd24ea5a70ceca1c0</id>
<content type='text'>
To make it consistent with the other indicators.

</content>
</entry>
<entry>
<title>Use indicator-message icons with chat status</title>
<updated>2012-09-18T21:13:46+00:00</updated>
<author>
<name>Lars Uebernickel</name>
<email>lars.uebernickel@canonical.com</email>
</author>
<published>2012-09-18T21:13:46+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-messages/commit/?id=4d8755ace7d159d09346828336e2ac7698c16f96'/>
<id>urn:sha1:4d8755ace7d159d09346828336e2ac7698c16f96</id>
<content type='text'>
Changes the state of the "messages" action from a boolean (draws-attention) to
a string (icon-name).  This has the added benefit that more logic is moved from
the plugin into the service.

It also fixes an edge case: the messaging menu didn't have the blue icon after
the service restarted (if anything was drawing attention).

</content>
</entry>
<entry>
<title>Show menu separators between sections</title>
<updated>2012-09-13T20:46:34+00:00</updated>
<author>
<name>Lars Uebernickel</name>
<email>lars.uebernickel@canonical.com</email>
</author>
<published>2012-09-13T20:46:34+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-messages/commit/?id=c533fedbc822c22eb30543dbe605c705e95c3920'/>
<id>urn:sha1:c533fedbc822c22eb30543dbe605c705e95c3920</id>
<content type='text'>
Previously, gtk didn't support changing the menu model on an already-created
GtkMenu.  Since IndicatorObject doesn't allow changing the GtkMenu it exports
to the panel, IndicatorMessages created a menu with a single section, into
which the menu from the service was inserted (and removed when the service
died).  This led to seperators not being shown, because separators are only
shown between top-level sections.

Gtk now has gtk_menu_shell_bind_model, which allows us to get rid of top-level
wrapper section.

</content>
</entry>
<entry>
<title>indicator-messages.c: don't call menu_items_changed directly</title>
<updated>2012-09-05T19:04:04+00:00</updated>
<author>
<name>Lars Uebernickel</name>
<email>lars.uebernickel@canonical.com</email>
</author>
<published>2012-09-05T19:04:04+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-messages/commit/?id=014f841f7cd5a1a665da7fc19c775104ea252ab4'/>
<id>urn:sha1:014f841f7cd5a1a665da7fc19c775104ea252ab4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hide indicator when no applications are configured to use it</title>
<updated>2012-09-04T08:25:27+00:00</updated>
<author>
<name>Lars Uebernickel</name>
<email>lars.uebernickel@canonical.com</email>
</author>
<published>2012-09-04T08:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-messages/commit/?id=b05f7b89e3fd4b61787214742dd7c8597718dc9a'/>
<id>urn:sha1:b05f7b89e3fd4b61787214742dd7c8597718dc9a</id>
<content type='text'>
This is done by removing the header item from the menu model in the service.
On the panel side, call indicator_object_hide() if the recevied menu is empty.

</content>
</entry>
<entry>
<title>Merge lp:~larsu/messaging-menu/fix-icons</title>
<updated>2012-08-27T15:34:30+00:00</updated>
<author>
<name>Lars Uebernickel</name>
<email>lars.uebernickel@canonical.com</email>
</author>
<published>2012-08-27T15:34:30+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-messages/commit/?id=dc8964161c925a0c2a0b927a7e99b3f2c089a975'/>
<id>urn:sha1:dc8964161c925a0c2a0b927a7e99b3f2c089a975</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Show icons on status menu items</title>
<updated>2012-08-27T13:38:04+00:00</updated>
<author>
<name>Lars Uebernickel</name>
<email>lars.uebernickel@canonical.com</email>
</author>
<published>2012-08-27T13:38:04+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-messages/commit/?id=fab67a704ed6f189014a1988e641194e0f4babb1'/>
<id>urn:sha1:fab67a704ed6f189014a1988e641194e0f4babb1</id>
<content type='text'>
This introduces IdoMenuItem, a GtkCheckMenuItem that can also show icons.  This
should go into libido at some point.  Also, Im{App,Source}MenuItem could derive
from it so that the GMenuItem-setting logic is only in one place.

</content>
</entry>
<entry>
<title>Bring back the blue icon when a source is drawing attention</title>
<updated>2012-08-27T09:53:58+00:00</updated>
<author>
<name>Lars Uebernickel</name>
<email>lars.uebernickel@canonical.com</email>
</author>
<published>2012-08-27T09:53:58+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-messages/commit/?id=98f03a9d7d29ba2531d098f99c7f72b844f8213e'/>
<id>urn:sha1:98f03a9d7d29ba2531d098f99c7f72b844f8213e</id>
<content type='text'>
</content>
</entry>
</feed>
