aboutsummaryrefslogtreecommitdiff
path: root/src/im-menu.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace x-canonical attributesRobert Tari2020-08-111-1/+1
|
* Fork from Ubuntu's Indicator Messages.Mike Gabriel2017-10-271-1/+1
|
* A function to handle the showing on greeter part of this.Ted Gould2014-09-171-1/+1
|
* Put into our namespaceTed Gould2014-09-171-3/+3
|
* Grab an AS referenceTed Gould2014-09-171-0/+4
|
* Simple, if we're on the greeter show it. If not, we don'tTed Gould2014-09-171-1/+7
|
* Add API for showing data to usersTed Gould2014-09-171-0/+8
|
* Setup a basic greeter propertyTed Gould2014-09-171-0/+15
|
* desktop menu: sort applications like specifiedLars Uebernickel2014-04-071-24/+33
| | | | | | 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-0/+14
|
* im_menu_insert: make sorting logic more readableLars Uebernickel2013-11-191-8/+7
|
* im_menu_insert_section: don't leak item_sortLars Uebernickel2013-11-121-2/+9
|
* Make it so that we sort based on application name to make the menu more saneTed Gould2013-08-201-4/+11
|
* Really we should set status on the application listTed Gould2013-08-151-16/+0
|
* Adding a set_status virtual functionTed Gould2013-08-141-0/+16
|
* Add desktop menuLars Uebernickel2013-08-131-0/+29
| | | | | Only shows application launchers right now.
* Move toplevel menu logic into ImMenuLars Uebernickel2013-08-121-0/+14
| | | | | | Also, get rid of only exporting sections if they were non-empty. That was a hack for non-conformant GMenuModel renderers.
* Add ImMenuLars Uebernickel2013-08-121-0/+148
A base class for all messaging menus. ImPhoneMenu already subclasses from it, with a desktop version coming up.