Page MenuHomePhabricator

Create plugin for managment of ultrasound devices
Closed, ResolvedPublic

Description

The base module mitkUS is mostly complete and now requires an mitk Plugin.

Event Timeline

[126654]: Merge branch 'bug-11947-CreatePluginForManagmentOfUltrasoundDevices'

Merged commits:

2012-06-28 17:11:46 Keno Maerz [727ab2]
Deactivating the Pipeline Tests again until they are reworked


2012-06-28 16:13:12 Keno Maerz [548d59]
Further Smartpointer casting corrections


2012-06-28 15:46:26 Christoph Kolb [a7488d]
corrected smartpointer casting


2012-06-28 15:29:51 Keno Maerz [071b34]
Merge branch 'bug-12315-RewriteUSImageVideoSourceToStrictlyRelyOnHighgui' into bug-11947-CreatePluginForManagmentOfUltrasoundDevices


2012-06-28 15:28:47 Keno Maerz [7848c8]
Deactivating Pipelinetest again, getting ready for major Pipeline rework


2012-06-28 15:03:21 Keno Maerz [4295a0]
Made video files work again


2012-06-26 17:38:59 Keno Maerz [617f62]
Plugin Cleanup, getting ready for ImageSource Migration


2012-06-26 16:15:24 Keno Maerz [82345e]
Finally made USDevice Abstract


2012-06-26 13:49:59 Keno Maerz [3ec661]
Fixing DeviceClass behaviour in NewVideoDeviceWidget


2012-06-26 13:44:39 Keno Maerz [6af406]
Removed duplicate class naming convention for Microservices in USDevice


2012-06-25 16:39:44 Keno Maerz [072eea]
General Cleanup


2012-06-25 16:09:44 Keno Maerz [c6d1b6]
Further Cleanup


2012-06-25 16:03:01 Keno Maerz [bb129e]
Cleanup of Ultrasoundsupport plugin, documentation


2012-06-21 17:43:00 Keno Maerz [1e1c85]
First steps towards real-time imaging


2012-06-21 14:43:41 Keno Maerz [ce4ecf]
Added preliminary icon


2012-06-21 13:03:09 Keno Maerz [aafb75]
Merge branch 'bug-11947-CreatePluginForManagmentOfUltrasoundDevices' of mitk.org:MITK into bug-11947-CreatePluginForManagmentOfUltrasoundDevices


2012-06-20 13:11:58 Keno Maerz [8ab18b]
Minor Changes to USImageVideoSource


2012-06-18 14:45:31 Thomas Kilgus [b1fd6c]
Fixed linux spelling issues.


2012-06-14 13:32:01 Keno Maerz [aba091]
VideoSource correctly returns succession of images


2012-06-12 17:19:56 Keno Maerz [559943]
several of smaller changes, bugfixes and minor improvements


2012-06-11 14:45:51 Keno Maerz [a44bbd]
Added a DeviceListWidget to abstract filtering of devices


2012-06-11 11:55:39 Keno Maerz [0cf706]
Fully implemented activation / deactivation logic into DeviceManagerWidget


2012-06-11 09:35:03 Keno Maerz [fd36ce]
Merge branch 'bug-11075-micro-services-bug-fixes' into bug-11947-CreatePluginForManagmentOfUltrasoundDevices


2012-06-09 16:00:41 Sascha Zelzer [818d74]
Refine service property locking to avoid possible deadlocks.


2012-06-09 16:00:31 Sascha Zelzer [c2fc79]
Test only for a specific service interface count.


2012-06-08 15:44:29 Keno Maerz [f75c95]
Merge branch 'bug-11075-micro-services-unregistration' into bug-11947-CreatePluginForManagmentOfUltrasoundDevices

Conflicts:
Modules/US/USModel/mitkUSDevice.h


2012-06-08 14:22:19 Keno Maerz [a83269]
Baby steps to make DevcieManager support activity state of devices


2012-06-06 18:02:06 Keno Maerz [9c1eea]
Connected the new Inputs in NewVideoDeviceWidget


2012-06-06 12:08:06 Keno Maerz [5d98c9]
NewVideoDeviceWidget now has ability to create USDevice from VideoFile or from Capture device


2012-06-05 18:02:54 Keno Maerz [e4675f]
NewVideoDeviceWidget now correctly creates VideoDevices.


2012-06-05 17:14:30 Keno Maerz [dc89c8]
Overhauled activation and connection management in USDevice. Plugin now shows and hides it's fields according to current operation. Several minor tweaks and fixes.


2012-06-01 18:34:38 Keno Maerz [7c95ef]
Removed debug code to generate fake devcies


2012-06-01 18:33:03 Keno Maerz [492283]
CreateNewDevice Widget now creates devices and registers them. Many improvements with the Service System


2012-05-31 18:52:17 Keno Maerz [51a5c7]
Added event listening ability to DevicemanagerWidget


2012-05-31 16:53:54 Keno Maerz [ccff73]
DeviceManagerWidget refactored to use new Microservice Structure


2012-05-31 09:04:27 Keno Maerz [50e631]
Formular to enter new device specifics


2012-05-29 17:34:19 Keno Maerz [5fc805]
Created New Widget: UsNewVideoDeviceWidget to create Video Devices on the fly


2012-05-29 16:58:37 Keno Maerz [3e0695]
Integrated Widget and Plugin, Basic SIgnal/Slot support etc...


2012-05-29 14:52:52 Keno Maerz [7e2089]
First proper Slots & Signals for the DeviceManagerWidget, Basic Implementation for the DeviceManager.


2012-05-29 11:24:10 Keno Maerz [8f48fb]
Added new class "USDevcieService" that manages and allows connection to US Devices


2012-05-29 10:52:54 Keno Maerz [b42b36]
Cleanup: Moved Model Files from mitkUS/USFIlters to mitkUS/USModel


2012-05-21 13:20:59 Keno Maerz [601173]
Added DeviceManager Widget to Plugin


2012-05-21 12:00:48 Keno Maerz [0f6a9a]
Created Module USUI


2012-05-21 11:36:33 Keno Maerz [7d5755]
Created Plugin Ultrasound

Completed Plugin that allows to create USVideoDevices to from either devices or Video Files and display them. Makes extensive use of the Microservice API. Also, along with the plugin, extensive changes to MitkUS have been introduced.