Directory Base/QTCLI/

Directory Created:
2009-11-11 00:35
Total Files:
10
Deleted Files:
2
Lines of Code:
3856

[root]/Base/QTCLI
            directory in repo Resources (1 files, 4 lines)
                directory in repo UI (1 files, 224 lines)

Lines of Code

Base/QTCLI/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 51 (100.0%) 4269 (100.0%) 83.7
jcfr 46 (90.2%) 4264 (99.9%) 92.6
finetjul 5 (9.8%) 5 (0.1%) 1.0

Most Recent Commits

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.

845 lines of code changed in 6 files:

  • Base/QTCLI: CMakeLists.txt (changed), qSlicerCLIModule.cxx (changed), qSlicerCLIModule.h (changed), qSlicerCLIModuleWidget.cxx (new 663), qSlicerCLIModuleWidget.h (new 46), qSlicerCLIModuleWidget_p.h (new 136)
jcfr 2009-12-03 15:22 Rev.: 11143

ENH: SlicerQT - Rename SlicerBaseQT* libs into qSlicerBaseQT*

4 lines of code changed in 1 file:

  • Base/QTCLI: CMakeLists.txt (+4 -4)
jcfr 2009-12-03 11:58 Rev.: 11133

BUG: SlicerQT - Name the commandLine and loadable module was defaulting to the className. There was an inconsistency when loading either loadable or CLI module. The name store in the factory was the library name, and the name associated with the module itself (using module->name()) was the className.

8 lines of code changed in 2 files:

  • Base/QTCLI: qSlicerCLIModule.cxx (+5 -1), qSlicerCLIModule.h (+3)
jcfr 2009-12-02 11:10 Rev.: 11115

BUG: SlicerQT - The resource files weren't compiled and added to the source correctly

0 lines of code changed in 1 file:

  • Base/QTCLI: CMakeLists.txt (changed)
jcfr 2009-12-02 01:27 Rev.: 11107

STYLE: SlicerQT - Reorder headers

0 lines of code changed in 1 file:

  • Base/QTCLI: CMakeLists.txt (changed)
jcfr 2009-12-01 23:10 Rev.: 11103

ENH: SlicerQT - All classes are now using qCTKPimpl, Remove qSlicerMacros.h, Add macro QCTK_CONSTRUCTOR_NO_ARG_CXX and QCTK_CONSTRUCTOR_1_ARG_CXX to qCTKPimpl.
STYLE: SlicerQT - The header inclusion has also been cleaned and documented.

0 lines of code changed in 4 files:

  • Base/QTCLI: qSlicerCLIModule.cxx (changed), qSlicerCLIModule.h (changed), qSlicerCLIModuleLogic.cxx (changed), qSlicerCLIModuleLogic.h (changed)
jcfr 2009-12-01 16:29 Rev.: 11101

ENH: SlicerQT - Update qSlicerCLIModule to use qCTKPimpl

0 lines of code changed in 2 files:

  • Base/QTCLI: qSlicerCLIModule.cxx (changed), qSlicerCLIModule.h (changed)
jcfr 2009-12-01 10:02 Rev.: 11093

BUG: SlicerQT - Fix orientation of slider in generation of command line UI

0 lines of code changed in 1 file:

  • Base/QTCLI: qSlicerCLIModule.cxx (changed)
jcfr 2009-12-01 10:02 Rev.: 11092

ENH: SlicerQT - Clean Base/QTCLI CMakeLists.txt

0 lines of code changed in 1 file:

  • Base/QTCLI: CMakeLists.txt (changed)
jcfr 2009-12-01 09:59 Rev.: 11090

ENH: SlicerQT - Remove QTCLI/qSlicerCLIModuleUILoader classes

0 lines of code changed in 2 files:

  • Base/QTCLI: qSlicerCLIModuleUILoader.cxx (del), qSlicerCLIModuleUILoader.h (del)
finetjul 2009-12-01 09:40 Rev.: 11088

COMP: Replace qCTKCollapsibleWidget2 by qCTKCollapsibleButton

0 lines of code changed in 1 file:

  • Base/QTCLI: qSlicerCLIModule.cxx (changed)
finetjul 2009-11-30 12:56 Rev.: 11082

ENH: SlicerQT: Derive the qCTKCollapsibleWidget2 from an abstractbutton, rename it as qCTKCollapsibleButton.

0 lines of code changed in 1 file:

  • Base/QTCLI: qSlicerCLIModule.cxx (changed)
