Posted
almost 10 years
ago
by
jcfr
ENH: Update wiki URLs in module panel to reference correct documentation.
For Slicer release, wiki pages in the X.Y namespace will be used, for
nightly build, pages in the Nightly namespace will be used used.
|
Posted
almost 10 years
ago
by
jcfr
ENH: Extend qSlicerUtils API adding function to replace version in wiki urls
|
Posted
almost 10 years
ago
by
jcfr
ENH: Extend core application API adding "isRelease" property.
Note that ideally the properties associated with "isRelease" and
"isInstalled" accessor functions should respectively be named "release"
and "installed". For sake of consistency and to maintain backward
compatibility, this new property is also named after its accessor function.
|
Posted
almost 10 years
ago
by
jcfr
COMP: Fix regression in ITKv4 external project properly setting INSTALL step
This commit fixes the following error:
CMake Error at cmake_install.cmake:36 (file):
file cannot create directory: /usr/local/lib/cmake/ITK-4.8. Maybe need
administrative privileges.
|
Posted
almost 10 years
ago
by
jcfr
ENH: Add option "Slicer_USE_ITKPython" to turn on ITK Python wrapping.
The option is disabled by default.
Note: This is currently only tested on the build tree with Linux.
This change depends on InsightSoftwareConsortium/ITK@13b368b fixing for
the WrapITK.pth
Reviewed-by: Jean-Christophe Fillion-Robin
From: Matt McCormick
|
Posted
almost 10 years
ago
by
jcfr
ENH: Update ITK to v4.8
$ git shortlog 5f95aa6..3388d7b --no-merges
Bradley Lowekamp (4):
BUG: Remove reliance on exceptions in StringTools::ToData methods
BUG: Remove reliance on exceptions in StringTools::ToData methods
BUG: Fix
|
Posted
almost 10 years
ago
by
jcfr
ENH: Added copy-paste linear transform Icons
Also made the translation/rotation order selector smaller and simpler.
From: Andras Lasso
|
Posted
about 10 years
ago
by
naucoin
BUG: fix regression introduced by adding storage nodes to scene views
Update the test to check for the correct number of nodes, 3 to include
the added storage node in the scene view.
Issue #3956
|
Posted
about 10 years
ago
by
naucoin
BUG: update test to fix regression
Update the scene view node store test to take into
account the newly added storage nodes in scene view scenes.
Issue #3956
|
Posted
about 10 years
ago
by
naucoin
BUG: add Scene null pointer check to copy
Testing showed that Copy can be called when the node isn't in a scene,
added a null pointer check to avoid crashing.
Issue #3965
|