Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fork from Ubuntu's Indicator Messages. | Mike Gabriel | 2017-10-27 | 1 | -4/+4 |
| | |||||
* | libmessaging-menu: fix section link in the documentation and add ↵ | Lars Uebernickel | 2014-11-03 | 1 | -1/+1 |
|\ | | | | | | | | | | | descriptions Fixes: 1313561 Approved by: Ted Gould | ||||
| * | libmessaging-menu: fix section link in the documentation and add descriptions | Lars Uebernickel | 2014-04-28 | 1 | -1/+1 |
| | | |||||
* | | libmessaging-menu: allow numbers in object paths | Lars Uebernickel | 2014-10-23 | 1 | -1/+1 |
|/ | |||||
* | Use serialized icons for messages and sources | Lars Uebernickel | 2013-09-05 | 1 | -13/+18 |
| | | | | | The D-Bus protocol is not part of the public API, so it's okay to change it. | ||||
* | Merge from trunk | Ted Gould | 2013-08-13 | 1 | -0/+4 |
| | |||||
* | Remove variant wrapper from 'parameter' argument of the "activate" signal. | Lars Uebernickel | 2012-12-17 | 1 | -1/+4 |
|\ | | | | | | | Approved by Gustavo Pichorim Boiko, PS Jenkins bot. | ||||
| * | Remove variant wrapper from 'parameter' argument of the "activate" signal | Lars Uebernickel | 2012-12-11 | 1 | -1/+4 |
| | | |||||
* | | Make messaging_menu_app_remove_message() work for messages with a ref count of 1 | Lars Uebernickel | 2012-12-14 | 1 | -0/+4 |
|/ | | | | | | | | | | This can happen if noone outside of MessagingMenuApp holds a reference to the message and somebody calls remove_message() with a pointer they got from _get_message() (which doesn't return a ref). messaging_menu_app_remove_message_by_id() really wants a valid 'id' pointer during its lifetime. | ||||
* | 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 |