Page MenuHomePhabricator

Example plug-ins use deprecated concepts and functionality
Closed, ResolvedPublic

Description

The plug-ins in Plugins/org.mitk.gui.qt.example* are old and have not been updated to use new MITK concepts and functionality. This is a major annoyance for newcomers trying to learn MITK.

The plug-ins will be moved into the "Examples" folder, be updated, and integrated with the BlueBerryExampleLauncher.

Event Timeline

New remote branch pushed: bug-16767-update-example-plugins

[d41794]: Merge branch 'bug-16767-update-example-plugins'

Merged commits:

2014-01-09 21:09:29 Sascha Zelzer [f8a6d4]
Moved example plug-ins to Examples folder and updated their code.


2014-01-09 21:08:30 Sascha Zelzer [3c926b]
Avoid CMake errors if a non-option non-target value is passed.

[7256b3]: Merge branch 'bug-16767-update-example-plugins'

Merged commits:

2014-01-12 19:19:34 Sascha Zelzer [cdf185]
Use correct Doxygen groups for example plug-ins.

[994e5b]: Merge branch 'bug-16767-update-example-plugins'

Merged commits:

2014-02-10 11:28:59 Sascha Zelzer [060d70]
Only build the OpenCV example plug-in if MITK_USE_OpenCV is ON.

[6aadfd]: Merge branch 'bug-16767-update-example-plugins'

Merged commits:

2014-02-12 00:35:03 Sascha Zelzer [b203d0]
Option values must be either ON or OFF, no 0 or 1 allowed