Changesets: Import 2017-06-07 23:51:09

master 917d84e5

2015-07-15 16:14:19

jcfr

Details Diff
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 <jchris.fillionr@kitware.com>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24429 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Modules/Scripted/EditorLib/GrowCutEffect.py Diff File

master 04e6b4f9

2015-07-15 16:14:17

jcfr

Details Diff
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 <lasso@queensu.ca>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24428 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Modules/Scripted/EditorLib/GrowCutEffect.py Diff File

master 21ca813e

2015-07-15 15:01:00

jcfr

Details Diff
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
parameter. Similarly to CLI module, this file is used on the wiki to
"automatically" document [1] the option provided by a loadable module.

The MediaWiki template responsible for transforming the XML into wiki code
is available in [2]. Since it doesn't make use of the version information,
this commit simplify the maintenance by removing it.

[1] http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/Tutorials/DocumentModule#Documentation_for_a_loadable_module

[2] http://www.slicer.org/slicerWiki/index.php?title=Template:Documentation/Nightly/module-description

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24427 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Modules/Loadable/Annotations/Documentation/Annotations.xml Diff File
mod - Modules/Loadable/Cameras/Documentation/Cameras.xml Diff File
mod - Modules/Loadable/Data/Documentation/Data.xml Diff File
mod - Modules/Loadable/Markups/Documentation/Markups.xml Diff File
mod - Modules/Loadable/Models/Documentation/Models.xml Diff File
mod - Modules/Loadable/Reformat/Documentation/Reformat.xml Diff File
mod - Modules/Loadable/SceneViews/Documentation/SceneViews.xml Diff File
mod - Modules/Loadable/Transforms/Documentation/Transforms.xml Diff File
mod - Modules/Loadable/ViewControllers/Documentation/ViewControllers.xml Diff File
mod - Modules/Loadable/VolumeRendering/Documentation/VolumeRendering.xml Diff File
mod - Modules/Loadable/Volumes/Documentation/Volumes.xml Diff File

master cc671c0a

2015-07-15 15:00:57

jcfr

Details Diff
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.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24426 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Modules/Loadable/SlicerWelcome/Resources/HTML/Acknowledgment.html Diff File

master 3e07a472

2015-07-15 14:58:32

pinter

Details Diff
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 attribute. As it does not exist any more, it was needed to add the corresponding removeAttribute function to qMRMLNodeComboBox and qMRMLSortFilterProxyModel (it was already implemented in qMRMLNodeFactory)

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24425 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Libs/MRML/Widgets/qMRMLNodeComboBox.cxx Diff File
mod - Libs/MRML/Widgets/qMRMLNodeComboBox.h Diff File
mod - Libs/MRML/Widgets/qMRMLSortFilterProxyModel.cxx Diff File
mod - Libs/MRML/Widgets/qMRMLSortFilterProxyModel.h Diff File

master 1f09d008

2015-07-15 14:23:42

jcfr

Details Diff
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 each release.

More specifically, thanks to the previous commit (ENH: Update wiki URLs
in module panel to reference correct documentation.), the module panel has
been instrumented to update the module description so that documentation
URLs are updated at runtime to point to the correct version of the wiki
documentation.

Note also that a new FAQ section entitled "Documentation Writing" has
been added to the Developer FAQ [1]. At the time of this commit, it reference
the following question:

How to reference module or extension documentation hosted on the Slicer wiki ?

