25
I Use This!
Activity Not Available

News

Analyzed 4 months ago. based on code collected 5 months ago.
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 ... [More] WriteCellsAsBinary and valgrind defects COMP: Explicitly export SingleValuedNonLinearVnlOptimizerv4 Davis Vigneault (1): COMP: C++11 Warnings in thirdparty PNG module. Matthew McCormick (13): COMP: Address may bu used uninitialized in IdentityTransformTest. COMP: Address array subscript above bounds in VTKPolyDataReader. COMP: Work around GDCM test segfault with Clang 3.5+. BUG: Do not use pthreads with Emscripten. COMP: Fix unused parameter warnings in itkMultiThreaderNoThreads. BUG: Do not output CMake log files in itkSystemInformationTest. COMP: Work around segfaults with VS12 in RegionOfInterestImageFilter. DOC: Update Wiki Examples Remote to June 26, 2015. COMP: Update ParabolicMorphology to address doxygen warning. COMP: Add missing exports in the ITKFEM module. BUG: Use CMAKE_LIBRARY_OUTPUT_DIRECTORY for build tree WrapITK.pth. DOC: Document grafting the input image in composite filters. DOC: Bump SphinxExample remote module version to 2015-07-02. Michka Popoff (1): ENH: Update PyInit for Python 3 From: Jean-Christophe Fillion-Robin [Less]
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