aboutsummaryrefslogtreecommitdiff
path: root/src/im-phone-menu.h
Commit message (Collapse)AuthorAgeFilesLines
* Expose message actions in the phone menuLars Uebernickel2012-11-281-0/+1
| | | | | | And use com.canonical.indicator.messages.snapdecision as widget type if the message has actions.
* Canonicalize application idsLars Uebernickel2012-11-261-7/+7
| | | | | | | | | | Remove trailing '.desktop' and replace all dots by underscores to make GActionMuxer work (which uses the dot as a separator). In order to contain the canonicalization to ImApplicationList, its signals now contain string parameters to id and icon name instead of GDesktopAppInfo pointers.
* ImApplicationList: no need to include the dynamic data in the signalsLars Uebernickel2012-11-211-4/+1
| | | | | This data can (and should) always be retrieved via actions.
* Remove applications from the menu when the disappear from the busLars Uebernickel2012-11-211-0/+3
|
* messages-serivce: move menu creation into separate classLars Uebernickel2012-11-201-0/+67