[root]/Base/GUIQT
CmdLineModule
(0 files, 0 lines)
Plugins
(0 files, 0 lines)
Resources
(0 files, 0 lines)
Icons
(3 files, 0 lines)
UI
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 199 (100.0%) | 2932 (100.0%) | 14.7 |
| jcfr | 135 (67.8%) | 2559 (87.3%) | 18.9 |
| finetjul | 64 (32.2%) | 373 (12.7%) | 5.8 |
COMP: SlicerQt: remove useless/empty directory
0 lines of code changed in 38 files:
STYLE: SlicerQt: Tuned the application palette to prevent high-contrast colors in the Windows style
12 lines of code changed in 1 file:
ENH: SlicerQT - Rename Macro 'qSlicerWidgetCxxZeroInitConstructorMacro' to 'qSlicerCxxZeroInitConstructor1Macro'
8 lines of code changed in 5 files:
ENH: SlicerQt: Update Min/Max of depending on the matrix min and max values (if changed externally)
21 lines of code changed in 2 files:
ENH: Add Min/Max into qMRMLTransformSliders
9 lines of code changed in 1 file:
ENH: SlicerQT - Added qCTKAbstractLibraryFactory allowing to resolve symbols within loadable command line module.
ENH: SlicerQT - Updated qSlicerModuleFactory and Slicer3.cxx to use Library factory.
ENH: SlicerQT - Added qSlicerMacros file. Convenient macro allowing to set the constructor/destructor, and accessors of Slicer classes.
ENH: SlicerQT - Added qSlicerModuleLogic class
ENH: SlicerQT - Added Base/GUIQT/CmdLineModule.
ENH: SlicerQT - Added Base/GUIQT/qSlicerUtils class
FIX: SlicerQT - Clean code, comment extra debug statements
429 lines of code changed in 19 files:
ENH: SlicerQt: apply the same behaviour to the qSlicerCamerasModule than vtkSlicerCamerasModule.
105 lines of code changed in 2 files:
STYLE: SlicerQT: rename qvtkReConnect into qvtkReconnect for more consistency
1 lines of code changed in 1 file:
COMP: SlicerQT: remove missing include file
1 lines of code changed in 1 file:
ENH: SlicerQt: Redesign qCTKAddRemoveComboBox, qCTKNodeSelector and qSlicerTransformsModule.
52 lines of code changed in 3 files:
ENH: SlicerQt - Major refactoring. Module are now initialized within the overloaded function 'initializer'. qCTKFactory classed is now the base for Plugin and Object factory. Other kind of factory can easily be implemented. Module title should be set in the CMakeLists.txt of each QT module.
390 lines of code changed in 16 files:
ENH: SlicerQT - Since the listening of the MRMLScene event will be done at the qSlicerWidget level. Add QVTK_OBJECT macro to it.
1 lines of code changed in 1 file:
BUG: QtSlicer - Rename qSlicerCameraModule into qSlicerCamerasModule
141 lines of code changed in 4 files:
BUG: QtSlicer - Remove macro qSlicerGetModuleTitleDefinitionMacro/qSlicerGetModuleTitleDeclrationMacro and add the virtual method moduleTitle. In vtkSlicerApplication, rename method InitializeQtModule to InitializeQtCoreModule and add method InitializeQtCoreModules. Update QTModules and add the QtPlugin declaration. Update the appropriate header and cmake files in order to install the Qt loadable modules into a separate directory named 'QTLoadableModules'
47 lines of code changed in 10 files:
COMP: SlicerQT: Fix windows compilation errors
6 lines of code changed in 2 files:
ENH: SlicerQT: Add the camera module
134 lines of code changed in 5 files:
STYLE: SlicerQT: Move QVTK_OBJECT in qSlicerAbstractModule into qSlicerWidget
2 lines of code changed in 4 files:
ENH: SlicerQT: move the MRMLScene into qSlicerWidget rather than qSlicerAbstractModule
0 lines of code changed in 2 files:
ENH: SlicerQT: add setMRMLScene to qSlicerWidget
30 lines of code changed in 2 files:
ENH: QtSlicer - Add GUIQT/Plugins directory. Rename QCTKWidgets/QMRMLWidgets to qCTKWidgets/qMRMLWidgets
27 lines of code changed in 1 file:
BUG: QtSlicer - Update function setScrollAreaAsParentContainer() of qSlicerWidget class. The module are now displayed properly within the scrollArea container
11 lines of code changed in 1 file:
ENH: QtSlicer - Remove unused class qSlicerKwUIWrapper
0 lines of code changed in 1 file:
ENH: QtSlicer - Rename dumpObjectInfo to printAdditionalInfo
23 lines of code changed in 17 files:
BUG: QtSlicer - Rename qSlicerModuleTransform into qSlicerTransformsModule
291 lines of code changed in 4 files:
ENH: QtSlicer - Add classes qSlicerAbstractLoadableModule and qSlicerAbstractCoreModule
178 lines of code changed in 9 files:
BUG: QtSlicer - TransformsModule - Both min/max translation limit labels and inputs are now enabled/disabled appropriately
6 lines of code changed in 1 file:
ENH: QtSlicer - TransformModule - Connect the min/max translation limit input.
84 lines of code changed in 2 files:
BUG: QtSlicer - Add method setTopLevelWidgetsVisible to qSlicerApplication. In vtkSlicerApplication, update methods RegisterDialogUp() and UnRegisterDialogUp() to use this method and show/hide qt widgets appropriately
43 lines of code changed in 3 files:
ENH: QtSlicer - Add method 'InitializeQtModule' to vtkSlicerApplication. Add method 'SetQtModuleVisible' and 'SetCurrentQtModuleVisible' to vtkSlicerApplicationGUI. Refactor and clean code to use these two function. Remove all code related to the previously added compilation directive 'Slicer_USE_KWWIDGET'. Update qSlicerAbstractModule to extend from qSlicerWidget. Now the title of a Qt module is defined in the corresponding declaration/definition using macro 'qSlicerGetModuleTitleDeclarationMacro' and 'qSlicerGetModuleTitleDefinitionMacro(_CLASSTYPE, _TITLE)'. Add method initPalette(), initFont() and loadStyleSheet() to qSlicerApplication. Qt Transform module now provide the 'invert' button.
124 lines of code changed in 18 files:
ENH: QtSlicer - Add qSlicerWidget class which should now be the base of all 'top-level' qt widget (AbstractModule, RenderView, ...). While Slicer is being ported from KwWidget to Qt, this class will be responsible to optionnally wrap these widget in ScrollArea, provide method to optionnaly set a frameless top level widget (aka dialogBox), update the geometry appropriately.
191 lines of code changed in 3 files:
BUG 658: Rename GUI2 directory to GUIQT
565 lines of code changed in 20 files: