Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libmessaging-menu: fix section link in the documentation and add ↵ | Lars Uebernickel | 2014-11-03 | 1 | -0/+7 |
|\ | | | | | | | | | | | descriptions Fixes: 1313561 Approved by: Ted Gould | ||||
| * | libmessaging-menu: fix section link in the documentation and add descriptions | Lars Uebernickel | 2014-04-28 | 1 | -0/+7 |
| | | |||||
* | | messaging-menu-message: add missing break statements | Lars Uebernickel | 2014-07-11 | 1 | -0/+2 |
|/ | |||||
* | Use serialized icons for messages and sources | Lars Uebernickel | 2013-09-05 | 1 | -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 TRUE | Lars Uebernickel | 2013-08-29 | 1 | -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 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. |