- 17 Dec, 2010 6 commits
-
-
zach.mullen authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15651 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15650 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15649 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
As described below, the previous code specific to APPLE was improperly specifying the path: /Users/pieper/Downloads/Slicer-4.0.beta-r15645-Darwin common:Slicer-4.0.beta-r15645-Darwin pieper$ find . -iname libarc\* ./lib/Slicer3/Users/partyd/Kitware/Slicer/build/libarchive-install ./lib/Slicer3/Users/partyd/Kitware/Slicer/build/libarchive-install/lib/libarchive.8.dylib ./lib/Slicer3/Users/partyd/Kitware/Slicer/build/libarchive-install/lib/libarchive.a ./lib/Slicer3/Users/partyd/Kitware/Slicer/build/libarchive-install/lib/libarchive.dylib git-svn-id: http://svn.slicer.org/Slicer4/trunk@15648 3bd1e089-480b-0410-8dfb-8563597acbee
-
haehn authored
ENH: Annotation module: Move annotation up works now. Also, MRML save/load with Annotations works - still some issues so. git-svn-id: http://svn.slicer.org/Slicer4/trunk@15647 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
With older version of gcc supporting the flag -fstack-protector-all, an extra dependency to libssp.so is introduced. If gcc version is less than 4.4.0 and the build type is Release let's not include the flag. Doing so should allow to build Release package made for distribution using older linux distro without introducing an extra dependency. git-svn-id: http://svn.slicer.org/Slicer4/trunk@15646 3bd1e089-480b-0410-8dfb-8563597acbee
-
- 16 Dec, 2010 34 commits
-
-
finetjul authored
Problem: minimize application, restore it and the module panel disappear When the application is minimized, QDockWidget receive the HideEvent and fire its signal visibilityChanged that got connected to the menu QAction which fire its own signal toggled(bool). If the QDockWidget::setVisible(bool) is connected to this toggled() signal setVisible(false) would be called and really hide the QDockWidget (before it wasn't really hidden, see QWidget::IsVisibleTo() for more info). To avoid all this issue, QDockWidgets::setVisible should only respond to the triggered(bool) signals of the menu QAction. For consistency, apply the same logic to the QToolBars and their associated menu QActions. git-svn-id: http://svn.slicer.org/Slicer4/trunk@15645 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
The name of the executable is still SlicerQT-real so that existing launcher can still refer to it. git-svn-id: http://svn.slicer.org/Slicer4/trunk@15644 3bd1e089-480b-0410-8dfb-8563597acbee
-
finetjul authored
vtkMRMLSceneViewNode are hidden from Editors by default; keep this behavior consistent across all vtkMRMLSceneViewNodes but make the tree widget display hidden view nodes by default. Fix crashes when the image data is not set. git-svn-id: http://svn.slicer.org/Slicer4/trunk@15643 3bd1e089-480b-0410-8dfb-8563597acbee
-
finetjul authored
Slot updateFromMRML was destroyed (in qSlicerScalarVolumeDisplayWidget) before ObjectEventObserver was destroyed (in qSlicerWidget). git-svn-id: http://svn.slicer.org/Slicer4/trunk@15642 3bd1e089-480b-0410-8dfb-8563597acbee
-
finetjul authored
Screenshot imagedata must be initialized to null git-svn-id: http://svn.slicer.org/Slicer4/trunk@15641 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15640 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15639 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
BUG: vtkMRMLDisplayableManagerFactory::Instantiate - Do not cast to vtkMRMLAbstractThreeDViewDisplayableManager The factory should be able to deal with any sort of DisplayableManager. git-svn-id: http://svn.slicer.org/Slicer4/trunk@15638 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15637 3bd1e089-480b-0410-8dfb-8563597acbee
-
finetjul authored
The directory was given to the optionwidget, not the filename git-svn-id: http://svn.slicer.org/Slicer4/trunk@15636 3bd1e089-480b-0410-8dfb-8563597acbee
-
haehn authored
ENH: Annotation module: Use direct programmatic placement without the ugly recorder hack for the bidimensional widget. Thanks, Kitware. git-svn-id: http://svn.slicer.org/Slicer4/trunk@15635 3bd1e089-480b-0410-8dfb-8563597acbee
-
pieper authored
BUG: merge bug fix from slicer3 trunk for crash when certain label options selected; also ENH: check for valid file when argument is not a slicer shared memory reference git-svn-id: http://svn.slicer.org/Slicer4/trunk@15634 3bd1e089-480b-0410-8dfb-8563597acbee
-
pieper authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15633 3bd1e089-480b-0410-8dfb-8563597acbee
-
pieper authored
ENH: fix undo/redo display name (was PreviousCheckPoint/NextCheckPoint) and fix enable/disable of undo/redo buttons git-svn-id: http://svn.slicer.org/Slicer4/trunk@15632 3bd1e089-480b-0410-8dfb-8563597acbee
-
finetjul authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15631 3bd1e089-480b-0410-8dfb-8563597acbee
-
finetjul authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15630 3bd1e089-480b-0410-8dfb-8563597acbee
-
pieper authored
BUG: set correct library for libarchive and ENH: add Slicer4 launcher as a copy of the Slicer3 launcher (use of Slicer3 is deprecated, but will require careful search of the source code to replace, since the string is used many places) git-svn-id: http://svn.slicer.org/Slicer4/trunk@15629 3bd1e089-480b-0410-8dfb-8563597acbee
-
partyd authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15628 3bd1e089-480b-0410-8dfb-8563597acbee
-
partyd authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15627 3bd1e089-480b-0410-8dfb-8563597acbee
-
pieper authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15626 3bd1e089-480b-0410-8dfb-8563597acbee
-
hjohnson authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15625 3bd1e089-480b-0410-8dfb-8563597acbee
-
pieper authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15624 3bd1e089-480b-0410-8dfb-8563597acbee
-
finetjul authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15623 3bd1e089-480b-0410-8dfb-8563597acbee
-
partyd authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15622 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15621 3bd1e089-480b-0410-8dfb-8563597acbee
-
dpace authored
- for embedded widget, we cannot guarantee that we have a background volume when the threshold effect is selected git-svn-id: http://svn.slicer.org/Slicer4/trunk@15620 3bd1e089-480b-0410-8dfb-8563597acbee
-
dpace authored
- ModuleWidgets using embedded editor widgets can pause/resume effects when they are shown/hidden git-svn-id: http://svn.slicer.org/Slicer4/trunk@15619 3bd1e089-480b-0410-8dfb-8563597acbee
-
dpace authored
- Embedded editor widgets don't have an editLabelMapsFrame collapsible button - Embedded editor widgets are always shown, so set them up in the beginning git-svn-id: http://svn.slicer.org/Slicer4/trunk@15618 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15617 3bd1e089-480b-0410-8dfb-8563597acbee
-
finetjul authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15616 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
Python executable is required to compile the VTK python modules git-svn-id: http://svn.slicer.org/Slicer4/trunk@15615 3bd1e089-480b-0410-8dfb-8563597acbee
-
finetjul authored
instead of triggered because triggered is only fired if it's the user that change the checked property and not if it is done programatically. git-svn-id: http://svn.slicer.org/Slicer4/trunk@15614 3bd1e089-480b-0410-8dfb-8563597acbee
-
finetjul authored
Directly connect the menu actions controlling the toolbar visibility with the toolbars themselves (done in the ui). After reading the settings, make sure the menu actions are synchro with the toolbar visibility Rename ModuleSelector into ModuleSelectorToolBar git-svn-id: http://svn.slicer.org/Slicer4/trunk@15613 3bd1e089-480b-0410-8dfb-8563597acbee
-
finetjul authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15612 3bd1e089-480b-0410-8dfb-8563597acbee
-