Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change application to service d-bus protocol | Lars Uebernickel | 2012-11-14 | 1 | -1/+11 |
| | | | | | | | | | | | | | | 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. | ||||
* | Move service .xml into a common directory | Lars Uebernickel | 2012-11-13 | 1 | -0/+22 |
Both the service (in src/) and the client library (in libmessaging-menu/) need access to the dbus interface description file. Until now, it resided in src, with both Makefiles calling gdbus-codegen on it. This patch moves the file to common/ and builds a convenience library that contains only the generated code. |