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

master 835b9ebe

2014-04-09 20:58:35

pieper

Details Diff
BUG: fix error condition in LandmarkRegistration

See commit log for info.

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

master 89d6c885

2014-04-09 20:56:05

pieper

Details Diff
BUG: 0003561 handle paths for windows

Earlier versions of the tpycl (tcl/python) layer worked on all
platforms, but apparently a change occured (maybe the
cmakeified python?) that led to a different interpretation
of this path and now native windows paths with backslashes
are returned from os.path. As a result we need to convert the
paths before sending them to tcl, which always uses forward
slashes for standard directory operations on all platforms.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23066 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Base/Python/slicer/slicerqt-with-tcl.py Diff File

master 92bb653d

2014-04-09 17:13:48

jcfr

Details Diff
COMP: Disable 'GitPython' and 'PyGithub' waiting build error are fixed.

This is a temporary solution waiting I finish to generalize the system
used to configure/make/install NUMPY. When done, a similar mechanism
will be used to build python modules requiring a build environment / compiler.

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

master 32de8d3f

2014-04-09 14:08:37

jcfr

Details Diff
COMP: Update python build system so that 'hash' module is available on windows

$ git shortlog 82e14946..3c5864f --no-merges
Jean-Christophe Fillion-Robin (2):
Add 'msvc9compiler' patch to support VS10
Add 'msvc9compiler' patch to support building using VS Express and Windows SDK

Matt McCormick (1):
Do not avoid hash modules with OpenSSL on Windows.

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

master b6a9f85f

2014-04-09 03:37:11

jcfr

Details Diff
ENH: Rename Windows "Start menu" entry for 32 and 64-bit install

As discussed during April 8th 2014 developer hangout, considering that
64-bit build are now the default, the associated start menu entries are
renamed so that a suffix is instead associated with the 32-bit start menu
entry instead of the 64-bit one:

Slicer 4.3.1 [...] (Win64) -> Slicer 4.3.1 [...]

Slicer 4.3.1 [...] -> Slicer 4.3.1 [...] (Win32)

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

master 573397b5

2014-04-09 02:58:19

jcfr

Details Diff
COMP: Fix build error introduced in commit r23061

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23062 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Base/Logic/vtkSlicerScriptedLoadableModuleLogic.cxx Diff File
mod - Libs/MRML/DisplayableManager/vtkMRMLScriptedDisplayableManager.cxx Diff File

master ad280228

2014-04-09 02:25:58

jcfr

Details Diff
ENH: Add support for scripted module available as ".pyc" file

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23061 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Base/Logic/vtkSlicerScriptedLoadableModuleLogic.cxx Diff File
mod - Base/QTCore/qSlicerScriptedFileWriter.cxx Diff File
mod - Base/QTGUI/qSlicerScriptedFileDialog.cxx Diff File
mod - Base/QTGUI/qSlicerScriptedLoadableModule.cxx Diff File
mod - Base/QTGUI/qSlicerScriptedLoadableModuleFactory.cxx Diff File
mod - Base/QTGUI/qSlicerScriptedLoadableModuleWidget.cxx Diff File
mod - Libs/MRML/DisplayableManager/vtkMRMLScriptedDisplayableManager.cxx Diff File

master 37c81d9a

2014-04-08 17:56:17

jcfr

Details Diff
ENH: Do not install EMSegment testing data. See 0002397

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

master 6eebeb1a

2014-04-08 17:15:52

mwoehlke

Details Diff
ENH: Add GitPython and PyGithub external projects

Add external projects for GitPython, PyGithub, and their dependencies
(python-setuptools, python-gitdb, python-async, python-smmap). These are
required for full functionality of the SlicerWizard package.

These are only built if Python and extension manager support are both
enabled, and system Python is not used. Additionally, PyGithub is only
requested if Python SSL support is enabled.

Note that Python must be built with SSL support for PyGithub to be
usable.

Issue 0003269

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

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23059 3bd1e089-480b-0410-8dfb-8563597acbee
mod - SuperBuild.cmake Diff File
add - SuperBuild/External_GitPython.cmake Diff File
add - SuperBuild/External_PyGithub.cmake Diff File
add - SuperBuild/External_python-async.cmake Diff File
add - SuperBuild/External_python-gitdb.cmake Diff File
add - SuperBuild/External_python-setuptools.cmake Diff File
add - SuperBuild/External_python-smmap.cmake Diff File

master 3558d0be

2014-04-08 13:41:15

jcfr

Details Diff
ENH: Associate a component with install rules

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23058 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Applications/SlicerApp/CMakeLists.txt Diff File
mod - Base/Logic/Resources/CMakeLists.txt Diff File
mod - CMake/SlicerBlockInstallTcl.cmake Diff File
mod - CMake/SlicerCPack.cmake Diff File
mod - Libs/FreeSurfer/CMakeLists.txt Diff File
mod - Resources/CMakeLists.txt Diff File
mod - SuperBuild.cmake Diff File

master 6ece5392

2014-04-08 13:41:12

jcfr

Details Diff
BUG: Rename installed python executable to account for case-insistive system

Considering that the MacOSX build server uses Apple HFS file system that
is case insensitive for operation [1], the installed python
executable is copied in

Slicer.app/Contents/bin/Python/

instead of

Slicer.app/Contents/bin/

This commit rename the installed executable into "python-real" to account
for this.

For sake of consistency, the renaming is also applied for all platforms.

[1] http://en.wikipedia.org/wiki/Hierarchical_File_System#Limitations

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23057 3bd1e089-480b-0410-8dfb-8563597acbee
mod - CMake/SlicerBlockInstallPython.cmake Diff File
mod - SuperBuild/python_customPythonLauncherSettings.ini.in Diff File
mod - SuperBuild/python_customPython_configure.cmake.in Diff File

master b4a294bf

2014-04-08 13:41:11

jcfr

Details Diff
BUG: Associate component with Qt plugin install rules

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

master 32590af1

2014-04-08 13:41:09

jcfr

Details Diff
BUG: Associate component with python launcher and modules install rules

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

master 4f213327

2014-04-08 09:49:58

jcfr

Details Diff
COMP: Fix Windows build error introduced by r23051

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

master 453f7b89

2014-04-07 19:41:28

jcfr

Details Diff
COMP: Update VTK project to fix compiler error on clang c++11

$ git shortlog bbf9377..b4d85da --no-merges
David Gobbi (1):
BUG: Fix incorrect code detected by static analysis.

Hans Johnson (1):
COMP: Fix compiler error on clang c++11

Sean McBride (1):
Removed -fobjc-gc from VTK_REQUIRED_OBJCXX_FLAGS

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

master 855dd1f2

2014-04-07 19:41:26

jcfr

Details Diff
ENH: Do not install SimpleITK headers. See 0002397

See https://issues.itk.org/jira/browse/SIMPLEITK-517

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

master 047ee673

2014-04-07 19:41:24

jcfr

Details Diff
ENH: Install python interpreter

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23051 3bd1e089-480b-0410-8dfb-8563597acbee
mod - CMake/SlicerBlockInstallPython.cmake Diff File
mod - SuperBuild/python_customPythonLauncherSettings.ini.in Diff File
mod - SuperBuild/python_customPython_configure.cmake.in Diff File

master 1a28eac2

2014-04-07 19:41:22

jcfr

Details Diff
ENH: Rename python launcher "customPython" into "SlicerPython"

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

master dfd4ace2

2014-04-07 19:41:21

jcfr

Details Diff
ENH: Generalized DCMTK application install rules to multi config systems.

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

master 959377d4

2014-04-07 19:41:19

jcfr

Details Diff
STYLE: Simplify installation rules associated with DCMTK applications

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

master 92ee96f0

2014-04-04 18:34:32

finetjul

Details Diff
BUG: Don't synchronize the number of decimals in CLI slider widgets

Remove ctkSliderWidget::SynchronizeDecimals default behavior.
Closes 0003642

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

master 67a01c0a

2014-04-04 15:21:17

finetjul

Details Diff
BUG: Separator appears in MRML node combobox menu with custom items only

The MRML node combobox can have extra items on the top or bottom of the node list. There are built-in extra items, such as None, Add, etc. When these are enabled, then a separator appears between the nodes and the items. However, when no built-in extra item is enabled, just custom extra items are added, then the separator did not show up.

From: Csaba Pinter <csaba.pinter@queensu.ca>

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

master ef8356ba

2014-04-04 08:59:06

alexy

Details Diff
BUG: 3640. Added vtkMRMLFiberBundleDisplayNode::ProcessMRMLEvents () method to process modify events from vtkMRMLDiffusionTensorDisplayPropertiesNode referenced node

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23045 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Modules/Loadable/TractographyDisplay/MRML/vtkMRMLFiberBundleDisplayNode.cxx Diff File
mod - Modules/Loadable/TractographyDisplay/MRML/vtkMRMLFiberBundleDisplayNode.h Diff File

master 2cf9c131

2014-04-03 19:00:31

finetjul

Details Diff
BUG: Fix popups always on top

Closes 0001792, 0001824, 0001763, 0002077, 0002309, 0002474

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

master 3fb6f9ee

2014-04-03 17:52:38

jcfr

Details Diff
BUG: Fix install rule incorrectly set in r23042

Optional matching pattern are now specified after a semicolon.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23043 3bd1e089-480b-0410-8dfb-8563597acbee
mod - CMake/SlicerBlockInstallQtPlugins.cmake Diff File
mod - CMake/SlicerCPack.cmake Diff File
 First  Prev  1 2 3 ... 10 ... 20 ... 30 ... 40 ... 50 ... 60 ... 70 ... 80 ... 90 ... 100 ... 110 ... 117 118 119 120 121 122 123 ... 130 ... 133 134 135  Next  Last