Directory Libs/QCTKWidgets/

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

[root]/Libs/QCTKWidgets
            Folder removed from repo Plugins (0 files, 0 lines)
            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

Libs/QCTKWidgets/ Lines of Code

Developers

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

Most Recent Commits

jcfr 2009-10-30 19:13 Rev.: 10822

ENH: QtSlicer - Add GUIQT/Plugins directory. Rename QCTKWidgets/QMRMLWidgets to qCTKWidgets/qMRMLWidgets

0 lines of code changed in 26 files:

  • Libs/QCTKWidgets: CMakeLists.txt (del), qCTKAbstractObjectFactory.h (del), qCTKCollapsibleGroupBox.cxx (del), qCTKCollapsibleGroupBox.h (del), qCTKCollapsibleWidget.cxx (del), qCTKCollapsibleWidget.h (del), qCTKColorPickerButton.cxx (del), qCTKColorPickerButton.h (del), qCTKComboBoxAddRemove.cxx (del), qCTKComboBoxAddRemove.h (del), qCTKCoordinatesWidget.cxx (del), qCTKCoordinatesWidget.h (del), qCTKMatrixWidget.cxx (del), qCTKMatrixWidget.h (del), qCTKNumericInput.cxx (del), qCTKNumericInput.h (del), qCTKPositionWidget.cxx (del), qCTKPositionWidget.h (del), qCTKSlider.cxx (del), qCTKSlider.h (del), qCTKSliderSpinBoxLabel.cxx (del), qCTKSliderSpinBoxLabel.h (del), qCTKTitleComboBox.cxx (del), qCTKTitleComboBox.h (del), qCTKWidgetsConfigure.h.in (del), qCTKWidgetsWin32Header.h (del)
finetjul 2009-10-30 16:53 Rev.: 10819

COMP: Add win32 export keywords for Plugins directories

10 lines of code changed in 3 files:

  • Libs/QCTKWidgets: qCTKComboBoxAddRemove.cxx (+4 -5), qCTKComboBoxAddRemove.h (+4 -4), qCTKTitleComboBox.cxx (+2 -2)
jcfr 2009-10-30 16:47 Rev.: 10818

BUG: QtSlicer - Update qCTKMatrixWidget - Matrix is now sized properly without any margins.

7 lines of code changed in 1 file:

  • Libs/QCTKWidgets: qCTKMatrixWidget.cxx (+7 -3)
jcfr 2009-10-30 13:44 Rev.: 10812

ENH: QtSlicer - Rename dumpObjectInfo to printAdditionalInfo

1 lines of code changed in 1 file:

  • Libs/QCTKWidgets: qCTKAbstractObjectFactory.h (+1 -1)
jcfr 2009-10-29 16:36 Rev.: 10792

ENH: QtSlicer - Add signal 'valueEdited' to qCTKNumericInput class

21 lines of code changed in 2 files:

  • Libs/QCTKWidgets: qCTKNumericInput.cxx (+10 -2), qCTKNumericInput.h (+11 -1)
jcfr 2009-10-29 16:35 Rev.: 10791

ENH: QtSlicer - Add setMinimumRange and setMaximumRange slots to both qCTKSlider and qMRMLTransformSliders classes

19 lines of code changed in 2 files:

  • Libs/QCTKWidgets: qCTKSlider.cxx (+12), qCTKSlider.h (+7 -2)
jcfr 2009-10-29 14:28 Rev.: 10787

BUG: QCTKWidget - Matrix widget - Overload sizeHint and minimumSizeHint function

18 lines of code changed in 2 files:

  • Libs/QCTKWidgets: qCTKMatrixWidget.cxx (+12), qCTKMatrixWidget.h (+6)
jcfr 2009-10-29 14:27 Rev.: 10786

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:

  • Libs/QCTKWidgets: CMakeLists.txt (+8 -5), qCTKNumericInput.cxx (new 86), qCTKNumericInput.h (new 51)
finetjul 2009-10-27 11:49 Rev.: 10766

ENH: SlicerQt, fix size policies of qCTKTitleComboBox

73 lines of code changed in 2 files:

  • Libs/QCTKWidgets: qCTKTitleComboBox.cxx (+66 -4), qCTKTitleComboBox.h (+7)
