Directory Libs/qCTKWidgets/

Total Files:
32
Deleted Files:
8
Lines of Code:
4118

[root]/Libs/qCTKWidgets
            directory in repo CMake (2 files, 171 lines)
            directory in repo Plugins (22 files, 622 lines)
            directory in repo Resources (1 files, 9 lines)
                directory in repo UI (2 files, 432 lines)

Lines of Code

Libs/qCTKWidgets/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 194 (100.0%) 4182 (100.0%) 21.5
finetjul 60 (30.9%) 2504 (59.9%) 41.7
jcfr 134 (69.1%) 1678 (40.1%) 12.5

Most Recent Commits

jcfr 2009-12-13 19:35 Rev.: 11267

BUG: SlicerQT - Include qCTKWidgetsExport.h instead of qCTKWidgetsWin32Header.h

0 lines of code changed in 2 files:

  • Libs/qCTKWidgets: qCTKCollapsibleButton.h (changed), qCTKFittedTextBrowser.h (changed)
jcfr 2009-12-13 19:21 Rev.: 11264

ENH: SlicerQT - In qCTKWidgets,qVTKWidgets and qMRMLWidgets rename "PROJECTWin32Header.h" into "PROJECTExport.h"

19 lines of code changed in 15 files:

  • Libs/qCTKWidgets: CMakeLists.txt (changed), qCTKAddRemoveComboBox.h (changed), qCTKCollapsibleGroupBox.h (changed), qCTKColorPickerButton.h (changed), qCTKCoordinatesWidget.h (changed), qCTKFlowLayout.h (changed), qCTKMatrixWidget.h (changed), qCTKNumericInput.h (changed), qCTKSlider.h (changed), qCTKSliderSpinBoxLabel.h (changed), qCTKTitleComboBox.h (changed), qCTKTreeComboBox.h (changed), qCTKWidgetsConfigure.h.in (del), qCTKWidgetsExport.h (new 19), qCTKWidgetsWin32Header.h (del)
jcfr 2009-12-10 23:44 Rev.: 11252

STYLE: SlicerQT - Remove extra comment in qCTKPimpl

0 lines of code changed in 1 file:

  • Libs/qCTKWidgets: qCTKPimpl.h (changed)
finetjul 2009-12-10 17:12 Rev.: 11247

BUG: SlicerQt: synchronize setCollapsed with setChecked

0 lines of code changed in 1 file:

  • Libs/qCTKWidgets: qCTKCollapsibleButton.cxx (changed)
finetjul 2009-12-10 15:41 Rev.: 11245

ENH: Fix the exclusive state of collapsible buttons. Fix some width issues too

0 lines of code changed in 2 files:

  • Libs/qCTKWidgets: qCTKCollapsibleButton.cxx (changed), qCTKCollapsibleButton.h (changed)
jcfr 2009-12-09 09:52 Rev.: 11239

ENH: SlicerQT - Format code and add members to private implementation of qCTKAddRemoveComboBox

37 lines of code changed in 1 file:

  • Libs/qCTKWidgets: qCTKAddRemoveComboBox.cxx (+37 -20)
jcfr 2009-12-09 09:51 Rev.: 11237

ENH: SlicerQT - Update qCTKAddRemoveControlBox:
- move connectComboBox method into Private implementation
- add method insertEmptyItem to private implementation

0 lines of code changed in 2 files:

  • Libs/qCTKWidgets: qCTKAddRemoveComboBox.cxx (changed), qCTKAddRemoveComboBox.h (changed)
finetjul 2009-12-09 08:36 Rev.: 11236

BUG: SlicerQt: When the mouse is over a child of the collapsible button, we remove the highlight effect on the button. The highlight effect is style dependent. One can notice on QCleanLooksStyle.

0 lines of code changed in 1 file:

  • Libs/qCTKWidgets: qCTKCollapsibleButton.cxx (changed)
jcfr 2009-12-08 18:34 Rev.: 11229

ENH: SlicerQT - Update qCTKAddRemoveComboBox public API

Add following properties:
addText
removeText
editText
pushButtonsEnabled

For now, setting pushButtonsEnabled will just hide and disable the buttons

The (add|remove|edit)Text property are not yet used.

0 lines of code changed in 2 files:

  • Libs/qCTKWidgets: qCTKAddRemoveComboBox.cxx (changed), qCTKAddRemoveComboBox.h (changed)
finetjul 2009-12-08 15:54 Rev.: 11225

