Page MenuHomePhabricator
Feed Advanced Search

Aug 2 2016

saruji added a comment to T7339: Provide DICOM tags as MITK properties of mitk::Image.

changes commited and merged in master: removed comments and used variable instead of strings

Aug 2 2016, 9:44 AM · Bugzilla, MITK
saruji added a comment to T7339: Provide DICOM tags as MITK properties of mitk::Image.

in branch bug-7339-provide-dicom-tags-as-image-property with commit 698ff28801ea28c3aa1ccfdb49cd088ecf378799

Aug 2 2016, 9:44 AM · Bugzilla, MITK
saruji added a comment to T7339: Provide DICOM tags as MITK properties of mitk::Image.

The tag information about each slice should be made available in the
PropertyList object of mitk::Image (NOT DataNode)

Aug 2 2016, 9:44 AM · Bugzilla, MITK
saruji added a comment to T6523: Remove unused methods and add missing includes.

[SVN revision 28889]
COMP (#6523): added check if MITK_USE_PYTHON SET to ON

Aug 2 2016, 9:42 AM · Bugzilla, MITK
saruji added projects to T6523: Remove unused methods and add missing includes: MITK, Bugzilla.
Aug 2 2016, 9:42 AM · Bugzilla, MITK
saruji added a comment to T5286: Python wrapping for MITK classes.

[SVN revision 28817]
ENH (#5286): CTK Find Libs

Aug 2 2016, 9:40 AM · Bugzilla, MITK
saruji added a comment to T5286: Python wrapping for MITK classes.

[SVN revision 28523]
FIX (#5286): Changed Variable MITK_CSWIG_PYTHON to MITK_USE_PYTHON

Aug 2 2016, 9:40 AM · Bugzilla, MITK
saruji added a comment to T5286: Python wrapping for MITK classes.

[SVN revision 28520]
FIX (#5286): Changed Variable MITK_CSWIG_PYTHON to MITK_USE_PYTHON

Aug 2 2016, 9:40 AM · Bugzilla, MITK
saruji added a comment to T5286: Python wrapping for MITK classes.

[SVN revision 28810]
ENH (#5286): Added Drag and Drop for VariableStack and Python Perspective

Aug 2 2016, 9:40 AM · Bugzilla, MITK
saruji added a comment to T5286: Python wrapping for MITK classes.

[SVN revision 28594]
ENH (#5286): QmitkPythonVariableStackTreeWidget for Drag&Drop

Aug 2 2016, 9:40 AM · Bugzilla, MITK
saruji added a comment to T5286: Python wrapping for MITK classes.

[SVN revision 28478]
ENH (#5286): added Mediator, QmitkPythonVariableStackTreeWidget for Drag&Drop

Aug 2 2016, 9:40 AM · Bugzilla, MITK
saruji added a comment to T5286: Python wrapping for MITK classes.

[SVN revision 25948]
ENH (#5286): initial version of python wrapping

Aug 2 2016, 9:40 AM · Bugzilla, MITK
saruji added a comment to T5286: Python wrapping for MITK classes.

[SVN revision 25947]
ENH (#5286): branch for python wrapping code

Aug 2 2016, 9:40 AM · Bugzilla, MITK
saruji added a comment to T4591: NavigationDataPlayer depends on line endings for reading xml navigation data.

[SVN revision 25233]
CHG (#4591): reading xml navigation data without getline function

Aug 2 2016, 9:38 AM · Bugzilla, MITK
saruji added a comment to T4347: EuclideanDistanceTo fails for the PlanarCross figure in the PlanarFigureIOTest.

After inserting a hack, which checked whether the value is 0 or not, all the tests passed.

Aug 2 2016, 9:38 AM · Bugzilla, MITK
saruji added a comment to T4347: EuclideanDistanceTo fails for the PlanarCross figure in the PlanarFigureIOTest.

The first problem was the given itk Vector. While using its normalize function it didn't check whether it would divide with 0.

Aug 2 2016, 9:38 AM · Bugzilla, MITK
saruji added a comment to T4347: EuclideanDistanceTo fails for the PlanarCross figure in the PlanarFigureIOTest.

modified PlanarFigureIOTest

Aug 2 2016, 9:38 AM · Bugzilla, MITK
saruji added a comment to F549: mitkPlanarFigureIOTest.patch.

modified PlanarFigureIOTest

Aug 2 2016, 9:38 AM
saruji added projects to T4347: EuclideanDistanceTo fails for the PlanarCross figure in the PlanarFigureIOTest: MITK, Bugzilla.
Aug 2 2016, 9:38 AM · Bugzilla, MITK
saruji added a comment to T4155: PlanarFigure serialization not ok, when plane vectors have precise vector elements.

The precision loss is not related to the tiny xml serializer. It already happens in the test case which was attached. While inserting test case data into the float vector the numbers are only allowed to have 6 valid digits plus comma, e.g.:
1.123456 gets rounded to 1.12346
0.0123456 doesn´t get rounded, because it is in the boundaries
(leading 0 are encoded by the floating point mechanism)

Aug 2 2016, 9:37 AM · Bugzilla, MITK
saruji added a comment to T4123: PlanarFigures text is not erased when the corresponding planar figure is deleted.

[SVN revision 23565]
FIX (#4123): The info text in the renderingWindow will be erased when the planar figure is deleted.

Aug 2 2016, 9:37 AM · Bugzilla, MITK
saruji added a comment to T3784: Show/Hide "Image Navigator" is misplaced in the menu "Edit".

[SVN revision 22729]
FIX (#3784): Removed "Image Navigator" from menu "Edit"

Aug 2 2016, 9:37 AM · Bugzilla, MITK
saruji added projects to T3732: ext app crashes after registration with DeformableRegistration bundle: MITK, Bugzilla.
Aug 2 2016, 9:37 AM · Bugzilla, MITK
saruji added projects to T3731: no name/description shown when right clicking on upper toolbar: MITK, Bugzilla.
Aug 2 2016, 9:37 AM · Bugzilla, MITK
saruji added a comment to T3476: Warnings and Messages in the console.

Warnings didn´t come from the core application. Changing component to blueberry (formerly known as OpenCherry)

Aug 2 2016, 9:36 AM · Bugzilla, MITK
saruji added a comment to T3476: Warnings and Messages in the console.

Poco reader has problems with the tag notation: "<xyz ...> </xyz>"
used "<xyz .../>" instead.

Aug 2 2016, 9:36 AM · Bugzilla, MITK
saruji added a comment to T3391: collons are added to the VIEW_CLASS name.

Couldn´t reproduce the error, therefore I have to correct my earlier comment. The collons are still added, but the error doesn't appear.

Aug 2 2016, 9:35 AM · Bugzilla, MITK
saruji added projects to T3391: collons are added to the VIEW_CLASS name: MITK, Bugzilla.
Aug 2 2016, 9:35 AM · Bugzilla, MITK
saruji added a comment to T3257: LevelWindow and opacity LevelWindow for RGBA Images.

Here is a patch with the proposed solution, mentioned in the request wiki entry.

Aug 2 2016, 9:34 AM · Bugzilla, MITK
saruji added a comment to F441: mitkGeometry2DDataMapper2D.patch.

patch with proposed solution

Aug 2 2016, 9:34 AM
saruji added a comment to T3067: Extend ImageStatistics with line profile widget.

As far as I remember this bug was finished but still needed to be tested properly.

Aug 2 2016, 9:32 AM · Bugzilla, MITK
saruji added a comment to T3067: Extend ImageStatistics with line profile widget.

[SVN revision 26158]
FIX (#3067): line profile widget is now active and works for multiple lines; segments are drawn in different colors

Aug 2 2016, 9:32 AM · Bugzilla, MITK
saruji added a comment to T3067: Extend ImageStatistics with line profile widget.

[SVN revision 26134]
FIX (#3067): line profile widget is now active and works for multiple lines; segments are drawn in different colors

Aug 2 2016, 9:32 AM · Bugzilla, MITK
saruji added a comment to T3067: Extend ImageStatistics with line profile widget.

[SVN revision 26159]
COMP (#3067): fix warnings

Aug 2 2016, 9:32 AM · Bugzilla, MITK