Page MenuHomePhabricator
Feed Advanced Search

Aug 2 2016

engelm added a comment to T17453: PlanarFigure statemachine behaves badly when opening a contextmenu.

I was not yet able to merge the changes into master as t he dashboard is currently red

Aug 2 2016, 10:11 AM · Bugzilla, MITK
engelm added a comment to T17453: PlanarFigure statemachine behaves badly when opening a contextmenu.

The bugfix is not really relevant as the MITK Workbench does not use this feature, but as the bug is already fixed and tested and ready for merge...

Aug 2 2016, 10:11 AM · Bugzilla, MITK
engelm added projects to T17453: PlanarFigure statemachine behaves badly when opening a contextmenu: MITK, Bugzilla.
Aug 2 2016, 10:11 AM · Bugzilla, MITK
engelm added a comment to T17365: PlanarFigureMapper causes flickering when using MESA OpenGL implementation.

[5f67db]: COMP: Merge branch 'bug-17365-no-planarfigure-flicker-with-mesa'

Merged commits:

2014-06-18 13:31:00 Markus Engel [c2dc94]
dummy commit

Aug 2 2016, 10:11 AM · Bugzilla, MITK
engelm added a comment to T17365: PlanarFigureMapper causes flickering when using MESA OpenGL implementation.

[c307a7]: Merge branch 'bug-17365-no-planarfigure-flicker-with-mesa'

Merged commits:

2014-02-27 14:36:28 Markus Engel [3b1a75]
always using 'GL_LINE_STRIP' for rendering PlanarFigures

Aug 2 2016, 10:11 AM · Bugzilla, MITK
engelm added projects to T17365: PlanarFigureMapper causes flickering when using MESA OpenGL implementation: MITK, Bugzilla.
Aug 2 2016, 10:11 AM · Bugzilla, MITK
engelm added a comment to T17365: PlanarFigureMapper causes flickering when using MESA OpenGL implementation.

I have re-fixed the problem by always using 'GL_LINE_STRIP' as this GL method does not cause the flickering effect when using MESA.

Aug 2 2016, 10:11 AM · Bugzilla, MITK
engelm added projects to T17276: Crash in PlanarFigureSegmentationController: MITK, Bugzilla.
Aug 2 2016, 10:10 AM · MITK (2016-11), Bugzilla
engelm added a comment to T17276: Crash in PlanarFigureSegmentationController.

I have integrated the fix into my snapshot.

Aug 2 2016, 10:10 AM · MITK (2016-11), Bugzilla
engelm added a comment to T17276: Crash in PlanarFigureSegmentationController.

[ff5720]: Merge branch 'bug-17276-crash-in-PlanarFigureSegmentationController-ma

Merged commits:

2014-02-20 09:26:11 Markus Engel [2e25e2]
initializing filters if they are NULL

Aug 2 2016, 10:10 AM · MITK (2016-11), Bugzilla
engelm added a comment to T17276: Crash in PlanarFigureSegmentationController.

I have fixed this potential Crash by making sure that the filters are correctly initialized before trying to call methods on them...

Aug 2 2016, 10:10 AM · MITK (2016-11), Bugzilla
engelm added projects to T17196: DisplayInteractor should support more configuration: MITK, Bugzilla.
Aug 2 2016, 10:10 AM · Bugzilla, MITK
engelm added a comment to T17190: PlanarFigureInteractor unnecessarily uses property of PlanarFigure.

Yes, it's safe. There really should be no issues connected to these changes..

Aug 2 2016, 10:10 AM · Bugzilla, MITK
engelm added a comment to T17196: DisplayInteractor should support more configuration.

[1ea5b2]: Merge branch 'bug-17196-more-configuration-for-displayinteractor-maste

Merged commits:

2014-02-13 16:20:26 Markus Engel [e28b4c]
added more configurability to DisplayInteractor

Aug 2 2016, 10:10 AM · Bugzilla, MITK
engelm added a comment to T17190: PlanarFigureInteractor unnecessarily uses property of PlanarFigure.

[1c0765]: COMP: Merge branch 'bug-17190-planarfigureinteraction-with-old-figures

Merged commits:

2014-02-24 09:15:13 Markus Engel [12aac5]
added missing property to fix PlanarFigureIOTest

