| 20_svn.diff |
Applications/CLI/CMakeLists.txt | 16
Applications/CLI/Cast.cxx | 399 ++++++++++
Applications/CLI/Cast.xml | 57 +
Base/GUI/vtkSlicerApplication.cxx | 8
Base/GUI/vtkSlicerApplicationGUI.cxx | 2
Base/GUI/vtkSlicerModulesConfigurationStep.cxx | 1
Base/GUI/vtkSlicerModulesStep.cxx | 13
GenerateSlicer3Config.cmake | 3
Libs/MRML/vtkMRMLVolumeArchetypeStorageNode.cxx | 81 +-
Libs/Qdec/QdecContrast.cpp | 1
Libs/RemoteIO/vtkHTTPHandler.cxx | 6
Libs/RemoteIO/vtkHTTPHandler.h | 10
Modules/EMSegment/Algorithm/vtkFileOps.cxx | 12
Modules/EMSegment/Algorithm/vtkImageMeanIntensityNormalization.cxx | 25
Modules/EMSegment/Algorithm/vtkImageMeanIntensityNormalization.h | 5
Modules/EMSegment/MRML/vtkMRMLEMSGlobalParametersNode.cxx | 2
Modules/EMSegment/MRML/vtkMRMLEMSVolumeCollectionNode.cxx | 9
Modules/EMSegment/Wizard/vtkEMSegmentAnatomicalStructureStep.cxx | 5
Modules/EMSegment/Wizard/vtkEMSegmentIntensityImagesStep.cxx | 43 +
Modules/EMSegment/Wizard/vtkEMSegmentIntensityNormalizationStep.cxx | 7
Modules/EMSegment/vtkEMSegmentLogic.cxx | 56 -
Modules/EMSegment/vtkEMSegmentMRMLManager.cxx | 102 +-
Modules/ProstateNav/vtkProstateNavLogic.cxx | 6
Scripts/extend.tcl | 3
Scripts/genlib.tcl | 2
Scripts/getbuildtest.tcl | 2
Slicer3InstallConfig.cmake.in | 2
27 files changed, 760 insertions(+), 118 deletions(-)
|
view
|
download
|
| 50_all_changes.diff |
Applications/CLI/CMakeLists.txt | 38 --------
Applications/CLI/MIDASApplications/DownloadSlicerTutorials/CMakeLists.txt | 8 -
Applications/CLI/MIDASApplications/DownloadSlicerTutorials/DownloadSlicerTutorials.cxx | 2
Applications/GUI/CMakeLists.txt | 8 +
Applications/GUI/Slicer3.cxx | 2
Base/CLI/CMakeLists.txt | 5 +
Base/GUI/CMakeLists.txt | 5 +
Base/GUI/Tcl/LoadVolume.tcl | 3
Base/Logic/CMakeLists.txt | 5 +
CMakeLists.txt | 24 ++++-
Libs/CMakeLists.txt | 1
Libs/FreeSurfer/CMakeLists.txt | 7 +
Libs/GenerateCLP/CMakeLists.txt | 8 -
Libs/GenerateCLP/UseGenerateCLP.cmake.in | 8 -
Libs/IGT/CMakeLists.txt | 7 +
Libs/ITKCommandIO/CMakeLists.txt | 7 +
Libs/LoadableModule/CMakeLists.txt | 7 +
Libs/MGHImageIO/CMakeLists.txt | 7 +
Libs/MRML/CMakeLists.txt | 7 +
Libs/MRMLIDImageIO/CMakeLists.txt | 7 +
Libs/ModuleDescriptionParser/CMakeLists.txt | 7 +
Libs/Qdec/CMakeLists.txt | 7 +
Libs/Qdec/QdecContrast.cpp | 1
Libs/RemoteIO/CMakeLists.txt | 16 ++-
Libs/RemoteIO/vtkHTTPHandler.h | 2
Libs/SlicerIO/CMakeLists.txt | 2
Libs/vtkITK/CMakeLists.txt | 7 +
Libs/vtkITK/vtkITKArchetypeImageSeriesReader.h | 2
Libs/vtkITK/vtkITKIslandMath.cxx | 2
Libs/vtkITK/vtkITKNumericTraits.h | 2
Libs/vtkTeem/CMakeLists.txt | 7 +
Libs/vtkTeem/vtkNRRDReader.cxx | 1
Libs/vtkTeem/vtkNRRDReader.h | 1
Modules/CMakeLists.txt | 2
Modules/ChangeTracker/CMakeLists.txt | 7 +
Modules/CommandLineModule/CMakeLists.txt | 7 +
Modules/EMSegment/CMakeLists.txt | 7 +
Modules/FetchMI/CMakeLists.txt | 7 +
Modules/GradientAnisotropicDiffusionFilter/CMakeLists.txt | 7 +
Modules/Meshing/Adapter/CMakeLists.txt | 5 +
Modules/Meshing/BuildingBlock/CMakeLists.txt | 5 +
Modules/Meshing/Common/CMakeLists.txt | 6 +
Modules/Meshing/Filter/CMakeLists.txt | 5 +
Modules/Meshing/IA_FEMesh/CMakeLists.txt | 7 +
Modules/Meshing/IO/CMakeLists.txt | 5 +
Modules/Meshing/Widgets/CMakeLists.txt | 5 +
Modules/Meshing/Widgets/vtkMimxCreateElementSetWidgetFEMesh.cxx | 12 ++
Modules/Meshing/Widgets/vtkMimxSelectCellsWidgetFEMesh.cxx | 47 +++++++++-
Modules/NeuroNav/CMakeLists.txt | 7 +
Modules/OpenIGTLinkIF/CMakeLists.txt | 6 -
Modules/ProstateNav/CMakeLists.txt | 27 -----
Modules/ProstateNav/Wizard/vtkProstateNavCalibrationStep.h | 7 +
Modules/QdecModule/CMakeLists.txt | 7 +
Modules/QueryAtlas/CMakeLists.txt | 30 +++---
Modules/RealTimeImaging/CMakeLists.txt | 1
Modules/ScriptedModule/CMakeLists.txt | 7 +
Modules/SlicerDaemon/CMakeLists.txt | 7 +
Modules/SlicerWelcome/CMakeLists.txt | 7 +
Modules/Statistics/LabelStatistics/CMakeLists.txt | 7 +
Modules/Tractography/Display/CMakeLists.txt | 8 +
Modules/Tractography/FiducialSeeding/CMakeLists.txt | 7 +
Modules/Tractography/Seeding/CMakeLists.txt | 7 +
Modules/VolumeRendering/CMakeLists.txt | 7 +
Modules/VolumeRendering/VolumeRenderingReplacements/CMakeLists.txt | 7 +
Modules/Volumes/CMakeLists.txt | 6 +
Scripts/versioner.tcl | 29 +-----
Utilities/Launcher/CMakeLists.txt | 4
launch.tcl.in | 12 +-
68 files changed, 366 insertions(+), 191 deletions(-)
|
view
|
download
|