Posted
almost 10 years
ago
by
jcfr
BUG: Fix uninitialized value in vtkSlicerVolumesLogic.
This commit fix the following error reported by valgrind memcheck tool:
==1290==
==1290== Conditional jump or move depends on uninitialised value(s)
==1290== at 0x3E5C64FA:
|
Posted
almost 10 years
ago
by
jcfr
BUG: Update SimpleFilters with patches for LabelMapVolume node changes.
48b7873 Remove input based automatic LabelMap output restriction.
c90a778 Replace LabelMap checkbox with option in output combo box
d3f3bf1 Restore support for label map volumes
|
Posted
almost 10 years
ago
by
jcfr
ENH: Creating Qt designer plugin for qSlicerSimpleMarkupsWidget
From: Matthew Holden
|
Posted
almost 10 years
ago
by
jcfr
BUG: Allow qSlicerSimpleMarkupsWidget to be instantiated without Slicer app
From: Matthew Holden
|
Posted
almost 10 years
ago
by
jcfr
STYLE: Refactor GrowCut effect logic moving popup outside of the logic
Rational: GUI for user interaction should not be added to the logic.
Instead the check should be done in the user interface code.
From: Jean-Christophe Fillion-Robin
|
Posted
almost 10 years
ago
by
jcfr
ENH: Add warning when GrowCut effect is attempted with unsupported image type
If GrowCut editor effect is attempted to be applied on an image or
labelmap that is not short then a warning is displayed for the user.
See details here: http://www.na-mic.org/Bug/view.php?id=2873
From: Andras Lasso
|
Posted
almost 10 years
ago
by
jcfr
STYLE: Remove version string from loadable module xml description
This will facilitate release process. It will be one less element to
update when releasing a new version of Slicer.
Rational: Some loadable module include a xml file describing their
|
Posted
almost 10 years
ago
by
jcfr
STYLE: Remove version number from acknowledgment in Welcome module
Since the html page is only visible from within Slicer, there is no need
to mention the version number again. This will be one less element to
update when releasing a new version of Slicer.
|
Posted
almost 10 years
ago
by
pinter
ENH: Added removeAttribute function to MRML node comboboxes and proxy model
Attribute filtering in MRML node comboboxes work with only one attribute at a time. So filtering could be "disabled" for volumes by simply overwriting it with the labelmap
|
Posted
almost 10 years
ago
by
jcfr
STYLE: Facilitate release process updating wiki URL with Nightly namespace
This commit updates the templates to use wiki documentation url
mentioning the Nightly version. This will facilitate maintenance avoiding
to explicitly update the file after
|