summaryrefslogtreecommitdiff
path: root/PluginCommandInterfaceDbus
Commit message (Collapse)AuthorAgeFilesLines
* * merge of changes from ChristianFrank Herchet2012-02-141-0/+1
|
* * changed main to register observer (thanks TGO)christian mueller2012-02-081-0/+3
| | | | * changed command DBUSplugin to register Connection at 2nd DBUSMessageHandler Instance (thanks TGO) * Expanded dummyController functionality
* * restructered document generation. Now only the functions of the daemon are ↵christian mueller2012-02-071-8/+8
| | | | | | generated * sockethandler: take [0] instead of .front. added todo to make sockethandler faster * added test for local routing
* * implemented peeksinkclassIDs and peeksourceclassIDschristian mueller2012-02-013-3/+3
| | | | | | | * changed interface of both from const to non-const * corrected include headers to c++ style, eg. <cassert> * corrected sendChangedData return type to void * implemented tests for sinkclass and sourceclass peeking * fixed bug in sockethandler (FD could not be removed) thanks to Frank
* * wrapping DLT calls in a new Class because of performance, codesize and ↵christian mueller2012-01-3112-95/+92
| | | | | lazyness reasons * the whole project now compiles without a warning with -pedantic
* * regenerated EA code based on Conti Feedback.christian mueller2012-01-274-824/+806
| | | | | | * changed paths of audiomanagertypes include in generated files * changed order of parameters in asyncSetSinkSoundProperty / asyncSetSourceSoundProperty / cbTimingInformationChanged to have common style over all interfaces. * changed default include paths for Controller etc... * cleanup of warnings
* * formatting all the source code with eclipse source code stylechristian mueller2012-01-248-1032/+916
| | | * added used xml to the project
* * fix for package building with lower cmake versionschristian mueller2012-01-181-0/+8
| | | * fix DBus interface to be GLIB tolerant 32bit types
* * added package creation based on cpackchristian mueller2012-01-152-1/+22
| | | * updated .gitignore
* * recreated the header files out of the model. Added versioning support in ↵christian mueller2012-01-124-7/+28
| | | | | | | | | | | | | | | | the headerfiles generated * ensured compatibility with 64 bit systems while compiling dbus [ changed FindDBUS.cmake] * updated the README to better support building * updated typo in introspectable string of DBusWrapper * reworked including strategie * added getInterfafeVersion method on all interfaces * added Interface Versioning support * added version as part of .so ending * it is no possible to set a vector of source and sink sound properties at a time * added interface to ask for all loaded plugins on RoutingSender * added first version of telnet server (not yet productive) - set to not active in CMakeLists.txt * added changelog (created out of git commit log) * added default values for all enum types to be save even on other if communication is on other domain
* * assert on empty busname (routinginterface)ver-0.0.1christian mueller2011-12-291-1/+0
| | | | | | | * added busname for DbusroutingSender * rework of sockethandlertests * small changes on compilerflags * new default error messages on dummy controller plugin * new plugin Asynchronous including tests
* * rework of buildsystemchristian mueller2011-12-2314-1766/+58
| | | | * now everything depends on a toplevel CMakefile * cleanup of makefiles and compiler options
* - changed header comment - entered correct licenceChristian Mueller2011-12-187-42/+171
|
* - adds dbus test for command pluginChristian Mueller2011-12-188-0/+1851
|
* - added comments in XML descriptionChristian Mueller2011-12-187-42/+68
| | | | - fixed bug in Dbus signal sending - corrected namespace usage
* changes to make controlSender compile & loadableChristian Mueller2011-12-165-10/+9
|
* first release !Christian Mueller2011-12-142-2/+24
|
* some updates, new testsChristian Mueller2011-12-127-16/+1678
|
* total reworkChristian Mueller2011-12-0818-2944/+1755
| | | | no more QT
* update on dbusChristian Mueller2011-08-059-172/+344
|
* Dbus restructuredChristian Mueller2011-08-0313-656/+379
|
* - first time synchronisation with EAChristian Mueller2011-07-2616-0/+3185
- remodelled some interfaces - new plugin structure for CommandInterfaces