[1] http://wiki.slicer.org/slicerWiki/index.php?title=Documentation/Nightly/Developers/FAQ#Developer_FAQ:_Writing_Documentation

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24424 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Applications/SlicerApp/Testing/Python/CMakeLists.txt Diff File
mod - Extensions/CMake/SlicerExtensionsDashboardScript.TEMPLATE.cmake Diff File
mod - Extensions/Testing/CLIExtensionTemplate/CLIModuleTemplate/CLIModuleTemplate.xml Diff File
mod - Extensions/Testing/CLIExtensionTemplate/CMakeLists.txt Diff File
mod - Extensions/Testing/EditorExtensionTemplate/CMakeLists.txt Diff File
mod - Extensions/Testing/LoadableExtensionTemplate/CMakeLists.txt Diff File
mod - Extensions/Testing/ScriptedLoadableExtensionTemplate/CMakeLists.txt Diff File
mod - Extensions/Testing/SuperBuildExtensionTemplate/CMakeLists.txt Diff File
mod - Extensions/Testing/SuperBuildExtensionTemplate/SuperCLIModuleTemplate/SuperCLIModuleTemplate.xml Diff File
mod - Modules/CLI/ACPCTransform/ACPCTransform.xml Diff File
mod - Modules/CLI/AddScalarVolumes/AddScalarVolumes.xml Diff File
mod - Modules/CLI/BSplineToDeformationField/BSplineToDeformationField.xml Diff File
mod - Modules/CLI/BlobDetection/BlobDetection.xml Diff File
mod - Modules/CLI/CastScalarVolume/CastScalarVolume.xml Diff File
mod - Modules/CLI/CheckerBoardFilter/CheckerBoardFilter.xml Diff File
mod - Modules/CLI/ConnectedComponent/ConnectedComponent.xml Diff File
mod - Modules/CLI/CreateDICOMSeries/CreateDICOMSeries.xml Diff File
mod - Modules/CLI/CurvatureAnisotropicDiffusion/CurvatureAnisotropicDiffusion.xml Diff File
mod - Modules/CLI/DTIImportExport/DTIexport.xml Diff File
mod - Modules/CLI/DTIImportExport/DTIimport.xml Diff File
mod - Modules/CLI/DWIJointRicianLMMSEFilter/DWIJointRicianLMMSEFilter.xml Diff File
mod - Modules/CLI/DWIRicianLMMSEFilter/DWIRicianLMMSEFilter.xml Diff File
mod - Modules/CLI/DWIToDTIEstimation/DWIToDTIEstimation.xml Diff File
mod - Modules/CLI/DWIUnbiasedNonLocalMeansFilter/DWIUnbiasedNonLocalMeansFilter.xml Diff File
mod - Modules/CLI/DiffusionTensorScalarMeasurements/DiffusionTensorScalarMeasurements.xml Diff File
mod - Modules/CLI/DiffusionWeightedVolumeMasking/DiffusionWeightedVolumeMasking.xml Diff File
mod - Modules/CLI/ExecutionModelTour/ExecutionModelTour.xml Diff File
mod - Modules/CLI/ExpertAutomatedRegistration/ExpertAutomatedRegistration.xml Diff File
mod - Modules/CLI/ExtractSkeleton/ExtractSkeleton.xml Diff File
mod - Modules/CLI/FiberBundleLabelSelect/FiberBundleLabelSelect.xml Diff File
mod - Modules/CLI/FiberTractMeasurements/FiberTractMeasurements.xml Diff File
mod - Modules/CLI/FiducialRegistration/FiducialRegistration.xml Diff File
mod - Modules/CLI/GaussianBlurImageFilter/GaussianBlurImageFilter.xml Diff File
mod - Modules/CLI/GradientAnisotropicDiffusion/GradientAnisotropicDiffusion.xml Diff File
mod - Modules/CLI/GrayscaleFillHoleImageFilter/GrayscaleFillHoleImageFilter.xml Diff File
mod - Modules/CLI/GrayscaleGrindPeakImageFilter/GrayscaleGrindPeakImageFilter.xml Diff File
mod - Modules/CLI/GrayscaleModelMaker/GrayscaleModelMaker.xml Diff File
mod - Modules/CLI/HistogramMatching/HistogramMatching.xml Diff File
mod - Modules/CLI/ImageLabelCombine/ImageLabelCombine.xml Diff File
mod - Modules/CLI/LabelMapSmoothing/LabelMapSmoothing.xml Diff File
mod - Modules/CLI/MaskScalarVolume/MaskScalarVolume.xml Diff File
mod - Modules/CLI/MedianImageFilter/MedianImageFilter.xml Diff File
mod - Modules/CLI/MergeModels/MergeModels.xml Diff File
mod - Modules/CLI/ModelMaker/ModelMaker.xml Diff File
mod - Modules/CLI/ModelToLabelMap/ModelToLabelMap.xml Diff File
mod - Modules/CLI/MultiplyScalarVolumes/MultiplyScalarVolumes.xml Diff File
mod - Modules/CLI/N4ITKBiasFieldCorrection/N4ITKBiasFieldCorrection.xml Diff File
mod - Modules/CLI/OrientScalarVolume/OrientScalarVolume.xml Diff File
mod - Modules/CLI/PETStandardUptakeValueComputation/PETStandardUptakeValueComputation.xml Diff File
mod - Modules/CLI/ProbeVolumeWithModel/ProbeVolumeWithModel.xml Diff File
mod - Modules/CLI/ResampleDTIVolume/ResampleDTIVolume.xml Diff File
mod - Modules/CLI/ResampleScalarVectorDWIVolume/ResampleScalarVectorDWIVolume.xml Diff File
mod - Modules/CLI/ResampleScalarVolume/ResampleScalarVolume.xml Diff File
mod - Modules/CLI/RobustStatisticsSegmenter/RobustStatisticsSegmenter.xml Diff File
mod - Modules/CLI/SimpleRegionGrowingSegmentation/SimpleRegionGrowingSegmentation.xml Diff File
mod - Modules/CLI/SubtractScalarVolumes/SubtractScalarVolumes.xml Diff File
mod - Modules/CLI/TestGridTransformRegistration/TestGridTransformRegistration.xml Diff File
mod - Modules/CLI/ThresholdScalarVolume/ThresholdScalarVolume.xml Diff File
mod - Modules/CLI/TractographyLabelMapSeeding/TractographyLabelMapSeeding.xml Diff File
mod - Modules/CLI/VotingBinaryHoleFillingImageFilter/VotingBinaryHoleFillingImageFilter.xml Diff File
mod - Modules/Core/EventBroker/Documentation/EventBroker.xml Diff File
mod - Modules/Loadable/Annotations/Documentation/Annotations.xml Diff File
mod - Modules/Loadable/Cameras/Documentation/Cameras.xml Diff File
mod - Modules/Loadable/Data/Documentation/Data.xml Diff File
mod - Modules/Loadable/Markups/Documentation/Markups.xml Diff File
mod - Modules/Loadable/Models/Documentation/Models.xml Diff File
mod - Modules/Loadable/Reformat/Documentation/Reformat.xml Diff File
mod - Modules/Loadable/SceneViews/Documentation/SceneViews.xml Diff File
mod - Modules/Loadable/SlicerWelcome/Resources/HTML/Acknowledgment.html Diff File
mod - Modules/Loadable/SlicerWelcome/Resources/HTML/OtherUsefulHints.html Diff File
mod - Modules/Loadable/Transforms/Documentation/Transforms.xml Diff File
mod - Modules/Loadable/ViewControllers/Documentation/ViewControllers.xml Diff File
mod - Modules/Loadable/VolumeRendering/Documentation/VolumeRendering.xml Diff File
mod - Modules/Loadable/Volumes/Documentation/Volumes.xml Diff File
mod - Utilities/Templates/Extensions/Default/CMakeLists.txt Diff File
mod - Utilities/Templates/Extensions/SuperBuild/CMakeLists.txt Diff File

