- 17 Dec, 2010 1 commit
-
-
zach.mullen authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15651 3bd1e089-480b-0410-8dfb-8563597acbee
-
- 16 Dec, 2010 8 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
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15640 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
-
hjohnson authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15625 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
-
- 14 Dec, 2010 1 commit
-
-
finetjul authored
because the input file might just be a pointer on the memory and not a file git-svn-id: http://svn.slicer.org/Slicer4/trunk@15559 3bd1e089-480b-0410-8dfb-8563597acbee
-
- 10 Dec, 2010 2 commits
-
-
finetjul authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15520 3bd1e089-480b-0410-8dfb-8563597acbee
-
finetjul authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15495 3bd1e089-480b-0410-8dfb-8563597acbee
-
- 09 Dec, 2010 1 commit
-
-
finetjul authored
BUG: Use the proper way to set the application style. The way it was done before was creating a style twice. Once by default in the constructor of QApplication then once in the constructor of qSlicerApplication. The style should be set prior to instanciating the application, typically in Main.cxx. the problem was had with the previous design was that a qgtkstyle was instanciated and anytime a palette was set to the application, the base and window color role (not the text role)of the qmenu, qtoolbar and qcombobox were reset to the system color, wich resulted into invisible menus (brown background under brown text git-svn-id: http://svn.slicer.org/Slicer4/trunk@15493 3bd1e089-480b-0410-8dfb-8563597acbee
-
- 08 Dec, 2010 1 commit
-
-
jcfr authored
The launcher is now configured using relatively to a Target instead of the location of a generated executable. TARGET parameter should be specified instead of APPLICATION_PATH Also move the call to the macro at in the CMakeLists where the associated target is defined. Related changes: - Launcher properly configured on windows by using custom_target and ensuring the intermediate build directory is properly passed - Remove suffix ADDITIONAL_ from macro signature - Argument given on the command line are now properly passed to the target application git-svn-id: http://svn.slicer.org/Slicer4/trunk@15463 3bd1e089-480b-0410-8dfb-8563597acbee
-
- 06 Dec, 2010 17 commits
-
-
finetjul authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15452 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15443 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
Simplify the code using slicerMacroBuildCLI git-svn-id: http://svn.slicer.org/Slicer4/trunk@15442 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
Simplify the code using slicerMacroBuildCLI git-svn-id: http://svn.slicer.org/Slicer4/trunk@15441 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
Simplify the code using slicerMacroBuildCLI git-svn-id: http://svn.slicer.org/Slicer4/trunk@15440 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
COMP: DiffusionApplications/CMakeLists updated to use CDash Labels and to build both CLI library and executable Also simplify the code by using macro slicerMacroBuildCLI git-svn-id: http://svn.slicer.org/Slicer4/trunk@15439 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15438 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
Simplify the code using slicerMacroBuildCLI git-svn-id: http://svn.slicer.org/Slicer4/trunk@15437 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
Simplify the code using slicerMacroBuildCLI git-svn-id: http://svn.slicer.org/Slicer4/trunk@15436 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
Simplify the code using slicerMacroBuildCLI git-svn-id: http://svn.slicer.org/Slicer4/trunk@15435 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15434 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
Simplify the code using slicerMacroBuildCLI git-svn-id: http://svn.slicer.org/Slicer4/trunk@15433 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
Simplify the code using slicerMacroBuildCLI git-svn-id: http://svn.slicer.org/Slicer4/trunk@15432 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
Also simplify the code by using macro slicerMacroBuildCLI git-svn-id: http://svn.slicer.org/Slicer4/trunk@15431 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15429 3bd1e089-480b-0410-8dfb-8563597acbee
-
finetjul authored
Need to wrap PythonQt code with #ifdef Slicer_USE_PythonQt git-svn-id: http://svn.slicer.org/Slicer4/trunk@15425 3bd1e089-480b-0410-8dfb-8563597acbee
-
finetjul authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15424 3bd1e089-480b-0410-8dfb-8563597acbee
-
- 05 Dec, 2010 6 commits
-
-
jcfr authored
The QTScripted module factory is composed of: - the factory itself - concrete implementations of qSlicerLoadableModule, qSlicerAbstractModuleWidget and vtkSlicerModuleLogic These concrete implementations are: - qSlicerScriptedLoadableModuleWidget - qSlicerScriptedLoadableModule - vtkSlicerScriptedLoadableModuleLogic All have a method named "setPythonSource". After setting the python script, the corresponding python implementation will be retrieved. git-svn-id: http://svn.slicer.org/Slicer4/trunk@15420 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15398 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15388 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15385 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15383 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15382 3bd1e089-480b-0410-8dfb-8563597acbee
-
- 24 Nov, 2010 2 commits
-
-
mscully authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15309 3bd1e089-480b-0410-8dfb-8563597acbee
-
mscully authored
ENH: Added logic to check for strange gradients in Siemens data and added a command line argument to force the calculation of the B values and directions from the B-matrix which exists in a private tag in siemens data. BUG: Updated to correctly handle endianness differences between dicom and system. STYLE: Cleaned up some of the code and slightly improved cross-platform compatibility. git-svn-id: http://svn.slicer.org/Slicer4/trunk@15308 3bd1e089-480b-0410-8dfb-8563597acbee
-
- 22 Nov, 2010 1 commit
-
-
pieper authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15296 3bd1e089-480b-0410-8dfb-8563597acbee
-