Aug 2 2016, 10:10 AM · Bugzilla, MITK
engelm added a comment to T17190: PlanarFigureInteractor unnecessarily uses property of PlanarFigure.

OK, turns out we really need the check for this property here. Without it, the PlanarFigure is not correctly created when moving the mouse even slightly during a double-click.

Aug 2 2016, 10:10 AM · Bugzilla, MITK
engelm added a comment to T17190: PlanarFigureInteractor unnecessarily uses property of PlanarFigure.

I have removed the check for the property as described in the description. Interaction with PlanarFgigures that have been serialized without the property "initallyplaced" works fien again.

Aug 2 2016, 10:10 AM · Bugzilla, MITK
engelm added a comment to T17190: PlanarFigureInteractor unnecessarily uses property of PlanarFigure.

Works like a charm. The fix has not been closed because I was not able to integrate it into master yet (Dashboard locked).

Aug 2 2016, 10:10 AM · Bugzilla, MITK
engelm added projects to T17190: PlanarFigureInteractor unnecessarily uses property of PlanarFigure: MITK, Bugzilla.
Aug 2 2016, 10:10 AM · Bugzilla, MITK
engelm added a comment to T17190: PlanarFigureInteractor unnecessarily uses property of PlanarFigure.

[510c65]: Merge branch 'bug-17190-planarfigureinteraction-with-old-figures'

Merged commits:

2014-02-24 08:28:23 Markus Engel [3e07d1]
fixed additional interaction bug in PlanarFigureInteractor

Aug 2 2016, 10:10 AM · Bugzilla, MITK
engelm added a comment to T17061: DICOMReader needs to store more properties of the DICOM Images in mitk::Images.

I have added the missing properties with commit 6f00a85f1bcfb13aa03a5293204a6263caec6cd1 and integrated it into my snapshot.

Aug 2 2016, 10:10 AM · MITK (2014-03), Bugzilla
engelm added projects to T17061: DICOMReader needs to store more properties of the DICOM Images in mitk::Images: MITK, Bugzilla.
Aug 2 2016, 10:10 AM · MITK (2014-03), Bugzilla
engelm added a comment to T16744: Refactoring of DicomSeriesReader.

Well, as far as I know, the refactoring is finished. Daniel has invested a massive amount of time in testing and bugfixing and everything seems to work real fine right now.

Aug 2 2016, 10:09 AM · Bugzilla, MITK
engelm added a comment to T16744: Refactoring of DicomSeriesReader.

So far, I have checked the new classes for general code-related issues:

Aug 2 2016, 10:09 AM · Bugzilla, MITK
engelm added a comment to T16693: Improve performance of interaction framework.

The measures taken to improve the performance of the interaction framework did not have the impact I had hoped they would.

Aug 2 2016, 10:09 AM · MITK (2016-11), Bugzilla
engelm added projects to T16694: mitk::DataNode should not include mitk::Image in header: MITK, Bugzilla.
Aug 2 2016, 10:09 AM · MITK (2016-11), Bugzilla
engelm added projects to T16693: Improve performance of interaction framework: MITK, Bugzilla.
Aug 2 2016, 10:09 AM · MITK (2016-11), Bugzilla
engelm added a comment to T16651: Migration of Interactors.

New remote branch pushed: bug-16651-tools-have-been-adapted-to-new-interaction-framework

Aug 2 2016, 10:09 AM · Bugzilla, MITK
engelm added a comment to T16625: PlanarCircle should be editable with each point on the circle.

New remote branch pushed: bug-16625-improved-circle-interaction

Aug 2 2016, 10:09 AM · MITK (2016-11), Bugzilla
engelm added a comment to T16625: PlanarCircle should be editable with each point on the circle.

[d46d53]: Merge branch 'bug-16625-improved-circle-interaction-master'

Merged commits:

2013-12-05 16:13:38 Markus Engel [2bf22a]
made PlanarCircle editable with any point on the circle

Aug 2 2016, 10:09 AM · MITK (2016-11), Bugzilla
engelm added projects to T16625: PlanarCircle should be editable with each point on the circle: MITK, Bugzilla.
Aug 2 2016, 10:09 AM · MITK (2016-11), Bugzilla
engelm added a comment to T16505: mitkFunctionInstallAutoLoadModules does not install dependencies.

New remote branch pushed: bug-16505-mitkFunctionInstallAutoLoadModules_dependencies-rebased