master 57e2c18f

2015-07-15 14:23:29

jcfr

Details Diff
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.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24423 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Base/QTGUI/qSlicerModulePanel.cxx Diff File

master a5d3c5fe

2015-07-15 14:23:27

jcfr

Details Diff
ENH: Extend qSlicerUtils API adding function to replace version in wiki urls

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24422 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Base/QTCore/Testing/Cxx/qSlicerUtilsTest1.cxx Diff File
mod - Base/QTCore/qSlicerBaseQTCorePythonQtDecorators.h Diff File
mod - Base/QTCore/qSlicerUtils.cxx Diff File
mod - Base/QTCore/qSlicerUtils.h Diff File
mod - Utilities/Doxygen/Doxyfile.txt.in Diff File

master 15d2b075

2015-07-15 14:23:25

jcfr

Details Diff
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.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24421 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Base/QTCore/Testing/Cxx/qSlicerUtilsTest1.cxx Diff File
mod - Base/QTCore/qSlicerCoreApplication.cxx Diff File
mod - Base/QTCore/qSlicerCoreApplication.h Diff File
mod - Base/QTCore/qSlicerUtils.cxx Diff File
mod - Base/QTCore/qSlicerUtils.h Diff File

master 920a27c4

2015-07-15 14:23:23

jcfr

Details Diff
STYLE: Add missing space in CLI help text.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24420 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Base/QTCLI/qSlicerCLIModule.cxx Diff File

master 73131271

2015-07-15 04:13:10

jcfr

Details Diff
STYLE: Fix unused variable warning in qSlicerSubjectHierarchyVolumesPlugin

From: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24419 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Modules/Loadable/Volumes/SubjectHierarchyPlugins/qSlicerSubjectHierarchyVolumesPlugin.cxx Diff File

master aac93f2e

2015-07-15 04:13:07

jcfr

Details Diff
ENH: Added orientation marker to slice view annotations.

This will fix issue 0002935.
Also:
* Refactoring slice view annotation code.
* Changed ScalarBar implementation: Instead of adding widget to the interactor
the scalarbar actor is directly added to the renderer. The previous implementation
(widget) had conflicts with orientation marker renderer.

