[root]/Libs/QCTKWidgets
Plugins
(0 files, 0 lines)
Resources
(0 files, 0 lines)
Icons
(2 files, 0 lines)
UI
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 102 (100.0%) | 1812 (100.0%) | 17.7 |
| finetjul | 35 (34.3%) | 1405 (77.5%) | 40.1 |
| jcfr | 63 (61.8%) | 394 (21.7%) | 6.2 |
| naucoin | 2 (2.0%) | 7 (0.4%) | 3.5 |
| alexy | 1 (1.0%) | 4 (0.2%) | 4.0 |
| pieper | 1 (1.0%) | 2 (0.1%) | 2.0 |
ENH: QtSlicer - Add GUIQT/Plugins directory. Rename QCTKWidgets/QMRMLWidgets to qCTKWidgets/qMRMLWidgets
0 lines of code changed in 26 files:
COMP: Add win32 export keywords for Plugins directories
10 lines of code changed in 3 files:
BUG: QtSlicer - Update qCTKMatrixWidget - Matrix is now sized properly without any margins.
7 lines of code changed in 1 file:
ENH: QtSlicer - Rename dumpObjectInfo to printAdditionalInfo
1 lines of code changed in 1 file:
ENH: QtSlicer - Add signal 'valueEdited' to qCTKNumericInput class
21 lines of code changed in 2 files:
ENH: QtSlicer - Add setMinimumRange and setMaximumRange slots to both qCTKSlider and qMRMLTransformSliders classes
19 lines of code changed in 2 files:
BUG: QCTKWidget - Matrix widget - Overload sizeHint and minimumSizeHint function
18 lines of code changed in 2 files:
ENH: QCTKWidget - Add NumericInput Widget and corresponding designer plugin allowing the user to input text in a line edit and validate entry (aka make sure it's valid double) as he types in.
145 lines of code changed in 3 files:
ENH: SlicerQt, fix size policies of qCTKTitleComboBox
73 lines of code changed in 2 files:
ENH: SlicerQt: add a combobox with a fixed title
91 lines of code changed in 3 files:
BUG: SlicerQt: qCTKCoordinatesWidget now handle negative values
95 lines of code changed in 2 files:
ENH: Replace qCTKPositionWidget by qCTKCoordinatesWidget
247 lines of code changed in 3 files:
BUG: SlicerQt: when a child widget is added into a qCTKCollapsibleGroupBox, it's visibility was incorrectly set
1 lines of code changed in 1 file:
BUG: SlicerQt: fix some size issues in the CollapsibleGroupBox widget
20 lines of code changed in 2 files:
ENH: SlicerQt: Add a collapsible widget
262 lines of code changed in 3 files:
ENH: SlicerQt: Add a ColorPickerButton
0 lines of code changed in 2 files:
BUG: restore qCTKCollapsibleGroupBox size constraints.
17 lines of code changed in 2 files:
ENH: qCTKCollapsibleGroupBox - Rename method expanded to isExpanded to be compliant with QT way of naming methods
3 lines of code changed in 2 files:
BUG 657: qCTKMatrixWidget - Overload resizeEvent and call the custom method adjustRowsColumnsSize in charge of resizing uniformely the columns/rows according to the number of columns/rows and the widhet/height associated with the resize event.
51 lines of code changed in 2 files:
ENH: qCTKCollapsibleGroupBox - Added Q_PROPERTY Expanded allowing to define a collapsible group box default state from the designer itself
26 lines of code changed in 2 files:
ENH: qCTKSliderSpinBoxLabel - Add the property LabelTextVisible
33 lines of code changed in 2 files:
BUG 673: qCTKSlider - function fromDoubleToInteger has been updated to properly convert a double value to a integer value using the single step
6 lines of code changed in 1 file:
STYLE: SlicerQt: remove useless couts
1 lines of code changed in 2 files:
BUG: SlicerQt: Fix some issues in qCTKCollapsibleGroupBox.
5 lines of code changed in 1 file:
ENH: SlicerQt: Add qCTKPositionWidget
251 lines of code changed in 3 files:
BUG: Fix QCTKWidgets/qCTKAbstractObjectFactory copy constructor to be compliant with linux and windows compiler.
3 lines of code changed in 1 file:
BUG: fixed logic in bug fix
1 lines of code changed in 1 file:
BUG: asserts cause Slicer to crash
6 lines of code changed in 1 file:
ENH QtSlicer: Add qdesigner plugin support for QCTKWidgets. Add a CollapsibleGroupBox widget.
285 lines of code changed in 3 files:
BUG-FIXED: fixed ASSERT case in qNodeSelector that happened on scene close.
4 lines of code changed in 1 file:
BUG: add copy constructor and remove dll export
2 lines of code changed in 1 file:
COMP: QtSlicer: Fix compilation errors with Visual Studio
2 lines of code changed in 1 file:
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
14 lines of code changed in 1 file:
BUG: Libs/QMRMLWidgets/CMakeLists was missing a target library. The library export macro in Libs/QCTKWidgets/qCTKAbstractObjectFactory.h was incorrect
1 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.
7 lines of code changed in 1 file:
BUG: Fix QCTKWidgets library wind32 header.
1 lines of code changed in 1 file:
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.
45 lines of code changed in 2 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
38 lines of code changed in 12 files: