Directory Base/GUI/Qt/

Directory Created:
2009-09-14 07:26
Total Files:
19
Deleted Files:
0
Lines of Code:
2204

[root]/Base/GUI/Qt
                directory in repo Testing (2 files, 48 lines)

Lines of Code

Base/GUI/Qt/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 40 (100.0%) 2222 (100.0%) 55.5
pieper 31 (77.5%) 2208 (99.4%) 71.2
jcfr 9 (22.5%) 14 (0.6%) 1.5

Most Recent Commits

jcfr 2009-12-07 23:15 Rev.: 11209

ENH: Update CMakeLists.txt - CMake 2.6 is now required

The following line have been added:

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
IF(COMMAND CMAKE_POLICY)
CMAKE_POLICY(SET CMP0003 NEW)
ENDIF(COMMAND CMAKE_POLICY)
MARK_AS_ADVANCED(CMAKE_BACKWARDS_COMPATIBILITY)

0 lines of code changed in 1 file:

  • Base/GUI/Qt: CMakeLists.txt (changed)
jcfr 2009-11-19 08:46 Rev.: 10994

STYLE: SlicerQT - Remove extra lines

8 lines of code changed in 2 files:

  • Base/GUI/Qt: QtSlicerWebKit.cxx (+2 -4), QtSlider.cxx (+6 -8)
jcfr 2009-11-06 17:59 Rev.: 10894

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.

2 lines of code changed in 1 file:

  • Base/GUI/Qt: slicerview.cxx (+2 -2)
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.

4 lines of code changed in 4 files:

  • Base/GUI/Qt: qslicerfactory.h (+1 -1), qvtkfactory.h (+1 -1), slicerview.h (+1 -1), vtkview.h (+1 -1)
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

0 lines of code changed in 1 file:

  • Base/GUI/Qt: vtkSlicerBaseGUIQtWin32Header.h (changed)
pieper 2009-09-16 07:39 Rev.: 10481

COMP: refactor to avoid cirular dependency between vtkSlicerApplication and QtSlicerWebKit

0 lines of code changed in 7 files:

  • Base/GUI/Qt: CMakeLists.txt (changed), QtSlicerWebKit.cxx (changed), QtSlicerWebKit.h (changed), qslicerfactory.cxx (changed), qslicerfactory.h (changed), slicerview.cxx (changed), slicerview.h (changed)
pieper 2009-09-16 06:49 Rev.: 10480

ENH hooks to access slicer application via javascript using Qt webkit plugin

344 lines of code changed in 7 files:

  • Base/GUI/Qt: CMakeLists.txt (changed), QtSlicerWebKit.cxx (changed), QtSlicerWebKit.h (changed), qslicerfactory.cxx (new 98), qslicerfactory.h (new 63), slicerview.cxx (new 99), slicerview.h (new 84)
pieper 2009-09-14 16:36 Rev.: 10477

BUG: fix the qvtk plugin test

0 lines of code changed in 1 file:

  • Base/GUI/Qt: qvtkfactory.cxx (changed)
pieper 2009-09-14 16:04 Rev.: 10475

ENH: qt based web display with embeded vtk render (experimental)

429 lines of code changed in 7 files:

  • Base/GUI/Qt: CMakeLists.txt (changed), QtSlicerWebKit.cxx (new 87), QtSlicerWebKit.h (new 62), qvtkfactory.cxx (new 77), qvtkfactory.h (new 61), vtkview.cxx (new 69), vtkview.h (new 73)
pieper 2009-09-14 07:26 Rev.: 10473

COMP: STYLE: reorganize Qt code into unique subdirectory. ENH: use WebKit browser for help items when using Qt

1435 lines of code changed in 9 files:

  • Base/GUI/Qt: CMakeLists.txt (new 143), QtApp.cxx (new 58), QtApp.h (new 62), QtSlicerNodeSelectorWidget.cxx (new 569), QtSlicerNodeSelectorWidget.h (new 272), QtSlider.cxx (new 195), QtSlider.h (new 82), vtkSlicerBaseGUIQtConfigure.h.in (new 20), vtkSlicerBaseGUIQtWin32Header.h (new 34)
Generated by StatSVN 0.5.0