BUG: SlicerQt: Fix the min size hint and size hint of the qCTKCollapsibleButton

0 lines of code changed in 2 files:

  • Libs/qCTKWidgets: qCTKCollapsibleButton.cxx (changed), qCTKCollapsibleButton.h (changed)
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:

  • Libs/qCTKWidgets: CMakeLists.txt (changed)
jcfr 2009-12-07 18:51 Rev.: 11203

BUG: Remove useless Q_ASSERT from qCTKPimpl

Since this->pvt was set when the object was instantiated, it didn't
make sens to verify it.

0 lines of code changed in 1 file:

  • Libs/qCTKWidgets: qCTKPimpl.h (changed)
jcfr 2009-12-05 11:09 Rev.: 11167

ENH: SlicerQT - Refactor Modules - Added qSlicerAsbtractModuleWidget

QTModules and CLI module are disabled for now

The class qSlicerAbstractModule now inherit from QObject.
All UI specific code has been moved to qSlicerAbstractModuleWidget.

qSlicerAbstractModule provide a function named 'widgetRepresentation'
allowing to obtain the corresponding widget.

0 lines of code changed in 1 file:

  • Libs/qCTKWidgets: qCTKAbstractFactory.h (changed)
jcfr 2009-12-03 02:53 Rev.: 11130

ENH: SlicerQT - Add explicit keyword to the constructor of classes in qCTKWidgets

14 lines of code changed in 13 files:

  • Libs/qCTKWidgets: qCTKAddRemoveComboBox.h (+1 -1), qCTKCollapsibleGroupBox.h (+1 -1), qCTKColorPickerButton.h (+3 -3), qCTKCoordinatesWidget.h (+1 -1), qCTKFlowLayout.h (+2 -2), qCTKMatrixWidget.h (+1 -1), qCTKNumericInput.h (+1 -1), qCTKSlider.h (+1 -1), qCTKSliderSpinBoxLabel.h (+1 -1), qCTKTitleComboBox.h (+1 -1), qCTKTreeComboBox.h (+1 -1)
jcfr 2009-12-03 02:53 Rev.: 11127

BUG: SlicerQT - Add missing virtual destructor to CTK classes

16 lines of code changed in 9 files:

  • Libs/qCTKWidgets: qCTKAddRemoveComboBox.h (+1), qCTKColorPickerButton.h (+1), qCTKFlowLayout.h (+1 -1), qCTKMatrixWidget.h (+1), qCTKNumericInput.h (+1), qCTKPimpl.h (+8 -10), qCTKSlider.h (+1), qCTKSliderSpinBoxLabel.h (+1), qCTKTreeComboBox.h (+1)
jcfr 2009-12-02 01:27 Rev.: 11107

STYLE: SlicerQT - Reorder headers

0 lines of code changed in 1 file:

  • Libs/qCTKWidgets: CMakeLists.txt (changed)
jcfr 2009-12-02 01:26 Rev.: 11104

ENH: SlicerQT - qCTKAbstractFactory now displays a meaningful error message if either a plugin or a library fail to load.

0 lines of code changed in 3 files:

  • Libs/qCTKWidgets: qCTKAbstractFactory.h (changed), qCTKAbstractLibraryFactory.h (changed), qCTKAbstractPluginFactory.h (changed)
jcfr 2009-12-01 23:10 Rev.: 11103

ENH: SlicerQT - All classes are now using qCTKPimpl, Remove qSlicerMacros.h, Add macro QCTK_CONSTRUCTOR_NO_ARG_CXX and QCTK_CONSTRUCTOR_1_ARG_CXX to qCTKPimpl.
STYLE: SlicerQT - The header inclusion has also been cleaned and documented.

0 lines of code changed in 17 files:

  • Libs/qCTKWidgets: qCTKAbstractFactory.h (changed), qCTKAddRemoveComboBox.cxx (changed), qCTKAddRemoveComboBox.h (changed), qCTKCollapsibleButton.h (changed), qCTKMatrixWidget.cxx (changed), qCTKMatrixWidget.h (changed), qCTKNumericInput.cxx (changed), qCTKNumericInput.h (changed), qCTKPimpl.h (changed), qCTKSlider.cxx (changed), qCTKSlider.h (changed), qCTKSliderSpinBoxLabel.cxx (changed), qCTKSliderSpinBoxLabel.h (changed), qCTKTitleComboBox.cxx (changed), qCTKTreeComboBox.cxx (changed), qCTKTreeComboBox.h (changed), qCTKWidgetsWin32Header.h (changed)
