Posted
almost 8 years
ago
by
lassoan
BUG: Fixed qSlicerWidgetTest2
ITK IO classes had to be registered to be able to read input images.
Added error/warning check in output of all Qt GUI cxx tests.
Fixes #4272 (https://issues.slicer.org/view.php?id=4272)
|
Posted
almost 8 years
ago
by
lassoan
BUG: Fixed display node creation during scalar->labelmap conversion
Fix of regression introduced earlier today.
|
Posted
almost 8 years
ago
by
lassoan
ENH: Simplified SegmentStatistics test
|
Posted
almost 8 years
ago
by
lassoan
BUG: Fixed heap corruption during scalar->labelmap conversion
Rebuilding histogram for an empty volume after scalar->labelmap conversion triggered a heap corruption report in Visual Studio,
during a free() call. It was not clear why heap
|
Posted
almost 8 years
ago
by
lassoan
ENH: Added labelmap->scalar conversion in Volumes module
Now there is two-way conversion between labelmapscalar volumes.
|
Posted
almost 8 years
ago
by
lassoan
BUG: Fixed saving of FreeSurfer model nodes with overlay
When FreeSurfer overlay was read from file, a vtkMRMLFreeSurferModelOverlayStorageNode node got associated with the model node, which was a mistake, as that storage node does not support
|
Posted
almost 8 years
ago
by
lassoan
ENH: Improved transform widget display and apply transform sections
Simplified interaction section in transform display widget.
Synchronize interaction section in transform display widget with MRML node content.
Disable scaling interaction by
|
Posted
almost 8 years
ago
by
lassoan
BUG: Fixed transform rotation spinbox in Transforms module
When 0 degree was attempted to be changed by typing .1 the spinbox was reset to 0. The problem was that 0->0.1 means that the number of digits are changed, which triggered an update on
|
Posted
almost 8 years
ago
by
jcfr
COMP: Update CTK to fix build issue with CMake 3.9.0-rc2.
Build error was introduced by "cmIfCommand: Reject duplicate else() and misplaced
elseif()" (https://gitlab.kitware.com/cmake/cmake/merge_requests/594)
See #4380
$ git shortlog
|
Posted
almost 8 years
ago
by
lassoan
BUG: Fixed crash on scene close
MRML widgets must not hold raw pointers to nodes, as node delete events may not be invoked during scene close for all nodes.
|