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

master f19453d3

2015-03-24 17:44:38

jcfr

Details Diff
ENH: Refactor DICOM module to allow DICOMDetailsPopup standalone instantiation

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

master 5ad264e6

2015-03-24 17:44:37

jcfr

Details Diff
STYLE: Remove dead code related to DICOMDetailsPopup close button

Since r23005 (ENH: 1. A basic mode added with auto-examine) the button
was not added to the "actionButtonLayout".

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

master ff8bdaf1

2015-03-24 17:44:35

jcfr

Details Diff
STYLE: Remove commented code from "DICOMDetailsPopup"

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

master b1dcbde2

2015-03-24 17:44:34

jcfr

Details Diff
STYLE: Remove code associated with broken "Send" action

This commit removes the function "onSendClicked" broken by commit
r22689 (ENH: dicom header viewer added to DICOMLib using
ctkDICOMObjectListWidget).

Note that it is not required to explicitly disable the Send button, it is
already the case within the ctkDICOMBrowser class since r22689.

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

master 52725c92

2015-03-24 17:44:32

jcfr

Details Diff
STYLE: Remove code associated with broken "Send" action

This commit removes the function "onSendClicked" broken by commit
r22689 (ENH: dicom header viewer added to DICOMLib using
ctkDICOMObjectListWidget) and hide the associated button.

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

master 61287cb3

2015-03-24 17:31:42

alexy

Details Diff
BUG: 3857. Fixed displaying of Tensor properties and their ranges in Tractography display module for lines/tubes/glyphs

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24099 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Libs/vtkTeem/vtkDiffusionTensorGlyph.cxx Diff File
mod - Libs/vtkTeem/vtkDiffusionTensorGlyph.h Diff File
mod - Libs/vtkTeem/vtkPolyDataTensorToColor.cxx Diff File
mod - Libs/vtkTeem/vtkPolyDataTensorToColor.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

master 1850ede9

2015-03-24 15:23:30

jcfr

Details Diff
STYLE: Update DICOM module to use slicer.util.warningDisplay

The "messageBox()" has been deprecated and will be removed after Slicer 4.5

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

master 205bf0f9

2015-03-24 15:23:28

jcfr

Details Diff
STYLE: Remove unused function question() and okayCancel() from DICOM module

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

master 5719a039

2015-03-24 15:23:27

jcfr

Details Diff
STYLE: Removed unused DICOMTest / DICOMDemo classes from DICOM module

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

master 6117c1d1

2015-03-24 10:35:45

jcfr

Details Diff
STYLE: Move dicom series selection code into DICOMDetailsPopup

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

master 70be87dc

2015-03-24 10:35:43

jcfr

Details Diff
STYLE: Remove obsolete code from DICOM module

Since r22689 (ENH: dicom header viewer added to DICOMLib using
ctkDICOMObjectListWidget), the dicom browser has been updated to use the
table view manager instead of using a tree view directly. This commit
removes:
(1) the code that was setting MinimumHeight of the tree view
(2) the setup of the context menu that doesn't work anymore.
(3) the code handling series selection to open itself

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

master b1a17db7

2015-03-23 18:26:02

jcfr

Details Diff
STYLE: Rename DICOM ivar from 'showBrowser' to 'showBrowserButton'

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

master 29be1848

2015-03-23 18:17:25

jcfr

Details Diff
STYLE: Update DICOM to use 'logging' python module

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

master cb36516f

2015-03-23 18:05:07

jcfr

Details Diff
STYLE: Remove redundant code from DICOM module

This commit removes duplicated code that was connecting the FileMenu
action in addition of the action already directly retrieved by its name.

The duplication became unneeded after commit r23628 (ENH: Fixed issues
3579, 3798 and other dicom browser improvements) that changed
the string used to lookup the action from "actionLoadDICOM" to
"LoadDICOMAction".

Note that the action lookup has been first broken in r22763 (ENH: Consolidate
qSlicerAppMainWindow)

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

master 6e6df733

2015-03-23 17:29:13

jcfr

Details Diff
STYLE: Remove commented code from DICOMWidget

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

master f92cf24d

2015-03-23 16:45:43

jcfr

Details Diff
BUG: Fix DataProbe loading error when NumPy is not available

This commit allows "SliceAnnotations" to gracefully handle the case
when the application is built without NumPy support.

The error fixed by this commit is the following:

//--------------
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/jcfr/Projects/Slicer-Debug/Slicer-build/lib/Slicer-4.4/qt-scripted-modules/DataProbe.py", line 5, in <module>
import DataProbeLib
File "/home/jcfr/Projects/Slicer-Debug/Slicer-build/lib/Slicer-4.4/qt-scripted-modules/DataProbeLib/__init__.py", line 1, in <module>
from SliceViewAnnotations import *
File "/home/jcfr/Projects/Slicer-Debug/Slicer-build/lib/Slicer-4.4/qt-scripted-modules/DataProbeLib/SliceViewAnnotations.py", line 2, in <module>
import numpy as np
ImportError: No module named numpy
setPythonSource - Failed to execute file "/home/jcfr/Projects/Slicer-Debug/Slicer-build/lib/Slicer-4.4/qt-scripted-modules/DataProbe.py" !
Fail to instantiate module "DataProbe"
//--------------

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

