kislinsk created an object:
MITK v2021.02.
kislinsk renamed
T28000: MITK v2021.02 from
MITK v2021.01 to
MITK v2021.02.
kislinsk renamed
MITK (v2021.02) from
v2021.01 to
v2021.02.
kislinsk edited the content of
Changelog.
Merge branch 'master' into develop
Add possibility to specify link directories
Make OpenSSL a general optional dependency
Do not use START command to start command-line apps in Windows installer
Simplify question for creating static or dynamic segmentations
Remove corrector tool from 2-d segmentation tools
Fix initial UI state if a point set is already selected
Remove redundant logic for changed selection
Improve node predicate for point set selection
Disable context menu with dysfunctional actions
Fix initial UI state if an image or a bounding object is already selected
Keep original level window after cropping and masking
Workarround for T28252 to avoid constant scrollbar is active.
Fixed an error in QmitkCESTStatisticsView::OnSliceChanged.
Deleted branch from rMITK MITK: .
fixed compile error (unused variable)
Fix VTK property interference between mappers
Added checks to avoid null pointer accesses if tool is in undefined state.
Fixed T28222 Show histogram according to selected time point
Disable plane suggestion feature of 3-d interpolation
Fix extension directory association
Change output type to LabelSetImage
Put local functions into anonymous namespace
Add Contour to Image utility also to Multilabel Utilities view
Exclude hidden objects from selection widgets
Add documentation for Contour to Image utility
Fix documentation warning
Add missing hints for predicates
Simplify Image Masking utility
Refactor binary image check
Apply reference level window to result image
Fix expected return type of watcher
Patch DCMQI v1.2.3 to increase precision of serialized numbers
Improve build instructions
Fix expected return type of watcher
Restore precision for geometry checks
Fix maximum number of characters in DCMQI's float serialization
Fixed illegal reference to stack variable.
Use more strict epsilon on test data
Workarround fix for T27883
Clean up QmitkSlicesInterpolator::OnAccept3DInterpolationClicked() method
Make interpolated surfaces permanent
Match number of time steps between segmentation and surface
Include originating time step in interpolation data node.
Match time bounds of interpolated surface with current segmentation time step
Fix time geometry of interpolation feedback
Fix time geometry of contours surface
Only show current time step in 2-d surface mapper
Only show current time step in 3-d surface mapper
Release quickfix for T28275
Deactivated PickingTool for 4D images as a workarround fix for T28248
Utilize properties to serialize time-related information for surfaces in MITK…
Apply CTEST_BUILD_CONFIGURATION on Unix
Add methods for UTF-8 string conversion
Add test for UTF-8 string conversion
Explicitly encode path, name, and MITK.IO.reader.inputlocation string…
Necessary warning suppressions for compiling MITK using Qt 5.15
Switch back to official repository that includes the necessary fixes now
Remove all workarounds to handle render window menu visibility differently on…
Adapt to recent render window menu simplifications
Remove volume rendering preference for multi-label segmentations
Always react on changed preferences
Remove volume rendering preference for segmentations
Fix tooltip for auto-selection mode
Lower precision for rotation matrix check
2021 Week 06 (Early February)
Deleted branch from rMITK MITK: .
Pushed new branch to rMITK MITK: .
Adding @kalali to the subscribers as he also is interested in the definition of our clang format file.
Is it really a minor change and we include it in the current release, but still we should not yet officially announce support of system Qt5.
kislinsk added a revision to
T28283: Support building with Qt 5.15 :
Unknown Object (Differential Revision).
kislinsk updated the task description for
T28000: MITK v2021.02.
kislinsk updated the task description for
T28000: MITK v2021.02.
Deleted branch from rMITK MITK: .
It was an alternative code path for handling render window menu visibility on macOS that is no longer needed, resp. now even broke the visibility handling. Now all supported platforms use the same code path and to make it work in the first place without any workarounds, a few adjustmens/simplifications were necessary. The visibility status is no longer coupled to the mouse move event, which was ill-formed from the beginning and resulted in trouble on different platforms like flickering on Linux. The visibility state is now way more effectively coupled to the enter and leave events of the render windows. There's also an immediate reaction now on resize events.
Pushed new branch to rMITK MITK: .