Changesets: Slicer

2145-support-for-installing-extension-from-file 44074efd

2013-01-08 16:40:08

haehn

Details Diff
BUG: Update the WebGLExport module to use release 9 of XTK.

The generated XTK code is now compatible with the slightly new API and linking against the tag of release 9 should ensure stability in the future.



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

2145-support-for-installing-extension-from-file 8046783c

2013-01-08 16:06:16

jcfr

Details Diff
BUG: Ensure MacOSX package can be renamed from "Slicer.app" to "Something.app"

Fixes 0002848

git-svn-id: http://svn.slicer.org/Slicer4/trunk@21566 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Base/Logic/Testing/vtkSlicerApplicationLogicTest1.cxx Diff File
mod - Base/Logic/vtkSlicerApplicationLogic.cxx Diff File

2145-support-for-installing-extension-from-file d983f2b9

2013-01-07 14:55:02

fedorov

Details Diff
BUG: issue 2846: initialize frame copy once it is enabled


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

2145-support-for-installing-extension-from-file 6b1a4de8

2013-01-07 09:49:53

pieper

Details Diff
BUG: handle special case for RotateToVolumePlane - Issue 0002852

Avoid a degenerate transform by checking for null column
and replacing it with the cross product. This can happen
when the ijkToRAS transform is not uniquely aligned with the
cardinal axes and the algorithm to determine the correspondence
between volume axes and patient axes fails.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@21564 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Libs/MRML/Core/vtkMRMLSliceNode.cxx Diff File

2145-support-for-installing-extension-from-file a5aaabeb

2013-01-05 12:12:31

alexy

Details Diff
BUG 2764. Made vtkMRMLSceneViewNode handle node ids cache: NodeIDs. Restructured handling of NodeIDs in the vtkMRMLScene

git-svn-id: http://svn.slicer.org/Slicer4/trunk@21563 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Libs/MRML/Core/vtkMRMLScene.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLScene.h Diff File
mod - Libs/MRML/Core/vtkMRMLSceneViewNode.cxx Diff File

2145-support-for-installing-extension-from-file 98ac3bf5

2013-01-04 12:51:54

naucoin

Details Diff
BUG: don't add hierarchy nodes if the scene is importing/restoring. Issue 0002849

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

2145-support-for-installing-extension-from-file 959e9b16

2013-01-03 19:46:32

finetjul

Details Diff
BUG: Fix import of hierarchy node with existing ID

Note that it does not fix the import of annotation hierarchies.
For some reasons (see vtkSlicerAnnotationModuleLogic::OnSceneNodeAdded),
the hierarchies are automatically loaded into the wrong hierarchy node
parent.
Issue 0002849

git-svn-id: http://svn.slicer.org/Slicer4/trunk@21561 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Libs/MRML/Core/Testing/vtkMRMLSceneImportIDModelHierarchyConflictTest.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLHierarchyNode.cxx Diff File
mod - Modules/Loadable/Annotations/Testing/Cxx/CMakeLists.txt Diff File
add - Modules/Loadable/Annotations/Testing/Cxx/vtkSlicerAnnotationModuleLogicImportSceneTest.cxx Diff File

2145-support-for-installing-extension-from-file f19f7b43

2013-01-03 15:54:21

finetjul

Details Diff
BUG: Fix ctkCheckBox and nested style isssue in general.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@21560 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Base/QTGUI/qSlicerStyle.cxx Diff File
mod - Base/QTGUI/qSlicerStyle.h Diff File
mod - SuperBuild/External_CTK.cmake Diff File

2145-support-for-installing-extension-from-file 12bb71f0

2013-01-02 12:50:29

sankhesh

Details Diff
BUG: Load translations before instantiating the GUI

Moved loadTranslations() and loadLanguage() methods from qSlicerApplicationHelper
to qSlicerCoreApplication. This enables loading them before instantiating the
main Slicer GUI.
Many thanks to zengwenye <iamzengwenye@163.com> for submitting the patch.
Fixes issue 2836

git-svn-id: http://svn.slicer.org/Slicer4/trunk@21559 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Applications/SlicerApp/Main.cxx Diff File
mod - Base/QTApp/qSlicerApplicationHelper.cxx Diff File
mod - Base/QTApp/qSlicerApplicationHelper.h Diff File
mod - Base/QTCore/qSlicerCoreApplication.cxx Diff File
mod - Base/QTCore/qSlicerCoreApplication.h Diff File

2145-support-for-installing-extension-from-file e980b386