finetjul 2009-10-27 08:57 Rev.: 10764

ENH: SlicerQt: add a combobox with a fixed title

91 lines of code changed in 3 files:

  • Libs/QCTKWidgets: CMakeLists.txt (+3), qCTKTitleComboBox.cxx (new 56), qCTKTitleComboBox.h (new 32)
finetjul 2009-10-26 19:22 Rev.: 10760

BUG: SlicerQt: qCTKCoordinatesWidget now handle negative values

95 lines of code changed in 2 files:

  • Libs/QCTKWidgets: qCTKCoordinatesWidget.cxx (+76 -26), qCTKCoordinatesWidget.h (+19 -1)
finetjul 2009-10-26 18:58 Rev.: 10759

ENH: Replace qCTKPositionWidget by qCTKCoordinatesWidget

247 lines of code changed in 3 files:

  • Libs/QCTKWidgets: CMakeLists.txt (+3 -3), qCTKCoordinatesWidget.cxx (new 193), qCTKCoordinatesWidget.h (new 51)
finetjul 2009-10-26 14:48 Rev.: 10750

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:

  • Libs/QCTKWidgets: qCTKCollapsibleGroupBox.cxx (+1 -1)
finetjul 2009-10-23 18:08 Rev.: 10744

BUG: SlicerQt: fix some size issues in the CollapsibleGroupBox widget

20 lines of code changed in 2 files:

  • Libs/QCTKWidgets: qCTKCollapsibleGroupBox.cxx (+17 -112), qCTKCollapsibleGroupBox.h (+3 -34)
finetjul 2009-10-23 18:07 Rev.: 10743

ENH: SlicerQt: Add a collapsible widget

262 lines of code changed in 3 files:

  • Libs/QCTKWidgets: CMakeLists.txt (+6), qCTKCollapsibleWidget.cxx (new 186), qCTKCollapsibleWidget.h (new 70)
finetjul 2009-10-23 18:05 Rev.: 10742

ENH: SlicerQt: Add a ColorPickerButton

0 lines of code changed in 2 files:

  • Libs/QCTKWidgets: qCTKColorPickerButton.cxx (new), qCTKColorPickerButton.h (new)
finetjul 2009-10-22 12:31 Rev.: 10731

BUG: restore qCTKCollapsibleGroupBox size constraints.

17 lines of code changed in 2 files:

  • Libs/QCTKWidgets: qCTKCollapsibleGroupBox.cxx (+16 -23), qCTKCollapsibleGroupBox.h (+1 -7)
jcfr 2009-10-20 22:30 Rev.: 10722

ENH: qCTKCollapsibleGroupBox - Rename method expanded to isExpanded to be compliant with QT way of naming methods

3 lines of code changed in 2 files:

  • Libs/QCTKWidgets: qCTKCollapsibleGroupBox.cxx (+1 -1), qCTKCollapsibleGroupBox.h (+2 -2)
jcfr 2009-10-20 22:28 Rev.: 10721

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:

  • Libs/QCTKWidgets: qCTKMatrixWidget.cxx (+40 -44), qCTKMatrixWidget.h (+11 -5)
jcfr 2009-10-20 20:04 Rev.: 10718

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:

  • Libs/QCTKWidgets: qCTKCollapsibleGroupBox.cxx (+19 -11), qCTKCollapsibleGroupBox.h (+7 -3)
jcfr 2009-10-20 19:58 Rev.: 10715

ENH: qCTKSliderSpinBoxLabel - Add the property LabelTextVisible

33 lines of code changed in 2 files:

  • Libs/QCTKWidgets: qCTKSliderSpinBoxLabel.cxx (+27), qCTKSliderSpinBoxLabel.h (+6)
jcfr 2009-10-20 19:56 Rev.: 10714

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:

  • Libs/QCTKWidgets: qCTKSlider.cxx (+6 -3)
finetjul 2009-10-20 17:15 Rev.: 10713

STYLE: SlicerQt: remove useless couts

1 lines of code changed in 2 files:

  • Libs/QCTKWidgets: qCTKCollapsibleGroupBox.cxx (+1 -2), qCTKPositionWidget.cxx (-4)
