Posted
almost 8 years
ago
by
lassoan
BUG: Fixed warping of markup fiducial labels
Warping of markup fiducial labels was caused by using perspective projection in overlay renderer's camera. See details in commontk/CTK#720.
By switching to parallel projection, default scaling of widgets
|
Posted
almost 8 years
ago
by
lassoan
BUG: Fixed build watning in vtkOrientedImageDataResample thresholding
Use double value for threshold and convert it to specific type in a safe manner.
Fixes #4229 (https://issues.slicer.org/view.php?id=4229)
|
Posted
almost 8 years
ago
by
lassoan
ENH: Removed terminology support from Colors module
Terminologies are now managed by a dedicated module (Terminologies) and used in segmentations modules.
Fixes #4320 (https://issues.slicer.org/view.php?id=4320)
|
Posted
almost 8 years
ago
by
lassoan
ENH: Improved segment editor interaction mode modification handling
Removed unnecessary default Python implementation of interactionNodeChanged.
Modified interactionNodeChanged -> interactionNodeModified to more clearly indicate that the node selection did not change, only the node content was modified.
|
Posted
almost 8 years
ago
by
lassoan
ENH: Made scene modification detection more accurate
vtkMRMLScene::GetModifiedSinceRead() is used for deciding if scene file should be offered for saving by default in the Save dialog.
The behavior was to only offer to save the scene if nodes were
|
Posted
almost 8 years
ago
by
lassoan
ENH: Deactivate segment editor effect if markups placement mode activated
If user clicks on the toolbar to change the mouse mode to place markup fiducial, ruler, or ROI, segment editor deactivates the current effect, to make sure there is no
|
Posted
almost 8 years
ago
by
lassoan
ENH: Avoid recheck of CMake SSL capability
Reconfiguring Slicer required internet connection for CMake SSL test to pass.
It caused inconvenience when Slicer build was attempted from an unstable network connection.
Fixes #4326 (https://issues.slicer.org/view.php?id=4326)
|
Posted
almost 8 years
ago
by
lassoan
ENH: Removed legacy BSplineToDeformationField module
BSplineToDeformationField could convert certain bspline transform type to displacement field. The module was limited what transform types it can handle.
Conversion for all transform types was
|
Posted
almost 8 years
ago
by
ihnorton
STYLE: (DEL?) remove DICOMDiffusionVolumePlugin
|
Posted
almost 8 years
ago
by
lassoan
BUG: Fixed annotation ROI transform hardening
Scale was estimated incorrectly. Now the new ROI computed as the smallest bounding box that contains all the transformed corner points.
Fixes #4332 (https://issues.slicer.org/view.php?id=4332)
|