qskinny/src/controls
Uwe Rathmann 74a09c8f7e using const method 2022-03-24 08:42:54 +01:00
..
QskAbstractButton.cpp useless call removed 2022-01-05 12:05:44 +01:00
QskAbstractButton.h forgotten signal removed 2021-08-04 11:32:33 +02:00
QskAnimationHint.cpp QskAnimationHint improved 2021-12-29 15:27:53 +01:00
QskAnimationHint.h QskAnimationHint improved 2021-12-29 15:27:53 +01: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 qskIsStandardKeyInput added 2022-03-11 14:24:10 +01: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 upport for Qt < Qt 5.12 dropped 2022-03-08 11:53:46 +01: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 uncrustified 2022-03-23 11:54:34 +01:00
QskEvent.h qskIsStandardKeyInput added 2022-03-11 14:24:10 +01:00
QskFlickAnimator.cpp making cppcheck happier 2019-05-16 08:14:32 +02:00
QskFlickAnimator.h include guards formalized 2022-03-20 13:11:34 +01:00
QskFocusIndicator.cpp upport for Qt < Qt 5.12 dropped 2022-03-08 11:53:46 +01:00
QskFocusIndicator.h updateFocusFrame is protected now 2022-03-08 11:16:14 +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 disable copying 2022-03-24 08:08:40 +01:00
QskGestureRecognizer.cpp workaround for emit usages in qt headers 2022-03-20 13:14:06 +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 upport for Qt < Qt 5.12 dropped 2022-03-08 11:53:46 +01:00
QskInputGrabber.h include guards formalized 2022-03-20 13:11:34 +01:00
QskListView.cpp obsolete code for earlier versions removed 2022-03-20 14:22:11 +01:00
QskListView.h wheel scrolling improved 2022-01-12 13:29:42 +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 Q_EMIT added 2022-03-24 08:10:04 +01:00
QskMenu.h menu separators added 2022-01-06 18:36:15 +01:00
QskMenuSkinlet.cpp uncrustified 2022-03-23 11:54:34 +01:00
QskMenuSkinlet.h QskMenu::Cursor animation added 2021-12-29 16:23:19 +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 include guards formalized 2022-03-20 13:11:34 +01:00
QskPageIndicator.cpp uncrustified 2022-03-23 11:54:34 +01:00
QskPageIndicator.h forgotten declarations removed 2022-01-07 13:55:30 +01:00
QskPageIndicatorSkinlet.cpp unused code removed 2022-03-24 07:59:02 +01:00
QskPageIndicatorSkinlet.h QskPageIndicator improved 2022-01-04 13:58:34 +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 uncrustified 2022-03-23 11:54:34 +01:00
QskPopup.h changes reverted 2022-01-07 15:09:05 +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 using positionHint methods 2021-12-29 17:05:29 +01:00
QskProgressBar.h sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
QskProgressBarSkinlet.cpp using positionHint methods 2021-12-29 17:05:29 +01: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 using qAsConst 2022-03-24 08:41:11 +01:00
QskQuick.h include guards formalized 2022-03-20 13:11:34 +01:00
QskQuickItem.cpp workaround for emit usages in qt headers 2022-03-20 13:14:06 +01:00
QskQuickItem.h upport for Qt < Qt 5.12 dropped 2022-03-08 11:53:46 +01:00
QskQuickItemPrivate.cpp Qt 6.3 ( beta1 ) incompatibilities fixed 2022-02-06 14:32:26 +01:00
QskQuickItemPrivate.h Qt 6.3 ( beta1 ) incompatibilities fixed 2022-02-06 14:32:26 +01:00
QskScrollArea.cpp upport for Qt < Qt 5.12 dropped 2022-03-08 11:53:46 +01:00
QskScrollArea.h wheel scrolling improved 2022-01-17 09:46:27 +01:00
QskScrollBox.cpp wheel scrolling improved 2022-01-12 13:29:42 +01:00
QskScrollBox.h QskScrollBox::scrollOffset reintroduced 2022-01-07 15:34:13 +01:00
QskScrollView.cpp wheel scrolling improved 2022-01-12 13:29:42 +01:00
QskScrollView.h QskScrollBox::scrollOffset reintroduced 2022-01-07 15:34:13 +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 upport for Qt < Qt 5.12 dropped 2022-03-08 11:53:46 +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 platform depending code moved to QskSkin 2022-03-08 15:59:35 +01:00
QskSkin.h platform depending code moved to QskSkin 2022-03-08 15:59:35 +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 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 return code for all remove operations 2022-03-24 08:01:52 +01:00
QskSkinHintTableEditor.h return code for all remove operations 2022-03-24 08:01:52 +01:00
QskSkinManager.cpp upport for Qt < Qt 5.12 dropped 2022-03-08 11:53:46 +01: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 disable copying 2022-03-24 08:08:40 +01:00
QskSkinlet.cpp using qAsConst 2022-03-24 08:41:11 +01:00
QskSkinlet.h QskBoxHints introduced 2022-01-04 13:44:53 +01:00
QskSkinnable.cpp uncrustified 2022-03-23 11:54:34 +01:00
QskSkinnable.h QskBoxHints introduced 2022-01-04 13:44:53 +01:00
QskSlider.cpp using positionHint methods 2021-12-29 17:05:29 +01:00
QskSlider.h mouse handling modified 2022-01-04 15:54:16 +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 source as string 2022-02-08 08:59:34 +01:00
QskStatusIndicator.h source as string 2022-02-08 08:59:34 +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 include guards formalized 2022-03-20 13:11:34 +01:00
QskSubWindowArea.cpp some functions copied from QskFunctions to QskPlatform 2021-12-26 12:57:02 +01:00
QskSubWindowArea.h include guards formalized 2022-03-20 13:11:34 +01: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 using positionHint methods 2021-12-29 17:05:29 +01:00
QskSwitchButtonSkinlet.h Add ripple to SwitchButton (#123) 2021-08-27 09:09:10 +02:00
QskTabBar.cpp using const method 2022-03-24 08:42:54 +01: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 using reference parameter 2022-03-24 08:10:29 +01:00
QskTextInput.h using reference parameter 2022-03-24 08:10:29 +01: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 workaround for emit usages in qt headers 2022-03-20 13:14:06 +01:00
QskVariantAnimator.h QskGlobal include cleanup 2018-08-03 08:30:23 +02:00
QskWindow.cpp beautified 2022-03-24 08:10:57 +01:00
QskWindow.h include guards formalized 2022-03-20 13:11:34 +01:00