aboutsummaryrefslogtreecommitdiff
path: root/common/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Fork from Ubuntu's Indicator Messages.Mike Gabriel2017-10-271-5/+4
|
* Change application to service d-bus protocolLars Uebernickel2012-11-141-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 directoryLars Uebernickel2012-11-131-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.