summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon
Commit message (Collapse)AuthorAgeFilesLines
...
* * finalized Router implementationchristian mueller2012-01-242-214/+221
| | | * added new generated ControlSendInterface with router support
* * formatting all the source code with eclipse source code stylechristian mueller2012-01-2435-9587/+8995
| | | * added used xml to the project
* * fixed wrong memset in main.cpp (thanks to frank)christian mueller2012-01-189-3/+515
| | | | * fixed compiler warnings in signalhandler * added Router Class: this class does now the autorouting job. First commit, no tests yet
* * added package creation based on cpackchristian mueller2012-01-157-3/+59
| | | * updated .gitignore
* * added install and uninstall routines to makechristian mueller2012-01-121-2/+5
|
* * fixed commandline option p is now recognizedchristian mueller2012-01-122-10/+10
| | | * fixed bug: loading of routing plugins with version control now works
* * recreated the header files out of the model. Added versioning support in ↵christian mueller2012-01-1227-112/+790
| | | | | | | | | | | | | | | | 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
* * fixed sockethandler timespec issueschristian mueller2011-12-303-21/+31
|
* changed README, added correct header in fileschristian mueller2011-12-301-0/+1
|
* *added versioning support automatically out of gitchristian mueller2011-12-3012-333/+528
| | | | | | *added commandline parser *changed DLT_CONTEXT for AudioManager to AudioManager *added signalhandler *TODO: make signalhandler not only call but correctly rundown the daemon
* * assert on empty busname (routinginterface)ver-0.0.1christian mueller2011-12-295-13/+80
| | | | | | | * added busname for DbusroutingSender * rework of sockethandlertests * small changes on compilerflags * new default error messages on dummy controller plugin * new plugin Asynchronous including tests
* * finally, first socket test workchristian mueller2011-12-232-128/+180
|
* * fixed no compile bugchristian mueller2011-12-233-44/+46
| | | * fixed sockethandler loop
* * rework of buildsystemchristian mueller2011-12-2321-1857/+356
| | | | * now everything depends on a toplevel CMakefile * cleanup of makefiles and compiler options
* * first version of SocketHandler working with DBuschristian mueller2011-12-217-253/+513
| | | * currently Sockethandler test not working
* * fixed bug in database handler connected to delay calculationchristian mueller2011-12-211-5/+9
|
* * first version of the sockethandler with testchristian mueller2011-12-206-0/+802
|
* - added comments in XML descriptionChristian Mueller2011-12-1834-396/+420
| | | | - fixed bug in Dbus signal sending - corrected namespace usage
* changes to make controlSender compile & loadableChristian Mueller2011-12-163-1/+5
|
* first release !Christian Mueller2011-12-1422-172/+1005
|
* update in headers, small thingsChristian Mueller2011-12-1432-529/+828
|
* .Christian Mueller2011-12-1312-68/+587
|
* some updates, new testsChristian Mueller2011-12-1239-842/+5420
|
* Some changes, renaming...Christian Mueller2011-12-097-45/+138
|
* total reworkChristian Mueller2011-12-0845-6499/+6710
| | | | no more QT
* update on dbusChristian Mueller2011-08-053-4/+4
|
* Dbus restructuredChristian Mueller2011-08-0321-256/+490
|
* - first time synchronisation with EAChristian Mueller2011-07-2611-318/+404
| | | | - remodelled some interfaces - new plugin structure for CommandInterfaces
* - daily commitChristian Mueller2011-07-222-8/+10
| | | | - dbus working smooth now, implemented signal handling - changed worker thread for dbus to wait for dbus events not to wakeup every 50 ms
* - next part of getting rid of QTChristian Mueller2011-07-2110-97/+161
| | | | - plugin handling for routing plugins work - dbus communication works but nof finalized
* make it compile on 10.04Christian Mueller2011-07-192-3/+2
|
* added layermanager plugin mechanismblacky2011-07-196-52/+147
|
* - first attempt to remove QTblacky2011-07-1519-1104/+920
| | | | | - this compiles but does not provide the same functionality - hookplugin compiles - other plugins do not
* - track StructuralPlugins via listOLD_POCchristian mueller2011-07-062-124/+116
| | | | - use this list to deinit the plugins upon destructor call of the hookhandler
* adding feature in the compile script:christian mueller2011-07-061-0/+3
| | | by adding document to the cmaker call , the documentation will be created. By default the documentation will not be created
* - just typos in AudioManagerCorechristian mueller2011-07-053-18/+11
| | | | - fixed a bug only updating and showing the first connection - change in gitignore
* Merge branch 'master' of 10.250.89.137:audiomangeniviSimon Brandner2011-07-012-11/+11
|
* changed daemon directory namechristian mueller2011-07-0119-0/+6332
changed absolute path for doxygen to relative path