Aug 2 2016, 10:09 AM · Auto-closed, Bugzilla, MITK
engelm added a comment to T16449: PlanarFigure not always editable when rendered.

[04b173]: Merge branch 'bug-16449-correct-planarfigureinteractor-tolerance-maste

Merged commits:

2013-11-19 13:30:04 Markus Engel [165073]
using the same tolerance as the PF-Mapper in the PF-Interactor

Aug 2 2016, 10:08 AM · MITK (2013-12), Bugzilla
engelm added a comment to T16456: Exception in PlanarFigure-Interpolation-Segmentation.

Exception has been fixed

Aug 2 2016, 10:08 AM · Bugzilla, MITK
engelm added a comment to T16456: Exception in PlanarFigure-Interpolation-Segmentation.

New remote branch pushed: bug-16456-crash-in-planarfigure-interpolation

Aug 2 2016, 10:08 AM · Bugzilla, MITK
engelm added a comment to T16456: Exception in PlanarFigure-Interpolation-Segmentation.

[54c053]: Merge branch 'bug-16456-crash-in-planarfigure-interpolation-master'

Merged commits:

2013-11-19 15:00:24 Markus Engel [30c4f8]
fixed logic to remove planarFigures from interpolation

Aug 2 2016, 10:08 AM · Bugzilla, MITK
engelm added a comment to T16449: PlanarFigure not always editable when rendered.

This issue is present in the current version.

Aug 2 2016, 10:08 AM · MITK (2013-12), Bugzilla
engelm added a comment to T16449: PlanarFigure not always editable when rendered.

I adapted the distance-tolerance of the interactor to match that of the mapper. Thus a PlanarFigure that is rendered is also editable by the interactor.

Aug 2 2016, 10:08 AM · MITK (2013-12), Bugzilla
engelm added projects to T16456: Exception in PlanarFigure-Interpolation-Segmentation: MITK, Bugzilla.
Aug 2 2016, 10:08 AM · Bugzilla, MITK
engelm added a comment to T16449: PlanarFigure not always editable when rendered.

New remote branch pushed: bug-16449-planarFigureInteractor-correct-tollerance

Aug 2 2016, 10:08 AM · MITK (2013-12), Bugzilla
engelm added a comment to T16449: PlanarFigure not always editable when rendered.

New remote branch pushed: bug-16449-correct-planarfigureinteractor-tolerance-master

Aug 2 2016, 10:08 AM · MITK (2013-12), Bugzilla
engelm added projects to T16449: PlanarFigure not always editable when rendered: MITK, Bugzilla.
Aug 2 2016, 10:08 AM · MITK (2013-12), Bugzilla
engelm added a comment to T16236: Enhance mitkImageStatisticsCalculator with hotspot search.

[508875]: Merge branch 'bug-16236-final-version-for-master'

Merged commits:

2014-09-30 15:17:00 Markus Engel [2f8ccf]
fixed compile errors

Aug 2 2016, 10:07 AM · Bugzilla, MITK
engelm added a comment to T16236: Enhance mitkImageStatisticsCalculator with hotspot search.

Ticket will be closed due to inactivity. Nothing is being done here anymore

Aug 2 2016, 10:07 AM · Bugzilla, MITK
engelm added a comment to T16236: Enhance mitkImageStatisticsCalculator with hotspot search.

[47395c]: COMP: Merge branch 'bug-16236-final-version-for-master'

Merged commits:

2014-10-07 17:37:09 Markus Engel [60eef7]
using int instead of unsigned int in HotSpotTest

Aug 2 2016, 10:07 AM · Bugzilla, MITK
engelm added a comment to T16236: Enhance mitkImageStatisticsCalculator with hotspot search.

[71be84]: COMP: Merge branch 'bug-16236-final-version-for-master'

Merged commits:

2014-10-07 17:59:35 Markus Engel [ff4f47]
fixed another singed/unsigned comparison warning/error

Aug 2 2016, 10:07 AM · Bugzilla, MITK
engelm added a comment to T16236: Enhance mitkImageStatisticsCalculator with hotspot search.

[33cd2c]: COMP: Merge branch 'bug-16236-final-version-for-master'

Merged commits:

2014-10-07 17:54:24 Markus Engel [115647]
trying to get rid of warning with signed/unsigned comparison

