Julien Finet a63094f8ef Merge branch 'transfer_function_editors' 14 anni fa
..
Plugins 363329d072 Add ctkCheckableComboBox to check model indexes 14 anni fa
Resources 63f10b1a88 Add ctkThumbnailListWidget to CTK/Widgets 14 anni fa
Testing 04a16bc1cf Add documentation and tests for ctkPopupWidget 14 anni fa
CMakeLists.txt 908ec251b7 Add ctkPopupWidget to easily control popups/tooltips 14 anni fa
ctkActionsWidget.cpp f3ca584343 Fix various bugs in ctkActionsWidget 14 anni fa
ctkActionsWidget.h f3ca584343 Fix various bugs in ctkActionsWidget 14 anni fa
ctkAddRemoveComboBox.cpp f63fe98803 Rename macro CTK_{GET,SET}_CXX into CTK_{GET,SET}_CPP 14 anni fa
ctkAddRemoveComboBox.h c8fd5a716e Export file header now start with "ctk" lower case 14 anni fa
ctkAxesWidget.cpp 709e942211 ENH: Add sizeHints to ctkAxesWidget 14 anni fa
ctkAxesWidget.h 04f4657630 Add missing new lines to header and implementation files 14 anni fa
ctkButtonGroup.cpp 5856bae33b Remove trailing spaces in license header 14 anni fa
ctkButtonGroup.h c8fd5a716e Export file header now start with "ctk" lower case 14 anni fa
ctkCheckBoxPixmaps.cpp 5856bae33b Remove trailing spaces in license header 14 anni fa
ctkCheckBoxPixmaps.h c8fd5a716e Export file header now start with "ctk" lower case 14 anni fa
ctkCheckableComboBox.cpp bc902b9892 Fix ctkCheckableComboBox::allChecked and noneChecked 14 anni fa
ctkCheckableComboBox.h 4196f13b31 Add utility functions to ctkCheckableComboBox 14 anni fa
ctkCheckableHeaderView.cpp 32521a6ddc Fix warnings in the ctkCheckableXXX objects 14 anni fa
ctkCheckableHeaderView.h 8b41d0748c Extract logic from ctkCheckableHeaderView 14 anni fa
ctkCheckablePushButton.cpp a9e68f1366 Fix old cast and unused variables 14 anni fa
ctkCheckablePushButton.h 0239783650 Fix text position and size of ctkCheckablePushButton 14 anni fa
ctkCollapsibleButton.cpp 952d5dc9de Change arrows to point right when closed, down when open 14 anni fa
ctkCollapsibleButton.h 95a410ab9b Fix collapsible button issue when a child is hidden... 14 anni fa
ctkCollapsibleGroupBox.cpp ce90461cb3 Fix arrows on collapsible group box to match button 14 anni fa
ctkCollapsibleGroupBox.h 7b81fddb9f Add ctkCollapsibleGroupBox(QString title, QWidget* parent) 14 anni fa
ctkColorDialog.cpp 466b6ddc96 ctkColorDialog was not listening to tab color change 14 anni fa
ctkColorDialog.h 9af99587dd Add ctkColorDialog::insertTab and setCurrentTab 14 anni fa
ctkColorPickerButton.cpp fcd98c9266 Display ctkColorPickerButton as a ToolButton when no text is given 14 anni fa
ctkColorPickerButton.h fcd98c9266 Display ctkColorPickerButton as a ToolButton when no text is given 14 anni fa
ctkComboBox.cpp 20cc94d6c2 ENH: Update ctkComboBox::sizehint when font changes 14 anni fa
ctkComboBox.h 20cc94d6c2 ENH: Update ctkComboBox::sizehint when font changes 14 anni fa
ctkConfirmExitDialog.cpp ee8dba5790 Add static function ctkConfirmExitDialog::confirmExit() 14 anni fa
ctkConfirmExitDialog.h ee8dba5790 Add static function ctkConfirmExitDialog::confirmExit() 14 anni fa
ctkConsole.cpp 0e31a48a8b Don't process events when print message in ctkConsole 14 anni fa
ctkConsole.h 3492e3e773 ctkConsole/ctkPythonConsole - Handle standardinput from ctkConsole 14 anni fa
ctkConsole_p.h 3492e3e773 ctkConsole/ctkPythonConsole - Handle standardinput from ctkConsole 14 anni fa
ctkCoordinatesWidget.cpp 4a0a6c164f Add tests to ctkCoordinatesWidget and fix bugs 14 anni fa
ctkCoordinatesWidget.h b1b0718c1c First letter of Q_Property changed to lowercase 14 anni fa
ctkCrosshairLabel.cpp 6686dc23e0 Remove bad cast warning in ctkCrosshairLabel 14 anni fa
ctkCrosshairLabel.h e1059ce338 STYLE: Remove unnecessary semi-colons. 14 anni fa
ctkDateRangeWidget.cpp 532d9b67f9 Fixed some warnings 14 anni fa
ctkDateRangeWidget.h c1f8f7a329 Always show the date range of ctkDateRangeWidget 14 anni fa
ctkDirectoryButton.cpp ee84fd2671 Add test to ctkDirectoryButton 14 anni fa
ctkDirectoryButton.h 9796920565 Add ctkScreenshotDialogTest1 + rename ctkScreenshotDialog methods 14 anni fa
ctkDoubleRangeSlider.cpp 8194970a01 Error when converting from int to double in ctkDoubleSlider 14 anni fa
ctkDoubleRangeSlider.h 76a47c0b1e ctkDoubleRangeSlider was firing too many signals 14 anni fa
ctkDoubleSlider.cpp 8194970a01 Error when converting from int to double in ctkDoubleSlider 14 anni fa
ctkDoubleSlider.h affe04903b Add pageStep property to ctkDoubleSlider and ctkSliderWidget 14 anni fa
ctkDynamicSpacer.cpp 42af8ae514 Rename ctkDynamicSpacer::activate into active 14 anni fa
ctkDynamicSpacer.h 42af8ae514 Rename ctkDynamicSpacer::activate into active 14 anni fa
ctkErrorLogStatusMessageHandler.cpp ee1ab7f609 ctkErrorLogStatusMessageHandler - Use QPointer to hold QMainWindow 14 anni fa
ctkErrorLogStatusMessageHandler.h ee1ab7f609 ctkErrorLogStatusMessageHandler - Use QPointer to hold QMainWindow 14 anni fa
ctkErrorLogWidget.cpp 2af9a03cc5 Remove unused variable warning in ctkErrorLogWidget 14 anni fa
ctkErrorLogWidget.h 91e0d55c35 Support null error model in ctkErrorLogWidget 14 anni fa
ctkFileDialog.cpp 763c419d85 Remove copyright YEAR from license header 14 anni fa
ctkFileDialog.h c8fd5a716e Export file header now start with "ctk" lower case 14 anni fa
ctkFittedTextBrowser.cpp 5856bae33b Remove trailing spaces in license header 14 anni fa
ctkFittedTextBrowser.h c8fd5a716e Export file header now start with "ctk" lower case 14 anni fa
ctkFlowLayout.cpp 532d9b67f9 Fixed some warnings 14 anni fa
ctkFlowLayout.h 9f904c9f8f Supports Vertical orientation for ctkFlowLayout 14 anni fa
ctkFontButton.cpp 0c3bcbd8fc Add ctkFontButton a pushbutton to select a QFont 14 anni fa
ctkFontButton.h 0c3bcbd8fc Add ctkFontButton a pushbutton to select a QFont 14 anni fa
ctkIconEnginePlugin.cpp 5856bae33b Remove trailing spaces in license header 14 anni fa
ctkIconEnginePlugin.h c8fd5a716e Export file header now start with "ctk" lower case 14 anni fa
ctkLayoutManager.cpp 59794b6398 Add ctkLayoutManager::viewsFromXML 14 anni fa
ctkLayoutManager.h 59794b6398 Add ctkLayoutManager::viewsFromXML 14 anni fa
ctkLayoutManager_p.h 04a4328db4 Add ctkLayoutManager to conveniently handle layouts with XML 14 anni fa
ctkMaterialPropertyPreviewLabel.cpp e97fd0b1c5 Use better default values for ctkMaterialPropertyWidget 14 anni fa
ctkMaterialPropertyPreviewLabel.h 04f4657630 Add missing new lines to header and implementation files 14 anni fa
ctkMaterialPropertyWidget.cpp 39d6696eef Control visibility of options in ctkMaterialPropertyWidget 14 anni fa
ctkMaterialPropertyWidget.h 39d6696eef Control visibility of options in ctkMaterialPropertyWidget 14 anni fa
ctkMatrixWidget.cpp 9ac7c96897 Add test to ctkVTKMatrixWidget and ctkVTKAbstractMatrixWidget 14 anni fa
ctkMatrixWidget.h 9ac7c96897 Add test to ctkVTKMatrixWidget and ctkVTKAbstractMatrixWidget 14 anni fa
ctkMenuButton.cpp 5856bae33b Remove trailing spaces in license header 14 anni fa
ctkMenuButton.h c8fd5a716e Export file header now start with "ctk" lower case 14 anni fa
ctkModalityWidget.cpp e93e15ace4 Add comments to ctkModalityWidget and utility methods 14 anni fa
ctkModalityWidget.h e93e15ace4 Add comments to ctkModalityWidget and utility methods 14 anni fa
ctkPathLineEdit.cpp ebaddbb865 Don't use native dialogs in tests, they won't quit 14 anni fa
ctkPathLineEdit.h ebaddbb865 Don't use native dialogs in tests, they won't quit 14 anni fa
ctkPixmapIconEngine.cpp 9bb15eabc4 Remove LGPL license 14 anni fa
ctkPixmapIconEngine.h 9bb15eabc4 Remove LGPL license 14 anni fa
ctkPopupWidget.cpp 04a16bc1cf Add documentation and tests for ctkPopupWidget 14 anni fa
ctkPopupWidget.h 04a16bc1cf Add documentation and tests for ctkPopupWidget 14 anni fa
ctkQImageView.cpp 4cb740c2a9 ENH: Added annotations in corners, key commands, mouse commands 14 anni fa
ctkQImageView.h 4cb740c2a9 ENH: Added annotations in corners, key commands, mouse commands 14 anni fa
ctkRangeSlider.cpp e420e6c6a1 Support calls to ctkRangeSlider::setValues inside setValues 14 anni fa
ctkRangeSlider.h bc08554b0f ENH: Add symmetric moves support for range sliders 14 anni fa
ctkRangeWidget.cpp 33d7e54cc1 Add ctkVTKThresholdWidget 14 anni fa
ctkRangeWidget.h 33d7e54cc1 Add ctkVTKThresholdWidget 14 anni fa
ctkScreenshotDialog.cpp 9796920565 Add ctkScreenshotDialogTest1 + rename ctkScreenshotDialog methods 14 anni fa
ctkScreenshotDialog.h 9796920565 Add ctkScreenshotDialogTest1 + rename ctkScreenshotDialog methods 14 anni fa
ctkScreenshotDialog_p.h 9796920565 Add ctkScreenshotDialogTest1 + rename ctkScreenshotDialog methods 14 anni fa
ctkSettings.cpp 2fa68d6e35 ctkSettings now supports all QSettings constructors 14 anni fa
ctkSettings.h 6ad2704640 Fixed doxygen warnings (in user doc). 14 anni fa
ctkSettingsDialog.cpp 0c32b7b229 Factorize ctkSettingsDialogPrivate::init() 14 anni fa
ctkSettingsDialog.h ef721b55a4 ctkSettingsPanel - Remove "acceptSettings()" and set "applySettings()' as virtual 14 anni fa
ctkSettingsPanel.cpp 05b9a6e242 Merge branch 'improve-ctkSettings-api' 14 anni fa
ctkSettingsPanel.h 527954bd8e ctkSettingsPanel - Add defaultPropertyValue(), previousPropertyValue() and propertyValue() methods 14 anni fa
ctkSimpleLayoutManager.cpp 04a4328db4 Add ctkLayoutManager to conveniently handle layouts with XML 14 anni fa
ctkSimpleLayoutManager.h 04a4328db4 Add ctkLayoutManager to conveniently handle layouts with XML 14 anni fa
ctkSliderWidget.cpp 8194970a01 Error when converting from int to double in ctkDoubleSlider 14 anni fa
ctkSliderWidget.h affe04903b Add pageStep property to ctkDoubleSlider and ctkSliderWidget 14 anni fa
ctkTemplateWidget.cpp 2a22430d76 Add file templates for a widget class 14 anni fa
ctkTemplateWidget.h 2a22430d76 Add file templates for a widget class 14 anni fa
ctkTestApplication.cpp 5856bae33b Remove trailing spaces in license header 14 anni fa
ctkTestApplication.h c8fd5a716e Export file header now start with "ctk" lower case 14 anni fa
ctkThumbnailListWidget.cpp 18073a51ad Use setFixedWidth() method instead of setMinimumWidth() and setMaximumWidth() 14 anni fa
ctkThumbnailListWidget.h 68ded13984 Rename reset() function to clearThumbnails() in ctkThumbnailListWidget 14 anni fa
ctkThumbnailListWidget_p.h 15604c6f56 Improve implementation of ctkThumbnailWidget, ctkThumbnailListWidget, and ctkDICOMThumbnailListWidget 14 anni fa
ctkThumbnailWidget.cpp 15604c6f56 Improve implementation of ctkThumbnailWidget, ctkThumbnailListWidget, and ctkDICOMThumbnailListWidget 14 anni fa
ctkThumbnailWidget.h 15604c6f56 Improve implementation of ctkThumbnailWidget, ctkThumbnailListWidget, and ctkDICOMThumbnailListWidget 14 anni fa
ctkToolTipTrapper.cpp 5871fea397 Fix different compilation warnings 14 anni fa
ctkToolTipTrapper.h 5871fea397 Fix different compilation warnings 14 anni fa
ctkTransferFunctionBarsItem.cpp 763c419d85 Remove copyright YEAR from license header 14 anni fa
ctkTransferFunctionBarsItem.h c8fd5a716e Export file header now start with "ctk" lower case 14 anni fa
ctkTransferFunctionControlPointsItem.cpp 5856bae33b Remove trailing spaces in license header 14 anni fa
ctkTransferFunctionControlPointsItem.h c8fd5a716e Export file header now start with "ctk" lower case 14 anni fa
ctkTransferFunctionGradientItem.cpp 5856bae33b Remove trailing spaces in license header 14 anni fa
ctkTransferFunctionGradientItem.h b1b0718c1c First letter of Q_Property changed to lowercase 14 anni fa
ctkTransferFunctionItem.cpp 5856bae33b Remove trailing spaces in license header 14 anni fa
ctkTransferFunctionItem.h c8fd5a716e Export file header now start with "ctk" lower case 14 anni fa
ctkTransferFunctionNativeItem.cpp 5856bae33b Remove trailing spaces in license header 14 anni fa
ctkTransferFunctionNativeItem.h c8fd5a716e Export file header now start with "ctk" lower case 14 anni fa
ctkTransferFunctionScene.cpp 5856bae33b Remove trailing spaces in license header 14 anni fa
ctkTransferFunctionScene.h c8fd5a716e Export file header now start with "ctk" lower case 14 anni fa
ctkTransferFunctionView.cpp 5856bae33b Remove trailing spaces in license header 14 anni fa
ctkTransferFunctionView.h c8fd5a716e Export file header now start with "ctk" lower case 14 anni fa
ctkTreeComboBox.cpp fa0b865590 ctkTreeComboBox now controls what column is visible 14 anni fa
ctkTreeComboBox.h fa0b865590 ctkTreeComboBox now controls what column is visible 14 anni fa
ctkWidgetsPythonQtDecorators.h 6379ebb085 ctkWorkflow - Added associated PythonQt decorator 14 anni fa
ctkWidgetsUtils.cpp b27b582463 Move base64HTMLImageTagSrc into ctkWidgetsUtils 14 anni fa
ctkWidgetsUtils.h b27b582463 Move base64HTMLImageTagSrc into ctkWidgetsUtils 14 anni fa
ctkWorkflowAbstractPagedWidget.cpp 5856bae33b Remove trailing spaces in license header 14 anni fa
ctkWorkflowAbstractPagedWidget.h c8fd5a716e Export file header now start with "ctk" lower case 14 anni fa
ctkWorkflowButtonBoxWidget.cpp 88c9e12365 Combines ctkWorkflowAbstractWidgetStep and ctkWorkflowWidgetStep classes 14 anni fa
ctkWorkflowButtonBoxWidget.h c8fd5a716e Export file header now start with "ctk" lower case 14 anni fa
ctkWorkflowGroupBox.cpp 88c9e12365 Combines ctkWorkflowAbstractWidgetStep and ctkWorkflowWidgetStep classes 14 anni fa
ctkWorkflowGroupBox.h c8fd5a716e Export file header now start with "ctk" lower case 14 anni fa
ctkWorkflowStackedWidget.cpp 5856bae33b Remove trailing spaces in license header 14 anni fa
ctkWorkflowStackedWidget.h c8fd5a716e Export file header now start with "ctk" lower case 14 anni fa
ctkWorkflowTabWidget.cpp 5856bae33b Remove trailing spaces in license header 14 anni fa
ctkWorkflowTabWidget.h c8fd5a716e Export file header now start with "ctk" lower case 14 anni fa
ctkWorkflowWidget.cpp f63fe98803 Rename macro CTK_{GET,SET}_CXX into CTK_{GET,SET}_CPP 14 anni fa
ctkWorkflowWidget.h f2b4062265 ctkWorkflowWidget - Use Q_PROPERTY and Q_INVOKABLE to expose method to python 14 anni fa
ctkWorkflowWidgetStep.cpp 88c9e12365 Combines ctkWorkflowAbstractWidgetStep and ctkWorkflowWidgetStep classes 14 anni fa
ctkWorkflowWidgetStep.h e8b169829d ctkWorkflowWidgetStep - Expose buttonBoxHints to the meta object system 14 anni fa
ctkWorkflowWidgetStep_p.h 88c9e12365 Combines ctkWorkflowAbstractWidgetStep and ctkWorkflowWidgetStep classes 14 anni fa
target_libraries.cmake cb2160420c Change ctkMacroGetTargetLibraries into ctkFunctionGetTargetLibraries 14 anni fa