Changesets: Import 2017-06-07 23:51:09
master f1fee588 2016-08-23 23:06:32 Details Diff |
ENH: Reduced false alarm warnings in segmentation tests git-svn-id: http://svn.slicer.org/Slicer4/trunk@25306 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Libs/MRML/Core/vtkMRMLSegmentationStorageNode.cxx | Diff File | ||
mod - Modules/Loadable/Segmentations/Testing/Python/SegmentationsModuleTest1.py | Diff File | ||
mod - Modules/Loadable/Segmentations/Widgets/qMRMLSegmentsTableView.cxx | Diff File | ||
master 5a1c06fb 2016-08-23 18:02:24 naucoin Details Diff |
BUG: Add the extension third party dirs to python additional launcher settings This change will cause an addition to the inner build AdditionalLauncherSettings.ini file in extensions with a superbuild set up, adding the top level extension third party lib directory to the python path settings. This will allow third party python packages to be loaded during module tests. Issue https://github.com/SBU-BMI/SlicerOpenCV/issues/12 git-svn-id: http://svn.slicer.org/Slicer4/trunk@25305 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Extensions/CMake/SlicerBlockAdditionalLauncherSettings.cmake | Diff File | ||
master b89e4520 2016-08-23 17:46:50 Details Diff |
ENH: Finished implementing undo/redo for Segment Editor Undo/redo is now enabled by default. Fixed modification event management for segmentation nodes. Displayable managers now observe segmentation node changes (there is no need for direct display refresh trigger from segmentation node). Fixed restoring of segment colors from .seg.nrrd files. Improved segment editor update speed: 1. Only those representations will be re-generated where the master representation actually changed (e.g., if an empty part of a segment is "cleared" as a result of an editing operation, it no longer triggers a refresh on dependent representations) 2. During saving undo state, those representations that has not changed compared to the last saved state are only shallow-copied from the previous saved state. git-svn-id: http://svn.slicer.org/Slicer4/trunk@25304 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Libs/MRML/Core/vtkMRMLSegmentationDisplayNode.cxx | Diff File | ||
mod - Libs/MRML/Core/vtkMRMLSegmentationDisplayNode.h | Diff File | ||
mod - Libs/MRML/Core/vtkMRMLSegmentationNode.cxx | Diff File | ||
mod - Libs/MRML/Core/vtkMRMLSegmentationNode.h | Diff File | ||
mod - Libs/MRML/Core/vtkMRMLSegmentationStorageNode.cxx | Diff File | ||
mod - Libs/MRML/Core/vtkMRMLSegmentationStorageNode.h | Diff File | ||
mod - Libs/vtkSegmentationCore/vtkOrientedImageDataResample.cxx | Diff File | ||
mod - Libs/vtkSegmentationCore/vtkOrientedImageDataResample.h | Diff File | ||
mod - Libs/vtkSegmentationCore/vtkSegment.cxx | Diff File | ||
mod - Libs/vtkSegmentationCore/vtkSegment.h | Diff File | ||
mod - Libs/vtkSegmentationCore/vtkSegmentation.cxx | Diff File | ||
mod - Libs/vtkSegmentationCore/vtkSegmentation.h | Diff File | ||
mod - Libs/vtkSegmentationCore/vtkSegmentationHistory.cxx | Diff File | ||
mod - Libs/vtkSegmentationCore/vtkSegmentationHistory.h | Diff File | ||
mod - Modules/Loadable/Segmentations/EditorEffects/Python/SegmentEditorIdentifyIslandsEffect.py | Diff File | ||
mod - Modules/Loadable/Segmentations/Logic/vtkSlicerSegmentationsModuleLogic.cxx | Diff File | ||
mod - Modules/Loadable/Segmentations/MRMLDM/vtkMRMLSegmentationsDisplayableManager2D.cxx | Diff File | ||
mod - Modules/Loadable/Segmentations/MRMLDM/vtkMRMLSegmentationsDisplayableManager3D.cxx | Diff File | ||
mod - Modules/Loadable/Segmentations/Widgets/qMRMLSegmentEditorWidget.cxx | Diff File | ||
mod - Modules/Loadable/Segmentations/Widgets/qMRMLSegmentationRepresentationsListView.cxx | Diff File | ||
mod - Modules/Loadable/Segmentations/qSlicerSegmentationsModuleWidget.cxx | Diff File | ||
master b02e72e0 2016-08-23 17:21:21 Details Diff |
COMP: SlicerExtensionCPack: Use proper variable evaluation This commit should fix UKFTractography extension packaging, it is currently failing because "UKFTractography_SUPERBUILD" is an option and checking if it is defined always return TRUE. It also fixes a regression introduced in r25181 (BUG: Extension packaging: For SuperBuild extension, ensure fixup happen last) Reviewed-by: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com> From: Isaiah Norton <inorton@bwh.harvard.edu> git-svn-id: http://svn.slicer.org/Slicer4/trunk@25303 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - CMake/SlicerExtensionCPack.cmake | Diff File | ||
master 308decec 2016-08-20 08:59:36 Details Diff |
ENH: Implemented undo/redo in Segment Editor The implementation is not yet optimized for speed and memory consumption (all segments are copied, not just those that are modified; states are stored uncompressed), so undo/redo is disabled by default (can be enabled in modules that have an embedded editor by calling editorWidget.setUndoEnabled(True)). git-svn-id: http://svn.slicer.org/Slicer4/trunk@25302 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Libs/MRML/Core/vtkMRMLSegmentationNode.cxx | Diff File | ||
mod - Libs/vtkSegmentationCore/CMakeLists.txt | Diff File | ||
add - Libs/vtkSegmentationCore/vtkSegmentationHistory.cxx | Diff File | ||
add - Libs/vtkSegmentationCore/vtkSegmentationHistory.h | Diff File | ||
mod - Modules/Loadable/Segmentations/EditorEffects/Python/SegmentEditorDrawEffect.py | Diff File | ||
mod - Modules/Loadable/Segmentations/EditorEffects/Python/SegmentEditorGrowCutEffect.py | Diff File | ||
mod - Modules/Loadable/Segmentations/EditorEffects/Python/SegmentEditorIdentifyIslandsEffect.py | Diff File | ||
mod - Modules/Loadable/Segmentations/EditorEffects/Python/SegmentEditorLevelTracingEffect.py | Diff File | ||
mod - Modules/Loadable/Segmentations/EditorEffects/Python/SegmentEditorLogicalEffect.py | Diff File | ||
mod - Modules/Loadable/Segmentations/EditorEffects/Python/SegmentEditorMarginEffect.py | Diff File | ||
mod - Modules/Loadable/Segmentations/EditorEffects/Python/SegmentEditorSmoothingEffect.py | Diff File | ||
mod - Modules/Loadable/Segmentations/EditorEffects/Python/SegmentEditorThresholdEffect.py | Diff File | ||
mod - Modules/Loadable/Segmentations/EditorEffects/qSlicerSegmentEditorAbstractEffect.cxx | Diff File | ||
mod - Modules/Loadable/Segmentations/EditorEffects/qSlicerSegmentEditorAbstractEffect.h | Diff File | ||
mod - Modules/Loadable/Segmentations/EditorEffects/qSlicerSegmentEditorAbstractEffect_p.h | Diff File | ||
mod - Modules/Loadable/Segmentations/EditorEffects/qSlicerSegmentEditorPaintEffect.cxx | Diff File | ||
mod - Modules/Loadable/Segmentations/EditorEffects/qSlicerSegmentEditorRectangleEffect.cxx | Diff File | ||
mod - Modules/Loadable/Segmentations/Widgets/Resources/UI/qMRMLSegmentEditorWidget.ui | Diff File | ||
mod - Modules/Loadable/Segmentations/Widgets/qMRMLSegmentEditorWidget.cxx | Diff File | ||
mod - Modules/Loadable/Segmentations/Widgets/qMRMLSegmentEditorWidget.h | Diff File | ||
master f821ff02 2016-08-20 08:59:30 Details Diff |
BUG: Fixed Segment Editor joint smoothing when not all segments are visible When not all segments were selected for smoothing then indexes of segments were mixed up. git-svn-id: http://svn.slicer.org/Slicer4/trunk@25301 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Modules/Loadable/Segmentations/EditorEffects/Python/SegmentEditorSmoothingEffect.py | Diff File | ||
master 89869d0c 2016-08-17 16:00:12 Details Diff |
COMP: Link against CLI library in Testing of PETStandardUptakeValueComputation git-svn-id: http://svn.slicer.org/Slicer4/trunk@25300 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Modules/CLI/PETStandardUptakeValueComputation/Testing/CMakeLists.txt | Diff File | ||
master b0340879 2016-08-17 16:00:05 Details Diff |
COMP: Link against CLI library in Testing of GrayscaleModelMaker git-svn-id: http://svn.slicer.org/Slicer4/trunk@25299 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Modules/CLI/GrayscaleModelMaker/Testing/CMakeLists.txt | Diff File | ||
master 32339093 2016-08-17 15:59:56 Details Diff |
COMP: Update SlicerDMRI to include linking fix This is to include the fix from SlicerDMRI/SlicerDMRI@f3a8545 Johan Andruejol: BUG: Make sure to link against CLI library in testing git-svn-id: http://svn.slicer.org/Slicer4/trunk@25298 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - SuperBuild.cmake | Diff File | ||
master 26f50e4b 2016-08-17 14:02:12 Details Diff |
ENH: Added "joint" option to segment editor smoothing effect Uses the same approach as model maker (creates a combined mesh, smoothes that, then extracts each segment's mesh) and then converts the result back to binary image. Also fixed restoring of segment editor effect parameters from saved scene. git-svn-id: http://svn.slicer.org/Slicer4/trunk@25297 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Libs/MRML/Core/vtkMRMLSegmentationDisplayNode.cxx | Diff File | ||
mod - Libs/MRML/Core/vtkMRMLSegmentationDisplayNode.h | Diff File | ||
mod - Libs/MRML/Core/vtkMRMLSegmentationNode.cxx | Diff File | ||
mod - Libs/MRML/Core/vtkMRMLSegmentationNode.h | Diff File | ||
mod - Libs/vtkSegmentationCore/vtkSegmentation.cxx | Diff File | ||
mod - Libs/vtkSegmentationCore/vtkSegmentation.h | Diff File | ||
mod - Modules/Loadable/Segmentations/EditorEffects/Python/SegmentEditorLogicalEffect.py | Diff File | ||
mod - Modules/Loadable/Segmentations/EditorEffects/Python/SegmentEditorMarginEffect.py | Diff File | ||
mod - Modules/Loadable/Segmentations/EditorEffects/Python/SegmentEditorSmoothingEffect.py | Diff File | ||
mod - Modules/Loadable/Segmentations/EditorEffects/Python/SegmentEditorThresholdEffect.py | Diff File | ||
mod - Modules/Loadable/Segmentations/EditorEffects/qSlicerSegmentEditorAbstractEffect.cxx | Diff File | ||
mod - Modules/Loadable/Segmentations/EditorEffects/qSlicerSegmentEditorAbstractEffect.h | Diff File | ||
mod - Modules/Loadable/Segmentations/EditorEffects/qSlicerSegmentEditorAbstractIslandEffect.cxx | Diff File | ||
mod - Modules/Loadable/Segmentations/EditorEffects/qSlicerSegmentEditorPaintEffect.cxx | Diff File | ||
master 1989a273 2016-08-17 14:01:24 Details Diff |
ENH: Add ExtensionBuildSystem tests This commit adds four tests (listed below). At the time of this commit, tests have been confirmed to pass on Linux, MacOSX and Windows. For each tests, three extensions (each bundling one scripted module) are generated: TestExtA, TestExtB and TestExtC. The generated sources are programmatically edited adding TestExtA and TestExtB as dependencies of TestExtC. At the end of each tests, the following are checked: - the CMakeCache.txt - the list of requests made to CDash and Midas List of tests: * py_cmake_slicer_extensions_index_build_without_upload: Build the extension index with option Slicer_UPLOAD_EXTENSIONS set to 0 * py_cmake_slicer_extensions_index_build_with_upload Build the extension index with option Slicer_UPLOAD_EXTENSIONS set to 1 * py_cmake_slicer_extensions_index_build_with_upload_using_ctest Build the extension index with option Slicer_UPLOAD_EXTENSIONS set to 1 using ctest. This is similar to the build of extensions done using dashboard script on the factory. * py_cmake_slicer_extensions_index_build_without_upload_using_ctest Build the extension index with option Slicer_UPLOAD_EXTENSIONS set to 0 using ctest. git-svn-id: http://svn.slicer.org/Slicer4/trunk@25296 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Extensions/CMake/Testing/CMakeLists.txt | Diff File | ||
add - Extensions/CMake/Testing/CheckGeneratedDescriptionFiles.cmake | Diff File | ||
add - Extensions/CMake/Testing/SlicerExtensionBuildSystemTest.py | Diff File | ||
add - Extensions/CMake/Testing/SlicerExtensionBuildSystemTestConfig.py.in | Diff File | ||
master 87106a8e 2016-08-17 14:01:21 Details Diff |
BUG: ExtensionBuildSystem: Propagate compiler paths when upload is disabled git-svn-id: http://svn.slicer.org/Slicer4/trunk@25295 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Extensions/CMake/SlicerBlockBuildPackageAndUploadExtensions.cmake | Diff File | ||
master 88cd7b1d 2016-08-17 14:01:20 Details Diff |
BUG: ExtensionBuildSystem: Ensure Git/SVN executable paths are propagated This commit ensures the the paths are propagated when building with upload disabled. git-svn-id: http://svn.slicer.org/Slicer4/trunk@25294 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Extensions/CMake/SlicerBlockBuildPackageAndUploadExtensions.cmake | Diff File | ||
master f0c83b15 2016-08-16 17:53:26 Details Diff |
ENH: Update EMSegment ------------------------------------------------------------------------ r17123 | jcfr | 2016-08-16 16:43:57 -0400 (Tue, 16 Aug 2016) | 6 lines STYLE: Improve IDE experience associating targets with folder Additionally, it also applies the following changes: * Use slicerMacroBuildLoadableModule instead of slicerMacroBuildQtModule * Start transitioning to lowercase CMake command names ------------------------------------------------------------------------ r17122 | johan.andruejol | 2016-08-11 13:25:49 -0400 (Thu, 11 Aug 2016) | 1 line COMP: Include SlicerExecution_USE_FILE git-svn-id: http://svn.slicer.org/Slicer4/trunk@25293 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - SuperBuild.cmake | Diff File | ||
master 86aea3cd 2016-08-16 14:20:30 Details Diff |
COMP: Update CTK to fix ctkDICOMObjectModel windows build error $ git shortlog 335e386..e15af4d --no-merges Jean-Christophe Fillion-Robin (1): Fix ctkDICOMObjectModel windows build error git-svn-id: http://svn.slicer.org/Slicer4/trunk@25292 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - SuperBuild/External_CTK.cmake | Diff File | ||
master d5840b69 2016-08-16 14:01:20 Details Diff |
STYLE: Remove unused loadable ModelMirror and ModelTransform logics Suggested-by: Csaba Pinter <csaba.pinter@queensu.ca> git-svn-id: http://svn.slicer.org/Slicer4/trunk@25291 3bd1e089-480b-0410-8dfb-8563597acbee |
||
rm - Libs/MRML/Core/Testing/modelTransfrom.mrml | Diff File | ||
mod - Modules/Loadable/CMakeLists.txt | Diff File | ||
rm - Modules/Loadable/ModelMirror/CMakeLists.txt | Diff File | ||
rm - Modules/Loadable/ModelMirror/Logic/CMakeLists.txt | Diff File | ||
rm - Modules/Loadable/ModelMirror/Logic/vtkMRMLModelMirrorNode.cxx | Diff File | ||
rm - Modules/Loadable/ModelMirror/Logic/vtkMRMLModelMirrorNode.h | Diff File | ||
rm - Modules/Loadable/ModelMirror/Logic/vtkModelMirrorLogic.cxx | Diff File | ||
rm - Modules/Loadable/ModelMirror/Logic/vtkModelMirrorLogic.h | Diff File | ||
rm - Modules/Loadable/ModelTransform/CMakeLists.txt | Diff File | ||
rm - Modules/Loadable/ModelTransform/Logic/CMakeLists.txt | Diff File | ||
rm - Modules/Loadable/ModelTransform/Logic/vtkMRMLModelTransformNode.cxx | Diff File | ||
rm - Modules/Loadable/ModelTransform/Logic/vtkMRMLModelTransformNode.h | Diff File | ||
rm - Modules/Loadable/ModelTransform/Logic/vtkModelTransformLogic.cxx | Diff File | ||
rm - Modules/Loadable/ModelTransform/Logic/vtkModelTransformLogic.h | Diff File | ||
master ea03595e 2016-08-16 12:41:52 Details Diff |
BUG: Fixed problems in segmentation master repr switch Store master representation in std::string instead of char*. It makes code simpler and safer (NULL-pointer check for char* was missing at many places). Don't reset or change master representation in vtkSegmentation. When switching or changes is useful for user's convenience, it is done in GUI and logic classes. Fixed bugs of deleting closed surface representation in Segment Editor module when that was the master representation. Made temporary master representation observation disabling more robust (now the previous state is restored instead of always enabling after it was temporarily disabled). Changed a few warning messages to debug message (it may be normal to have empty segments). git-svn-id: http://svn.slicer.org/Slicer4/trunk@25290 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Libs/MRML/Core/vtkMRMLSegmentationDisplayNode.cxx | Diff File | ||
mod - Libs/MRML/Core/vtkMRMLSegmentationNode.cxx | Diff File | ||
mod - Libs/MRML/Core/vtkMRMLSegmentationStorageNode.cxx | Diff File | ||
mod - Libs/vtkSegmentationCore/vtkBinaryLabelmapToClosedSurfaceConversionRule.cxx | Diff File | ||
mod - Libs/vtkSegmentationCore/vtkClosedSurfaceToBinaryLabelmapConversionRule.cxx | Diff File | ||
mod - Libs/vtkSegmentationCore/vtkSegmentation.cxx | Diff File | ||
mod - Libs/vtkSegmentationCore/vtkSegmentation.h | Diff File | ||
mod - Modules/Loadable/Segmentations/Logic/vtkSlicerSegmentationsModuleLogic.cxx | Diff File | ||
mod - Modules/Loadable/Segmentations/SubjectHierarchyPlugins/qSlicerSubjectHierarchySegmentationsPlugin.cxx | Diff File | ||
mod - Modules/Loadable/Segmentations/SubjectHierarchyPlugins/qSlicerSubjectHierarchySegmentsPlugin.cxx | Diff File | ||
mod - Modules/Loadable/Segmentations/Widgets/qMRMLSegmentEditorWidget.cxx | Diff File | ||
mod - Modules/Loadable/Segmentations/Widgets/qMRMLSegmentationRepresentationsListView.cxx | Diff File | ||
mod - Modules/Loadable/Segmentations/qSlicerSegmentationsModuleWidget.cxx | Diff File | ||
master 296190a2 2016-08-15 17:28:24 Details Diff |
ENH: Update CTK to include ctkPythonConsole fixes - Fixes 0001227 This commit integrates the following changes: $ git shortlog 5b7dc1a..335e386 --no-merges Christopher Mullins (4): ENH: ctkPytonConsole: Move cursor between parentheses if parameters detected ENH: ctkPythonConsole: Enable cursorOffset on multiline statements ENH: ctkPythonConsole: Offset cursor for function in user-defined classes ENH: ctkPythonConsole: Ignores "self" parameter Johan Andruejol (1): Allow user to set/reset the range in ctkVTKHistogram Marco Nolden (3): Update to DCMTK-3.6.1_20150924 in superbuild Remove DCMTK 3.6.0 compatibility cruft Fix some Qt5 component issues Mayeul Chassagnard (1): ENH: Improve ctkAbstractPythonManager tests mayeul (6): ENH: Add Continous Integration Support ENH: Improve Continuous Integration Support with graphical display STYLE: Add icon passed/failed in README linked to CDash ENH: Add test examples and switch to debug mode ENH: Add Site and Build Name for CDash ENH: ctkBackTraceTest should be run only in Debug Mode mpkh (1): get rid of "_FORTIFY_SOURCE redefined" build warnings git-svn-id: http://svn.slicer.org/Slicer4/trunk@25289 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - SuperBuild/External_CTK.cmake | Diff File | ||
master 96c1d59e 2016-08-15 14:11:56 Details Diff |
BUG: Add the extension third party directories to additional launcher settings This change will cause a change to the inner build AdditionalLauncherSettings.ini file in extensions with a superbuild set up, adding the top level extension third party lib and bin directories to the library paths and paths settings. This fixes tests in the SlicerOpenCV extension. The support for Slicer_THIRDPARTY_BIN_DIR and Slicer_THIRDPARTY_LIB_DIR was initially added in r25182 (BUG: Extension packaging: Support fixup of 3rd-party (external proj) libs) See issue SBU-BMI/SlicerOpenCV#37 From: Nicole Aucoin <nicole@bwh.harvard.edu> git-svn-id: http://svn.slicer.org/Slicer4/trunk@25288 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Extensions/CMake/SlicerBlockAdditionalLauncherSettings.cmake | Diff File | ||
master 66981c56 2016-08-15 14:03:33 Details Diff |
BUG: Fixed max allowed module widget size for HiDPI screens The fixed 500px maximum width for widget minimum size hint is not applicable for HiDPI screens, where 500px corresponds to about 15% or less of the screen width. Allow widget size to be max(500px, 30% of screen width). From: Andras Lasso <lasso@queensu.ca> git-svn-id: http://svn.slicer.org/Slicer4/trunk@25287 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Base/QTGUI/Testing/Cxx/qSlicerModuleWidgetGenericTest.cxx.in | Diff File | ||
master 17b511d0 2016-08-15 14:03:31 Details Diff |
BUG: Fixed node reference counting tests MRMLCreateNodeByClassWithSetReferenceCountToOne: removed. This test performs a double-delete and expects to get a runtime error. However, result of double-delete is "undefined behavior", i.e., it is not guaranteed to generate run-time error (and in some cases it does not). MRMLCreateNodeByClassWithSetReferenceCountMinusOne: comments clarified. 1. Decreasing the reference count is needed because Python variable takes ownership of the created object, so the additional reference that Create...() adds is not needed anymore. 2. To decrement reference count, UnRegister() or Delete() method has to be called (SetReferenceCount should never be called). From: Andras Lasso <lasso@queensu.ca> git-svn-id: http://svn.slicer.org/Slicer4/trunk@25286 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Applications/SlicerApp/Testing/Python/CMakeLists.txt | Diff File | ||
mod - Applications/SlicerApp/Testing/Python/MRMLCreateNodeByClassWithSetReferenceCountMinusOne.py | Diff File | ||
rm - Applications/SlicerApp/Testing/Python/MRMLCreateNodeByClassWithSetReferenceCountToOne.py | Diff File | ||
mod - Applications/SlicerApp/Testing/Python/MRMLCreateNodeByClassWithoutSetReferenceCount.py | Diff File | ||
master 4b6ccfe9 2016-08-14 15:34:43 Details Diff |
BUG: Fix py_nomainwindow_SlicerOptionIgnoreSlicerRCTest Probably the test fails because there is no console output on Windows. Instead of testing if rc file is loaded by checking the console output, check if an ouptut file is created. git-svn-id: http://svn.slicer.org/Slicer4/trunk@25285 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Applications/SlicerApp/Testing/Python/SlicerOptionIgnoreSlicerRCTest.py | Diff File | ||
master bf23c3a7 2016-08-12 14:37:13 Details Diff |
ENH: Made ScreenCapture video export more robust Now both image width and height is forced to be an even number git-svn-id: http://svn.slicer.org/Slicer4/trunk@25284 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Modules/Scripted/ScreenCapture/ScreenCapture.py | Diff File | ||
master b56cd4de 2016-08-12 12:26:00 Details Diff |
ENH: SegmentEditorMarginEffect improve too small margin message git-svn-id: http://svn.slicer.org/Slicer4/trunk@25283 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Modules/Loadable/Segmentations/EditorEffects/Python/SegmentEditorMarginEffect.py | Diff File | ||
master 5a9efe62 2016-08-12 12:25:58 Details Diff |
ENH: Remove some warnings from qSlicerMarkupsPlaceWidget Only log warnings when a requested operation cannot be completed. git-svn-id: http://svn.slicer.org/Slicer4/trunk@25282 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Modules/Loadable/Markups/Widgets/qSlicerMarkupsPlaceWidget.cxx | Diff File |