2012-12-31 16:04:35

finetjul

Details Diff
COMP: add_subirectory(${Slicer_APPLICATIONS_DIR} ...) failed

when Slicer_APPLICATIONS_DIR was defined but empty

git-svn-id: http://svn.slicer.org/Slicer4/trunk@21558 3bd1e089-480b-0410-8dfb-8563597acbee
mod - CMakeLists.txt Diff File

2145-support-for-installing-extension-from-file 9cbd6907

2012-12-31 08:02:28

finetjul

Details Diff
COMP: qSlicerCoreApplication::defaultExtensionsInstallPath() when

Slicer_BUILD_EXTENSIONMANAGER_SUPPORT is OFF

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

2145-support-for-installing-extension-from-file 78d92559

2012-12-31 07:49:33

finetjul

Details Diff
ENH: Add qMRMLSortFilterProxyModel::filterType

Can temporarily force the filtering of a qMRMLTreeView.
Character ! on tree view switches filtering mode in debug mode.

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

2145-support-for-installing-extension-from-file a80dfa4a

2012-12-31 07:49:25

finetjul

Details Diff
ENH: Cleanup qSlicerMouseModeToolBar

Allows to programatically set the default action without activating
the place mode:
- vtkMRMLSelectionNode::SetActiveAnnotationID
Don't listen to unnecessary events like ActiveAnnotationIDChangedEvent,
AnnotationIDListModifiedEvent, InteractionModePersistenceChangedEvent.
Listening to ModifiedEvent is enough.
Todo: remove the unnecessary events.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@21555 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Base/QTGUI/qSlicerMouseModeToolBar.cxx Diff File
mod - Base/QTGUI/qSlicerMouseModeToolBar.h Diff File
mod - Base/QTGUI/qSlicerMouseModeToolBar_p.h Diff File
mod - Libs/MRML/Core/vtkMRMLInteractionNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLSelectionNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLSelectionNode.h Diff File

2145-support-for-installing-extension-from-file 332bd65b

2012-12-31 07:49:15

finetjul

Details Diff
BUG: qSlicerModulesMenu triggers action when current module becomes loaded

If qSlicerModulesMenu::setCurrentModule() is called before the module has
been loaded, qSlicerModulesMenu was not triggering the action which could
result in observers not being notified. (the module selection toolbar)

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

2145-support-for-installing-extension-from-file 205e331d

2012-12-31 07:49:08

finetjul

Details Diff
ENH: CLI now support more than 1 category

Categories are separated with ; character.
Empty categories are allowed (become top level)

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

2145-support-for-installing-extension-from-file 795aa796

2012-12-31 07:49:02

finetjul

Details Diff
BUG: Add validity check

In case where the mrml node passed is null, this code crashes.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@21552 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Modules/Loadable/Annotations/Widgets/qMRMLSceneAnnotationModel.cxx Diff File

2145-support-for-installing-extension-from-file d126a559

2012-12-31 07:48:54

finetjul

Details Diff
COMP: Propagate Slicer_ADDITIONAL_DEPENDENCIEs for packaging

Pass Slicer_ADDITIONAL_DEPENDENCIES to SlicerCPack.cmake for installing
the project targets.

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

2145-support-for-installing-extension-from-file 8af13478

2012-12-31 07:48:48

finetjul

Details Diff
ENH: Add support for external projects passed as configuration parameter

git-svn-id: http://svn.slicer.org/Slicer4/trunk@21550 3bd1e089-480b-0410-8dfb-8563597acbee
mod - CMake/SlicerCPack.cmake Diff File
mod - CMake/SlicerCPackBundleFixup.cmake.in Diff File
mod - CMake/SlicerMacroCheckExternalProjectDependency.cmake Diff File
mod - CMakeLists.txt Diff File
mod - SuperBuild.cmake Diff File

2145-support-for-installing-extension-from-file 20a42288

2012-12-31 07:48:38

finetjul

Details Diff
ENH: Add Slicer_BUILD_DIFFUSION_SUPPORT

Controls whether Diffusion related modules are built or not.
It concernes all the DWI, DTI and Tractography modules.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@21549 3bd1e089-480b-0410-8dfb-8563597acbee
mod - CMake/SlicerConfig.cmake.in Diff File
mod - CMake/vtkSlicerConfigure.h.in Diff File
mod - CMakeLists.txt Diff File
mod - Modules/CLI/CMakeLists.txt Diff File
mod - Modules/Loadable/CMakeLists.txt Diff File
mod - Modules/Scripted/Scripts/CMakeLists.txt Diff File
mod - Modules/Scripted/Scripts/Testing/Python/CMakeLists.txt Diff File
mod - SuperBuild.cmake Diff File

