qskinny/src/controls
Uwe Rathmann 1b4be3bc23 layout code in QskSwitchButtonSkinlet improved - still some way to go
until the switch is perfectly themable and looks like in the material
specs
2021-08-03 15:02:33 +02:00
..
QskAbstractButton.cpp overlapping states fixed ( where possible ) 2020-12-26 14:34:26 +01: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 missing update added 2021-04-21 07:50:13 +02:00
QskBoundedControl.h QskSlider::tracking fixed 2020-09-23 12:32:08 +02:00
QskBoundedInput.cpp snap mode improved for unaligned boundaries 2021-04-19 09:29:22 +02:00
QskBoundedInput.h sending a QEvent::ReadOnlyChange 2021-02-09 12:25:41 +01: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 subControlContentsRect added 2020-12-29 12:57:03 +01:00
QskBox.h sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskBoxSkinlet.cpp beautified 2021-02-01 10:24:40 +01:00
QskBoxSkinlet.h sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskControl.cpp subControlContentsRect added 2020-12-29 12:57:03 +01:00
QskControl.h typos fixed 2021-04-23 17:31:55 +02:00
QskControlPrivate.cpp always setting QQuickItemPrivate::Transform when cleaning unnecessary nodes to 2021-02-24 13:31:03 +01:00
QskControlPrivate.h always setting QQuickItemPrivate::Transform when cleaning unnecessary nodes to 2021-02-24 13:31:03 +01:00
QskDirtyItemFilter.cpp filtering can be done for QskQuickItem ( not only QskControl ) 2021-02-24 13:29:48 +01:00
QskDirtyItemFilter.h don't export QskDirtyItemFilter 2019-06-22 16:14:56 +02:00
QskEvent.cpp making QskAspect a class 2020-12-21 16:06:58 +01:00
QskEvent.h making QskAspect a class 2020-12-21 16:06:58 +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 more convenience methods to access skin hints 2020-12-15 07:21:12 +01: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 workarounds for mouse grabbing 2021-03-08 12:56:13 +01:00
QskGestureRecognizer.h playing with clang-format 2018-08-03 08:15:28 +02:00
QskGraphicLabel.cpp sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskGraphicLabel.h sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskGraphicLabelSkinlet.cpp sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskGraphicLabelSkinlet.h sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskHintAnimator.cpp pointless nullptr checks removed 2021-01-12 16:25:33 +01:00
QskHintAnimator.h beautified 2021-02-01 10:24:40 +01: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 sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskListView.h sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskListViewSkinlet.cpp sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskListViewSkinlet.h sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01: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 sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskPageIndicator.h sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskPageIndicatorSkinlet.cpp subControlContentsRect added 2020-12-29 12:57:03 +01:00
QskPageIndicatorSkinlet.h sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskPanGestureRecognizer.cpp QEvent::clone finished 2020-12-09 15:58:27 +01:00
QskPanGestureRecognizer.h QskGlobal include cleanup 2018-08-03 08:30:23 +02:00
QskPopup.cpp version check fixed 2021-04-26 11:44:25 +02:00
QskPopup.h resetOverlay added 2020-12-29 12:58:57 +01: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 sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskProgressBar.h sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskProgressBarSkinlet.cpp making clang happy 2021-07-14 14:43:12 +02:00
QskProgressBarSkinlet.h sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskPushButton.cpp subControlContentsRect added 2020-12-29 12:57:03 +01:00
QskPushButton.h hovered signal removed 2020-12-29 09:46:48 +01:00
QskPushButtonSkinlet.cpp subControlContentsRect added 2020-12-29 12:57:03 +01:00
QskPushButtonSkinlet.h sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskQuick.cpp version check fixed 2021-04-26 11:44:25 +02:00
QskQuick.h workarounds for mouse grabbing 2021-03-08 12:56:13 +01:00
QskQuickItem.cpp crash with Qt 6.1 fixed 2021-04-26 15:11:19 +02:00
QskQuickItem.h Qt6 incompatibilities fixed 2021-03-02 17:09:38 +01:00
QskQuickItemPrivate.cpp always setting QQuickItemPrivate::Transform when cleaning unnecessary nodes to 2021-02-24 13:31:03 +01:00
QskQuickItemPrivate.h always setting QQuickItemPrivate::Transform when cleaning unnecessary nodes to 2021-02-24 13:31:03 +01:00
QskScrollArea.cpp itemFocusClip added 2021-07-14 13:31:05 +02:00
QskScrollArea.h itemFocusClip added 2021-07-14 13:31:05 +02:00
QskScrollBox.cpp version check fixed 2021-04-26 11:44:25 +02:00
QskScrollBox.h beautified 2020-08-09 11:50:34 +02:00
QskScrollView.cpp using QT_VERSION_CHECK 2021-04-21 08:23:31 +02:00
QskScrollView.h QskScrollBox added 2020-03-10 16:09:35 +01:00
QskScrollViewSkinlet.cpp making QskAspect a class 2020-12-21 16:06:58 +01:00
QskScrollViewSkinlet.h making layout calculations of the skinlets independent from the current 2019-04-25 14:23:39 +02:00
QskSeparator.cpp sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskSeparator.h sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskSeparatorSkinlet.cpp sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskSeparatorSkinlet.h sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskSetup.cpp making clang happy 2021-07-14 14:43:12 +02:00
QskSetup.h renamed to QskQuickItem::UpdateFlags 2021-02-09 08:13:20 +01:00
QskShortcutMap.cpp QskShortcutMap::setEnabled added 2020-12-15 17:02:20 +01:00
QskShortcutMap.h QskShortcutMap::setEnabled added 2020-12-15 17:02:20 +01:00
QskSimpleListBox.cpp more convenience methods to access skin hints 2020-12-15 07:21:12 +01:00
QskSimpleListBox.h QskGlobal include cleanup 2018-08-03 08:30:23 +02:00
QskSkin.cpp Add SwitchButton (#121) 2021-08-02 13:22:37 +02:00
QskSkin.h beautified 2021-01-07 13:42:42 +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 QskSkinHintTable::setHint indicating changes as return value 2020-12-27 12:06:12 +01:00
QskSkinHintTable.h QskSkinHintTable::setHint indicating changes as return value 2020-12-27 12:06:12 +01:00
QskSkinHintTableEditor.cpp setBoxBorderColors variation added 2021-02-01 10:23:47 +01:00
QskSkinHintTableEditor.h setBoxBorderColors variation added 2021-02-01 10:23:47 +01: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 using QskAspect::setState 2020-12-23 09:48:55 +01:00
QskSkinTransition.h making QskAspect a class 2020-12-21 16:06:58 +01:00
QskSkinlet.cpp typos fixed 2021-04-23 17:31:55 +02:00
QskSkinlet.h sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskSkinnable.cpp Flag/Color/Metric-Primitive united to Primitive - the initial concept 2021-04-27 10:11:10 +02:00
QskSkinnable.h replaceSkinState added 2021-04-21 09:29:52 +02:00
QskSlider.cpp missing const added 2021-02-01 10:23:24 +01:00
QskSlider.h useless forward declarations removed 2021-01-12 18:43:57 +01:00
QskSliderSkinlet.cpp subControlContentsRect added 2020-12-29 12:57:03 +01:00
QskSliderSkinlet.h sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskStatusIndicator.cpp graphicRole property added 2021-01-07 13:49:57 +01:00
QskStatusIndicator.h graphicRole property added 2021-01-07 13:49:57 +01:00
QskStatusIndicatorSkinlet.cpp sizeHint calculations moved to skinlet 2020-12-29 10:11:31 +01:00
QskStatusIndicatorSkinlet.h sizeHint calculations moved to skinlet 2020-12-29 10:11:31 +01:00
QskSubWindow.cpp QskAspect::Primitive cleanup 2021-04-28 09:32:49 +02:00
QskSubWindow.h QskAspect::Primitive cleanup 2021-04-28 09:32:49 +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 QskAspect::Primitive cleanup 2021-04-28 09:32:49 +02:00
QskSubWindowSkinlet.h making layout calculations of the skinlets independent from the current 2019-04-25 14:23:39 +02:00
QskSwitchButton.cpp switch button adjustments 2021-08-02 19:17:04 +02:00
QskSwitchButton.h switch button adjustments 2021-08-02 19:17:04 +02:00
QskSwitchButtonSkinlet.cpp layout code in QskSwitchButtonSkinlet improved - still some way to go 2021-08-03 15:02:33 +02:00
QskSwitchButtonSkinlet.h layout code in QskSwitchButtonSkinlet improved - still some way to go 2021-08-03 15:02:33 +02:00
QskTabBar.cpp buttonClicked signal added 2021-02-19 12:31:00 +01:00
QskTabBar.h buttonClicked signal added 2021-02-19 12:31:00 +01:00
QskTabButton.cpp subControlContentsRect added 2020-12-29 12:57:03 +01:00
QskTabButton.h sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskTabButtonSkinlet.cpp subControlContentsRect added 2020-12-29 12:57:03 +01:00
QskTabButtonSkinlet.h sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskTabView.cpp position renamed to tabPosition to avoid shadowing the 2021-02-02 10:13:39 +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 restoring the focus only makes sense, when editing is terminated from 2021-04-26 16:29:17 +02:00
QskTextInput.h pointlesskeyword removed 2021-04-21 09:28:57 +02:00
QskTextInputSkinlet.cpp panel property added 2021-04-21 09:18:50 +02:00
QskTextInputSkinlet.h making layout calculations of the skinlets independent from the current 2019-04-25 14:23:39 +02:00
QskTextLabel.cpp sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskTextLabel.h sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskTextLabelSkinlet.cpp subControlContentsRect added 2020-12-29 12:57:03 +01:00
QskTextLabelSkinlet.h sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +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 code fixed for later Qt versions 2021-04-21 08:24:17 +02:00
QskWindow.h beautified 2020-08-09 11:50:34 +02:00
controls.pro initial commit 2017-07-21 18:21:34 +02:00