jcfr 2009-11-28 18:28 Rev.: 11071

ENH: SlicerQT - In qSlicerWidget, rename signal 'mrmlSceneLoaded' to 'mrmlSceneChanged'

0 lines of code changed in 1 file:

  • Base/QTCLI: qSlicerCLIModule.cxx (changed)
jcfr 2009-11-28 17:05 Rev.: 11069

BUG: SlicerQT - In qSlicerCLIModule.ui, connect buttons.

0 lines of code changed in 3 files:

  • Base/QTCLI: CMakeLists.txt (changed), qSlicerCLIModule.cxx (changed), qSlicerCLIModule.h (changed)
jcfr 2009-11-25 21:25 Rev.: 11061

ENH: SlicerQT - qSlicerCLIModule - First implementation of the class in charge of parsing of the CommandLine XML description file and generating the corresponding UI. Note also that this class relies on the ModuleDescriptionParser class.

0 lines of code changed in 2 files:

  • Base/QTCLI: qSlicerCLIModule.cxx (changed), qSlicerCLIModule.h (changed)
jcfr 2009-11-19 10:08 Rev.: 11001

ENH: SlicerQT - Clean code, and rename functions in qSlicerCLIModule

0 lines of code changed in 1 file:

  • Base/QTCLI: qSlicerCLIModule.cxx (changed)
jcfr 2009-11-19 09:05 Rev.: 10995

ENH: SlicerQT - Update qSlicerMainWindow to use the new qCTKCollapsibleWidget2.
ENH: SlicerQT - Clean vtkSlicerApplicationGUI, vtkSlicerModuleChooseGUI, vtkSlicerApplication and add InitializeQtCommandLineModules method
ENH: SlicerQT - Update qSlicerModuleLogic class
ENH: SlicerQT - Update QTCLI, add vtkCommandLineModuleNode, add UI resource file, update qSlicerCLIModuleLogic
ENH: SlicerQT - Rename initializer() to setup()
ENH: SlicerQT - In qSlicerModulePanel, rename signals. Split existing addModule method into AddModule, RemoveModule and SetModule. Add method clear.
ENH: SlicerQT - In CTK Factory, add uninstanciate method. Add QObject factory.
ENH: SlicerQT - Add macro qSlicerCxxInternalBckPtrConstructor1Macro
ENH: SlicerQT - Add appLogic and setAppLogic to qSlicerWidget.

3009 lines of code changed in 7 files:

  • Base/QTCLI: CMakeLists.txt (+13 -7), qSlicerCLIModule.cxx (+306 -5), qSlicerCLIModule.h (+7 -2), qSlicerCLIModuleLogic.cxx (+1967 -117), qSlicerCLIModuleLogic.h (+88 -17), vtkMRMLCommandLineModuleNode.cxx (new 439), vtkMRMLCommandLineModuleNode.h (new 189)
finetjul 2009-11-18 19:08 Rev.: 10988

COMP: SlicerQt: Fix compilation problems on Windows

1 lines of code changed in 1 file:

  • Base/QTCLI: CMakeLists.txt (+1)
finetjul 2009-11-16 09:42 Rev.: 10953

ENH: SlicerQt: Add help in modules

4 lines of code changed in 2 files:

  • Base/QTCLI: qSlicerCLIModule.cxx (+1 -1), qSlicerCLIModule.h (+3 -3)
jcfr 2009-11-12 15:33 Rev.: 10947

STYLE: SlicerQt - Change qInternal member from class to struct.

30 lines of code changed in 4 files:

  • Base/QTCLI: qSlicerCLIModule.cxx (+11 -15), qSlicerCLIModule.h (+11 -11), qSlicerCLIModuleUILoader.cxx (+2 -5), qSlicerCLIModuleUILoader.h (+6 -6)
jcfr 2009-11-11 00:35 Rev.: 10928

ENH: SlicerQT - QTCLI (CommandLineModule) - Move files from Base/GUIQT/CmdLineModule to Base/QTCLI

368 lines of code changed in 7 files:

  • Base/QTCLI: CMakeLists.txt (new 60), qSlicerCLIModule.cxx (new), qSlicerCLIModule.h (new 57), qSlicerCLIModuleLogic.cxx (new 157), qSlicerCLIModuleLogic.h (new 49), qSlicerCLIModuleUILoader.cxx (new 23), qSlicerCLIModuleUILoader.h (new 22)
Generated by StatSVN 0.5.0