Page MenuHomePhabricator

Create DataManagerLight plugin
Closed, ResolvedPublic

Description

this is the MITK bug for creating a "light" version of the DataManager (DM). This is connected to the QA T11039. The following requirements were formulated in the course of the design:

  1. the DM shows all loaded images in a list
  2. the DM ensures that only the selected image is visible (all other images are not visible)
  3. the DM features loading an image from disk
  4. the DM enables for removing an image from the list
  5. the DM shows the name of the patient of the currently selected image

Event Timeline

New remote branch pushed: bug-14416-dm-light

[e4d5e8]: Merge branch 'bug-14416-dm-light'

Merged commits:

2013-02-04 18:19:43 Michael Mueller [1b0c45]
finished with DataManager light according to the requirements


2013-02-04 18:10:50 Michael Mueller [20ac5c]
toggle visibility implemented: todo: listen to node visibility changes


2013-02-04 18:04:10 Michael Mueller [4f1b66]
loading/removing works
TODO: selection toggle


2013-02-04 17:45:10 Michael Mueller [ac9605]
name is displayed when selection changes


2013-02-04 17:25:06 Michael Mueller [f80502]
node adding and removing working


2013-02-04 16:57:25 Michael Mueller [4af27c]
made icon work


2013-02-04 16:42:41 Michael Mueller [5b2773]
stub for datamanagerlight

finished with DM Light.
please open new bugs for issues or new features

[993f97]: Merge branch 'bug-14416-dm-light'

Merged commits:

2013-02-08 14:27:08 Sascha Zelzer [f1b1d9]
The datamanager light only needs the Mitk module.