aboutsummaryrefslogtreecommitdiff
path: root/libmessaging-menu/messaging-menu-message.c
Commit message (Collapse)AuthorAgeFilesLines
* Re-do mergePete Woods2013-08-201-0/+547
|
* Revert rev 352 as it is causing a SIGTRAP on startƁukasz 'sil2100' Zemczak2013-08-201-547/+0
|
* Don't export the messaging_menu_message_to_variant symbolLars Uebernickel2012-11-301-2/+2
|
* Use aa{sv} instead of a(ssgav) to communicate actions to the serviceLars Uebernickel2012-11-281-16/+11
|
* Move 'activate' signal into MessagingMenuMessageLars Uebernickel2012-11-271-0/+20
| | | | | And add parameters 'action' and 'parameter' (though they are not set yet).
* Allow adding actions to MessagingMenuMessageLars Uebernickel2012-11-271-0/+160
|
* Add support for individual messages to MessagingMenuAppLars Uebernickel2012-11-151-1/+1
| | | | | This is not exposed in the indicator menu yet.
* libmessaging-menu: add MessagingMenuMessageLars Uebernickel2012-11-011-0/+372
MessagingMenuMessage allows adding individual messages with titles and body previews to the messaging menu with messaging_menu_app_append_message. This only adds the new API, messages are not actually sent to the messaging menu yet.