Note: The STL models are made with MakeHuman software[1]. Based on [2] the exported models are under CCO licence.

[1] http://www.makehuman.org/
[2] http://www.makehuman.org/doc/faq/can_i_sell_models_created_with_makehuman.html

From: Alireza Mehrtash <mehrtash@bwh.harvard.edu>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24418 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Modules/Scripted/DataProbe/CMakeLists.txt Diff File
add - Modules/Scripted/DataProbe/DataProbeLib/Resources/Models/humanOrientationMarker.stl Diff File
add - Modules/Scripted/DataProbe/DataProbeLib/Resources/Models/leftShoeOrientationMarker.stl Diff File
add - Modules/Scripted/DataProbe/DataProbeLib/Resources/Models/rightShoeOrientationMarker.stl Diff File
add - Modules/Scripted/DataProbe/DataProbeLib/Resources/Models/shortsOrientationMarker.stl Diff File
mod - Modules/Scripted/DataProbe/DataProbeLib/Resources/UI/settings.ui Diff File
mod - Modules/Scripted/DataProbe/DataProbeLib/SliceViewAnnotations.py Diff File

master 6f0030c1

2015-07-15 02:40:13

jcfr

Details Diff
BUG: Fix test broken by addition of new units.

Associated commit was r24413

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24417 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Modules/Loadable/Units/Testing/Cxx/vtkSlicerUnitsLogicTest1.cxx Diff File

master 34bbf2b8

2015-07-15 02:40:11

jcfr

Details Diff
ENH: Update DICOMWidgets to invoke "newFileLoaded()" signal.

This commit will ensure that volume loaded using the DICOM interface
will also invoke "newFileLoaded()" signal.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24416 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Modules/Scripted/DICOMLib/DICOMWidgets.py Diff File

master 36c121bc

2015-07-15 02:40:07

jcfr

Details Diff
ENH: Extend IOManager to allow python script to invoke "newFileLoaded" signal

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24415 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Base/QTCore/qSlicerCoreIOManager.cxx Diff File
mod - Base/QTCore/qSlicerCoreIOManager.h Diff File

master 6ca59b0b

2015-07-15 02:02:27

jcfr

Details Diff
ENH: Added node printself output to node inspector

Detailed node content (output of node->PrintSelf) is now available in
the node inspector.

If the node is changed then the window is updated automatically (if
the node inspector is not visible then no update happens to avoid any
potential performance regressions).

The vtkObject's irrelevant list of observers are removed from the output.

Reviewed-by: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>

From: Andras Lasso <lasso@queensu.ca>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24414 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Libs/MRML/Core/vtkMRMLNode.cxx Diff File
mod - Libs/MRML/Widgets/Resources/UI/qMRMLNodeAttributeTableWidget.ui Diff File
mod - Libs/MRML/Widgets/qMRMLNodeAttributeTableWidget.cxx Diff File
mod - Libs/MRML/Widgets/qMRMLNodeAttributeTableWidget.h Diff File

master af66adcc

2015-07-15 01:29:55

jcfr

Details Diff
ENH: Adding extra units support (frequency, velocity and intensity)

Fixes 0004017

Reviewed-by: Julien Finet <julien.finet@kitware.com>

From: Davide Punzo <punzodavide@hotmail.it>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24413 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Modules/Loadable/Units/Logic/vtkSlicerUnitsLogic.cxx Diff File
mod - Modules/Loadable/Units/Widgets/Resources/UI/qMRMLUnitWidget.ui Diff File
mod - Modules/Loadable/Units/qSlicerUnitsSettingsPanel.cxx Diff File

master 9ad91739

2015-07-15 01:29:52

jcfr

Details Diff
ENH: Organizing settings panel unit using a scroll area.

This allow to gracefully manage more units.

See 0004017

From: Davide Punzo <punzodavide@hotmail.it>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24412 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Modules/Loadable/Units/Resources/UI/qSlicerUnitsSettingsPanel.ui Diff File
mod - Modules/Loadable/Units/qSlicerUnitsSettingsPanel.cxx Diff File

master 1a7221ce

2015-07-15 01:29:50

jcfr

Details Diff
BUG: Fix display issue using explicit encoded byte sequence for unit name

Reviewed-by: Julien Finet <julien.finet@kitware.com>

From: Davide Punzo <punzodavide@hotmail.it>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24411 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Modules/Loadable/Units/Logic/vtkSlicerUnitsLogic.cxx Diff File

master 2209e582

2015-07-15 01:29:48

jcfr