finetjul 2009-10-20 17:03 Rev.: 10708

BUG: SlicerQt: Fix some issues in qCTKCollapsibleGroupBox.

5 lines of code changed in 1 file:

  • Libs/QCTKWidgets: qCTKCollapsibleGroupBox.cxx (+5)
finetjul 2009-10-20 17:02 Rev.: 10707

ENH: SlicerQt: Add qCTKPositionWidget

251 lines of code changed in 3 files:

  • Libs/QCTKWidgets: CMakeLists.txt (+3), qCTKPositionWidget.cxx (new 197), qCTKPositionWidget.h (new 51)
jcfr 2009-10-20 09:39 Rev.: 10700

BUG: Fix QCTKWidgets/qCTKAbstractObjectFactory copy constructor to be compliant with linux and windows compiler.

3 lines of code changed in 1 file:

  • Libs/QCTKWidgets: qCTKAbstractObjectFactory.h (+3 -1)
naucoin 2009-10-16 15:01 Rev.: 10677

BUG: fixed logic in bug fix

1 lines of code changed in 1 file:

  • Libs/QCTKWidgets: qCTKComboBoxAddRemove.cxx (+1 -1)
naucoin 2009-10-16 15:00 Rev.: 10676

BUG: asserts cause Slicer to crash

6 lines of code changed in 1 file:

  • Libs/QCTKWidgets: qCTKComboBoxAddRemove.cxx (+6 -1)
finetjul 2009-10-16 13:48 Rev.: 10673

ENH QtSlicer: Add qdesigner plugin support for QCTKWidgets. Add a CollapsibleGroupBox widget.

285 lines of code changed in 3 files:

  • Libs/QCTKWidgets: CMakeLists.txt (+14 -7), qCTKCollapsibleGroupBox.cxx (new 208), qCTKCollapsibleGroupBox.h (new 63)
alexy 2009-10-16 12:12 Rev.: 10671

BUG-FIXED: fixed ASSERT case in qNodeSelector that happened on scene close.

4 lines of code changed in 1 file:

  • Libs/QCTKWidgets: qCTKComboBoxAddRemove.cxx (+4 -1)
pieper 2009-10-15 08:37 Rev.: 10655

BUG: add copy constructor and remove dll export

2 lines of code changed in 1 file:

  • Libs/QCTKWidgets: qCTKAbstractObjectFactory.h (+2 -1)
finetjul 2009-10-14 12:33 Rev.: 10642

COMP: QtSlicer: Fix compilation errors with Visual Studio

2 lines of code changed in 1 file:

  • Libs/QCTKWidgets: qCTKAbstractObjectFactory.h (+2 -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

14 lines of code changed in 1 file:

  • Libs/QCTKWidgets: qCTKAbstractObjectFactory.h (+14 -7)
jcfr 2009-10-09 08:16 Rev.: 10615

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:

  • Libs/QCTKWidgets: qCTKAbstractObjectFactory.h (+1 -1)
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.

7 lines of code changed in 1 file:

  • Libs/QCTKWidgets: CMakeLists.txt (+7 -4)
jcfr 2009-10-08 15:50 Rev.: 10609

BUG: Fix QCTKWidgets library wind32 header.

1 lines of code changed in 1 file:

  • Libs/QCTKWidgets: qCTKWidgetsWin32Header.h (+1 -1)
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.

45 lines of code changed in 2 files:

  • Libs/QCTKWidgets: qCTKMatrixWidget.cxx (+37 -4), qCTKMatrixWidget.h (+8 -5)
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

38 lines of code changed in 12 files:

  • Libs/QCTKWidgets: CMakeLists.txt (new 4), qCTKAbstractObjectFactory.h (new 7), qCTKComboBoxAddRemove.cxx (new 1), qCTKComboBoxAddRemove.h (new 4), qCTKMatrixWidget.cxx (new 11), qCTKMatrixWidget.h (new 5), qCTKSlider.cxx (new 3), qCTKSlider.h (new 2), qCTKSliderSpinBoxLabel.cxx (new), qCTKSliderSpinBoxLabel.h (new), qCTKWidgetsConfigure.h.in (new), qCTKWidgetsWin32Header.h (new 1)
Generated by StatSVN 0.5.0