Posted
almost 8 years
ago
by
lassoan
ENH: Made DICOM file reading more robust with Add data
When "Add data" dialog is used for loading DICOM image by selecting a single file, vtkITKArchetypeImageSeriesReader::AnalyzeDicomHeaders() method is called that collects metadata from other
|
Posted
almost 8 years
ago
by
jcfr
COMP: Update python build system 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)
Fixes #4380
$ git
|
Posted
almost 8 years
ago
by
lassoan
BUG: Fixed ResampleDTIVolume to work with composite transforms
The problem was that due to some reason this CLI module used .mat extension for writing transforms, which is not capable of handling composite transforms.
Changed it to use .h5, as that format can handle any combination of transforms.
|
Posted
almost 8 years
ago
by
lassoan
BUG: Fixed extension manager crash with dark theme
Cleanlooks style requires a window gradient if a button gradient is used but the gradient was only defined for default group,
not for disabled group.
Fixes #3732 (https://issues.slicer.org/view.php?id=3732)
|
Posted
almost 8 years
ago
by
lassoan
BUG: Fixed scene view thumbnail display
Scene view thumbnails were not displayed in the scene view list (a question mark was displayed instead of the icon).
Fixed image file path URL generation by using QUrl instead of crafting the URL string manually.
related to #3199 (https://issues.slicer.org/view.php?id=3199)
|
Posted
almost 8 years
ago
by
lassoan
ENH: Snap slice views to slice center after rotate to volume plane
Fixes #3886 (https://issues.slicer.org/view.php?id=3886)
|
Posted
almost 8 years
ago
by
lassoan
BUG: Fixed background volume switch on Segment Editor module entering
As a side effect of hiding labelmap layer, the last propagated background volume got re-displayed.
Fixed by propagating only the labelmap layer.
|
Posted
almost 8 years
ago
by
lassoan
BUG: Center view button now update clipping planes
Fixes 0004209 (https://issues.slicer.org/view.php?id=4209)
|
Posted
almost 8 years
ago
by
lassoan
BUG: Fixed simple string members stored as node references
vtkCxxSetReferenceStringMacro is intended for setting node IDs only, as it registers the string value in the scene as a node reference.
It should not be used for simple strings.
In the long
|
Posted
almost 8 years
ago
by
ihnorton
ENH: set CLI widget objectName based on parameter name
|