qskinny/src/controls
Uwe Rathmann be53343375 do not align to scene coordinates for transformations beyond
translations
2022-08-03 09:39:15 +02:00
..
QskAbstractButton.cpp QskAbstractButton::Flat removed, using QskAspect::Header instead 2022-06-29 16:21:54 +02:00
QskAbstractButton.h QskAbstractButton::Flat removed, using QskAspect::Header instead 2022-06-29 16:21:54 +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
QskApplicationView.cpp Add top level application view 2022-07-15 07:55:13 +02:00
QskApplicationView.h Add top level application view 2022-07-15 07:55:13 +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 all node role enums should have RoleCount 2022-04-20 13:50:14 +02:00
QskCheckBox.cpp Starting with a simpler version of QskCheckBox ( no tristate ), but with 2022-07-01 11:10:59 +02:00
QskCheckBox.h Starting with a simpler version of QskCheckBox ( no tristate ), but with 2022-07-01 11:10:59 +02:00
QskCheckBoxSkinlet.cpp using QskSkin::symbol for the indicator 2022-07-01 12:40:52 +02:00
QskCheckBoxSkinlet.h Starting with a simpler version of QskCheckBox ( no tristate ), but with 2022-07-01 11:10:59 +02:00
QskControl.cpp QskAspect::Section introduced 2022-06-29 16:15:38 +02:00
QskControl.h QskAspect::Section introduced 2022-06-29 16:15:38 +02:00
QskControlPrivate.cpp QskAspect::Section introduced 2022-06-29 16:15:38 +02:00
QskControlPrivate.h QskAspect::Section introduced 2022-06-29 16:15:38 +02: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 dropping support for Qt < 5.15 2022-04-16 16:29:58 +02:00
QskEvent.h iconst keywords removed to avoid clang warnings about implicitely 2022-04-22 09:00:26 +02: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 QskPlacementPolicy introduced 2022-04-08 16:46:20 +02: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 all node role enums should have RoleCount 2022-04-20 13:50:14 +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 sourceSize members replaced by strutSizeHints to make icons sizes 2022-07-28 11:37:14 +02:00
QskGraphicLabel.h sourceSize members replaced by strutSizeHints to make icons sizes 2022-07-28 11:37:14 +02:00
QskGraphicLabelSkinlet.cpp includes fixed 2022-06-01 16:51:11 +02:00
QskGraphicLabelSkinlet.h all node role enums should have RoleCount 2022-04-20 13:50:14 +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 QskPlacementPolicy introduced 2022-04-08 16:46:20 +02:00
QskInputGrabber.h include guards formalized 2022-03-20 13:11:34 +01:00
QskListView.cpp bad return statements fixed 2022-03-24 17:10: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 all node role enums should have RoleCount 2022-04-20 13:50:14 +02:00
QskMenu.cpp formal adjustments 2022-04-20 14:20:41 +02:00
QskMenu.h suing QskMenu::Segement instead of Qskmenu::Cell to be in line with other 2022-04-20 13:58:53 +02:00
QskMenuSkinlet.cpp QskMenu: Respect graphic padding (#196) 2022-06-13 17:18:47 +02:00
QskMenuSkinlet.h formal adjustments 2022-04-20 14:20:41 +02:00
QskObjectTree.cpp reserving memory in advance 2022-03-24 17:33:01 +01:00
QskObjectTree.h Q_DISABLE_COPY added 2022-03-24 17:13:47 +01:00
QskPageIndicator.cpp bad return statements fixed 2022-03-24 17:10:11 +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 all node role enums should have RoleCount 2022-04-20 13:50:14 +02: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 QskPlacementPolicy introduced 2022-04-08 16:46:20 +02:00
QskPopup.h changes reverted 2022-01-07 15:09:05 +01:00
QskPopupSkinlet.cpp only clip at the top border 2022-06-17 09:24:58 +02: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 all node role enums should have RoleCount 2022-04-20 13:50:14 +02:00
QskPushButton.cpp sourceSize members replaced by strutSizeHints to make icons sizes 2022-07-28 11:37:14 +02:00
QskPushButton.h sourceSize members replaced by strutSizeHints to make icons sizes 2022-07-28 11:37:14 +02:00
QskPushButtonSkinlet.cpp sourceSize members replaced by strutSizeHints to make icons sizes 2022-07-28 11:37:14 +02:00
QskPushButtonSkinlet.h clipping the ripple into the button panel 2022-07-18 09:11:45 +02:00
QskQuick.cpp qskAlignedRect overloads 2022-07-28 16:51:20 +02:00
QskQuick.h QskPlacementPolicy introduced 2022-04-08 16:46:20 +02:00
QskQuickItem.cpp QskPlacementPolicy introduced 2022-04-08 16:46:20 +02:00
QskQuickItem.h QskPlacementPolicy introduced 2022-04-08 16:46:20 +02: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 qskItemSize() removed, QQuickItem::size() is available since Qt 5.10 2022-04-07 15:43:45 +02: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 scroll view: Allow styling via panel 2022-07-15 07:55:13 +02:00
QskScrollViewSkinlet.h scroll view: Allow styling via panel 2022-07-15 07:55:13 +02:00
QskSegmentedBar.cpp remove leftover change in segmented bar 2022-07-05 09:52:03 +02:00
QskSegmentedBar.h segmented bar: Add separator subcontrol 2022-06-27 13:31:17 +02:00
QskSegmentedBarSkinlet.cpp returning an empty rect for the separator behind the last segment 2022-06-27 13:44:44 +02:00
QskSegmentedBarSkinlet.h segmented bar: Add separator subcontrol 2022-06-27 13:31:17 +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 all node role enums should have RoleCount 2022-04-20 13:50:14 +02:00
QskSetup.cpp QskAspect::Section introduced 2022-06-29 16:15:38 +02:00
QskSetup.h QskAspect::Section introduced 2022-06-29 16:15:38 +02: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 QskSegmentedBar ( inspired by the IOS segmented control ) added 2022-04-20 14:14:37 +02:00
QskSkin.h tracking states of the aspects in a QskSkinHintTable 2022-03-28 21:28: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 QskAspect::Section introduced 2022-06-29 16:15:38 +02:00
QskSkinHintTable.h skin transition heavily changed 2022-03-31 18:09:03 +02:00
QskSkinHintTableEditor.cpp setter/getter for shadow hints 2022-06-13 13:10:45 +02:00
QskSkinHintTableEditor.h setter/getter for shadow hints 2022-06-13 13:10:45 +02:00
QskSkinManager.cpp keep upper case letters for skin names 2022-07-14 13:55:35 +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 sending a second StyleChange once the transition is done 2022-04-05 15:31:17 +02:00
QskSkinTransition.h QskSkinTransition pimpled 2022-03-24 11:17:03 +01:00
QskSkinlet.cpp do not align to scene coordinates for transformations beyond 2022-08-03 09:39:15 +02:00
QskSkinlet.h hide QskGraphicNode, QskTextNode in QskSkinlet, where possible. 2022-05-30 15:16:46 +02:00
QskSkinnable.cpp aspect resolving of animated values fixed ( placement/section bits ) 2022-07-17 15:59:53 +02:00
QskSkinnable.h QskAspect::Section introduced 2022-06-29 16:15:38 +02:00
QskSlider.cpp Slider: Add ripple and style it 2022-07-05 13:41:18 +02:00
QskSlider.h Slider: Add ripple and style it 2022-07-05 13:41:18 +02:00
QskSliderSkinlet.cpp Slider: Add ripple and style it 2022-07-05 13:41:18 +02:00
QskSliderSkinlet.h Slider: Add ripple and style it 2022-07-05 13:41:18 +02: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 all node role enums should have RoleCount 2022-04-20 13:50:14 +02:00
QskSubWindow.cpp hiding isTransparentForPositioner 2022-04-07 17:19:59 +02:00
QskSubWindow.h include guards formalized 2022-03-20 13:11:34 +01:00
QskSubWindowArea.cpp deprecation warnings fixed 2022-05-02 16:51:24 +02: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 all node role enums should have RoleCount 2022-04-20 13:50:14 +02:00
QskSubWindowSkinlet.cpp Qtcalculations only for Qt::MinimumSize 2022-07-07 08:39:29 +02:00
QskSubWindowSkinlet.h QskSubWindow: Respect minimum size 2022-07-07 08:20:31 +02: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 switch button: Fix size hint (#195) 2022-06-06 07:08:33 +02:00
QskSwitchButtonSkinlet.h all node role enums should have RoleCount 2022-04-20 13:50:14 +02:00
QskTabBar.cpp initial tabbar position as skin hint ( QskTabBar::Panel | QskAspect::Style ) 2022-07-15 10:44:32 +02:00
QskTabBar.h initial tabbar position as skin hint ( QskTabBar::Panel | QskAspect::Style ) 2022-07-15 10:44:32 +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 all node role enums should have RoleCount 2022-04-20 13:50:14 +02:00
QskTabView.cpp initial tabbar position as skin hint ( QskTabBar::Panel | QskAspect::Style ) 2022-07-15 10:44:32 +02:00
QskTabView.h using Qt::Edge instead of Qsk::Position 2022-04-17 12:37:13 +02:00
QskTabViewSkinlet.cpp using Qt::Edge instead of Qsk::Position 2022-04-17 12:37:13 +02:00
QskTabViewSkinlet.h all node role enums should have RoleCount 2022-04-20 13:50:14 +02:00
QskTextInput.cpp accepting hover events as default 2022-03-26 16:22:47 +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 all node role enums should have RoleCount 2022-04-20 13:50:14 +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 all node role enums should have RoleCount 2022-04-20 13:50:14 +02:00
QskVariantAnimator.cpp stop animation, when start/endValues are chaged. Otherwise we will run 2022-04-03 16:32:04 +02:00
QskVariantAnimator.h skin transition heavily changed 2022-03-31 18:09:03 +02:00
QskWindow.cpp QskAspect::Section introduced 2022-06-29 16:15:38 +02:00
QskWindow.h include guards formalized 2022-03-20 13:11:34 +01:00