Aug 2 2016, 10:07 AM · Bugzilla, MITK
engelm added a comment to T16236: Enhance mitkImageStatisticsCalculator with hotspot search.

OK, I will integrate this now..

Aug 2 2016, 10:07 AM · Bugzilla, MITK
engelm added projects to T16193: context->GetServiceReference<>() crashes: MITK, Bugzilla.
Aug 2 2016, 10:07 AM · MITK (2016-11), Bugzilla
engelm added projects to T16121: Create build target for HEADERS_ONLY modules: MITK, Bugzilla.
Aug 2 2016, 10:07 AM · Auto-closed, MITK, Bugzilla
engelm added a comment to T16077: Planar figure control points only movable when hovering over planar figure before.

The description of this bug really sounds like the issue that should have been fixed with T15856.

Aug 2 2016, 10:07 AM · Bugzilla, MITK
engelm added a comment to T15856: cannot select the center control point in planar circle figure.

You are right, I had forgotten to add a missing action. I pushed it, now it should work.

Aug 2 2016, 10:06 AM · Bugzilla, MITK
engelm added a comment to T15856: cannot select the center control point in planar circle figure.

OK, I think now I understand what you are trying to do here.

Aug 2 2016, 10:06 AM · Bugzilla, MITK
engelm added a comment to T15856: cannot select the center control point in planar circle figure.

I just had a look at the new branch.

Aug 2 2016, 10:06 AM · Bugzilla, MITK
engelm added a comment to T15856: cannot select the center control point in planar circle figure.

Sorry for the late reply, I checked everything again. Seems to work fine for me now.

Aug 2 2016, 10:06 AM · Bugzilla, MITK
engelm added a comment to T15856: cannot select the center control point in planar circle figure.

First of all, thank you for working on this bug. I admit that I have not tried to move a whole PlanarCircle by moving the central point.

Aug 2 2016, 10:06 AM · Bugzilla, MITK
engelm added projects to T15840: Don't export classes used by interaction framework internally: MITK, Bugzilla.
Aug 2 2016, 10:05 AM · Bugzilla, MITK
engelm added projects to T15821: Add possibility to accessByItk using ReadAccessor: MITK, Bugzilla.
Aug 2 2016, 10:05 AM · Bugzilla, MITK
engelm added a comment to T15817: Add possibility to register 'Listeners' specific for one renderer.

New remote branch pushed: bug-15817-listeners-specific-to-renderer

Aug 2 2016, 10:05 AM · MITK (2013-09), Bugzilla
engelm added a comment to T15817: Add possibility to register 'Listeners' specific for one renderer.

Teh feature has been implemented as proposed in the wiki specification

Aug 2 2016, 10:05 AM · MITK (2013-09), Bugzilla
engelm added a comment to T15817: Add possibility to register 'Listeners' specific for one renderer.

OK, now that everything works fine here this bug can be closed..

Aug 2 2016, 10:05 AM · MITK (2013-09), Bugzilla
engelm added a comment to T15817: Add possibility to register 'Listeners' specific for one renderer.

[09b4ab]: Merge branch 'bug-15817-listeners-specific-to-renderer'

Merged commits:

2013-08-08 15:45:37 Markus Engel [71597e]
creating correct filtering for renderer specific listeners

Aug 2 2016, 10:05 AM · MITK (2013-09), Bugzilla
engelm added projects to T15817: Add possibility to register 'Listeners' specific for one renderer: MITK, Bugzilla.
Aug 2 2016, 10:05 AM · MITK (2013-09), Bugzilla
engelm added projects to T15797: Move handing of conditions to StateMachineTransition: MITK, Bugzilla.
Aug 2 2016, 10:05 AM · Auto-closed, MITK, Bugzilla
engelm added projects to T15796: Add consistency check of StateMachine patterns to new interaction framework: MITK, Bugzilla.
Aug 2 2016, 10:05 AM · Bugzilla, MITK
engelm added a comment to T15749: Compression should be configurable in mitkImageWriter.

I have added a new method ImageWriter::SetUseCompression(bool) that can be used to dis-/enable the compression for the writing of images.

Aug 2 2016, 10:05 AM · Bugzilla, MITK
engelm added projects to T15749: Compression should be configurable in mitkImageWriter: MITK, Bugzilla.
Aug 2 2016, 10:05 AM · Bugzilla, MITK
engelm added a comment to T15749: Compression should be configurable in mitkImageWriter.

