Directory Base/GUI2/

Directory Created:
2009-10-07 06:47
Directory Deleted:
2009-10-20 23:13
Total Files:
0
Deleted Files:
19
Lines of Code:
0

[root]/Base/GUI2
            directory in repo Resources (0 files, 0 lines)
                directory in repo Icons (2 files, 0 lines)
                Folder removed from repo UI (0 files, 0 lines)

Lines of Code

Base/GUI2/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 61 (100.0%) 773 (100.0%) 12.6
jcfr 46 (75.4%) 587 (75.9%) 12.7
finetjul 15 (24.6%) 186 (24.1%) 12.4

Most Recent Commits

jcfr 2009-10-20 23:13 Rev.: 10724

BUG 658: Rename GUI2 directory to GUIQT

0 lines of code changed in 19 files:

  • Base/GUI2: CMakeLists.txt (del), qSlicerAbstractModule.cxx (del), qSlicerAbstractModule.h (del), qSlicerApplication.cxx (del), qSlicerApplication.h (del), qSlicerBaseGUI2Configure.h.in (del), qSlicerBaseGUI2Win32Header.h (del), qSlicerIOManager.cxx (del), qSlicerIOManager.h (del), qSlicerKwUIWrapper.cxx (del), qSlicerKwUIWrapper.h (del), qSlicerMeasurementsModule.cxx (del), qSlicerMeasurementsModule.h (del), qSlicerModuleFactory.cxx (del), qSlicerModuleFactory.h (del), qSlicerModuleManager.cxx (del), qSlicerModuleManager.h (del), qSlicerModuleTransform.cxx (del), qSlicerModuleTransform.h (del)
jcfr 2009-10-20 20:21 Rev.: 10720

ENH: qSlicerModuleTransform - Clean constructor - widget properties are now set within the designer

0 lines of code changed in 1 file:

  • Base/GUI2: qSlicerModuleTransform.cxx (-13)
finetjul 2009-10-20 17:10 Rev.: 10710

ENH: SlicerQt: WIP with qSlicerMeasurementsModule.

67 lines of code changed in 3 files:

  • Base/GUI2: CMakeLists.txt (+14 -10), qSlicerMeasurementsModule.cxx (new 30), qSlicerMeasurementsModule.h (new 23)
finetjul 2009-10-20 17:06 Rev.: 10709

BUG: SlicerQt: when the kw application is moved, move the qt widgets too. Handle mapping and unmapping as well.

80 lines of code changed in 5 files:

  • Base/GUI2: qSlicerAbstractModule.cxx (+27), qSlicerAbstractModule.h (+4), qSlicerApplication.cxx (+33 -2), qSlicerApplication.h (+10 -2), qSlicerModuleFactory.cxx (+6 -3)
finetjul 2009-10-13 16:37 Rev.: 10634

COMP: QtSlicer: fix wrong include file

3 lines of code changed in 1 file:

  • Base/GUI2: qSlicerModuleFactory.h (+3 -2)
finetjul 2009-10-13 16:13 Rev.: 10633

COMP: QtSlicer: fix linking errors in Windows.

6 lines of code changed in 3 files:

  • Base/GUI2: qSlicerApplication.h (+3 -1), qSlicerIOManager.h (+2 -1), qSlicerModuleFactory.h (+1 -3)
jcfr 2009-10-10 14:50 Rev.: 10628

ENH: QtSlicer - Add method registerCodeModules to ModuleFactory. remove method set/get title from qSlicerAbstractModule, user setWindowTitle instead

17 lines of code changed in 4 files:

  • Base/GUI2: qSlicerAbstractModule.cxx (-12), qSlicerAbstractModule.h (-7), qSlicerModuleFactory.cxx (+8 -5), qSlicerModuleFactory.h (+9 -2)
jcfr 2009-10-10 10:21 Rev.: 10627

ENH: QtSlicer - Add module factory and module manager classes allowing to instanciate and manage modules either from qSlicerApplication or vtkSlicerApplication. Add qSlicerKwUIWrapper widget that will encapsulates the KwWidget-Qt UI integration

520 lines of code changed in 8 files:

  • Base/GUI2: CMakeLists.txt (+7 -3), qSlicerKwUIWrapper.cxx (new 32), qSlicerKwUIWrapper.h (new 28), qSlicerModuleFactory.cxx (new 130), qSlicerModuleFactory.h (new 42), qSlicerModuleManager.cxx (new 206), qSlicerModuleManager.h (new 75), qSlicerModuleTransform.cxx (-2)
jcfr 2009-10-09 12:51 Rev.: 10622

BUG: SlicerQt - Fix more library dependent problems

12 lines of code changed in 1 file:

  • Base/GUI2: CMakeLists.txt (+12 -10)
jcfr 2009-10-08 17:39 Rev.: 10613

BUG: slicer3_get_persistent_property(Slicer3_Base_LIBRARIES tmp)

6 lines of code changed in 1 file:

  • Base/GUI2: CMakeLists.txt (+6 -6)
jcfr 2009-10-08 17:14 Rev.: 10612

ENH: The directory BASE/GUI/Qt is now excluded from the build process. For now, the code is left there for reference purposes. Note: Doing so removed most of the detected memory leaks.

8 lines of code changed in 1 file:

  • Base/GUI2: CMakeLists.txt (+8 -3)
finetjul 2009-10-08 15:12 Rev.: 10606

ENH: QtSlicer: fix crash when running Slicer with Qt, QApplication needs to be initialized with an argc that is valid its whole lifetime. Make sure the module is opened at the right time and at the correct position (above the kwwidget module). Remove the module window title and window bar.

30 lines of code changed in 3 files:

  • Base/GUI2: qSlicerAbstractModule.cxx (+14 -2), qSlicerAbstractModule.h (+7), qSlicerApplication.cxx (+9)
jcfr 2009-10-07 06:47 Rev.: 10581

ENH: Initial commit of the QtSlicer port. Added subdirs Base/GUI2, Libs/QCTKWidgets and Libs/QMRMLWidgets. Updated Application/GUI/Slicer3 and Base/GUI/vtkSlicerApplication to be able to initialize and start QtModule. CMakeLists.txt also updated to consider the script CMake/Slicer3FindQT.cmake

24 lines of code changed in 11 files:

  • Base/GUI2: CMakeLists.txt (new 5), qSlicerAbstractModule.cxx (new 2), qSlicerAbstractModule.h (new), qSlicerApplication.cxx (new), qSlicerApplication.h (new 1), qSlicerBaseGUI2Configure.h.in (new), qSlicerBaseGUI2Win32Header.h (new), qSlicerIOManager.cxx (new), qSlicerIOManager.h (new 1), qSlicerModuleTransform.cxx (new 15), qSlicerModuleTransform.h (new)
Generated by StatSVN 0.5.0