aboutsummaryrefslogtreecommitdiff
path: root/src/im-desktop-menu.c
Commit message (Collapse)AuthorAgeFilesLines
* Update Ayatana IDO namesRobert Tari2021-10-181-2/+2
|
* Replace x-canonical attributesRobert Tari2020-08-111-3/+3
|
* Fork from Ubuntu's Indicator Messages.Mike Gabriel2017-10-271-3/+3
|
* desktop menu: don't warn when no default handler for a mime type is foundLars Uebernickel2014-11-071-3/+6
|
* desktop menu: sort applications like specifiedLars Uebernickel2014-04-071-1/+46
| | | | | | Default chat client, default email client, and the other applications sorted by alphabet.
* desktop menu: don't show status section when no apps supports itLars Uebernickel2014-04-071-49/+45
|
* desktop menu: use com.canonical.application menu items for actionsLars Uebernickel2014-03-201-1/+5
| | | | | | The unity implementation of that menu item indents the label even when there's no icon.
* Add "visible" paramete to im-application-list-source-addedLars Uebernickel2013-10-041-1/+3
|
* create_status_section: use g_icon_serialize()Lars Uebernickel2013-09-061-1/+8
|
* Use serialized icons for messages and sourcesLars Uebernickel2013-09-051-7/+7
| | | | | The D-Bus protocol is not part of the public API, so it's okay to change it.
* desktop menu: don't show sources with a count of 0Lars Uebernickel2013-08-271-25/+82
|
* desktop menu: remove all sources when an application has quitLars Uebernickel2013-08-271-0/+16
|
* Make it so that we sort based on application name to make the menu more saneTed Gould2013-08-201-1/+1
|
* Putting shortcuts into the menuTed Gould2013-08-201-10/+18
|
* "Clear" and "Clear All" now translatablePete Woods2013-08-201-1/+1
|
* Thunderbird e-mail notifications work againPete Woods2013-08-201-1/+2
| | | | (forward ported fix from r344)
* Set the actionTed Gould2013-08-191-1/+1
|
* Putting back the removing of sourcesTed Gould2013-08-181-0/+17
|
* Can't clear the sources because that clears the mailboxesTed Gould2013-08-161-17/+0
|
* Don't need a special type for theseTed Gould2013-08-151-2/+1
|
* Create the status section of the desktop menuTed Gould2013-08-141-1/+43
|
* Disable action shortcuts for nowLars Uebernickel2013-08-131-0/+2
| | | | | | This version isn't honoring OnlyShowIn=MessagingMenu. Disabling it seems like the lesser evil.
* desktop menu: don't export an item if the name is ''Lars Uebernickel2013-08-131-1/+1
|
* Use "icon" instead of "x-canonical-icon"Lars Uebernickel2013-08-131-2/+2
|
* desktop menu: show message sourcesLars Uebernickel2013-08-131-0/+64
|
* Add application actionsLars Uebernickel2013-08-131-1/+14
|
* Add desktop menuLars Uebernickel2013-08-131-0/+174
Only shows application launchers right now.