aboutsummaryrefslogtreecommitdiff
path: root/libmessaging-menu/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Fork from Ubuntu's Indicator Messages.Mike Gabriel2017-10-271-1/+0
|
* added gio-2.0 to vapigenKen VanDine2013-07-121-1/+1
|
* generate vapiKen VanDine2013-07-111-0/+18
|
* Remove gtupleaction, it isn't used anymoreLars Uebernickel2012-11-131-3/+1
|
* Move service .xml into a common directoryLars Uebernickel2012-11-131-18/+6
| | | | | | | | | | 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.
* libmessaging-menu: add MessagingMenuMessageLars Uebernickel2012-11-011-2/+8
| | | | | | | | | 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 Uebernickel2012-11-011-2/+3
|
* libmessaging-menu: make generated .gir compatible with valaLars Uebernickel2012-09-011-0/+2
| | | | | | | | In particular, mamke sure the <c:namespace> and <package> tags are included in the .gir. Fixes launchpad bug #1044096, thanks Jim!
* libmessaging-menu: fix g-ir-scanner warningsLars Uebernickel2012-08-231-2/+2
| | | | | | Also, enable warnings by default and only include messaging-menu.[ch] in the gir.
* libmessaging-menu: fix export-symbols-regexSebastien Bacher2012-08-211-1/+1
|
* libmessaging-menu: only export symbols tha t belong to the APISebastien Bacher2012-08-201-0/+2
|
* Add introspection supportLars Uebernickel2012-07-301-0/+25
|
* libmessaging-menu: use the (newly added) GTupleAction instead of GSimpleActionLars Uebernickel2012-06-281-0/+2
| | | | | | | | | | GTupleAction is a bit simpler to handle when the action state contains a tuple of things that are independently modified most the time. It might be useful for other indicators as well. This implicitly also fixes the bug that libmessaging-menu did not preserve the other values in the action state when updating count, time, or string.
* Add first version of a libmessaging-menu client libraryLars Uebernickel2012-06-151-0/+35