Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't export the messaging_menu_message_to_variant symbol | Lars Uebernickel | 2012-11-30 | 1 | -2/+2 |
| | |||||
* | Use aa{sv} instead of a(ssgav) to communicate actions to the service | Lars Uebernickel | 2012-11-28 | 1 | -16/+11 |
| | |||||
* | Move 'activate' signal into MessagingMenuMessage | Lars Uebernickel | 2012-11-27 | 1 | -0/+20 |
| | | | | | And add parameters 'action' and 'parameter' (though they are not set yet). | ||||
* | Allow adding actions to MessagingMenuMessage | Lars Uebernickel | 2012-11-27 | 1 | -0/+160 |
| | |||||
* | Add support for individual messages to MessagingMenuApp | Lars Uebernickel | 2012-11-15 | 1 | -1/+1 |
| | | | | | This is not exposed in the indicator menu yet. | ||||
* | libmessaging-menu: add MessagingMenuMessage | Lars Uebernickel | 2012-11-01 | 1 | -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. |