aboutsummaryrefslogtreecommitdiff
path: root/src/im-phone-menu.c
Commit message (Collapse)AuthorAgeFilesLines
* Use namespaced action names (src. and msg.) in phone menuLars Uebernickel2012-11-261-4/+4
|
* Remove sections and "Clear All" when no sources or messages are availableLars Uebernickel2012-11-261-10/+33
|
* Add "Clear All"Lars Uebernickel2012-11-261-0/+8
|
* Canonicalize application idsLars Uebernickel2012-11-261-30/+18
| | | | | | | | | | 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.
* ImPhoneMenu: expose application icon on message itemsLars Uebernickel2012-11-221-0/+12
|
* 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/+43
|
* messages-serivce: move menu creation into separate classLars Uebernickel2012-11-201-0/+216