jcfr 2009-12-01 16:29 Rev.: 11100

ENH: SlicerQT - Update qCTKCollapsibleButton to use the new qCTKPimpl functions.

0 lines of code changed in 2 files:

  • Libs/qCTKWidgets: qCTKCollapsibleButton.cxx (changed), qCTKCollapsibleButton.h (changed)
jcfr 2009-12-01 16:29 Rev.: 11099

ENH: SlicerQT - Update qCTKPimpl - By default, qctk_d and qctk_p return a pointer. The former behavior can still be obtained using qctk_d.ref() or qctk_p_ref()

0 lines of code changed in 1 file:

  • Libs/qCTKWidgets: qCTKPimpl.h (changed)
jcfr 2009-12-01 16:29 Rev.: 11098

ENH: SlicerQT - Create a directory named Attic and add unused/obsolete piece of code that we could inspire from later on.

0 lines of code changed in 5 files:

  • Libs/qCTKWidgets: CMakeLists.txt (changed), qCTKCollapsibleWidget.cxx (del), qCTKCollapsibleWidget.h (del), qCTKCollapsibleWidget2.cxx (del), qCTKCollapsibleWidget2.h (del)
jcfr 2009-12-01 12:16 Rev.: 11095

BUG: SlicerQT - Update qCTKCollapsibleButton code to be coherent when setCheckable is set to true

0 lines of code changed in 1 file:

  • Libs/qCTKWidgets: qCTKCollapsibleButton.cxx (changed)
finetjul 2009-11-30 15:24 Rev.: 11083

COMP: SlicerQt: fix windows compilation.

0 lines of code changed in 1 file:

  • Libs/qCTKWidgets: qCTKFlowLayout.h (changed)
finetjul 2009-11-30 12:56 Rev.: 11082

ENH: SlicerQT: Derive the qCTKCollapsibleWidget2 from an abstractbutton, rename it as qCTKCollapsibleButton.

550 lines of code changed in 4 files:

  • Libs/qCTKWidgets: CMakeLists.txt (changed), qCTKCollapsibleButton.cxx (new 443), qCTKCollapsibleButton.h (new 107), qCTKPimpl.h (changed)
jcfr 2009-11-28 18:30 Rev.: 11074

BUG: SlicerQT - Add qCTKPimpl to qCTKWidgets CMakeLists.txt

0 lines of code changed in 1 file:

  • Libs/qCTKWidgets: CMakeLists.txt (changed)
jcfr 2009-11-28 18:29 Rev.: 11073

ENH: SlicerQT - Update qCTKCollapsibleWidget to make use of qCTKPimpl

0 lines of code changed in 2 files:

  • Libs/qCTKWidgets: qCTKCollapsibleWidget2.cxx (changed), qCTKCollapsibleWidget2.h (changed)
jcfr 2009-11-28 18:28 Rev.: 11072

ENH: SlicerQT - Add qCTKPimpl class

250 lines of code changed in 1 file:

  • Libs/qCTKWidgets: qCTKPimpl.h (new 250)
jcfr 2009-11-25 21:25 Rev.: 11060

ENH: SlicerQT - Added widget qCTKFlowLayout to CTK directory. This widget has been imported from the examples of the Qt Toolkit.

302 lines of code changed in 3 files:

  • Libs/qCTKWidgets: CMakeLists.txt (changed), qCTKFlowLayout.cxx (new 222), qCTKFlowLayout.h (new 80)
jcfr 2009-11-25 21:25 Rev.: 11058

STYLE: SlicerQT - Remove extra debug statement

0 lines of code changed in 1 file:

  • Libs/qCTKWidgets: qCTKCollapsibleWidget2.cxx (changed)
jcfr 2009-11-25 16:41 Rev.: 11057

ENH: SlicerQT - In qCTKFittedTextBrowser, when the widget has a width of 0, return QTextBrowser::minimumSizeHint() instead of an arbitrary value of 400

0 lines of code changed in 1 file:

  • Libs/qCTKWidgets: qCTKFittedTextBrowser.cxx (changed)
finetjul 2009-11-25 16:05 Rev.: 11054

BUG: SlicerQt: the minimum sizeHint of the qCTKCollapsibleWidget2 was incorrect when the box was collapsed.

0 lines of code changed in 1 file:

  • Libs/qCTKWidgets: qCTKCollapsibleWidget2.cxx (changed)