master fe3e90b2

2015-03-23 14:58:25

jcfr

Details Diff
STYLE: Remove commented code from qSlicerAppMainWindow

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24088 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Applications/SlicerApp/qSlicerAppMainWindow.cxx Diff File

master 3412ecc6

2015-03-20 14:53:56

pieper

Details Diff
COMP: update LandmarkRegistration to include landmark refinement

206db9e Merge remote-tracking branch 'millerjv/6-add-landmark-refinement'
63763b2 Add gui to control verbosity. Connected ROI sizes to gui.
655d28b Added Brad's SimpleITK implementation to its own plugin
fa140f5 Moved timing instrumentation
bf85e25 Plugin support for local refinement algorithms
9ab24fc Hide the display nodes during cropping

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

master 660f76d7

2015-03-17 19:20:20

jcfr

Details Diff
STYLE: Set "desc. file" property in slicerMacroBuildAppLibrary macro

This commit moves the setting of the description file used by the
packaging code into the application CMakeLists.txt

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24086 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Applications/SlicerApp/CMakeLists.txt Diff File
mod - CMake/SlicerCPack.cmake Diff File
mod - CMake/SlicerMacroBuildApplication.cmake Diff File

master 0a4d04e9

2015-03-17 19:20:18

jcfr

Details Diff
STYLE: Set "desc. summary" property in slicerMacroBuildAppLibrary macro

This commit moves the setting of the description summary used by the
packaging code into the application CMakeLists.txt

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24085 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Applications/SlicerApp/CMakeLists.txt Diff File
mod - CMake/SlicerCPack.cmake Diff File
mod - CMake/SlicerMacroBuildApplication.cmake Diff File

master 93ab0f13

2015-03-17 19:20:16

jcfr

Details Diff
ENH: Improve error message associated with 'slicer_cpack_set' macro

Display a more informative message if main project name matched "Slicer".

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

master 22446859

2015-03-17 19:20:14

jcfr

Details Diff
STYLE: Remove duplicated "Slicer.icns" file

The icon was already a SlicerApp resources. To avoid the duplication,
the path to the icon is (1) set a global property in the "slicerMacroBuildApplication"
macro and (2) retrieved from the SlicerCPack module.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24083 3bd1e089-480b-0410-8dfb-8563597acbee
mod - CMake/SlicerCPack.cmake Diff File
mod - CMake/SlicerMacroBuildApplication.cmake Diff File
rm - Resources/Slicer.icns Diff File

master d5389447

2015-03-17 19:20:13

jcfr

Details Diff
STYLE: Move and rename "Slicer3.png" to "Slicer-ModulePanelLogo.png"

Since the image is used to illustrate the module panel area in the main
windows, the file is move into the Resources application folder and is
renamed accordingly.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24082 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Applications/SlicerApp/Resources/SlicerApp.qrc Diff File
mod - Applications/SlicerApp/Resources/UI/qSlicerAppMainWindow.ui Diff File
mod - Resources/qSlicer.qrc Diff File

master d87339c9

2015-03-17 19:20:10

jcfr

Details Diff
STYLE: Rename SlicerApp icon files to match application name "Slicer"

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24081 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Applications/SlicerApp/Resources/SlicerApp.qrc Diff File
mod - CMake/SlicerMacroBuildApplication.cmake Diff File

master 9ba9a004

2015-03-17 19:20:07

jcfr

Details Diff
STYLE: Remove unused Slicer png files from top-level Resources folder

This files were initially added in r20128 (add extra icon sizes and a
.ico file for convenience), then they have been added to the qSlicer.qrc
file in r20348 (BUG: 0002094. Move 3DSlicer icons into appropriate subdirectories.)

Since the resources are not referenced anywhere and the corresponding
file have been moved into the SliceApp application resource directory (r14748),
this commit removes them.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24080 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Applications/SlicerApp/Resources/SlicerApp.qrc Diff File
rm - Resources/Icons/Medium/3DSlicerIcon.png Diff File
rm - Resources/Icons/Small/3DSlicerIcon.png Diff File
rm - Resources/Icons/XLarge/3DSlicerIcon.png Diff File
mod - Resources/qSlicer.qrc Diff File
 First  Prev  1 2 3 ... 10 ... 20 ... 30 ... 40 ... 50 ... 60 ... 70 ... 76 77 78 79 80 81 82 ... 90 ... 100 ... 110 ... 120 ... 130 ... 133 134 135  Next  Last