Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove variant wrapper from 'parameter' argument of the "activate" signal | Lars Uebernickel | 2012-12-11 | 1 | -1/+4 |
| | |||||
* | Add messaging_menu_app_get_message | Lars Uebernickel | 2012-12-04 | 1 | -0/+21 |
| | |||||
* | Don't export the messaging_menu_message_to_variant symbol | Lars Uebernickel | 2012-11-30 | 1 | -3/+3 |
| | |||||
* | Use aa{sv} instead of a(ssgav) to communicate actions to the service | Lars Uebernickel | 2012-11-28 | 1 | -1/+1 |
| | |||||
* | Pass message action and its parameter through to the application | Lars Uebernickel | 2012-11-27 | 1 | -1/+22 |
| | |||||
* | Move 'activate' signal into MessagingMenuMessage | Lars Uebernickel | 2012-11-27 | 1 | -23/+1 |
| | | | | | And add parameters 'action' and 'parameter' (though they are not set yet). | ||||
* | Allow adding actions to MessagingMenuMessage | Lars Uebernickel | 2012-11-27 | 1 | -24/+4 |
| | |||||
* | Tell applications when messages and sources are dismissed | Lars Uebernickel | 2012-11-26 | 1 | -0/+21 |
| | | | | | | Right now, this is only used to clean up internal data structures in libmessaging-menu. It's not exposed to the application itself. | ||||
* | libmessaging-menu: emit the right signal when a message is removed | Lars Uebernickel | 2012-11-20 | 1 | -1/+1 |
| | |||||
* | Add support for individual messages to MessagingMenuApp | Lars Uebernickel | 2012-11-15 | 1 | -5/+139 |
| | | | | | This is not exposed in the indicator menu yet. | ||||
* | MessagingMenuApp: fix leak (source list) | Lars Uebernickel | 2012-11-14 | 1 | -1/+5 |
| | |||||
* | Change application to service d-bus protocol | Lars Uebernickel | 2012-11-14 | 1 | -253/+258 |
| | | | | | | | | | | | | | | Previously, the protocol was simply a menu model and an action group of the currently active sources. The service inserted the menu as a section into the indicator menu. This doesn't work anymore, because applications can (soon) expose individual messages, and the messaging menu doesn't always display all of those at once. This patch introduces a more specific d-bus API. That API is still considered private: applications have to use libmessaging-menu. | ||||
* | Merge new libmessaging-menu API | Lars Uebernickel | 2012-11-05 | 1 | -64/+118 |
| | | | | | | | | | Adds MessagingMenuMessage, which 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. | ||||
* | libmessaging-menu: add MessagingMenuMessage | Lars Uebernickel | 2012-11-01 | 1 | -0/+63 |
| | | | | | | | | | 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. | ||||
* | libmessaging-menu: messaging-menu.[ch] -> messaing-menu-app.[ch] | Lars Uebernickel | 2012-11-01 | 1 | -0/+1141 |