jcfr 2009-11-24 10:25 Rev.: 11034

BUG: SlicerQT - Fix qCTKCollapsibleWidget2 (the collapsed state wasn't incorrectly displayed). Fix qSlicerModulePanel, change vertical policy to QSizePolicy::MinimumExpanding.

0 lines of code changed in 1 file:

  • Libs/qCTKWidgets: qCTKCollapsibleWidget2.cxx (changed)
jcfr 2009-11-24 10:25 Rev.: 11033

BUG: SlicerQT - Add childEvent method to qCTKWidgetsCollapsibleWidget2

0 lines of code changed in 2 files:

  • Libs/qCTKWidgets: qCTKCollapsibleWidget2.cxx (changed), qCTKCollapsibleWidget2.h (changed)
finetjul 2009-11-20 10:33 Rev.: 11012

ENH: SlicerQt: Added a fitted text browser

100 lines of code changed in 3 files:

  • Libs/qCTKWidgets: CMakeLists.txt (changed), qCTKFittedTextBrowser.cxx (new 72), qCTKFittedTextBrowser.h (new 28)
jcfr 2009-11-19 09:50 Rev.: 10999

ENH: SlicerQT - in qCTKFactory classes, remove conditional uninstantiation. A QObject can be deleted even is it has a non-null parent.

9 lines of code changed in 5 files:

  • Libs/qCTKWidgets: qCTKAbstractFactory.h (+8 -1), qCTKAbstractLibraryFactory.h (-14), qCTKAbstractObjectFactory.h (-15), qCTKAbstractPluginFactory.h (-14), qCTKAbstractQObjectFactory.h (+1 -33)
jcfr 2009-11-19 09:05 Rev.: 10995

ENH: SlicerQT - Update qSlicerMainWindow to use the new qCTKCollapsibleWidget2.
ENH: SlicerQT - Clean vtkSlicerApplicationGUI, vtkSlicerModuleChooseGUI, vtkSlicerApplication and add InitializeQtCommandLineModules method
ENH: SlicerQT - Update qSlicerModuleLogic class
ENH: SlicerQT - Update QTCLI, add vtkCommandLineModuleNode, add UI resource file, update qSlicerCLIModuleLogic
ENH: SlicerQT - Rename initializer() to setup()
ENH: SlicerQT - In qSlicerModulePanel, rename signals. Split existing addModule method into AddModule, RemoveModule and SetModule. Add method clear.
ENH: SlicerQT - In CTK Factory, add uninstanciate method. Add QObject factory.
ENH: SlicerQT - Add macro qSlicerCxxInternalBckPtrConstructor1Macro
ENH: SlicerQT - Add appLogic and setAppLogic to qSlicerWidget.

252 lines of code changed in 5 files:

  • Libs/qCTKWidgets: qCTKAbstractFactory.h (+71 -41), qCTKAbstractLibraryFactory.h (+34 -20), qCTKAbstractObjectFactory.h (+28 -22), qCTKAbstractPluginFactory.h (+29 -15), qCTKAbstractQObjectFactory.h (new 90)
finetjul 2009-11-18 19:20 Rev.: 10989

COMP: SlicerQt: qCTKTreeComboBox was not compiling on Windows.

2 lines of code changed in 1 file:

  • Libs/qCTKWidgets: qCTKTreeComboBox.h (+2 -1)
finetjul 2009-11-18 13:58 Rev.: 10985

ENH: SlicerQt: Add qMRMLNodeTreeSelector

79 lines of code changed in 2 files:

  • Libs/qCTKWidgets: qCTKAddRemoveComboBox.cxx (+69 -13), qCTKAddRemoveComboBox.h (+10)
finetjul 2009-11-18 13:49 Rev.: 10983

ENH: SlicerQt: Add qCTKTreeComboBox

199 lines of code changed in 3 files:

  • Libs/qCTKWidgets: CMakeLists.txt (+6 -3), qCTKTreeComboBox.cxx (new 145), qCTKTreeComboBox.h (new 48)
finetjul 2009-11-16 17:17 Rev.: 10962

ENH: SlicerQT: rewrote a new and clean qCTKCollapsibleWidget (qCTKCollapsibleWidget2 for the moment)

446 lines of code changed in 3 files:

  • Libs/qCTKWidgets: CMakeLists.txt (+3), qCTKCollapsibleWidget2.cxx (new 344), qCTKCollapsibleWidget2.h (new 99)

(18 more)

Generated by StatSVN 0.5.0