qskinny/src/controls
Uwe Rathmann e8351e4496 adjustments for Qt 6.0.0 beta5 2020-11-21 20:36:47 +01:00
..
QskAbstractButton.cpp static assertion added 2019-04-02 17:50:08 +02:00
QskAbstractButton.h QskGlobal include cleanup 2018-08-03 08:30:23 +02:00
QskAnimationHint.h processing of all type of size constraints ( minimum/preferred/maximum ) 2019-09-10 17:01:47 +02:00
QskAnimator.cpp beautified 2020-08-09 11:50:34 +02:00
QskAnimator.h autoRepeat added 2020-08-09 10:43:52 +02:00
QskBoundedControl.cpp QskSlider::tracking fixed 2020-09-23 12:32:08 +02:00
QskBoundedControl.h QskSlider::tracking fixed 2020-09-23 12:32:08 +02:00
QskBoundedInput.cpp wheel increment by stepsize 2020-09-21 15:03:12 +02:00
QskBoundedInput.h QskBoundedControl added 2020-07-31 07:41:25 +02:00
QskBoundedRangeInput.cpp beautified 2020-08-09 11:50:34 +02:00
QskBoundedRangeInput.h beautified 2020-08-09 11:50:34 +02:00
QskBoundedValueInput.cpp QskBoundedControl added 2020-07-31 07:41:25 +02:00
QskBoundedValueInput.h beautified 2020-08-09 11:50:34 +02:00
QskBox.cpp using QskMargins instead of QMargins in Q_PROPRTY definitions to get Qt6 2020-10-28 19:35:51 +01:00
QskBox.h using QskMargins instead of QMargins in Q_PROPRTY definitions to get Qt6 2020-10-28 19:35:51 +01:00
QskBoxSkinlet.cpp making the panel optional 2019-05-10 07:44:13 +02:00
QskBoxSkinlet.h making layout calculations of the skinlets independent from the current 2019-04-25 14:23:39 +02:00
QskControl.cpp using QskMargins instead of QMargins in Q_PROPRTY definitions to get Qt6 2020-10-28 19:35:51 +01:00
QskControl.h using QskMargins instead of QMargins in Q_PROPRTY definitions to get Qt6 2020-10-28 19:35:51 +01:00
QskControlPrivate.cpp Qt6 incompatibility 2020-10-23 14:08:27 +02:00
QskControlPrivate.h processing of all type of size constraints ( minimum/preferred/maximum ) 2019-09-10 17:01:47 +02:00
QskDirtyItemFilter.cpp using auto 2019-07-12 15:17:02 +02:00
QskDirtyItemFilter.h don't export QskDirtyItemFilter 2019-06-22 16:14:56 +02:00
QskEvent.cpp version check fixed 2020-10-28 08:28:13 +01:00
QskEvent.h avoid Qt5/6 incompatbilities 2020-10-25 17:35:50 +01:00
QskFlickAnimator.cpp making cppcheck happier 2019-05-16 08:14:32 +02:00
QskFlickAnimator.h QskGlobal include cleanup 2018-08-03 08:30:23 +02:00
QskFocusIndicator.cpp avoid deprecated APIs 2020-10-23 12:49:10 +02:00
QskFocusIndicator.h no QVector forward declaration - can't be done with Qt6, but as we have 2020-10-25 14:57:41 +01:00
QskFocusIndicatorSkinlet.cpp making layout calculations of the skinlets independent from the current 2019-04-25 14:23:39 +02:00
QskFocusIndicatorSkinlet.h making layout calculations of the skinlets independent from the current 2019-04-25 14:23:39 +02:00
QskGesture.cpp playing with clang-format 2018-08-03 08:15:28 +02:00
QskGesture.h missing QSK_EXPORT declarations added 2019-05-09 19:11:25 +02:00
QskGestureRecognizer.cpp adjustments for Qt 6.0.0 beta5 2020-11-21 20:36:47 +01:00
QskGestureRecognizer.h playing with clang-format 2018-08-03 08:15:28 +02:00
QskGraphicLabel.cpp block implicitSize updates, when not being necessary 2019-10-29 10:56:26 +01:00
QskGraphicLabel.h using updateResources for loading the image 2019-09-18 08:41:53 +02:00
QskGraphicLabelSkinlet.cpp working towards Qt6 2020-11-01 15:44:15 +01:00
QskGraphicLabelSkinlet.h making layout calculations of the skinlets independent from the current 2019-04-25 14:23:39 +02:00
QskHintAnimator.cpp using postEvent instead of sendEvent 2020-03-13 18:11:31 +01:00
QskHintAnimator.h QskAnimationHint::UpdateFlag introduced 2019-06-22 16:26:10 +02:00
QskInputGrabber.cpp avoid Qt5/6 incompatbilities 2020-10-25 17:35:50 +01:00
QskInputGrabber.h QskGlobal include cleanup 2018-08-03 08:30:23 +02:00
QskListView.cpp processing of all type of size constraints ( minimum/preferred/maximum ) 2019-09-10 17:01:47 +02:00
QskListView.h processing of all type of size constraints ( minimum/preferred/maximum ) 2019-09-10 17:01:47 +02:00
QskListViewSkinlet.cpp adjustments for Qt 6.0.0 beta5 2020-11-21 20:36:47 +01:00
QskListViewSkinlet.h QskGlobal include cleanup 2018-08-03 08:30:23 +02:00
QskObjectTree.cpp as the root item is no child of the window we have to handle it 2019-01-21 15:23:25 +01:00
QskObjectTree.h as the root item is no child of the window we have to handle it 2019-01-21 15:23:25 +01:00
QskPageIndicator.cpp processing of all type of size constraints ( minimum/preferred/maximum ) 2019-09-10 17:01:47 +02:00
QskPageIndicator.h processing of all type of size constraints ( minimum/preferred/maximum ) 2019-09-10 17:01:47 +02:00
QskPageIndicatorSkinlet.cpp QskSkinlet::removeTraillingNodes added 2020-07-23 09:29:45 +02:00
QskPageIndicatorSkinlet.h making layout calculations of the skinlets independent from the current 2019-04-25 14:23:39 +02:00
QskPanGestureRecognizer.cpp Qt 6 incompatibilities fixed 2020-10-25 16:09:49 +01:00
QskPanGestureRecognizer.h QskGlobal include cleanup 2018-08-03 08:30:23 +02:00
QskPopup.cpp avoid Qt5/6 incompatibilities 2020-10-25 18:04:55 +01:00
QskPopup.h working on fade/slide in/out effects for popups 2018-10-10 08:55:03 +02:00
QskPopupSkinlet.cpp making layout calculations of the skinlets independent from the current 2019-04-25 14:23:39 +02:00
QskPopupSkinlet.h making layout calculations of the skinlets independent from the current 2019-04-25 14:23:39 +02:00
QskProgressBar.cpp beautified 2020-08-09 11:50:34 +02:00
QskProgressBar.h beautified 2020-08-09 11:50:34 +02:00
QskProgressBarSkinlet.cpp beautified 2020-08-09 11:50:34 +02:00
QskProgressBarSkinlet.h QskProgressBar improved 2020-08-03 08:02:13 +02:00
QskPushButton.cpp processing of all type of size constraints ( minimum/preferred/maximum ) 2019-09-10 17:01:47 +02:00
QskPushButton.h font property added 2020-07-15 16:17:50 +02:00
QskPushButtonSkinlet.cpp using subControlRect 2019-11-27 17:38:34 +01:00
QskPushButtonSkinlet.h making layout calculations of the skinlets independent from the current 2019-04-25 14:23:39 +02:00
QskQuick.cpp avoid dprecated APIs 2020-10-23 12:48:34 +02:00
QskQuick.h qskItemSize added for Qt < 5.10 2020-01-17 13:58:15 +01:00
QskQuickItem.cpp Qt6 incompatibilities fixed 2020-10-26 17:59:19 +01:00
QskQuickItem.h Qt6 incompatibilities fixed 2020-10-26 17:59:19 +01:00
QskQuickItemPrivate.cpp Qt6 incompatibilities fixed 2020-10-26 17:59:19 +01:00
QskQuickItemPrivate.h blocking of LayoutRequest events to QskControlPrivate 2019-09-04 08:08:13 +02:00
QskScrollArea.cpp avoid Qt 5/6 incompatibilities 2020-10-25 17:53:22 +01:00
QskScrollArea.h QskControl::focusIndicatorClipRect added 2020-03-16 13:17:51 +01:00
QskScrollBox.cpp flickable tabbars 2020-03-13 07:39:31 +01:00
QskScrollBox.h beautified 2020-08-09 11:50:34 +02:00
QskScrollView.cpp avoid Qt5/6 incompatbilities 2020-10-25 17:35:50 +01:00
QskScrollView.h QskScrollBox added 2020-03-10 16:09:35 +01:00
QskScrollViewSkinlet.cpp avoid invalid rects 2020-07-03 13:50:12 +02:00
QskScrollViewSkinlet.h making layout calculations of the skinlets independent from the current 2019-04-25 14:23:39 +02:00
QskSeparator.cpp processing of all type of size constraints ( minimum/preferred/maximum ) 2019-09-10 17:01:47 +02:00
QskSeparator.h processing of all type of size constraints ( minimum/preferred/maximum ) 2019-09-10 17:01:47 +02:00
QskSeparatorSkinlet.cpp making layout calculations of the skinlets independent from the current 2019-04-25 14:23:39 +02:00
QskSeparatorSkinlet.h making layout calculations of the skinlets independent from the current 2019-04-25 14:23:39 +02:00
QskSetup.cpp splitting QskControl.cpp 2019-09-04 06:59:43 +02:00
QskSetup.h playing with clang-format 2018-08-03 08:15:28 +02:00
QskShortcutMap.cpp QskShortcutMap::invoke added 2020-11-09 14:17:54 +01:00
QskShortcutMap.h QskShortcutMap::invoke added 2020-11-09 14:17:54 +01:00
QskSimpleListBox.cpp avoid using deprecated calls 2020-03-13 13:32:22 +01:00
QskSimpleListBox.h QskGlobal include cleanup 2018-08-03 08:30:23 +02:00
QskSkin.cpp QskValueBar -> QskProgressBar 2020-08-01 17:51:45 +02:00
QskSkin.h QskSkin::stateMask added to block handling of states not being supported 2020-03-19 14:10:50 +01:00
QskSkinFactory.cpp playing with clang-format 2018-08-03 08:15:28 +02:00
QskSkinFactory.h no QStringList forward declarations possible with Qt6 - so we have to 2020-10-23 13:45:09 +02:00
QskSkinHintTable.cpp takeHint added, removeHint with return code 2019-05-16 08:14:53 +02:00
QskSkinHintTable.h support for QskIntervalF added 2020-08-09 10:45:48 +02:00
QskSkinManager.cpp avoid Qt 5.15 deprecation warnings 2020-04-13 16:11:04 +02:00
QskSkinManager.h no QStringList forward declarations possible with Qt6 - so we have to 2020-10-23 13:45:09 +02:00
QskSkinTransition.cpp no animtors for invisible windows 2019-07-19 12:18:16 +02:00
QskSkinTransition.h QskSkinTransition fixed for multiple windows 2019-02-03 12:48:43 +01:00
QskSkinlet.cpp working towards Qt6 2020-11-01 15:44:15 +01:00
QskSkinlet.h beautified 2020-11-19 11:48:25 +01:00
QskSkinnable.cpp Qt6 incompatibility fixed 2020-10-23 14:00:27 +02:00
QskSkinnable.h debug operator added 2020-09-28 09:04:25 +02:00
QskSlider.cpp using QskEvent methods 2020-11-09 14:18:20 +01:00
QskSlider.h handlePosition property added 2020-09-23 12:43:46 +02:00
QskSliderSkinlet.cpp making layout calculations of the skinlets independent from the current 2019-04-25 14:23:39 +02:00
QskSliderSkinlet.h making layout calculations of the skinlets independent from the current 2019-04-25 14:23:39 +02:00
QskStatusIndicator.cpp processing of all type of size constraints ( minimum/preferred/maximum ) 2019-09-10 17:01:47 +02:00
QskStatusIndicator.h processing of all type of size constraints ( minimum/preferred/maximum ) 2019-09-10 17:01:47 +02:00
QskStatusIndicatorSkinlet.cpp making layout calculations of the skinlets independent from the current 2019-04-25 14:23:39 +02:00
QskStatusIndicatorSkinlet.h making layout calculations of the skinlets independent from the current 2019-04-25 14:23:39 +02:00
QskSubWindow.cpp processing of all type of size constraints ( minimum/preferred/maximum ) 2019-09-10 17:01:47 +02:00
QskSubWindow.h processing of all type of size constraints ( minimum/preferred/maximum ) 2019-09-10 17:01:47 +02:00
QskSubWindowArea.cpp Qt6 incompatibilities fixed 2020-10-25 15:56:22 +01:00
QskSubWindowArea.h QskGlobal include cleanup 2018-08-03 08:30:23 +02:00
QskSubWindowAreaSkinlet.cpp making layout calculations of the skinlets independent from the current 2019-04-25 14:23:39 +02:00
QskSubWindowAreaSkinlet.h making layout calculations of the skinlets independent from the current 2019-04-25 14:23:39 +02:00
QskSubWindowSkinlet.cpp making layout calculations of the skinlets independent from the current 2019-04-25 14:23:39 +02:00
QskSubWindowSkinlet.h making layout calculations of the skinlets independent from the current 2019-04-25 14:23:39 +02:00
QskTabBar.cpp overflows when clipping fixed 2020-11-19 16:23:43 +01:00
QskTabBar.h QskTabBar::autoFitTabs added 2020-03-13 14:50:09 +01:00
QskTabButton.cpp QskTabBar::autoFitTabs added 2020-03-13 14:50:09 +01:00
QskTabButton.h processing of all type of size constraints ( minimum/preferred/maximum ) 2019-09-10 17:01:47 +02:00
QskTabButtonSkinlet.cpp making layout calculations of the skinlets independent from the current 2019-04-25 14:23:39 +02:00
QskTabButtonSkinlet.h making layout calculations of the skinlets independent from the current 2019-04-25 14:23:39 +02:00
QskTabView.cpp child ordering changed 2020-11-19 16:23:19 +01:00
QskTabView.h effectivePlacement added 2020-08-10 14:24:42 +02:00
QskTabViewSkinlet.cpp using sizeConstraint instead of sizeHint 2019-09-18 09:12:39 +02:00
QskTabViewSkinlet.h making layout calculations of the skinlets independent from the current 2019-04-25 14:23:39 +02:00
QskTextInput.cpp indentations 2020-11-13 15:24:20 +01:00
QskTextInput.h font property added 2020-07-15 16:17:50 +02:00
QskTextInputSkinlet.cpp making layout calculations of the skinlets independent from the current 2019-04-25 14:23:39 +02:00
QskTextInputSkinlet.h making layout calculations of the skinlets independent from the current 2019-04-25 14:23:39 +02:00
QskTextLabel.cpp optional QskTextLabel::Panel added 2019-12-15 13:57:19 +01:00
QskTextLabel.h font property added 2020-07-15 16:17:50 +02:00
QskTextLabelSkinlet.cpp optional QskTextLabel::Panel added 2019-12-15 13:57:19 +01:00
QskTextLabelSkinlet.h optional QskTextLabel::Panel added 2019-12-15 13:57:19 +01:00
QskVariantAnimator.cpp QskIntervalF::interpolate added 2020-08-09 11:06:48 +02:00
QskVariantAnimator.h QskGlobal include cleanup 2018-08-03 08:30:23 +02:00
QskWindow.cpp disabled lines for DebugContext added 2020-11-01 08:48:19 +01:00
QskWindow.h beautified 2020-08-09 11:50:34 +02:00
controls.pro initial commit 2017-07-21 18:21:34 +02:00