
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 50 (100.0%) | 444 (100.0%) | 8.8 |
| jcfr | 32 (64.0%) | 372 (83.8%) | 11.6 |
| finetjul | 18 (36.0%) | 72 (16.2%) | 4.0 |
BUG: SlicerQT - Rename QTGUI/Plugins/qSlicerQTGUIPluginWin32Header.h to qSlicerQTGUIPluginExport.h
18 lines of code changed in 5 files:
ENH: SlicerQT - Added macros "qctk_build_designer_plugin" and "qctk_install_designer_plugin"
0 lines of code changed in 1 file:
ENH: SlicerQT - Update CMakeLists.txt of QTDesigner plugin. Change ADD_LIBRARY option from SHARED to MODULE type
0 lines of code changed in 1 file:
ENH: SlicerQT - Add designer plugin qSlicerModuleSelectorWidget
53 lines of code changed in 4 files:
ENH: SlicerQT - Add qSlicerModulePanelPlugin
53 lines of code changed in 4 files:
ENH: SlicerQT - Refactor QTCLI to consider qSlicerAbstractModuleWidget
qSlicerAbstractModuleWidget has also a new method 'module()' allowing
to obtain the module object associated with a moduleWidget.
The API of qSlicerModulePanel (and based class) has been updated to
use qSlicerAbstractModuleWidget.
0 lines of code changed in 1 file:
ENH: SlicerQT - Refactor Modules - Added qSlicerAsbtractModuleWidget
QTModules and CLI module are disabled for now
The class qSlicerAbstractModule now inherit from QObject.
All UI specific code has been moved to qSlicerAbstractModuleWidget.
qSlicerAbstractModule provide a function named 'widgetRepresentation'
allowing to obtain the corresponding widget.
0 lines of code changed in 1 file:
ENH: SlicerQT - Rename SlicerBaseQT* libs into qSlicerBaseQT*
6 lines of code changed in 2 files:
COMP: SlicerQT: move designer plugins into bin/Release/designer
0 lines of code changed in 1 file:
COMP: SlicerQt: Move back the qt designer plugins into the Slicer3-build/bin directory. But a post build command is run to copy the dlls into the bin/designer directory.
0 lines of code changed in 1 file:
STYLE: SlicerQT - Add semicolon after Q_EXPORT_PLUGIN2 macro
0 lines of code changed in 1 file:
STYLE: SlicerQT - Add a semicolan after the macro Q_INTERFACES
0 lines of code changed in 2 files:
STYLE: SlicerQt: Rename BasePlugin into AbstractPlugin
55 lines of code changed in 6 files:
STYLE: SlicerQt: Rename SlicerQTGUIPlugin project into SlicerBaseQTGUIPlugin
9 lines of code changed in 5 files:
COMP: SlicerQt: Fix compilation problems on Windows
8 lines of code changed in 5 files:
BUG: SlicerQT - QTGUI designer plugin wasn't loading in designer. Add the missing dependency.
2 lines of code changed in 1 file:
ENH: SlicerQT - Split Base/GUIQT into Base/QTBase and Base/QTGUI
240 lines of code changed in 9 files: