profile/ivi/audiomanager.git
11 years agoadd gerrit release file build/2012-06-15.125948
Jaska Uimonen [Fri, 15 Jun 2012 12:57:21 +0000 (15:57 +0300)]
add gerrit release file

11 years agoadded packaging dir
Jaska Uimonen [Fri, 15 Jun 2012 12:52:27 +0000 (15:52 +0300)]
added packaging dir

11 years agobuild-sys: make sure libdbus pulls in -lrt for the linker.
Jaska Uimonen [Thu, 7 Jun 2012 07:55:56 +0000 (10:55 +0300)]
build-sys: make sure libdbus pulls in -lrt for the linker.

11 years agoscripts: added obs-export.sh.
Jaska Uimonen [Wed, 6 Jun 2012 14:59:11 +0000 (17:59 +0300)]
scripts: added obs-export.sh.

11 years agopackaging: added spec file template.
Jaska Uimonen [Wed, 6 Jun 2012 14:48:40 +0000 (17:48 +0300)]
packaging: added spec file template.

11 years agoremove async plugin from build
Jaska Uimonen [Fri, 8 Jun 2012 19:27:17 +0000 (22:27 +0300)]
remove async plugin from build

11 years agodbus system bus fix
Jaska Uimonen [Fri, 8 Jun 2012 09:45:40 +0000 (12:45 +0300)]
dbus system bus fix

11 years agoUninitialized member fixes.
Jaska Uimonen [Wed, 6 Jun 2012 14:44:20 +0000 (17:44 +0300)]
Uninitialized member fixes.

11 years agoDBus sending&routing interface bug fixes.
Jaska Uimonen [Wed, 6 Jun 2012 14:43:58 +0000 (17:43 +0300)]
DBus sending&routing interface bug fixes.

11 years agobuild-sys: fixes to get built, fixes for 64-bit distros.
Jaska Uimonen [Wed, 6 Jun 2012 14:41:55 +0000 (17:41 +0300)]
build-sys: fixes to get built, fixes for 64-bit distros.

12 years ago* some enhancement to routingPluginDbus to make to get acces to all interfaces and... upstream
christian mueller [Wed, 4 Apr 2012 13:27:10 +0000 (15:27 +0200)]
* some enhancement to routingPluginDbus to make to get acces to all interfaces and handle multiple domains

Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
12 years agoadding a pulseaudio plugin to genivi audiomanager implements dbus methods for registe...
Sampreeth Ramavana [Wed, 4 Apr 2012 08:21:32 +0000 (13:51 +0530)]
adding a pulseaudio plugin to genivi audiomanager implements dbus methods for registering domain, source and sinks implements dbus signals and methods for receiving information from pulseaudio calls dbus methods in pulseaudio

Signed-off-by: Sampreeth Ramavana <sampreeth.ramavana@aricent.com>
12 years ago* [GAM-35] implement DBus for SESSION or SYSTEM bus
christian mueller [Tue, 3 Apr 2012 18:15:27 +0000 (20:15 +0200)]
* [GAM-35] implement DBus for SESSION or SYSTEM bus

Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
12 years ago* add check if ProjectSpecific exists
christian mueller [Tue, 3 Apr 2012 15:38:04 +0000 (17:38 +0200)]
* add check if ProjectSpecific exists

Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
12 years ago* [GAM-56] fix
christian mueller [Tue, 3 Apr 2012 14:26:42 +0000 (16:26 +0200)]
* [GAM-56] fix

Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
12 years ago* [GAM-52] fix : main.cpp does not compile on -D WITH_DBUS_WRAPPER=OFF
christian mueller [Tue, 3 Apr 2012 11:05:02 +0000 (13:05 +0200)]
* [GAM-52] fix : main.cpp does not compile on -D WITH_DBUS_WRAPPER=OFF

Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
12 years ago* [GAM-54] fixed.
christian mueller [Mon, 2 Apr 2012 16:33:35 +0000 (18:33 +0200)]
* [GAM-54] fixed.

Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
12 years ago* [GAM-51] fix CAmDatabaseHandler::getListSinks (::getListSources) if sink (source...
Frank Herchet [Fri, 30 Mar 2012 08:04:47 +0000 (10:04 +0200)]
* [GAM-51] fix CAmDatabaseHandler::getListSinks (::getListSources) if sink (source) is invisible

12 years ago* [GAM-48] fixed compilation error for c++0x
christian mueller [Thu, 29 Mar 2012 16:02:18 +0000 (18:02 +0200)]
* [GAM-48] fixed compilation error for c++0x

Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
12 years ago* [GAM-49] worked in comments to last patches
christian mueller [Thu, 29 Mar 2012 15:40:07 +0000 (17:40 +0200)]
* [GAM-49] worked in comments to last patches
* changed dlt threadsafeness
* changes on timers in CAmSockethandler
* adopted test of Sockethandler to changes
* add versioning scheme to documentation
* added forgotten #include <map> on CamDbusWrapper and CAmRoutingSenderAsync
* adopted RoutingReceiverAsyncTests to new timers

Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
12 years ago* add setSinkVolume to telnetserver
Frank Herchet [Tue, 27 Mar 2012 08:01:57 +0000 (10:01 +0200)]
* add setSinkVolume to telnetserver

12 years ago* changing logical wrong assert
christian mueller [Mon, 26 Mar 2012 13:05:12 +0000 (15:05 +0200)]
* changing logical wrong assert

Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
12 years ago* [GAM-47]. Graceful exit when there is no controller loaded. Added asserts, too.
christian mueller [Mon, 26 Mar 2012 09:15:04 +0000 (11:15 +0200)]
* [GAM-47]. Graceful exit when there is no controller loaded. Added asserts, too.

Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
12 years ago* enhanced documentation
christian mueller [Fri, 23 Mar 2012 13:47:13 +0000 (14:47 +0100)]
* enhanced documentation

Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
12 years ago* [GAM-46] improvements on CAmSockthandler.
christian mueller [Fri, 23 Mar 2012 12:43:37 +0000 (13:43 +0100)]
* [GAM-46] improvements on CAmSockthandler.
* Needed adoptions on CAmSockethandler tests
* Small bug in CAmSerializer

Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
12 years ago* [GAM-44] adds threadsafeness to DltWrapper
christian mueller [Fri, 23 Mar 2012 12:09:35 +0000 (13:09 +0100)]
* [GAM-44] adds threadsafeness to DltWrapper

Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
12 years ago* documentation enhancement
christian mueller [Fri, 23 Mar 2012 12:07:49 +0000 (13:07 +0100)]
* documentation enhancement

Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
12 years ago* remove unessessary script
christian mueller [Fri, 23 Mar 2012 11:52:33 +0000 (12:52 +0100)]
* remove unessessary script

Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
12 years agoMerge branch 'master' of qmuc300924:AudioManager
christian mueller [Fri, 23 Mar 2012 09:17:47 +0000 (10:17 +0100)]
Merge branch 'master' of qmuc300924:AudioManager

12 years ago* fixed typo in addpackagedependencies.sh used for package management
christian mueller [Fri, 23 Mar 2012 08:55:18 +0000 (09:55 +0100)]
* fixed typo in addpackagedependencies.sh used for package management

Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
12 years ago* [GAM-42] fix
christian mueller [Fri, 23 Mar 2012 08:55:18 +0000 (09:55 +0100)]
* [GAM-42] fix

Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
12 years ago* enhanced documentation
christian mueller [Tue, 20 Mar 2012 14:59:19 +0000 (15:59 +0100)]
* enhanced documentation
* [GAM-39] fixed bug in build system

12 years ago* enhanced documentation
christian mueller [Tue, 13 Mar 2012 14:43:11 +0000 (15:43 +0100)]
* enhanced documentation

12 years ago* [GAM-37] fixed
christian mueller [Tue, 13 Mar 2012 14:16:12 +0000 (15:16 +0100)]
* [GAM-37] fixed

12 years ago* [GAM-34] fixes sqlite missing error handling
christian mueller [Mon, 12 Mar 2012 09:42:19 +0000 (10:42 +0100)]
* [GAM-34] fixes sqlite missing error handling

12 years ago* [GAM-32] fix
christian mueller [Thu, 8 Mar 2012 14:56:00 +0000 (15:56 +0100)]
* [GAM-32] fix

12 years ago* fixes [ GAM-31]
christian mueller [Thu, 8 Mar 2012 12:08:29 +0000 (13:08 +0100)]
* fixes [ GAM-31]

12 years ago* [GAM-30] fix
christian mueller [Wed, 7 Mar 2012 17:29:45 +0000 (18:29 +0100)]
* [GAM-30] fix

12 years ago* [GAM-29] fixes
christian mueller [Wed, 7 Mar 2012 17:29:03 +0000 (18:29 +0100)]
* [GAM-29] fixes

12 years ago* forgot to check in the documentation
christian mueller [Wed, 7 Mar 2012 09:15:47 +0000 (10:15 +0100)]
* forgot to check in the documentation

12 years ago* removed all documentation to new place
christian mueller [Tue, 6 Mar 2012 19:11:13 +0000 (20:11 +0100)]
* removed all documentation to new place
* removed GENIVI copyright from headers
* [GDLT-41] changed DLT dependency to 2.5.0

12 years ago* unfortunatly changed AUDIO_include_FOLDER back to AUDIO_INCLUDE_FOLDER
christian mueller [Tue, 6 Mar 2012 15:39:11 +0000 (16:39 +0100)]
* unfortunatly changed AUDIO_include_FOLDER back to AUDIO_INCLUDE_FOLDER

12 years ago* last changes in the documentation
christian mueller [Tue, 6 Mar 2012 14:28:59 +0000 (15:28 +0100)]
* last changes in the documentation

12 years ago* changed licence of Interfaceheaders and audiomanagertypes.h after review
christian mueller [Tue, 6 Mar 2012 08:48:38 +0000 (09:48 +0100)]
* changed licence of Interfaceheaders and audiomanagertypes.h after review

12 years ago* updated license headers
christian mueller [Mon, 5 Mar 2012 21:49:12 +0000 (22:49 +0100)]
* updated license headers
* updated documentation

12 years ago* fixing CAmSerializer.h - smaller changes and copy past stuff
christian mueller [Mon, 5 Mar 2012 12:55:09 +0000 (13:55 +0100)]
* fixing CAmSerializer.h - smaller changes and copy past stuff
* adding new class in Controler plugin to use CAmSerializer to build up a shadow
* added test to test the new class (unfinished)

12 years agoMerge remote branch 'buildsau/master'
christian mueller [Thu, 1 Mar 2012 18:22:53 +0000 (19:22 +0100)]
Merge remote branch 'buildsau/master'

Conflicts:
AudioManagerDaemon/src/CAmDltWrapper.cpp
AudioManagerDaemon/src/main.cpp
include/shared/CAmDltWrapper.h

12 years ago* solved merge conflicts
christian mueller [Thu, 1 Mar 2012 18:20:57 +0000 (19:20 +0100)]
* solved merge conflicts

12 years ago* fix [GAM-28] problems in routingsender.cpp
christian mueller [Thu, 1 Mar 2012 18:12:55 +0000 (19:12 +0100)]
* fix [GAM-28] problems in routingsender.cpp
* [GAM-27] major refactoring: bringing everything to standardized names
* Enhancement of CAmSerializer.h
* improvement of documentation
* adoption & regeneration of inerfaces

12 years ago* fix debug output to stdout if WITH_DLT undefined
Frank Herchet [Wed, 29 Feb 2012 14:42:08 +0000 (15:42 +0100)]
* fix debug output to stdout if WITH_DLT undefined

12 years agoMerge branch 'master' of qmuc300924:AudioManager
Frank Herchet [Wed, 29 Feb 2012 13:15:19 +0000 (14:15 +0100)]
Merge branch 'master' of qmuc300924:AudioManager

12 years ago* add command line argument "-V: print DLT logs to stdout" if compile flag WITH_DLT...
Frank Herchet [Wed, 29 Feb 2012 13:14:26 +0000 (14:14 +0100)]
* add command line argument "-V: print DLT logs to stdout" if compile flag WITH_DLT undefined

12 years agoMerge remote branch 'buildsau/master'
christian mueller [Wed, 29 Feb 2012 12:28:13 +0000 (13:28 +0100)]
Merge remote branch 'buildsau/master'

12 years ago* [ performance] for classes that do not need to be derived from, removed virtual...
christian mueller [Wed, 29 Feb 2012 12:27:27 +0000 (13:27 +0100)]
* [ performance] for classes that do not need to be derived from, removed virtual desctructor
* implemented confirmation of routing ready in RoutingReceiver
* [Sockethandler] automatically set gDispatchDone to 0 when starting mainloop
* fixed unit text to work with latest changes (expect Dbus command interface)
* [GAM-4] added way to do synchronous calling on interfaces with the help of CAmSerializer.h
* reworked AsyncRoutingPlugin to work with CAmSerializer.h
* reworked AsyncRoutingPlugin to register elemtes in thread using CAmSerializer.h
* reworked AsncPlugin Tests to work with remodelled Plugin

12 years ago* fix compile error in DLTWrapper.cpp
Frank Herchet [Wed, 29 Feb 2012 08:59:38 +0000 (09:59 +0100)]
* fix compile error in DLTWrapper.cpp

12 years ago* [GAM-11] Merge branch 'dlt_dependency'
Frank Herchet [Wed, 29 Feb 2012 08:38:02 +0000 (09:38 +0100)]
* [GAM-11] Merge branch 'dlt_dependency'

Conflicts:
CMakeLists.txt
cmake/config.cmake

12 years ago* [GAM-11] remove dependency from DLT in DLTWrapper if WITH_DLT is undefined
Frank Herchet [Tue, 28 Feb 2012 14:45:50 +0000 (15:45 +0100)]
* [GAM-11] remove dependency from DLT in DLTWrapper if WITH_DLT is undefined
* [GAM-11] add some structs and enums to be compatible to DLT-interface

12 years ago* [GAM-4] updated interfaces
christian mueller [Mon, 27 Feb 2012 09:11:08 +0000 (10:11 +0100)]
* [GAM-4] updated interfaces
* shifted mainpage doxygen from EA generated to mainpage.h
* added logo to doxygen documentation
* fixed compile bug in cmakelists when no plugins are build
* [ GAM-23 ]fixed plugin version recognition in cmake
* first working CAmSerializer with DatabaseObserver

12 years ago* removed simple DBus Loop from DBusWrapper - is not needed anymore since Sockethand...
christian mueller [Mon, 27 Feb 2012 07:43:02 +0000 (08:43 +0100)]
* removed simple DBus Loop from DBusWrapper  - is not needed anymore since Sockethandler is mandatory

12 years ago* [GAM-11] make project compilable without DLT
Frank Herchet [Fri, 24 Feb 2012 12:29:02 +0000 (13:29 +0100)]
* [GAM-11] make project compilable without DLT

12 years ago* [GAM-11]: modify cmake and add compile flag WITH_DLT
Frank Herchet [Fri, 24 Feb 2012 10:11:56 +0000 (11:11 +0100)]
* [GAM-11]: modify cmake and add compile flag WITH_DLT

12 years agoMerge remote branch 'buildsau/master'
christian mueller [Thu, 23 Feb 2012 16:37:07 +0000 (17:37 +0100)]
Merge remote branch 'buildsau/master'

12 years ago* [ GAM-4 ] Change Database Obsever notification implementation working, test are...
christian mueller [Thu, 23 Feb 2012 16:25:23 +0000 (17:25 +0100)]
*  [ GAM-4 ] Change Database Obsever notification implementation working, test are not ready yet. This implies that the Sockethandler is mandatory so I removed the cmake options.

12 years ago* remove spaces
Frank Herchet [Thu, 23 Feb 2012 13:07:32 +0000 (14:07 +0100)]
* remove spaces

12 years ago* remove dispensable method of CAmTelnetMenuHelper
Frank Herchet [Thu, 23 Feb 2012 09:32:26 +0000 (10:32 +0100)]
* remove dispensable method of CAmTelnetMenuHelper

12 years ago[GAM-14] enable some asci colors
Frank Herchet [Thu, 23 Feb 2012 09:21:53 +0000 (10:21 +0100)]
[GAM-14] enable some asci colors
* use DLTWrapper for debug and error output

12 years ago* rename local pointer, insert 'p' into name
Frank Herchet [Thu, 23 Feb 2012 08:04:53 +0000 (09:04 +0100)]
* rename local pointer, insert 'p' into name

12 years ago* [GAM-21] activate telnetserver tests
Frank Herchet [Wed, 22 Feb 2012 09:35:19 +0000 (10:35 +0100)]
* [GAM-21] activate telnetserver tests

12 years agoMerge branch 'master' of qmuc300924:AudioManager
Frank Herchet [Wed, 22 Feb 2012 08:43:32 +0000 (09:43 +0100)]
Merge branch 'master' of qmuc300924:AudioManager

12 years ago* as discussed in the face2face versioning scheme of the interfaces changed.
christian mueller [Tue, 21 Feb 2012 18:22:39 +0000 (19:22 +0100)]
* as discussed in the face2face versioning scheme of the interfaces changed.

12 years ago* [ GAM-6 ] enhace routing algorithm: changed the way the routing algorithm gets...
christian mueller [Tue, 21 Feb 2012 17:23:05 +0000 (18:23 +0100)]
* [ GAM-6 ] enhace routing algorithm: changed the way the routing algorithm gets information from controller

12 years ago* [ GAM-18 ] Add cancel rundown messages to interfaces: added possbility for controll...
christian mueller [Tue, 21 Feb 2012 17:21:51 +0000 (18:21 +0100)]
* [ GAM-18 ] Add cancel rundown messages to interfaces: added possbility for controller to call rundown on command and routing interfaces
* beautified EA generated code in comments

12 years ago* [ GAM-1] AudioManager DBusPlugin crashes when Controller registers source/sink...
christian mueller [Tue, 21 Feb 2012 15:21:11 +0000 (16:21 +0100)]
* [ GAM-1] AudioManager DBusPlugin crashes when Controller registers source/sink class on startup: changed plugin in a way that only messages are sent out when InterfaceReady was called

12 years ago* [GAM-21] 3 telnetserverTests
Frank Herchet [Tue, 21 Feb 2012 13:21:21 +0000 (14:21 +0100)]
* [GAM-21] 3 telnetserverTests

12 years ago* add proper version information in doxygen
christian mueller [Tue, 21 Feb 2012 13:13:59 +0000 (14:13 +0100)]
* add proper version information in doxygen

12 years ago* [GAM-12] Change project types as discussed in the F2F: changed in all tests, update...
christian mueller [Tue, 21 Feb 2012 09:46:12 +0000 (10:46 +0100)]
* [GAM-12] Change project types as discussed in the F2F: changed in all tests, updated audiomanagertypes.h and projecttypes.h
* change towards the versioning scheme of the audiomanager in CMakelists.txt

12 years ago* [GT-1835] Resolve issues identified by code screening process: added missing header...
christian mueller [Mon, 20 Feb 2012 15:20:34 +0000 (16:20 +0100)]
* [GT-1835] Resolve issues identified by code screening process: added missing headers, added text version of LGPL v2.1

12 years agoMerge branch 'master', remote branch 'buildsau/master'
christian mueller [Mon, 20 Feb 2012 15:04:54 +0000 (16:04 +0100)]
Merge branch 'master', remote branch 'buildsau/master'

12 years ago* deactivate TelnetServerTest
Frank Herchet [Mon, 20 Feb 2012 13:18:54 +0000 (14:18 +0100)]
* deactivate TelnetServerTest

12 years ago* add listMainConnections
Frank Herchet [Mon, 20 Feb 2012 07:41:52 +0000 (08:41 +0100)]
* add listMainConnections
* add listMainSources
* add listMainSinks
* some optimizations in CAmTelnetMenuHelper

12 years ago* fix reset of 'conn' command if number of arguments < 2
Frank Herchet [Fri, 17 Feb 2012 08:08:31 +0000 (09:08 +0100)]
* fix reset of 'conn' command if number of arguments < 2

12 years ago* merge
Frank Herchet [Tue, 14 Feb 2012 16:12:12 +0000 (17:12 +0100)]
* merge

12 years ago* merge of changes from Christian
Frank Herchet [Tue, 14 Feb 2012 16:00:45 +0000 (17:00 +0100)]
* merge of changes from Christian

12 years ago* modify contructor of CAmTelnetMenuHelper
Frank Herchet [Tue, 14 Feb 2012 15:47:51 +0000 (16:47 +0100)]
* modify contructor of CAmTelnetMenuHelper

12 years ago* add gtest for telnetserver
Frank Herchet [Tue, 14 Feb 2012 15:47:22 +0000 (16:47 +0100)]
* add gtest for telnetserver

12 years ago* added command to option telnetserver
christian mueller [Mon, 13 Feb 2012 16:46:09 +0000 (17:46 +0100)]
* added command to option telnetserver
* make AudioManager build without warning again

12 years ago* fixed bug in remove connections
christian mueller [Mon, 13 Feb 2012 15:26:36 +0000 (16:26 +0100)]
* fixed bug in remove connections
* added functionality in default ConnectionPlugin

12 years ago* added new functions to controlreceiver / databasehandler:
christian mueller [Mon, 13 Feb 2012 13:55:12 +0000 (14:55 +0100)]
* added new functions to controlreceiver / databasehandler:
getSinkInfoDB
getSourceInfoDB
getMainConnectionInfoDB
* adopted changeMainConnectionRouteDB to new type
* added tests for these types
* recreation of interfaces

12 years ago* change includes in CAmTelnetMenuHelper
christian mueller [Mon, 13 Feb 2012 09:43:05 +0000 (10:43 +0100)]
* change includes in CAmTelnetMenuHelper

12 years agoMerge remote branch 'buildsau/master'
christian mueller [Mon, 13 Feb 2012 09:41:27 +0000 (10:41 +0100)]
Merge remote branch 'buildsau/master'

12 years ago* Update README; Short howto about the telnetserver
Frank Herchet [Fri, 10 Feb 2012 09:27:49 +0000 (10:27 +0100)]
* Update README; Short howto about the telnetserver

12 years ago* modify RoutingSender Async to match with TestHMI
christian mueller [Thu, 9 Feb 2012 16:20:18 +0000 (17:20 +0100)]
* modify RoutingSender Async to match with TestHMI
* modify ControlSenderPlugin to have dummy behaviour

12 years ago* fix some methods in CAmTelnetMenuHelper
Frank Herchet [Thu, 9 Feb 2012 13:00:10 +0000 (14:00 +0100)]
* fix some methods in CAmTelnetMenuHelper

12 years ago* merge local changes with updated master
Frank Herchet [Thu, 9 Feb 2012 12:25:40 +0000 (13:25 +0100)]
* merge local changes with updated master

12 years ago* fix list domains in telnetserver
christian mueller [Thu, 9 Feb 2012 12:17:11 +0000 (13:17 +0100)]
* fix list domains in telnetserver

12 years agoMerge branch 'telnetserver'
christian mueller [Thu, 9 Feb 2012 11:54:59 +0000 (12:54 +0100)]
Merge branch 'telnetserver'

12 years ago* adoption of RoutinInterfaceAsync to testHMI
christian mueller [Thu, 9 Feb 2012 11:38:18 +0000 (12:38 +0100)]
* adoption of RoutinInterfaceAsync to testHMI
* adoption of projekttypes.h to HMI
* comment out wrapper dlt messages because too much pollution

12 years ago* remove duplicate current command prompt
Frank Herchet [Thu, 9 Feb 2012 09:27:43 +0000 (10:27 +0100)]
* remove duplicate current command prompt
* remove debug output of TelnetServer.h
* fix compile error in main.cpp
* remove unused methods in TelnetServer.h

12 years ago* more changes regarding test controller. Now a very basic connect is supported
christian mueller [Wed, 8 Feb 2012 16:01:01 +0000 (17:01 +0100)]
* more changes regarding test controller. Now a very basic connect is supported

12 years ago* changed main to register observer (thanks TGO)
christian mueller [Wed, 8 Feb 2012 14:42:31 +0000 (15:42 +0100)]
* changed main to register observer (thanks TGO)
* changed command DBUSplugin to register Connection at 2nd DBUSMessageHandler Instance (thanks TGO)
* Expanded dummyController functionality