New remote branch pushed: bug-15749-make-compression-configuratble

Aug 2 2016, 10:05 AM · Bugzilla, MITK
engelm added a comment to T15749: Compression should be configurable in mitkImageWriter.

New remote branch pushed: bug-15749-make-compression-configurable-master

Aug 2 2016, 10:05 AM · Bugzilla, MITK
engelm added a comment to T15749: Compression should be configurable in mitkImageWriter.

[b1bc1b]: Merge branch 'bug-15749-configurable-compression'

Merged commits:

2014-06-18 13:01:46 Markus Engel [f37186]
use of compression is configurable

Aug 2 2016, 10:05 AM · Bugzilla, MITK
engelm added a comment to T15700: Sort faster during DICOM loading.

Simple fix to speedup sorting of DICOM files. By declaring Tag objects as static, they do not need to be constructed in each run.

Aug 2 2016, 10:05 AM · MITK (2013-09), Bugzilla
engelm added a comment to T15697: Add real conditions to transitions in new interaction framework.

The implementation of the conditions is finished, Dashboard is green.

Aug 2 2016, 10:05 AM · MITK (2013-09), Bugzilla
engelm added a comment to T15697: Add real conditions to transitions in new interaction framework.

Reopen to push some changes that were made after review with Daniel.

Aug 2 2016, 10:05 AM · MITK (2013-09), Bugzilla
engelm added a comment to T15697: Add real conditions to transitions in new interaction framework.

I have further improved the code and extended the documentation.

Aug 2 2016, 10:05 AM · MITK (2013-09), Bugzilla
engelm added a comment to T15697: Add real conditions to transitions in new interaction framework.

[cde4c2]: COMP: Merge branch 'bug-15697-stateMachineConditions'

Merged commits:

2013-08-07 16:36:36 Markus Engel [e7b41b]
removed const in std::vector to satisfy gcc

Aug 2 2016, 10:05 AM · MITK (2013-09), Bugzilla
engelm added a comment to T15697: Add real conditions to transitions in new interaction framework.

(In reply to Sascha Zelzer from comment #5)

Here it comes ;-) Thanks for working on it.