Details Diff
STYLE: Simplify copy/paste code in transforms widget using QAction

This commit tweaks the feature integrated in r24403

From: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24410 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Modules/Loadable/Transforms/Resources/UI/qSlicerTransformsModuleWidget.ui Diff File
mod - Modules/Loadable/Transforms/qSlicerTransformsModuleWidget.cxx Diff File

master 1308f47c

2015-07-15 00:10:47

lassoan

Details Diff
BUG: Fixed node selector node type specification syntax

There was a common syntax error in defining single-element Qt string lists in Python.

The correct way of defining a single element list:
self.outputSelector.nodeTypes = ["vtkMRMLScalarVolumeNode"]

The correct way of defining a single element tuple:
self.outputSelector.nodeTypes = "vtkMRMLScalarVolumeNode",

Currently many modules try to define a single-element tuple like this:
self.outputSelector.nodeTypes = ( ("vtkMRMLScalarVolumeNode"), "" ) => this is long and ugly and also incorrect, as the tuple has actually two elements, "vtkMRMLScalarVolumeNode" and an empty element; the empty element generates the dysfunctional "Create new node" and "Create new node as..." options.

The syntax error is fixed in all modules and a check was added to ignore empty elements in the node type list (in case the syntax error occurs again in the future).


git-svn-id: http://svn.slicer.org/Slicer4/trunk@24409 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Extensions/Testing/ScriptedLoadableExtensionTemplate/ScriptedLoadableModuleTemplate/ScriptedLoadableModuleTemplate.py Diff File
mod - Libs/MRML/Widgets/qMRMLNodeComboBox.cxx Diff File
mod - Modules/Scripted/EditorLib/HelperBox.py Diff File
mod - Modules/Scripted/EditorLib/LabelCreateDialog.py Diff File
mod - Modules/Scripted/FiberBundleToLabelMap/FiberBundleToLabelMap.py Diff File
mod - Modules/Scripted/LabelStatistics/LabelStatistics.py Diff File
mod - Modules/Scripted/SurfaceToolbox/SurfaceToolbox.py Diff File
mod - Modules/Scripted/VectorToScalarVolume/VectorToScalarVolume.py Diff File
mod - Utilities/Templates/Modules/Scripted/TemplateKey.py Diff File

master 6d100948

2015-07-14 14:51:35

pinter

Details Diff
COMP: Fixed subject hierarchy build issue with CLI disabled

Fixes 0004014

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24408 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Modules/Loadable/Markups/SubjectHierarchyPlugins/CMakeLists.txt Diff File
mod - Modules/Loadable/Models/SubjectHierarchyPlugins/CMakeLists.txt Diff File
mod - Modules/Loadable/SubjectHierarchy/Widgets/CMakeLists.txt Diff File
mod - Modules/Loadable/SubjectHierarchy/Widgets/qSlicerSubjectHierarchyRegisterPlugin.cxx Diff File
mod - Modules/Loadable/Transforms/SubjectHierarchyPlugins/CMakeLists.txt Diff File
mod - Modules/Loadable/Volumes/SubjectHierarchyPlugins/CMakeLists.txt Diff File
mod - Modules/Scripted/DICOMLib/SubjectHierarchyPlugins/CMakeLists.txt Diff File

master 37bb0df6

2015-07-14 12:15:46

pinter

Details Diff
ENH: Read and apply window/level found in DICOM volumes

The first window/level pair that is found in a DICOM volume file is applied to the display node.
Topic branch: https://github.com/cpinter/Slicer/tree/3467-read-and-apply-windowlevel-from-dicom

Fixes 0003467

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24407 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Modules/Scripted/DICOMPlugins/DICOMScalarVolumePlugin.py Diff File

master 3f2c91c8

2015-07-10 12:00:26

jcfr

Details Diff
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.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24406 3bd1e089-480b-0410-8dfb-8563597acbee
mod - SuperBuild/External_ITKv4.cmake Diff File

master a9c6ab1e

2015-07-10 11:26:20

jcfr

Details Diff
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 <jchris.fillionr@kitware.com>

From: Matt McCormick <matt.mccormick@kitware.com>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24405 3bd1e089-480b-0410-8dfb-8563597acbee
mod - CMakeLists.txt Diff File
mod - SuperBuild/External_ITKv4.cmake Diff File
 First  Prev  1 2 3 ... 10 ... 20 ... 30 ... 40 ... 50 ... 60 ... 63 64 65 66 67 68 69 70 ... 80 ... 90 ... 100 ... 110 ... 120 ... 130 ... 133 134 135  Next  Last