Directory Base/QTGUI/Plugins/

Directory Created:
2009-11-10 20:34
Total Files:
12
Deleted Files:
4
Lines of Code:
309

[root]/Base/QTGUI/Plugins

Lines of Code

Base/QTGUI/Plugins/ Lines of Code

Developers

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

Most Recent Commits

jcfr 2009-12-13 20:01 Rev.: 11268

BUG: SlicerQT - Rename QTGUI/Plugins/qSlicerQTGUIPluginWin32Header.h to qSlicerQTGUIPluginExport.h

18 lines of code changed in 5 files:

  • Base/QTGUI/Plugins: qSlicerQTGUIAbstractPlugin.h (changed), qSlicerQTGUIPluginConfigure.h.in (del), qSlicerQTGUIPluginExport.h (new 18), qSlicerQTGUIPluginWin32Header.h (del), qSlicerQTGUIPlugins.h (changed)
jcfr 2009-12-13 19:25 Rev.: 11266

ENH: SlicerQT - Added macros "qctk_build_designer_plugin" and "qctk_install_designer_plugin"

0 lines of code changed in 1 file:

  • Base/QTGUI/Plugins: CMakeLists.txt (changed)
jcfr 2009-12-08 18:34 Rev.: 11228

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:

  • Base/QTGUI/Plugins: CMakeLists.txt (changed)
jcfr 2009-12-06 20:00 Rev.: 11189

ENH: SlicerQT - Add designer plugin qSlicerModuleSelectorWidget

53 lines of code changed in 4 files:

  • Base/QTGUI/Plugins: CMakeLists.txt (changed), qSlicerModuleSelectorWidgetPlugin.cxx (new 34), qSlicerModuleSelectorWidgetPlugin.h (new 19), qSlicerQTGUIPlugins.h (changed)
jcfr 2009-12-06 17:57 Rev.: 11176

ENH: SlicerQT - Add qSlicerModulePanelPlugin

53 lines of code changed in 4 files:

  • Base/QTGUI/Plugins: CMakeLists.txt (changed), qSlicerModulePanelPlugin.cxx (new 34), qSlicerModulePanelPlugin.h (new 19), qSlicerQTGUIPlugins.h (changed)
jcfr 2009-12-05 11:09 Rev.: 11169

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:

  • Base/QTGUI/Plugins: CMakeLists.txt (changed)
jcfr 2009-12-05 11:09 Rev.: 11167

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:

  • Base/QTGUI/Plugins: CMakeLists.txt (changed)
jcfr 2009-12-03 15:22 Rev.: 11143

ENH: SlicerQT - Rename SlicerBaseQT* libs into qSlicerBaseQT*

6 lines of code changed in 2 files:

  • Base/QTGUI/Plugins: CMakeLists.txt (+5 -5), qSlicerQTGUIPluginWin32Header.h (+1 -1)
finetjul 2009-11-24 13:12 Rev.: 11039

COMP: SlicerQT: move designer plugins into bin/Release/designer

0 lines of code changed in 1 file:

  • Base/QTGUI/Plugins: CMakeLists.txt (changed)
finetjul 2009-11-24 12:07 Rev.: 11037

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:

  • Base/QTGUI/Plugins: CMakeLists.txt (changed)
jcfr 2009-11-24 10:24 Rev.: 11032

STYLE: SlicerQT - Add semicolon after Q_EXPORT_PLUGIN2 macro

0 lines of code changed in 1 file:

  • Base/QTGUI/Plugins: qSlicerQTGUIPlugins.cxx (changed)
jcfr 2009-11-24 10:24 Rev.: 11031

STYLE: SlicerQT - Add a semicolan after the macro Q_INTERFACES

0 lines of code changed in 2 files:

  • Base/QTGUI/Plugins: qSlicerQTGUIAbstractPlugin.h (changed), qSlicerQTGUIPlugins.h (changed)
finetjul 2009-11-18 20:23 Rev.: 10991

STYLE: SlicerQt: Rename BasePlugin into AbstractPlugin

55 lines of code changed in 6 files:

  • Base/QTGUI/Plugins: CMakeLists.txt (+2 -2), qSlicerQTGUIAbstractPlugin.cxx (new 27), qSlicerQTGUIAbstractPlugin.h (new 24), qSlicerQTGUIPlugin.cxx (del), qSlicerQTGUIPlugin.h (del), qSlicerWidgetPlugin.h (+2 -2)
finetjul 2009-11-18 19:22 Rev.: 10990

STYLE: SlicerQt: Rename SlicerQTGUIPlugin project into SlicerBaseQTGUIPlugin

9 lines of code changed in 5 files:

  • Base/QTGUI/Plugins: CMakeLists.txt (+2 -2), qSlicerQTGUIPlugin.h (+1 -1), qSlicerQTGUIPluginWin32Header.h (+4 -4), qSlicerQTGUIPlugins.h (+1 -1), qSlicerWidgetPlugin.h (+1 -2)
finetjul 2009-11-18 19:08 Rev.: 10988

COMP: SlicerQt: Fix compilation problems on Windows

8 lines of code changed in 5 files:

  • Base/QTGUI/Plugins: CMakeLists.txt (+3 -1), qSlicerQTGUIPluginWin32Header.h (+1 -1), qSlicerQTGUIPlugins.h (+2 -2), qSlicerWidgetPlugin.cxx (+1 -2), qSlicerWidgetPlugin.h (+1 -5)
jcfr 2009-11-11 00:36 Rev.: 10932

BUG: SlicerQT - QTGUI designer plugin wasn't loading in designer. Add the missing dependency.

2 lines of code changed in 1 file:

  • Base/QTGUI/Plugins: CMakeLists.txt (+2)
jcfr 2009-11-10 20:34 Rev.: 10926

ENH: SlicerQT - Split Base/GUIQT into Base/QTBase and Base/QTGUI

240 lines of code changed in 9 files:

  • Base/QTGUI/Plugins: CMakeLists.txt (new 40), qSlicerQTGUIPlugin.cxx (new 27), qSlicerQTGUIPlugin.h (new 23), qSlicerQTGUIPluginConfigure.h.in (new 20), qSlicerQTGUIPluginWin32Header.h (new 34), qSlicerQTGUIPlugins.cxx (new 5), qSlicerQTGUIPlugins.h (new 32), qSlicerWidgetPlugin.cxx (new 35), qSlicerWidgetPlugin.h (new 24)
Generated by StatSVN 0.5.0