Hi MITK Users, This is a compilation of a few recent changes in the MITK Git master of which some might affect your code if you live on the bleeding edge of MITK development.
A new base class for your MITK BlueBerry View classes ======================================= If you are using the MITK application framework (based on BlueBerry) and extend it by providing your own View classes, you should consider inheriting from a newly introduced base class: QmitkAbstractView. Please read the following Wiki page for a migration guideline: http://www.mitk.org/wiki/ViewsWithoutMultiWidget BlueBerry bundle CMake support dropped ======================================= As announced in [1], the CMake support for legacy BlueBerry-style bundles has now completely been dropped. If you still have some of these, convert them to proper CTK plug-ins using [2]. [1] http://www.mail-archive.com/[email protected]/msg02355.html [2] http://www.mitk.org/wiki/Converting%20a%20BlueBerry%20bundle%20to%20a%20CTK%20plugin Directory layout changes ======================================= We created a new top-level source folder called "Plugins" which now contains all available MITK plug-ins. Previously, they were split into CoreUI/Bundles and Modules/Bundles. This change will not affect your own projects unless you depend on some local changes you made to files belonging to these directories. Enjoy, Sascha ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
