aboutsummaryrefslogtreecommitdiff
path: root/libmessaging-menu/messaging-menu-message.c
Commit message (Collapse)AuthorAgeFilesLines
* libmessaging-menu: fix section link in the documentation and add ↵Lars Uebernickel2014-11-031-0/+7
|\ | | | | | | | | | | descriptions Fixes: 1313561 Approved by: Ted Gould
| * libmessaging-menu: fix section link in the documentation and add descriptionsLars Uebernickel2014-04-281-0/+7
| |
* | messaging-menu-message: add missing break statementsLars Uebernickel2014-07-111-0/+2
|/
* Use serialized icons for messages and sourcesLars Uebernickel2013-09-051-15/+12
| | | | | The D-Bus protocol is not part of the public API, so it's okay to change it.
* libmessaging-menu: default MessagingMenuMessage::draws-attention to TRUELars Uebernickel2013-08-291-1/+2
| | | | | | In most cases, apps will want to draw the user's attention when they add a message to the menu.
* 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.