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

| 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 |
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:
STYLE: SlicerQT - Remove extra lines
8 lines of code changed in 2 files:
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:
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:
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:
COMP: refactor to avoid cirular dependency between vtkSlicerApplication and QtSlicerWebKit
0 lines of code changed in 7 files:
ENH hooks to access slicer application via javascript using Qt webkit plugin
344 lines of code changed in 7 files:
BUG: fix the qvtk plugin test
0 lines of code changed in 1 file:
ENH: qt based web display with embeded vtk render (experimental)
429 lines of code changed in 7 files:
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: