qskinny/src/controls
Uwe Rathmann 9fff09144a QskMenuSkinlet improved 2021-12-28 15:33:13 +01:00
..
QskAbstractButton.cpp QskSkinnable::hasSkinState added 2021-08-30 15:30:41 +02:00
QskAbstractButton.h forgotten signal removed 2021-08-04 11:32:33 +02:00
QskAnimationHint.h processing of all type of size constraints ( minimum/preferred/maximum ) 2019-09-10 17:01:47 +02:00
QskAnimator.cpp hiding internal class in an anonymous namespace 2021-12-09 17:32:22 +01:00
QskAnimator.h autoRepeat added 2020-08-09 10:43:52 +02:00
QskBoundedControl.cpp checking against divison by 0 2021-10-14 17:08:54 +02:00
QskBoundedControl.h QskSlider::tracking fixed 2020-09-23 12:32:08 +02:00
QskBoundedInput.cpp QskSkinnable::hasSkinState added 2021-08-30 15:30:41 +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 yet another QskControl::setMargins overload 2021-08-05 11:06:14 +02:00
QskControl.h yet another QskControl::setMargins overload 2021-08-05 11:06:14 +02:00
QskControlPrivate.cpp QskLayoutHint renamed to QskLayoutMetrics 2021-12-15 08:45:29 +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 uncrustified 2021-08-04 09:31:16 +02: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 QskGraphicLabel::panel property added 2021-08-26 15:17:41 +02:00
QskGraphicLabel.h QskGraphicLabel::panel property added 2021-08-26 15:17:41 +02:00
QskGraphicLabelSkinlet.cpp beautified 2021-12-23 19:05:59 +01:00
QskGraphicLabelSkinlet.h QskGraphicLabel::panel property added 2021-08-26 15:17:41 +02:00
QskHintAnimator.cpp defensive checks added 2021-10-12 17:57:07 +02: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 trailing semicolons removed 2021-12-27 10:21:03 +01:00
QskListView.h QskListView::Selected state introduced 2021-12-22 15:08:27 +01:00
QskListViewSkinlet.cpp QskSkinlet improved for subControls with multible instances 2021-12-28 10:08:21 +01:00
QskListViewSkinlet.h using QskSkinStateChanger 2021-12-23 18:15:54 +01:00
QskMenu.cpp QskSkinlet improved for subControls with multible instances 2021-12-28 10:08:21 +01:00
QskMenu.h using QVariant 2021-12-27 09:50:14 +01:00
QskMenuSkinlet.cpp QskMenuSkinlet improved 2021-12-28 15:33:13 +01:00
QskMenuSkinlet.h QskMenuSkinlet improved 2021-12-28 15:33:13 +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 pointless forward declaraton removed 2021-09-15 14:06:12 +02:00
QskPageIndicatorSkinlet.cpp page indicator: Support different width / height for both horizontal and vertical orientations (#138) 2021-10-26 08:32:54 +02: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 some functions copied from QskFunctions to QskPlatform 2021-12-26 12:57:02 +01:00
QskPopup.h minor improvements 2021-12-22 10:55:48 +01:00
QskPopupSkinlet.cpp QskPopup improvements 2021-12-23 18:19:52 +01:00
QskPopupSkinlet.h QskPopup improvements 2021-12-23 18:19:52 +01: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 QskCorner removed - using QskBoxShapeMetrics instead 2021-09-15 17:54:44 +02:00
QskPushButton.h beautified 2021-12-23 19:05:59 +01:00
QskPushButtonSkinlet.cpp QskSkinnable::effectiveFontHeight added 2021-12-24 16:17:49 +01:00
QskPushButtonSkinlet.h sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskQuick.cpp uncrustified 2021-08-04 09:31:16 +02:00
QskQuick.h workarounds for mouse grabbing 2021-03-08 12:56:13 +01:00
QskQuickItem.cpp trailing semicolons removed 2021-12-27 10:21:03 +01:00
QskQuickItem.h more geometry convenence setter 2021-08-04 18:48:26 +02:00
QskQuickItemPrivate.cpp Qt 6.2 adjustments 2021-09-21 08:51:01 +02:00
QskQuickItemPrivate.h always setting QQuickItemPrivate::Transform when cleaning unnecessary nodes to 2021-02-24 13:31:03 +01:00
QskScrollArea.cpp layout issue fixed, update of the clipNode fixed 2021-11-26 14:12:42 +01:00
QskScrollArea.h QskScrollArea::layoutSizeHint added 2021-10-01 13:42:56 +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 minor improvements 2021-12-22 15:07:51 +01:00
QskScrollViewSkinlet.h minor improvements 2021-12-22 15:07:51 +01: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 layout code improved 2021-12-24 16:18:46 +01:00
QskSimpleListBox.h QskGlobal include cleanup 2018-08-03 08:30:23 +02:00
QskSkin.cpp QskMenu added ( work in progress ) 2021-12-23 18:36:32 +01:00
QskSkin.h QskAspect::States introduced to be more accurate about state vs. states 2021-09-14 13:05:56 +02: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 beautified 2021-12-23 19:05:59 +01:00
QskSkinHintTable.h QskSkinHintTable::setHint indicating changes as return value 2020-12-27 12:06:12 +01:00
QskSkinHintTableEditor.cpp beautified 2021-12-23 19:05:59 +01:00
QskSkinHintTableEditor.h QskArcMetrics adjustments 2021-10-20 09:27:05 +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
QskSkinStateChanger.h QskSkinlet improved for subControls with multible instances 2021-12-28 10:08:21 +01:00
QskSkinTransition.cpp QskSkinTransition fixed 2021-09-21 16:06:12 +02:00
QskSkinTransition.h making QskAspect a class 2020-12-21 16:06:58 +01:00
QskSkinlet.cpp QskMenuSkinlet improved 2021-12-28 15:33:13 +01:00
QskSkinlet.h QskMenuSkinlet improved 2021-12-28 15:33:13 +01:00
QskSkinnable.cpp QskSkinnable::effectiveFontHeight added 2021-12-24 16:17:49 +01:00
QskSkinnable.h QskSkinnable::effectiveFontHeight added 2021-12-24 16:17:49 +01:00
QskSlider.cpp QskAspect::States introduced to be more accurate about state vs. states 2021-09-14 13:05:56 +02: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 uncrustified 2021-08-04 09:31:16 +02:00
QskStatusIndicator.h beautified 2021-12-23 19:05:59 +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 some functions copied from QskFunctions to QskPlatform 2021-12-26 12:57:02 +01:00
QskSubWindow.h QskAspect::Primitive cleanup 2021-04-28 09:32:49 +02:00
QskSubWindowArea.cpp some functions copied from QskFunctions to QskPlatform 2021-12-26 12:57:02 +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 minor improvements 2021-12-22 10:55:48 +01:00
QskSubWindowSkinlet.h minor improvements 2021-12-22 10:55:48 +01:00
QskSwitchButton.cpp Add ripple to SwitchButton (#123) 2021-08-27 09:09:10 +02:00
QskSwitchButton.h Add ripple to SwitchButton (#123) 2021-08-27 09:09:10 +02:00
QskSwitchButtonSkinlet.cpp minor adjustments 2021-08-27 09:45:24 +02:00
QskSwitchButtonSkinlet.h Add ripple to SwitchButton (#123) 2021-08-27 09:09:10 +02:00
QskTabBar.cpp don't call effectiveSubcontrol from substitutedSubcontrol 2021-08-05 15:31:00 +02:00
QskTabBar.h Squashed commit of the following: 2021-08-04 15:06:04 +02:00
QskTabButton.cpp uncrustified 2021-08-04 09:31:16 +02:00
QskTabButton.h getting rid of the confusing QskAbstractButton::Checkable state 2021-08-04 08:24:36 +02: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 QskSkinnable::hasSkinState added 2021-08-30 15:30:41 +02:00
QskTextInput.h pointlesskeyword removed 2021-04-21 09:28:57 +02:00
QskTextInputSkinlet.cpp uncrustified 2021-08-04 09:31:16 +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 QskGraphicLabel::panel property added 2021-08-26 15:17:41 +02:00
QskTextLabelSkinlet.cpp QskGraphicLabel::panel property added 2021-08-26 15:17:41 +02:00
QskTextLabelSkinlet.h sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskVariantAnimator.cpp missing interpolators added 2021-12-09 17:38:37 +01:00
QskVariantAnimator.h QskGlobal include cleanup 2018-08-03 08:30:23 +02:00
QskWindow.cpp QskSkinTransition fixed 2021-09-21 16:06:12 +02:00
QskWindow.h QskSkinTransition fixed 2021-09-21 16:06:12 +02:00
controls.pro initial commit 2017-07-21 18:21:34 +02:00