Andras Lasso a8ebaefdaf Prevent reentrant calling of ctkProxyStyle::ensureBaseStyle() 11 anos atrás
..
Documentation c4cd80e8d2 Fixed Doxygen warnings. 12 anos atrás
Plugins 17d66f5e46 Merge remote-tracking branch 'vovythevov/ctkworkflow-tweaks' 12 anos atrás
Resources 17d66f5e46 Merge remote-tracking branch 'vovythevov/ctkworkflow-tweaks' 12 anos atrás
Testing 0036612b89 Merge branch 'ctkvalueproxy' 11 anos atrás
CMakeLists.txt 3638137774 Add private implementation to ctkCoordinatesWidget 11 anos atrás
ctkActionsWidget.cpp 83a68fc5a1 Add support in ctkActionsWidget for actions with multiple shortcuts 12 anos atrás
ctkActionsWidget.h 253768c899 Add ctkActionsWidget::sortColumn 12 anos atrás
ctkAddRemoveComboBox.cpp 1dfadce210 Normalize SIGNALS/SLOTS for performance. 13 anos atrás
ctkAddRemoveComboBox.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkAxesWidget.cpp cd7948c6e6 Various unused variables warnings 13 anos atrás
ctkAxesWidget.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkAxesWidgetEventPlayer.cpp 6b1184b851 Add QtTesting player/recorder in Libs/Widgets and VTK/Widgets 13 anos atrás
ctkAxesWidgetEventPlayer.h 84c7742bcd Use Q_DISABLE_COPY Qt macro everywhere in CTK 12 anos atrás
ctkAxesWidgetEventTranslator.cpp 6b1184b851 Add QtTesting player/recorder in Libs/Widgets and VTK/Widgets 13 anos atrás
ctkAxesWidgetEventTranslator.h 84c7742bcd Use Q_DISABLE_COPY Qt macro everywhere in CTK 12 anos atrás
ctkBasePopupWidget.cpp 0be9fd1819 ctkPopupWidget was having a 1px overlap with the base widget 13 anos atrás
ctkBasePopupWidget.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkBasePopupWidget_p.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkButtonGroup.cpp 0d0ec63a1c Use http://www.apache.org/licenses/LICENSE-2.0.txt instead of http://www.commontk.org/LICENSE 14 anos atrás
ctkButtonGroup.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkCheckBox.cpp e68c1514c6 Don't delete ctkProxyStyle when widget is destroyed 12 anos atrás
ctkCheckBox.h e38a3a8a9c Fix ctkCheckBox style: variable case 12 anos atrás
ctkCheckBoxPixmaps.cpp 0d0ec63a1c Use http://www.apache.org/licenses/LICENSE-2.0.txt instead of http://www.commontk.org/LICENSE 14 anos atrás
ctkCheckBoxPixmaps.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkCheckableComboBox.cpp 1ce46f11db Remove unused variable warning in ctkCheckableComboBox 12 anos atrás
ctkCheckableComboBox.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkCheckableComboBoxEventPlayer.cpp 6b1184b851 Add QtTesting player/recorder in Libs/Widgets and VTK/Widgets 13 anos atrás
ctkCheckableComboBoxEventPlayer.h 84c7742bcd Use Q_DISABLE_COPY Qt macro everywhere in CTK 12 anos atrás
ctkCheckableComboBoxEventTranslator.cpp 6b1184b851 Add QtTesting player/recorder in Libs/Widgets and VTK/Widgets 13 anos atrás
ctkCheckableComboBoxEventTranslator.h 84c7742bcd Use Q_DISABLE_COPY Qt macro everywhere in CTK 12 anos atrás
ctkCheckableHeaderView.cpp 1dfadce210 Normalize SIGNALS/SLOTS for performance. 13 anos atrás
ctkCheckableHeaderView.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkCheckableHeaderViewEventPlayer.cpp 6b1184b851 Add QtTesting player/recorder in Libs/Widgets and VTK/Widgets 13 anos atrás
ctkCheckableHeaderViewEventPlayer.h 84c7742bcd Use Q_DISABLE_COPY Qt macro everywhere in CTK 12 anos atrás
ctkCheckableHeaderViewEventTranslator.cpp 6b1184b851 Add QtTesting player/recorder in Libs/Widgets and VTK/Widgets 13 anos atrás
ctkCheckableHeaderViewEventTranslator.h 84c7742bcd Use Q_DISABLE_COPY Qt macro everywhere in CTK 12 anos atrás
ctkCheckablePushButton.cpp 6adb573b65 Add ctkPushButton, an advanced QPushButton 12 anos atrás
ctkCheckablePushButton.h 6adb573b65 Add ctkPushButton, an advanced QPushButton 12 anos atrás
ctkCollapsibleButton.cpp 36f72607d9 Fix Qt designer crash when dropping spinbox in ctkCollapsibleGroupBox 12 anos atrás
ctkCollapsibleButton.h c4cd80e8d2 Fixed Doxygen warnings. 12 anos atrás
ctkCollapsibleGroupBox.cpp 36f72607d9 Fix Qt designer crash when dropping spinbox in ctkCollapsibleGroupBox 12 anos atrás
ctkCollapsibleGroupBox.h a1c4c47a9c Enlarge default collapsed height of ctkCollapsibleGroupBox for Mac Os style 13 anos atrás
ctkColorDialog.cpp 75287ac036 Remove ctkColorDialog warnings when not using nameSignal 12 anos atrás
ctkColorDialog.h 505b57b250 Add support for color name in ctkColorDialog and ctkColorPickerButton 12 anos atrás
ctkColorPickerButton.cpp 505b57b250 Add support for color name in ctkColorDialog and ctkColorPickerButton 12 anos atrás
ctkColorPickerButton.h 505b57b250 Add support for color name in ctkColorDialog and ctkColorPickerButton 12 anos atrás
ctkComboBox.cpp 3bda2ecfec Extend ctkComboBox::ScrollWithNoVScrollBar to QAbstractScrollArea 12 anos atrás
ctkComboBox.h 71dd74a85e Add ctkComboBox::ScrollEffect 12 anos atrás
ctkCompleter.cpp da64790ec6 ctkCompleter::splitPath enforces return value 13 anos atrás
ctkCompleter.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkConsole.cpp ad63c20f79 Fix copy/paste in ctkConsole 11 anos atrás
ctkConsole.h d5caa56a75 Added capability to change font of python shell. 13 anos atrás
ctkConsoleEventPlayer.cpp 6b1184b851 Add QtTesting player/recorder in Libs/Widgets and VTK/Widgets 13 anos atrás
ctkConsoleEventPlayer.h 84c7742bcd Use Q_DISABLE_COPY Qt macro everywhere in CTK 12 anos atrás
ctkConsoleEventTranslator.cpp 6b1184b851 Add QtTesting player/recorder in Libs/Widgets and VTK/Widgets 13 anos atrás
ctkConsoleEventTranslator.h 84c7742bcd Use Q_DISABLE_COPY Qt macro everywhere in CTK 12 anos atrás
ctkConsole_p.h ad63c20f79 Fix copy/paste in ctkConsole 11 anos atrás
ctkCoordinatesWidget.cpp 3638137774 Add private implementation to ctkCoordinatesWidget 11 anos atrás
ctkCoordinatesWidget.h 3638137774 Add private implementation to ctkCoordinatesWidget 11 anos atrás
ctkCoordinatesWidget_p.h c6768bc1e0 Add ctkCoordinatesWidget_p.h 11 anos atrás
ctkCrosshairLabel.cpp 0d0ec63a1c Use http://www.apache.org/licenses/LICENSE-2.0.txt instead of http://www.commontk.org/LICENSE 14 anos atrás
ctkCrosshairLabel.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkDateRangeWidget.cpp 1dfadce210 Normalize SIGNALS/SLOTS for performance. 13 anos atrás
ctkDateRangeWidget.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkDirectoryButton.cpp 8f70688fe7 Extend ctkDirectoryButton to optionally filter out readOnly folders. 11 anos atrás
ctkDirectoryButton.h 8f70688fe7 Extend ctkDirectoryButton to optionally filter out readOnly folders. 11 anos atrás
ctkDoubleRangeSlider.cpp b9d0ab9d97 Apply ValueProxy to widgets min and max 11 anos atrás
ctkDoubleRangeSlider.h bc38808d0a Update displayed value when value proxy is modified 12 anos atrás
ctkDoubleRangeSliderEventPlayer.cpp 6b1184b851 Add QtTesting player/recorder in Libs/Widgets and VTK/Widgets 13 anos atrás
ctkDoubleRangeSliderEventPlayer.h 84c7742bcd Use Q_DISABLE_COPY Qt macro everywhere in CTK 12 anos atrás
ctkDoubleRangeSliderEventTranslator.cpp 6b1184b851 Add QtTesting player/recorder in Libs/Widgets and VTK/Widgets 13 anos atrás
ctkDoubleRangeSliderEventTranslator.h 84c7742bcd Use Q_DISABLE_COPY Qt macro everywhere in CTK 12 anos atrás
ctkDoubleSlider.cpp b9d0ab9d97 Apply ValueProxy to widgets min and max 11 anos atrás
ctkDoubleSlider.h bc38808d0a Update displayed value when value proxy is modified 12 anos atrás
ctkDoubleSpinBox.cpp e3790b43f2 Add ctkDoubleSpinBox::SizeHintPolicy 11 anos atrás
ctkDoubleSpinBox.h 3638137774 Add private implementation to ctkCoordinatesWidget 11 anos atrás
ctkDoubleSpinBox_p.h e3790b43f2 Add ctkDoubleSpinBox::SizeHintPolicy 11 anos atrás
ctkDynamicSpacer.cpp 0d0ec63a1c Use http://www.apache.org/licenses/LICENSE-2.0.txt instead of http://www.commontk.org/LICENSE 14 anos atrás
ctkDynamicSpacer.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkErrorLogStatusMessageHandler.cpp 6d676b24cc Add multi-thread support to ErrorLog model 13 anos atrás
ctkErrorLogStatusMessageHandler.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkErrorLogWidget.cpp 30a15299aa ENH: Add convenience method allowing to show/hide any error log column. 11 anos atrás
ctkErrorLogWidget.h 30a15299aa ENH: Add convenience method allowing to show/hide any error log column. 11 anos atrás
ctkExpandButton.cpp 713a1c8d3d ctkExpandButton horizontal policy is fixed 13 anos atrás
ctkExpandButton.h 2844d4e26e Exposed Orientation of ctkExpandButton as QProperty 13 anos atrás
ctkExpandableWidget.cpp dc09bfeb4b Further refine ctkSizeGrip/ctkExpandableWidget behavior 12 anos atrás
ctkExpandableWidget.h dc09bfeb4b Further refine ctkSizeGrip/ctkExpandableWidget behavior 12 anos atrás
ctkFileDialog.cpp a506b713fc fix ctkFileDialog::setAcceptButtonEnable with setAcceptMode 12 anos atrás
ctkFileDialog.h 7c70f66b35 Tweak ctkFileDialog to better handle return key 12 anos atrás
ctkFileDialogEventPlayer.cpp 6b1184b851 Add QtTesting player/recorder in Libs/Widgets and VTK/Widgets 13 anos atrás
ctkFileDialogEventPlayer.h 84c7742bcd Use Q_DISABLE_COPY Qt macro everywhere in CTK 12 anos atrás
ctkFileDialogEventTranslator.cpp 6b1184b851 Add QtTesting player/recorder in Libs/Widgets and VTK/Widgets 13 anos atrás
ctkFileDialogEventTranslator.h 84c7742bcd Use Q_DISABLE_COPY Qt macro everywhere in CTK 12 anos atrás
ctkFittedTextBrowser.cpp 99b1e7ccce Set default sizePolicy for ctkFittedTextBrowser 12 anos atrás
ctkFittedTextBrowser.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkFlatProxyModel.cpp cd7948c6e6 Various unused variables warnings 13 anos atrás
ctkFlatProxyModel.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkFlowLayout.cpp a01fc60c7f Add support for vertical flow in ctkThumbnailListWidget 12 anos atrás
ctkFlowLayout.h a01fc60c7f Add support for vertical flow in ctkThumbnailListWidget 12 anos atrás
ctkFontButton.cpp 45dbd6eb9a Add ctkFontButton::fontTextFormat to customize font button text 13 anos atrás
ctkFontButton.h 45dbd6eb9a Add ctkFontButton::fontTextFormat to customize font button text 13 anos atrás
ctkFontButtonEventPlayer.cpp 6b1184b851 Add QtTesting player/recorder in Libs/Widgets and VTK/Widgets 13 anos atrás
ctkFontButtonEventPlayer.h 84c7742bcd Use Q_DISABLE_COPY Qt macro everywhere in CTK 12 anos atrás
ctkFontButtonEventTranslator.cpp 6b1184b851 Add QtTesting player/recorder in Libs/Widgets and VTK/Widgets 13 anos atrás
ctkFontButtonEventTranslator.h 84c7742bcd Use Q_DISABLE_COPY Qt macro everywhere in CTK 12 anos atrás
ctkIconEnginePlugin.cpp 723fa05c87 ctkIconEnginePlugin::keys returns ctkIconEngine 14 anos atrás
ctkIconEnginePlugin.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkLanguageComboBox.cpp f559dd1efe Ensure languageCombox consider qm files 12 anos atrás
ctkLanguageComboBox.h 69a2a31b49 Fix language inconsistencies in ctkLanguageComboBox 12 anos atrás
ctkLayoutManager.cpp 0afd8925cf ctkLayoutManager was not properly cleaning the layout 13 anos atrás
ctkLayoutManager.h 46900fd736 Accessing viewport() method from python shell 12 anos atrás
ctkLayoutManager_p.h 0afd8925cf ctkLayoutManager was not properly cleaning the layout 13 anos atrás
ctkMaterialPropertyPreviewLabel.cpp 0d0ec63a1c Use http://www.apache.org/licenses/LICENSE-2.0.txt instead of http://www.commontk.org/LICENSE 14 anos atrás
ctkMaterialPropertyPreviewLabel.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkMaterialPropertyWidget.cpp 1dfadce210 Normalize SIGNALS/SLOTS for performance. 13 anos atrás
ctkMaterialPropertyWidget.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkMatrixWidget.cpp 40ad8d9120 Expose publicly setDecimals and decimalsChanged 12 anos atrás
ctkMatrixWidget.h 40ad8d9120 Expose publicly setDecimals and decimalsChanged 12 anos atrás
ctkMatrixWidgetEventPlayer.cpp 6b1184b851 Add QtTesting player/recorder in Libs/Widgets and VTK/Widgets 13 anos atrás
ctkMatrixWidgetEventPlayer.h 84c7742bcd Use Q_DISABLE_COPY Qt macro everywhere in CTK 12 anos atrás
ctkMatrixWidgetEventTranslator.cpp 6b1184b851 Add QtTesting player/recorder in Libs/Widgets and VTK/Widgets 13 anos atrás
ctkMatrixWidgetEventTranslator.h 84c7742bcd Use Q_DISABLE_COPY Qt macro everywhere in CTK 12 anos atrás
ctkMenuButton.cpp 0d0ec63a1c Use http://www.apache.org/licenses/LICENSE-2.0.txt instead of http://www.commontk.org/LICENSE 14 anos atrás
ctkMenuButton.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkMenuComboBox.cpp ab12c255d5 Guard against null parentMenu in ctkMenuComboBoxPrivate::actionByTitle 12 anos atrás
ctkMenuComboBox.h 6b1184b851 Add QtTesting player/recorder in Libs/Widgets and VTK/Widgets 13 anos atrás
ctkMenuComboBoxEventPlayer.cpp 6b1184b851 Add QtTesting player/recorder in Libs/Widgets and VTK/Widgets 13 anos atrás
ctkMenuComboBoxEventPlayer.h 84c7742bcd Use Q_DISABLE_COPY Qt macro everywhere in CTK 12 anos atrás
ctkMenuComboBoxEventTranslator.cpp 81f9274d98 Fix ctkMenuComboBoxTranslator to not record event on the Completer associated 13 anos atrás
ctkMenuComboBoxEventTranslator.h 84c7742bcd Use Q_DISABLE_COPY Qt macro everywhere in CTK 12 anos atrás
ctkMenuComboBox_p.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkMessageBox.cpp ab8a4b3003 ctkMessageBox::setDontShowAgainSettingsKey() turns visibility on 13 anos atrás
ctkMessageBox.h ab8a4b3003 ctkMessageBox::setDontShowAgainSettingsKey() turns visibility on 13 anos atrás
ctkModalityWidget.cpp 0d0ec63a1c Use http://www.apache.org/licenses/LICENSE-2.0.txt instead of http://www.commontk.org/LICENSE 14 anos atrás
ctkModalityWidget.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkPathLineEdit.cpp b277f5d4fd Adding same path twice was breaking ctkPathLineEdit 12 anos atrás
ctkPathLineEdit.h 6003a3239f Cross reference ctkPathLineEdit, ctkDirectoryButton and ctkPathListWidget 12 anos atrás
ctkPathLineEditEventPlayer.cpp 6b1184b851 Add QtTesting player/recorder in Libs/Widgets and VTK/Widgets 13 anos atrás
ctkPathLineEditEventPlayer.h 84c7742bcd Use Q_DISABLE_COPY Qt macro everywhere in CTK 12 anos atrás
ctkPathLineEditEventTranslator.cpp 6b1184b851 Add QtTesting player/recorder in Libs/Widgets and VTK/Widgets 13 anos atrás
ctkPathLineEditEventTranslator.h 84c7742bcd Use Q_DISABLE_COPY Qt macro everywhere in CTK 12 anos atrás
ctkPathListButtonsWidget.cpp d171a08d74 Do not complain about paths which have already been added to the widget. 12 anos atrás
ctkPathListButtonsWidget.h 3f28910a32 Reworked ctkDirectoryListWidget for improved flexibility. 12 anos atrás
ctkPathListButtonsWidget_p.h 3f28910a32 Reworked ctkDirectoryListWidget for improved flexibility. 12 anos atrás
ctkPathListWidget.cpp 97750a6bea Added getter for the standard item for further widget customization. 12 anos atrás
ctkPathListWidget.h 6003a3239f Cross reference ctkPathLineEdit, ctkDirectoryButton and ctkPathListWidget 12 anos atrás
ctkPixmapIconEngine.cpp 0d0ec63a1c Use http://www.apache.org/licenses/LICENSE-2.0.txt instead of http://www.commontk.org/LICENSE 14 anos atrás
ctkPixmapIconEngine.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkPopupWidget.cpp cd9ce0bb4a Don't reopen the popup when un-pin-ing the widget 13 anos atrás
ctkPopupWidget.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkPopupWidgetEventPlayer.cpp 6b1184b851 Add QtTesting player/recorder in Libs/Widgets and VTK/Widgets 13 anos atrás
ctkPopupWidgetEventPlayer.h 84c7742bcd Use Q_DISABLE_COPY Qt macro everywhere in CTK 12 anos atrás
ctkPopupWidgetEventTranslator.cpp 6b1184b851 Add QtTesting player/recorder in Libs/Widgets and VTK/Widgets 13 anos atrás
ctkPopupWidgetEventTranslator.h 84c7742bcd Use Q_DISABLE_COPY Qt macro everywhere in CTK 12 anos atrás
ctkPopupWidget_p.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkProxyStyle.cpp a8ebaefdaf Prevent reentrant calling of ctkProxyStyle::ensureBaseStyle() 11 anos atrás
ctkProxyStyle.h e68c1514c6 Don't delete ctkProxyStyle when widget is destroyed 12 anos atrás
ctkPushButton.cpp 6adb573b65 Add ctkPushButton, an advanced QPushButton 12 anos atrás
ctkPushButton.h 6adb573b65 Add ctkPushButton, an advanced QPushButton 12 anos atrás
ctkPushButton_p.h 6adb573b65 Add ctkPushButton, an advanced QPushButton 12 anos atrás
ctkQImageView.cpp 0d0ec63a1c Use http://www.apache.org/licenses/LICENSE-2.0.txt instead of http://www.commontk.org/LICENSE 14 anos atrás
ctkQImageView.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkRangeSlider.cpp 84c7742bcd Use Q_DISABLE_COPY Qt macro everywhere in CTK 12 anos atrás
ctkRangeSlider.h 4e98d9a064 Fix ctkRangeSliderTest when run with different styles 12 anos atrás
ctkRangeSliderEventPlayer.cpp 6b1184b851 Add QtTesting player/recorder in Libs/Widgets and VTK/Widgets 13 anos atrás
ctkRangeSliderEventPlayer.h 84c7742bcd Use Q_DISABLE_COPY Qt macro everywhere in CTK 12 anos atrás
ctkRangeSliderEventTranslator.cpp 6b1184b851 Add QtTesting player/recorder in Libs/Widgets and VTK/Widgets 13 anos atrás
ctkRangeSliderEventTranslator.h 84c7742bcd Use Q_DISABLE_COPY Qt macro everywhere in CTK 12 anos atrás
ctkRangeWidget.cpp 0d291e477b ctkDoubleSpinBox now keeps original precision until edited 11 anos atrás
ctkRangeWidget.h b9d0ab9d97 Apply ValueProxy to widgets min and max 11 anos atrás
ctkScreenshotDialog.cpp 566c9165ff Added option to allow/disallow transparency in screenshot 12 anos atrás
ctkScreenshotDialog.h 566c9165ff Added option to allow/disallow transparency in screenshot 12 anos atrás
ctkScreenshotDialog_p.h 566c9165ff Added option to allow/disallow transparency in screenshot 12 anos atrás
ctkSearchBox.cpp 48457fad20 Changes cursor when mouse enters ctkSearchBox 12 anos atrás
ctkSearchBox.h 73e9246f4a Issue #133: Fixed code style issues. 13 anos atrás
ctkSettings.cpp 0d0ec63a1c Use http://www.apache.org/licenses/LICENSE-2.0.txt instead of http://www.commontk.org/LICENSE 14 anos atrás
ctkSettings.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkSettingsDialog.cpp b93ca60990 Fix the auto resize of ctkSettingsDialog's left panel 12 anos atrás
ctkSettingsDialog.h b93ca60990 Fix the auto resize of ctkSettingsDialog's left panel 12 anos atrás
ctkSettingsPanel.cpp 073ae6e5df ctkSettingsPanel - Trigger registered signal only if needed 11 anos atrás
ctkSettingsPanel.h c301694fe3 Alternative settings can be specified for each panel settings entry 12 anos atrás
ctkSignalMapper.cpp c778ed970f Add ctkSignalMapper 14 anos atrás
ctkSignalMapper.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkSimpleLayoutManager.cpp 0afd8925cf ctkLayoutManager was not properly cleaning the layout 13 anos atrás
ctkSimpleLayoutManager.h 0afd8925cf ctkLayoutManager was not properly cleaning the layout 13 anos atrás
ctkSizeGrip.cpp dc09bfeb4b Further refine ctkSizeGrip/ctkExpandableWidget behavior 12 anos atrás
ctkSizeGrip.h dc09bfeb4b Further refine ctkSizeGrip/ctkExpandableWidget behavior 12 anos atrás
ctkSliderWidget.cpp b9d0ab9d97 Apply ValueProxy to widgets min and max 11 anos atrás
ctkSliderWidget.h b9d0ab9d97 Apply ValueProxy to widgets min and max 11 anos atrás
ctkTemplateWidget.cpp 0d0ec63a1c Use http://www.apache.org/licenses/LICENSE-2.0.txt instead of http://www.commontk.org/LICENSE 14 anos atrás
ctkTemplateWidget.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkTestApplication.cpp 0d0ec63a1c Use http://www.apache.org/licenses/LICENSE-2.0.txt instead of http://www.commontk.org/LICENSE 14 anos atrás
ctkTestApplication.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkThumbnailLabel.cpp 6b0da75ee6 Fix warning "delete-non-virtual-dtor-warnings" gcc-47 warnings 13 anos atrás
ctkThumbnailLabel.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkThumbnailListWidget.cpp d4730fc71c Cleanup ctkThumbnailListWidget and ctkDICOMThumbnailListWidget 12 anos atrás
ctkThumbnailListWidget.h d4730fc71c Cleanup ctkThumbnailListWidget and ctkDICOMThumbnailListWidget 12 anos atrás
ctkThumbnailListWidget_p.h d4730fc71c Cleanup ctkThumbnailListWidget and ctkDICOMThumbnailListWidget 12 anos atrás
ctkToolTipTrapper.cpp 146d65ec76 ENH: Do tool tip word wrap 13 anos atrás
ctkToolTipTrapper.h 146d65ec76 ENH: Do tool tip word wrap 13 anos atrás
ctkTransferFunctionBarsItem.cpp 0d0ec63a1c Use http://www.apache.org/licenses/LICENSE-2.0.txt instead of http://www.commontk.org/LICENSE 14 anos atrás
ctkTransferFunctionBarsItem.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkTransferFunctionControlPointsItem.cpp 0d0ec63a1c Use http://www.apache.org/licenses/LICENSE-2.0.txt instead of http://www.commontk.org/LICENSE 14 anos atrás
ctkTransferFunctionControlPointsItem.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkTransferFunctionGradientItem.cpp 0d0ec63a1c Use http://www.apache.org/licenses/LICENSE-2.0.txt instead of http://www.commontk.org/LICENSE 14 anos atrás
ctkTransferFunctionGradientItem.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkTransferFunctionItem.cpp 0d0ec63a1c Use http://www.apache.org/licenses/LICENSE-2.0.txt instead of http://www.commontk.org/LICENSE 14 anos atrás
ctkTransferFunctionItem.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkTransferFunctionNativeItem.cpp 0d0ec63a1c Use http://www.apache.org/licenses/LICENSE-2.0.txt instead of http://www.commontk.org/LICENSE 14 anos atrás
ctkTransferFunctionNativeItem.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkTransferFunctionScene.cpp 0d0ec63a1c Use http://www.apache.org/licenses/LICENSE-2.0.txt instead of http://www.commontk.org/LICENSE 14 anos atrás
ctkTransferFunctionScene.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkTransferFunctionView.cpp 0d0ec63a1c Use http://www.apache.org/licenses/LICENSE-2.0.txt instead of http://www.commontk.org/LICENSE 14 anos atrás
ctkTransferFunctionView.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkTreeComboBox.cpp 6b1184b851 Add QtTesting player/recorder in Libs/Widgets and VTK/Widgets 13 anos atrás
ctkTreeComboBox.h 6b1184b851 Add QtTesting player/recorder in Libs/Widgets and VTK/Widgets 13 anos atrás
ctkTreeComboBoxEventPlayer.cpp 6b1184b851 Add QtTesting player/recorder in Libs/Widgets and VTK/Widgets 13 anos atrás
ctkTreeComboBoxEventPlayer.h 84c7742bcd Use Q_DISABLE_COPY Qt macro everywhere in CTK 12 anos atrás
ctkTreeComboBoxEventTranslator.cpp 6b1184b851 Add QtTesting player/recorder in Libs/Widgets and VTK/Widgets 13 anos atrás
ctkTreeComboBoxEventTranslator.h 84c7742bcd Use Q_DISABLE_COPY Qt macro everywhere in CTK 12 anos atrás
ctkWidgetsPythonQtDecorators.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkWidgetsUtils.cpp 38a47bfefc Add ctk::grabWidget, ctk::vtkImageDataToQImage and ctk::grabVTKWidget 13 anos atrás
ctkWidgetsUtils.h b165455441 Fix compile error due to missing include 13 anos atrás
ctkWorkflowAbstractPagedWidget.cpp 0d0ec63a1c Use http://www.apache.org/licenses/LICENSE-2.0.txt instead of http://www.commontk.org/LICENSE 14 anos atrás
ctkWorkflowAbstractPagedWidget.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkWorkflowButtonBoxWidget.cpp 9aa389d2bf Add ctkWorkflowButtonBoxWidget::[back|next|goTo]ButtonFormat 12 anos atrás
ctkWorkflowButtonBoxWidget.h 9aa389d2bf Add ctkWorkflowButtonBoxWidget::[back|next|goTo]ButtonFormat 12 anos atrás
ctkWorkflowGroupBox.cpp d4e5d873c9 Add ctkWorkflowGroupBox::titleFormat, subTitleFormat and errorTextFormat 12 anos atrás
ctkWorkflowGroupBox.h d4e5d873c9 Add ctkWorkflowGroupBox::titleFormat, subTitleFormat and errorTextFormat 12 anos atrás
ctkWorkflowStackedWidget.cpp 0d0ec63a1c Use http://www.apache.org/licenses/LICENSE-2.0.txt instead of http://www.commontk.org/LICENSE 14 anos atrás
ctkWorkflowStackedWidget.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkWorkflowTabWidget.cpp 0d0ec63a1c Use http://www.apache.org/licenses/LICENSE-2.0.txt instead of http://www.commontk.org/LICENSE 14 anos atrás
ctkWorkflowTabWidget.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
ctkWorkflowWidget.cpp b47c9eff4c Add ctkWorkflowStep* ctkWorkflow::step(QString) 12 anos atrás
ctkWorkflowWidget.h b47c9eff4c Add ctkWorkflowStep* ctkWorkflow::step(QString) 12 anos atrás
ctkWorkflowWidgetStep.cpp 3b1b1d3162 Update workflowStep API 13 anos atrás
ctkWorkflowWidgetStep.h 9aa389d2bf Add ctkWorkflowButtonBoxWidget::[back|next|goTo]ButtonFormat 12 anos atrás
ctkWorkflowWidgetStep_p.h bd1cf10109 Added more doxygen groups and \ingroup commands. 13 anos atrás
target_libraries.cmake ac13c32312 Change CMake command to lower case. See #78 13 anos atrás