2145-support-for-installing-extension-from-file 41e54aae

2012-12-31 07:48:26

finetjul

Details Diff
ENH: Make the applications to build customizable

By passing Slicer_APPLICATIONS_DIR, the applications to build can be
changed.

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

2145-support-for-installing-extension-from-file 96fc27a6

2012-12-31 07:48:20

finetjul

Details Diff
ENH: Add vtkMRMLAnnotationClickCounter::Click

HasEnoughClicks doesn't provide enough flexibility when dealing with
annotations.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@21547 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Modules/Loadable/Annotations/MRMLDisplayableManager/vtkMRMLAnnotationClickCounter.cxx Diff File
mod - Modules/Loadable/Annotations/MRMLDisplayableManager/vtkMRMLAnnotationClickCounter.h Diff File

2145-support-for-installing-extension-from-file 5cdc6298

2012-12-31 07:48:12

finetjul

Details Diff
STYLE: Minor indentation and factorization changes in Annotations module

git-svn-id: http://svn.slicer.org/Slicer4/trunk@21546 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Modules/Loadable/Annotations/GUI/qSlicerAnnotationModuleWidget.cxx Diff File
mod - Modules/Loadable/Annotations/Widgets/qMRMLAnnotationTreeView.h Diff File

2145-support-for-installing-extension-from-file 2c6462ba

2012-12-31 07:48:03

finetjul

Details Diff
ENH: Add qMRMLTreeView::setCurrentNode()

Similarly to qMRMLTreeView::currentNode(), setCurrentNode abstracts
setCurrentIndex().

git-svn-id: http://svn.slicer.org/Slicer4/trunk@21545 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Libs/MRML/Widgets/qMRMLSortFilterProxyModel.h Diff File
mod - Libs/MRML/Widgets/qMRMLTreeView.cxx Diff File
mod - Libs/MRML/Widgets/qMRMLTreeView.h Diff File
mod - Modules/Loadable/Annotations/GUI/qSlicerAnnotationModuleWidget.cxx Diff File
mod - Modules/Loadable/Annotations/Widgets/qMRMLAnnotationTreeView.cxx Diff File
mod - Modules/Loadable/Annotations/Widgets/qMRMLAnnotationTreeView.h Diff File

2145-support-for-installing-extension-from-file 094b0145

2012-12-31 07:47:51

finetjul

Details Diff
ENH: Add support for parentable annotations

Sometimes we want the annotations to be parent of other annotations.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@21544 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Libs/MRML/Widgets/qMRMLSceneHierarchyModel.cxx Diff File
mod - Libs/MRML/Widgets/qMRMLSceneModel.h Diff File
mod - Modules/Loadable/Annotations/Logic/vtkSlicerAnnotationModuleLogic.cxx Diff File
mod - Modules/Loadable/Annotations/Widgets/qMRMLAnnotationTreeView.cxx Diff File
mod - Modules/Loadable/Annotations/Widgets/qMRMLAnnotationTreeView.h Diff File
mod - Modules/Loadable/Annotations/Widgets/qMRMLSceneAnnotationModel.cxx Diff File
mod - Modules/Loadable/Annotations/Widgets/qMRMLSceneAnnotationModel.h Diff File
mod - Modules/Loadable/Annotations/Widgets/qMRMLSceneAnnotationModel_p.h Diff File

2145-support-for-installing-extension-from-file 591d4aa8

2012-12-31 07:47:38

finetjul

Details Diff
ENH: Add Logics observation from vtkMRMLAbstractLogic

vtkMRMLAbstractLogic can now observe other logics.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@21543 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Libs/MRML/Core/vtkEventBroker.cxx Diff File
mod - Libs/MRML/DisplayableManager/vtkMRMLThreeDReformatDisplayableManager.cxx Diff File
mod - Libs/MRML/Logic/vtkMRMLAbstractLogic.cxx Diff File
mod - Libs/MRML/Logic/vtkMRMLAbstractLogic.h Diff File
mod - Libs/MRML/Logic/vtkMRMLSliceLogic.cxx Diff File
mod - Libs/MRML/Logic/vtkMRMLSliceLogic.h Diff File
 First  Prev  1 2 3 ... 10 ... 20 ... 30 ... 40 ... 47 48 49 50 51 52 53 ... 55 56 57  Next  Last