Changesets: Import 2017-06-07 23:51:09
master 19ca7dcd 2014-11-26 16:02:30 Details Diff |
BUG: Fixed crash when slice compositing option is changed vtkNew pointer was deleted with Delete(). Fixes http://na-mic.org/Mantis/view.php?id=3904 git-svn-id: http://svn.slicer.org/Slicer4/trunk@23804 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Libs/MRML/Logic/vtkMRMLSliceLogic.cxx | Diff File | ||
master 022424d6 2014-11-26 15:59:27 Details Diff |
BUG: Fixed slice intersection display of non-linearly transformed model nodes An additional polydata transform filter is added to the pipeline that applies the model-to-world transform to the model's polydata. Fixes http://www.na-mic.org/Bug/view.php?id=3900 git-svn-id: http://svn.slicer.org/Slicer4/trunk@23803 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Libs/MRML/DisplayableManager/vtkMRMLModelSliceDisplayableManager.cxx | Diff File | ||
master 7b52c115 2014-11-26 11:15:46 Details Diff |
ENH: Filter testing modules in module list depending on DeveloperMode In the module selector only show modules in Testing category if DeveloperMode is enabled in application settings Fixes http://www.na-mic.org/Bug/view.php?id=3903 git-svn-id: http://svn.slicer.org/Slicer4/trunk@23802 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Base/QTGUI/Resources/UI/qSlicerSettingsDeveloperPanel.ui | Diff File | ||
mod - Base/QTGUI/qSlicerModulesMenu.cxx | Diff File | ||
master e5a3b3ae 2014-11-26 00:44:15 Details Diff |
COMP: Update CTK to fix generator expression introduced in previous commit $ git shortlog 6dfdb85..9e8f66fd --no-merges Jean-Christophe Fillion-Robin (1): Fix generator expression introduced in previous commit d779b43 git-svn-id: http://svn.slicer.org/Slicer4/trunk@23801 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - SuperBuild/External_CTK.cmake | Diff File | ||
master a7bbad2f 2014-11-26 00:21:15 Details Diff |
COMP: Fix CMake 3.x warnings related to CMP0054 and CMP0026 * Update ExternalProjectDependency based on commontk/Artichoke@6725b6a * This commit fixes warning like these ones: // ---------------------- CMake Warning (dev) at CMake/ctkMacroCheckExternalProjectDependency.cmake:345 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "SB_SECOND_PASS" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): CMake/ctkMacroCheckExternalProjectDependency.cmake:596 (ExternalProject_Message) CMakeExternals/Log4Qt.cmake:9 (ExternalProject_Include_Dependencies) CMake/ctkMacroCheckExternalProjectDependency.cmake:568 (include) CMake/ctkMacroCheckExternalProjectDependency.cmake:614 (ExternalProject_Include_Dependencies) CMake/ctkBlockCheckDependencies.cmake:132 (ExternalProject_Include_Dependencies) CMakeLists.txt:970 (include) // ---------------------- // ---------------------- 1>-- Configuring Loadable module: Transforms [qSlicerTransformsModuleExport.h] 1>CMake Warning (dev) at C:/D/P/SonoEQ-0-build/Slicer-build/CTK/CMake/ctkMacroBuildQtPlugin.cmake:168 (get_target_property): 1> Policy CMP0026 is not set: Disallow use of the LOCATION target property. 1> Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy 1> command to set the policy and suppress this warning. 1> The LOCATION property should not be read from target 1> "qSlicerAnnotationsModuleWidgetsPlugins". Use the target name directly 1> with add_custom_command, or use the generator expression $<TARGET_FILE>, as 1> appropriate. 1>Call Stack (most recent call first): 1> C:/D/P/SonoEQ-0-build/Slicer-build/CTK/CMake/ctkMacroBuildQtPlugin.cmake:181 (ctkMacroBuildQtPlugin) 1> Modules/Loadable/Annotations/Widgets/DesignerPlugins/CMakeLists.txt:36 (ctkMacroBuildQtDesignerPlugin) // ---------------------- * Updates of the associated projects are reported below: [Artichoke] $ git shortlog c3eb170..6725b6a Jean-Christophe Fillion-Robin (12): Rename Artichoke into ExternalProjectDependency Add cmake sphinx extension based on Kitware/CMake@3c8226e59 Add explicit support for function and macro directive Add sphinx gitignore Add sphinx documentation Convert README into rst and reference it from index.rst Include "indices and tables" only if generating html Add docs badge Merge pull request 0000008 from mwoehlke-kitware/installable-external-projects Fix tests including the correct module (broken after commit 9106d3d) Tweak test in ExternalProject_Message to avoid warning related to CMP0054 Update tests setting policy CMP0054 to OLD. Matthew Woehlke (1): Add function to install external CMake projects [CTK] $ git shortlog 1c97e54..6dfdb85 --no-merges Andreas Fetzer (1): Remove empty build command and set install command empty. Thus is cannot happen that the dcmtk libraries are installed to some unintended location. Setting dcmtk_dir to dcmtk-build directory Christian Askeland (4): fixed crashing line in ctkFileDialog for Qt5. improved in-code description of previous ctkFileDialog crash fix Fixed broken doxygen generation for Plugin Framework set doxygen variable ensuring macro definitions of type MY_FOO(arg) dont mess up doc generation Jean-Christophe Fillion-Robin (2): Update ExternalProjectDependency based on commontk/Artichoke@388fc33 Update ctkMacroBuildQtPlugin to fix CMake warning related to CMP0026 Sascha Zelzer (1): Removed custom QT5_INSTALL_PREFIX variable. git-svn-id: http://svn.slicer.org/Slicer4/trunk@23800 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - CMake/ExternalProjectDependency.cmake | Diff File | ||
mod - SuperBuild/External_CTK.cmake | Diff File | ||
master 14266cc0 2014-11-24 16:17:37 Details Diff |
ENH: Add access to the currently selected module for testing convenience This commit adds a Q_PROPERTY to qSlicerModuleSelectorToolBar to ensure it is available from python. It also adds the convenience method to the slicer.util python module. git-svn-id: http://svn.slicer.org/Slicer4/trunk@23799 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Base/Python/slicer/util.py | Diff File | ||
mod - Base/QTGUI/qSlicerModuleSelectorToolBar.cxx | Diff File | ||
mod - Base/QTGUI/qSlicerModuleSelectorToolBar.h | Diff File | ||
master 187f872d 2014-11-24 15:48:27 Details Diff |
ENH: Subject hierarchy tree headers show icons instead of text The text in the narrow columns ('Vis' and 'Tr') looked quite bad, so instead it shows the show/hide icon for the visualization column, and a transform icon in the transforms column. The columns are now not resized when exiting then entering the module. git-svn-id: http://svn.slicer.org/Slicer4/trunk@23798 3bd1e089-480b-0410-8dfb-8563597acbee |
||
add - Modules/Loadable/SubjectHierarchy/Widgets/Resources/Icons/Transform.png | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/Resources/qSlicerSubjectHierarchyModuleWidgets.qrc | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qMRMLSceneSubjectHierarchyModel.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/qSlicerSubjectHierarchyModuleWidget.cxx | Diff File | ||
master 40f7ed0f 2014-11-24 13:37:46 Details Diff |
BUG: Update ITKv4 to include fixes for TIFF Reader/Writer $ git shortlog 56fae27..8012ade --no-merges Bradley Lowekamp (22): ENH: Extract TiffReaderInternal to separate file ENH: Refactor ReadTwoSamplePerPixelImage into template function ENH: Refactor GenericReadImage into template function BUG: Remove Zeiss 2-channel support code in TIFFImageIO ( and LSMImageIO ) ENH: Refactor method to convert RGBA image to output buffer ENH: Refactor duplicated code to read a page BUG: Fix right oriented tiff images BUG: Remove dead separated plannar code, add test STYLE: Fix minor kwstyle defects in test and test results BUG: Use array delete operator for array new allocations ENH: add arbitrary TIFF TAGs to meta-data dictionary ENH: Reduce code duplicate in TIFFImageIO::ReadCurrentPage BUG: Address Coverity warning about null pointer dereferences ENH: Remove support for TIFF tile as 3D and dead code ENH: RGBA read images should stay unchanged. ENH: Refactor per pixel conversion function to per scan-line method PERF: Refactor color table lookup BUG: Adding missing parentheses around boolean expression ENH: adding TIFFImageIO test for RGB palette images ENH: Query libtiff to determine compression support BUG: Support TIFF tiled image with TIFFReadRGBAImage COMP: Add explicit conversion to const char Matthew McCormick (1): COMP: Do not use _stat64 with MinGW-32. Richard Beare (1): ENH: Include TIFF tags in the MetaDataDictionary From: Bradley Lowekamp <blowekamp@mail.nih.gov> git-svn-id: http://svn.slicer.org/Slicer4/trunk@23797 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - SuperBuild/External_ITKv4.cmake | Diff File | ||
master a9bffb0e 2014-11-21 18:28:35 Details Diff |
BUG: Subject hierarchy nodes now created if importing old scene If a scene was imported which was created before the implementation of automatic subject hierarchy node creation, then the SH nodes were not created. Many users use such scenes and they would consider this a bug. Now this is fixed. Fixes 0003902 git-svn-id: http://svn.slicer.org/Slicer4/trunk@23796 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Modules/Loadable/SubjectHierarchy/qSlicerSubjectHierarchyModule.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/qSlicerSubjectHierarchyModule.h | Diff File | ||
master 1813639d 2014-11-20 17:12:06 Details Diff |
ENH: Update parse local data to follow changes in subject hierarchy Parse local data ('Create hierarchy from local directory structure' context menu action for scene in subject hierarchy) now creates folder nodes instead of subject and study, because we cannot guarantee that the number of directory levels accommodates this condition. Removed the concept of ChildLevelMap and related code, due to fewer levels (now we only have Subject, Study and Folder, there is no separate Patient and Generic series) and the general nature of Folder (there is no need now to create a new type of hierarchy node for every grouping concept). Fixes 0003892 git-svn-id: http://svn.slicer.org/Slicer4/trunk@23795 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Modules/Loadable/SubjectHierarchy/MRML/vtkMRMLSubjectHierarchyConstants.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/MRML/vtkMRMLSubjectHierarchyConstants.h | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/CMakeLists.txt | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qSlicerSubjectHierarchyAbstractPlugin.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qSlicerSubjectHierarchyAbstractPlugin.h | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qSlicerSubjectHierarchyDICOMPlugin.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qSlicerSubjectHierarchyDICOMPlugin.h | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qSlicerSubjectHierarchyDefaultPlugin.cxx | Diff File | ||
add - Modules/Loadable/SubjectHierarchy/Widgets/qSlicerSubjectHierarchyFolderPlugin.cxx | Diff File | ||
rm - Modules/Loadable/SubjectHierarchy/Widgets/qSlicerSubjectHierarchyGenericFolderPlugin.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qSlicerSubjectHierarchyParseLocalDataPlugin.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qSlicerSubjectHierarchyParseLocalDataPlugin.h | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/qSlicerSubjectHierarchyModule.cxx | Diff File | ||
mod - Modules/Loadable/Volumes/SubjectHierarchyPlugins/qSlicerSubjectHierarchyVolumesPlugin.cxx | Diff File | ||
mod - Modules/Loadable/Volumes/SubjectHierarchyPlugins/qSlicerSubjectHierarchyVolumesPlugin.h | Diff File | ||
master 928d77cb 2014-11-19 17:45:33 Details Diff |
ENH: Add generic folder plugin to subject hierarchy The new plugin allows the user to create arbitrary folders, instead of the fixed hierarchy of levels. Also now patient and subject nodes are strictly separated. Fixes 0003898 git-svn-id: http://svn.slicer.org/Slicer4/trunk@23794 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Applications/SlicerApp/Testing/Python/SubjectHierarchyGenericSelfTest.py | Diff File | ||
mod - Modules/Loadable/SceneViews/SubjectHierarchyPlugins/qSlicerSubjectHierarchySceneViewsPlugin.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Logic/vtkSlicerSubjectHierarchyModuleLogic.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/MRML/vtkMRMLSubjectHierarchyConstants.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/MRML/vtkMRMLSubjectHierarchyConstants.h | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Testing/Cxx/vtkSlicerSubjectHierarchyModuleLogicTest.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/CMakeLists.txt | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/Resources/qSlicerSubjectHierarchyModuleWidgets.qrc | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qSlicerSubjectHierarchyAbstractPlugin.h | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qSlicerSubjectHierarchyChartsPlugin.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qSlicerSubjectHierarchyCloneNodePlugin.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qSlicerSubjectHierarchyDICOMPlugin.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qSlicerSubjectHierarchyDICOMPlugin.h | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qSlicerSubjectHierarchyDefaultPlugin.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qSlicerSubjectHierarchyDefaultPlugin.h | Diff File | ||
add - Modules/Loadable/SubjectHierarchy/Widgets/qSlicerSubjectHierarchyGenericFolderPlugin.cxx | Diff File | ||
add - Modules/Loadable/SubjectHierarchy/Widgets/qSlicerSubjectHierarchyGenericFolderPlugin.h | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qSlicerSubjectHierarchyRegisterPlugin.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qSlicerSubjectHierarchySegmentPlugin.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/qSlicerSubjectHierarchyModule.cxx | Diff File | ||
master 1bfbbc79 2014-11-19 13:23:40 Details Diff |
BUG: Volume visibility controls for subject hierarchy fixed. The visibility controls did not work well in subject hierarchy, now it is fixed. Also fixed bug when importing scene: due to the automatic subject hierarchy node creation duplicate SH nodes were created when scene was imported. Simplified DICOM object naming in subject hierarchy: the name of the loadable is used instead of assembling the very same name from the same tags. Fixes 0003893 git-svn-id: http://svn.slicer.org/Slicer4/trunk@23793 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qMRMLSceneSubjectHierarchyModel.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/qSlicerSubjectHierarchyModule.cxx | Diff File | ||
mod - Modules/Loadable/Volumes/SubjectHierarchyPlugins/qSlicerSubjectHierarchyVolumesPlugin.cxx | Diff File | ||
mod - Modules/Scripted/DICOM/DICOMLib/DICOMPlugin.py | Diff File | ||
master ffa1fba7 2014-11-19 08:52:57 Details Diff |
BUG: Update VTKv5 to include fix for vtkRenderer and HandleRepresentation3D $ git shortlog d8540e7e..dbbeaad --no-merges Julien Finet (1): Fix vtkAbstractPolygonalHandleRepresentation3D visibility Nicole Aucoin (1): BUG: fix null pointer crash in view to world with no active camera git-svn-id: http://svn.slicer.org/Slicer4/trunk@23792 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - SuperBuild/External_VTKv5.cmake | Diff File | ||
master d9dac4c9 2014-11-18 20:16:28 Details Diff |
COMP: Removed constant added back for backwards compatibility Constant was renamed in subject hierarchy due to removal of the concept of potential nodes altogether. Adding back to ensure backwards compatibility. git-svn-id: http://svn.slicer.org/Slicer4/trunk@23791 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Modules/Loadable/SubjectHierarchy/MRML/vtkMRMLSubjectHierarchyConstants.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/MRML/vtkMRMLSubjectHierarchyConstants.h | Diff File | ||
master 3bdf84e9 2014-11-18 13:42:36 Details Diff |
ENH: Added Transforms subject hierarchy plugin Now the transforms are also displayed in subject hierarchy as nodes. Their tooltip shows relevant information, can be visualized via the regular show/hide buttons, and context menu includes Invert and Reset to identity features. git-svn-id: http://svn.slicer.org/Slicer4/trunk@23790 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Libs/MRML/Core/vtkMRMLTransformNode.h | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/MRML/vtkMRMLSubjectHierarchyNode.cxx | Diff File | ||
mod - Modules/Loadable/Transforms/CMakeLists.txt | Diff File | ||
add - Modules/Loadable/Transforms/SubjectHierarchyPlugins/CMakeLists.txt | Diff File | ||
add - Modules/Loadable/Transforms/SubjectHierarchyPlugins/Resources/Icons/Transform.png | Diff File | ||
add - Modules/Loadable/Transforms/SubjectHierarchyPlugins/Resources/qSlicerTransformsSubjectHierarchyPlugins.qrc | Diff File | ||
add - Modules/Loadable/Transforms/SubjectHierarchyPlugins/qSlicerSubjectHierarchyTransformsPlugin.cxx | Diff File | ||
add - Modules/Loadable/Transforms/SubjectHierarchyPlugins/qSlicerSubjectHierarchyTransformsPlugin.h | Diff File | ||
mod - Modules/Loadable/Transforms/qSlicerTransformsModule.cxx | Diff File | ||
mod - Modules/Loadable/Volumes/SubjectHierarchyPlugins/qSlicerSubjectHierarchyVolumesPlugin.cxx | Diff File | ||
master 4ec5ff3f 2014-11-18 11:05:19 Details Diff |
BUG: fixed typos in comments. git-svn-id: http://svn.slicer.org/Slicer4/trunk@23789 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Libs/MRML/Core/vtkMRMLModelDisplayNode.h | Diff File | ||
mod - Libs/MRML/Core/vtkMRMLSelectionNode.h | Diff File | ||
mod - Libs/MRML/Core/vtkMRMLUnstructuredGridDisplayNode.h | Diff File | ||
master fa207c4f 2014-11-18 10:19:13 Details Diff |
BUG 3678. Fixed multiple issues with Tractography Fibers in the Models module. Added support for Fiber Hierarchies in the Models Module. Added Line/Tube/Glyph selection for display node tree view and display property editors in Models module. Made global visibility work for Fibers and the hierarchies of fibers. Synchronized tree view and display property editor. Added Line/Tube/Glyph selection to vtkMRMLSelection node, it is used in the tree view and display property editors and DisplayableManager.Also added generic Get/SetDisplayClassVisibility() methods to vtkMRMLDisplayNode. git-svn-id: http://svn.slicer.org/Slicer4/trunk@23788 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Libs/MRML/Core/vtkMRMLDisplayableNode.cxx | Diff File | ||
mod - Libs/MRML/Core/vtkMRMLDisplayableNode.h | Diff File | ||
mod - Libs/MRML/Core/vtkMRMLSelectionNode.cxx | Diff File | ||
mod - Libs/MRML/Core/vtkMRMLSelectionNode.h | Diff File | ||
mod - Libs/MRML/DisplayableManager/vtkMRMLModelDisplayableManager.cxx | Diff File | ||
mod - Libs/MRML/DisplayableManager/vtkMRMLModelDisplayableManager.h | Diff File | ||
mod - Libs/MRML/Logic/vtkMRMLModelHierarchyLogic.cxx | Diff File | ||
mod - Libs/MRML/Logic/vtkMRMLModelHierarchyLogic.h | Diff File | ||
mod - Libs/MRML/Widgets/qMRMLSceneModel.cxx | Diff File | ||
mod - Libs/MRML/Widgets/qMRMLTreeView.cxx | Diff File | ||
mod - Modules/Loadable/Models/Logic/vtkSlicerModelsLogic.cxx | Diff File | ||
mod - Modules/Loadable/Models/Resources/UI/qSlicerModelsModuleWidget.ui | Diff File | ||
mod - Modules/Loadable/Models/Widgets/qMRMLModelDisplayNodeWidget.cxx | Diff File | ||
mod - Modules/Loadable/Models/Widgets/qMRMLModelDisplayNodeWidget.h | Diff File | ||
mod - Modules/Loadable/Models/qSlicerModelsModuleWidget.cxx | Diff File | ||
mod - Modules/Loadable/Models/qSlicerModelsModuleWidget.h | Diff File | ||
mod - Modules/Loadable/TractographyDisplay/Logic/vtkSlicerFiberBundleLogic.cxx | Diff File | ||
mod - Modules/Loadable/TractographyDisplay/Logic/vtkSlicerFiberBundleLogic.h | Diff File | ||
mod - Modules/Loadable/TractographyDisplay/MRML/vtkMRMLFiberBundleDisplayNode.cxx | Diff File | ||
mod - Modules/Loadable/TractographyDisplay/MRML/vtkMRMLFiberBundleDisplayNode.h | Diff File | ||
mod - Modules/Loadable/TractographyDisplay/MRML/vtkMRMLFiberBundleGlyphDisplayNode.cxx | Diff File | ||
mod - Modules/Loadable/TractographyDisplay/MRML/vtkMRMLFiberBundleLineDisplayNode.cxx | Diff File | ||
mod - Modules/Loadable/TractographyDisplay/MRML/vtkMRMLFiberBundleTubeDisplayNode.cxx | Diff File | ||
mod - Modules/Loadable/TractographyDisplay/Widgets/qMRMLSceneTractographyDisplayModel.h | Diff File | ||
mod - Modules/Loadable/TractographyDisplay/Widgets/qSlicerTractographyDisplayWidget.cxx | Diff File | ||
master 95c92c36 2014-11-18 10:05:54 Details Diff |
BUG: 3863. Fixed the logic for passing the scalars in vtkPolyDataTensorToColor to prevent uninitialized data array git-svn-id: http://svn.slicer.org/Slicer4/trunk@23787 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Libs/vtkTeem/vtkPolyDataTensorToColor.cxx | Diff File | ||
master bc1c11ed 2014-11-17 12:50:55 Details Diff |
BUG: Change size hint of subject hierarchy items to hide second scrollbar Set uniformRowHeights to false, and change the size hint of the item delegate for subject hierarchy. Fix typo in Data module widget name. Fixes 0003895 git-svn-id: http://svn.slicer.org/Slicer4/trunk@23786 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Modules/Loadable/Data/Resources/UI/qSlicerDataModuleWidget.ui | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qMRMLSubjectHierarchyTreeView.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qMRMLTransformItemDelegate.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qMRMLTransformItemDelegate.h | Diff File | ||
master ae67132c 2014-11-16 15:23:58 Details Diff |
STYLE: Fixed typo in Error report dialog git-svn-id: http://svn.slicer.org/Slicer4/trunk@23785 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Applications/SlicerApp/Resources/UI/qSlicerAppErrorReportDialog.ui | Diff File | ||
master 1ac4193e 2014-11-14 21:17:37 Details Diff |
ENH: Subject hierarchy nodes automatically created for supported types If a data node is added that is supported in subject hierarchy, it is automatically inserted in the tree. The notion of potential nodes completely removed. This reduces confusion about why certain nodes in the subject hierarchy tree don't have full functionality and icons. Generally, both code and usage became simpler. Fixes 0003891 git-svn-id: http://svn.slicer.org/Slicer4/trunk@23784 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Modules/Loadable/SubjectHierarchy/Logic/vtkSlicerSubjectHierarchyModuleLogic.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Logic/vtkSlicerSubjectHierarchyModuleLogic.h | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/MRML/vtkMRMLSubjectHierarchyConstants.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/MRML/vtkMRMLSubjectHierarchyConstants.h | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/MRML/vtkMRMLSubjectHierarchyNode.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/MRML/vtkMRMLSubjectHierarchyNode.h | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Resources/UI/qSlicerSubjectHierarchyModule.ui | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qMRMLSceneSubjectHierarchyModel.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qMRMLSortFilterSubjectHierarchyProxyModel.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qMRMLSortFilterSubjectHierarchyProxyModel.h | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qMRMLSubjectHierarchyTreeView.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qSlicerSubjectHierarchyAbstractPlugin.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/qSlicerSubjectHierarchyModule.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/qSlicerSubjectHierarchyModuleWidget.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/qSlicerSubjectHierarchyModuleWidget.h | Diff File | ||
mod - Modules/Scripted/DICOM/DICOMLib/DICOMPlugin.py | Diff File | ||
master 55a01a42 2014-11-13 17:25:55 Details Diff |
STYLE: Fixed typo in DataProbe member variable name git-svn-id: http://svn.slicer.org/Slicer4/trunk@23783 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Modules/Scripted/DataProbe/DataProbe.py | Diff File | ||
master 920937c1 2014-11-11 15:50:31 Details Diff |
BUG: Checks added for slice view annotations Slice view annotations generated many pages of error messages in case of slicelets, where custom layout managers are used git-svn-id: http://svn.slicer.org/Slicer4/trunk@23782 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Modules/Scripted/DataProbe/DataProbeLib/SliceViewAnnotations.py | Diff File | ||
master 94cef7a8 2014-11-06 14:06:37 naucoin Details Diff |
BUG: adjust resample interpolation type for label maps The volumes logic method ResampleVolumeToReferenceVolume can be called with an input label map scalar volume, check for that case. For label maps we don't want to do a linear interpolation over any data present as that could result in values not defined in the color look up table, so use the nearest neighbour filter option instead. git-svn-id: http://svn.slicer.org/Slicer4/trunk@23781 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Modules/Loadable/Volumes/Logic/vtkSlicerVolumesLogic.cxx | Diff File | ||
master 4066faab 2014-11-06 05:05:53 Details Diff |
STYLE: Associate a pimpl to qSlicerCLI{Executable, Loadable}ModuleFactory This is done in anticipation of future tweaking of the factory related to integration of CTK CLI framework. git-svn-id: http://svn.slicer.org/Slicer4/trunk@23780 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Base/QTApp/qSlicerApplicationHelper.cxx | Diff File | ||
mod - Base/QTCLI/qSlicerCLIExecutableModuleFactory.cxx | Diff File | ||
mod - Base/QTCLI/qSlicerCLIExecutableModuleFactory.h | Diff File | ||
mod - Base/QTCLI/qSlicerCLILoadableModuleFactory.cxx | Diff File | ||
mod - Base/QTCLI/qSlicerCLILoadableModuleFactory.h | Diff File |