(In reply to Markus Engel from comment #4)

  1. Is the new StateMachineCondition class supposed to be used

programmatically by external users (e.g. adding new conditions at runtime

...

private. The two classes StateMachineFactory and StateMachineContainer are
friend classes now.

In principal, sounds good to me. However, removing the MITK_CORE_EXPORT
macro from classes already contained in a previous MITK release will also
break third-party code. If the following classes should be removed from the
public MITK API, please mark them as deprecated but keep the
MITK_CORE_EXPORT macro. We can remove the macro after the next release:

  • StateMachineState
  • StateMachineAction
  • StateMachineTransition

Additionally, if the StateMachineTransition class is not going to be
exported, using private methods and friend classes doesn't make so much
sense any more (except for protecting ourselves against internal API misuse).

Aug 2 2016, 10:05 AM · MITK (2013-09), Bugzilla
engelm added a comment to T15697: Add real conditions to transitions in new interaction framework.

OK, I have changed the code according to your review.

Aug 2 2016, 10:05 AM · MITK (2013-09), Bugzilla
engelm added a comment to T15697: Add real conditions to transitions in new interaction framework.

[8f7e44]: Merge branch 'bug-15697-stateMachineConditions'

Merged commits:

2013-08-07 14:17:57 Markus Engel [b77739]
moved checking of conditions to new method, results are cached for potential following checks

Aug 2 2016, 10:05 AM · MITK (2013-09), Bugzilla
engelm added a comment to T15697: Add real conditions to transitions in new interaction framework.

Thank you for the great review! I have taken each point into consideration and tried to adapt the changes accordingly:

Aug 2 2016, 10:05 AM · MITK (2013-09), Bugzilla
engelm added projects to T15697: Add real conditions to transitions in new interaction framework: MITK, Bugzilla.
Aug 2 2016, 10:05 AM · MITK (2013-09), Bugzilla
engelm added a comment to T15697: Add real conditions to transitions in new interaction framework.

New remote branch pushed: bug-15697-stateMachineConditions

Aug 2 2016, 10:05 AM · MITK (2013-09), Bugzilla
engelm added a comment to T15652: Minor issues with the Statemachines.

Branch has been integrated, this bug is closed...

Aug 2 2016, 10:05 AM · Bugzilla, MITK
engelm added a comment to T15652: Minor issues with the Statemachines.

I have fixed the two issues described above.
The interaction direction has been corrected, I have also adapted the default interaction config in the XML files as well. That is actually why nobody noticed the bug, the default XML config says 'leftright' in order to have 'updown'.

Aug 2 2016, 10:05 AM · Bugzilla, MITK
engelm added a comment to T15652: Minor issues with the Statemachines.

New remote branch pushed: bug-15652-statemachine-fixes

Aug 2 2016, 10:05 AM · Bugzilla, MITK
engelm added projects to T15652: Minor issues with the Statemachines: MITK, Bugzilla.
Aug 2 2016, 10:05 AM · Bugzilla, MITK
engelm added a comment to T15652: Minor issues with the Statemachines.

[61e494]: Merge branch 'bug-15652-statemachine-fixes'

Merged commits:

2013-08-09 11:38:31 Markus Engel [11a9fe]
corrected interaction direction in XML config as well

Aug 2 2016, 10:05 AM · Bugzilla, MITK
engelm added a comment to T15652: Minor issues with the Statemachines.

I have fixed the two issues described above.
The interaction direction has been corrected, I have also adapted the default interaction config in the XML files as well. That is actually why nobody noticed the bug, the default XML config says 'leftright' in order to have 'updown'.

Aug 2 2016, 10:05 AM · Bugzilla, MITK
engelm added projects to T15647: PlanarFigureSegmentation Module has an unused dependency to Segmentation module: MITK, Bugzilla.
Aug 2 2016, 10:05 AM · Bugzilla, MITK
engelm added a comment to T15647: PlanarFigureSegmentation Module has an unused dependency to Segmentation module.

New remote branch pushed: bug-15647-planarfigureinteraction-dependency-cleanup

Aug 2 2016, 10:05 AM · Bugzilla, MITK
engelm added a comment to T15647: PlanarFigureSegmentation Module has an unused dependency to Segmentation module.

I have removed the unnecessary depenency to the segmentation module from the CmakeLists.txt.

Aug 2 2016, 10:05 AM · Bugzilla, MITK
engelm added a comment to T15647: PlanarFigureSegmentation Module has an unused dependency to Segmentation module.

[3fc51d]: Merge branch 'bug-15647-planarfigureinteraction-dependency-cleanup'

Merged commits:

2013-07-18 08:18:07 Markus Engel [9a44bd]
removed unnecessary dependency to segmentation module

Aug 2 2016, 10:05 AM · Bugzilla, MITK
engelm added a comment to T15632: Casting of images to and from itkImage modifies image.

That's true.

Aug 2 2016, 10:05 AM · Auto-closed, Bugzilla, MITK
engelm added a comment to F1022: input.nrrd.

binary segmentation with error

Aug 2 2016, 10:05 AM
engelm added projects to T15632: Casting of images to and from itkImage modifies image: MITK, Bugzilla.
Aug 2 2016, 10:05 AM · Auto-closed, Bugzilla, MITK
engelm added a comment to F1020: mitkImageCastingTest.cpp.

Unittest that fails due to the error

Aug 2 2016, 10:05 AM
engelm added a comment to F1021: pic3d_cast.png.

Screenshots of Pic3D pre and post cast

Aug 2 2016, 10:05 AM
engelm added a comment to T15632: Casting of images to and from itkImage modifies image.

I have compared the ::Print() output of both input and output images and found out that they differ in pixeltype.

Aug 2 2016, 10:05 AM · Auto-closed, Bugzilla, MITK
engelm added a comment to T15632: Casting of images to and from itkImage modifies image.

I have opened Pic3D both pre and post Cast-Test and created screenshots. The changes are obvious!

pic3d_cast.png (601×878 px, 213 KB)

Aug 2 2016, 10:05 AM · Auto-closed, Bugzilla, MITK
engelm added a comment to T15632: Casting of images to and from itkImage modifies image.

I attach the unittest that fails due to the error. It has a Qt dependency!

Aug 2 2016, 10:05 AM · Auto-closed, Bugzilla, MITK
engelm added a comment to T15566: Fix minor issues with mitkEventConfig.

extended unittest has been integrated into master..

Aug 2 2016, 10:04 AM · MITK (2013-09), Bugzilla