Commit Graph

  • f47e96e9ce QskDrawerSkinlet introduced Uwe Rathmann 2023-11-03 17:49:26 +0100
  • 4102276f79 fading implemented Uwe Rathmann 2023-11-03 10:12:35 +0100
  • 615fcffe44 transitioning for QskSubWindow added Uwe Rathmann 2023-10-31 08:08:08 +0100
  • 6a11179cc9 Merge branch 'master' into features/drawer Uwe Rathmann 2023-10-30 17:10:03 +0100
  • 3b4f167709 always sending ( ot posting ) animator events. Otherwise we might be one updateNode cycle too late Uwe Rathmann 2023-10-30 17:08:39 +0100
  • b5fb6d80ad the itemNode is always a QSGTransformNode Uwe Rathmann 2023-10-30 17:08:01 +0100
  • 2dd5f34948 QskMenu using position for transitioning, QskSlideIn code removed Uwe Rathmann 2023-10-30 16:59:17 +0100
  • 4afe56990b much easier implementation used - the only hack is about updating the clip node manually for each updatePaintNode Uwe Rathmann 2023-10-27 07:58:27 +0200
  • a9621f19ed obsolete code removed Uwe Rathmann 2023-10-26 13:29:16 +0200
  • 78f92bada0 useless code removed Uwe Rathmann 2023-10-25 10:15:09 +0200
  • 8cf2cb9e6f Merge branch 'master' into features/drawer Uwe Rathmann 2023-10-25 10:12:48 +0200
  • 83df3ad8da QskPopup key handling added Uwe Rathmann 2023-10-25 10:07:38 +0200
  • 1b8ac518e2 Merge branch 'master' into features/drawer Uwe Rathmann 2023-10-25 09:46:09 +0200
  • b33da588e1 popup duration changed Uwe Rathmann 2023-10-24 11:40:00 +0200
  • e4b9b8bd1b Squashed commit of the following: Uwe Rathmann 2023-10-24 11:39:32 +0200
  • 346aff98d1 using QQuickItemPrivate::inDestructor for Qt >= 6.5 instead of the componentComplete hack done in ~QskQuickItem Uwe Rathmann 2023-10-23 18:32:08 +0200
  • 2013338dd4 Merge branch 'master' into features/drawer Uwe Rathmann 2023-10-23 10:45:51 +0200
  • 9de8663f93 Don't flatten border colors to a color without alpha value #345 Uwe Rathmann 2023-10-23 10:16:31 +0200
  • cec07e78ff QskSkinnable::runnigHintAnimator added Uwe Rathmann 2023-10-22 10:58:07 +0200
  • d4ad863b7a sending geometry events to the root item, to support event filtering Uwe Rathmann 2023-10-22 10:52:28 +0200
  • a0f5bbf54a more defensive updates for non-color animations Uwe Rathmann 2023-10-22 10:51:29 +0200
  • b0a7f2ad19 Fluent2: Don't flatten border colors to a color without alpha value Peter Hartmann 2023-07-07 16:09:11 +0200
  • a6254a8ade API adjustments Uwe Rathmann 2023-10-19 09:51:38 +0200
  • d693acfc28 QskPopup::fading renamed to QskPopup::transitioning Uwe Rathmann 2023-10-19 09:49:26 +0200
  • b3c7eb7412 QskPopup::fading renamed to QskPopup::transitioning Uwe Rathmann 2023-10-19 09:47:42 +0200
  • d5619d449e Merge branch 'master' into features/drawer Uwe Rathmann 2023-10-18 15:12:46 +0200
  • 4cbd0d62a5 respect QskPopup::hasFaderEffect Uwe Rathmann 2023-10-18 15:10:55 +0200
  • e56360480f using 0/1 for closed/open ( instead of 1/0 ) Uwe Rathmann 2023-10-18 15:07:29 +0200
  • 25461aaaf6 QskDrawer improvements Uwe Rathmann 2023-10-18 15:05:17 +0200
  • 22373861e5 keyEvents Uwe Rathmann 2023-10-18 13:50:51 +0200
  • 8015580f55 using the clip node of the drawer ( instead the one of the parentItem() ) Uwe Rathmann 2023-10-18 09:30:01 +0200
  • aa9235166a Merge branch 'master' into features/drawer Uwe Rathmann 2023-10-17 17:07:16 +0200
  • a791867a3e QskDrawer::interactive, gesture handling for closing Uwe Rathmann 2023-10-17 17:05:57 +0200
  • c57f0adfb0 QskDrawer::setInteractive added Uwe Rathmann 2023-10-17 17:03:06 +0200
  • 79924aeebe gesture also used for closing Uwe Rathmann 2023-10-17 16:37:25 +0200
  • 930cb321a1 Merge branch 'master' into features/drawer Uwe Rathmann 2023-10-17 15:56:01 +0200
  • 142995504b QskDrawer using autoLayoutChildren Uwe Rathmann 2023-10-17 15:53:30 +0200
  • ea1f342771 using autoLayoutChildren Uwe Rathmann 2023-10-17 15:46:41 +0200
  • 03e37b78f0 Merge branch 'master' into features/drawer Uwe Rathmann 2023-10-17 14:37:21 +0200
  • d0cd48f8c2 QskDrawer improvements Uwe Rathmann 2023-10-17 14:36:44 +0200
  • d85d0a0338 QskPopup::toggle added Uwe Rathmann 2023-10-17 14:35:21 +0200
  • b31f94225d ItemChildRemovedChange handling added Uwe Rathmann 2023-10-17 14:34:20 +0200
  • 18677a799d layout issues fixed Uwe Rathmann 2023-10-17 14:32:22 +0200
  • b9747675c9 wip Uwe Rathmann 2023-10-17 14:21:57 +0200
  • 93f8b883b5 Squashed commit of the following: Uwe Rathmann 2023-10-17 12:19:30 +0200
  • 5f31eb1e78 QskDrawer reimplemented, can be open by a swipe gesture now. more work to do Uwe Rathmann 2023-10-17 12:14:42 +0200
  • b2feda16e2 beautified Uwe Rathmann 2023-10-17 11:59:21 +0200
  • 77f4e17b4c Merge branch 'master' into features/drawer Uwe Rathmann 2023-10-17 11:58:28 +0200
  • 79d0f08eb6 implementation with basic functionality Uwe Rathmann 2023-10-17 11:55:50 +0200
  • 3b5e6aa0fd always accept transitions for items without QQuickItem::ItemHasContents Uwe Rathmann 2023-10-16 19:19:38 +0200
  • 66b40cb198 subwindows: Allow fading out Peter Hartmann 2023-09-30 08:52:34 +0200
  • 7cf88e7b45 compiler warning fixed Uwe Rathmann 2023-10-15 15:53:27 +0200
  • 3ecd8f337e code moved from QskPopupSkinlet to QskSlideInNode Uwe Rathmann 2023-10-15 15:44:09 +0200
  • 56446c26db missing enum initialization fixed Uwe Rathmann 2023-10-15 15:43:29 +0200
  • 9069c8e390 position is a progress value [0-1] - nothing in dp Uwe Rathmann 2023-10-15 15:33:32 +0200
  • 65dea17cfd smooth sliding of menus Uwe Rathmann 2023-10-15 15:31:51 +0200
  • 208865ba8d QskGestureRecognizer improvements Uwe Rathmann 2023-10-11 09:18:09 +0200
  • 48c170bfbf property added Uwe Rathmann 2023-10-09 10:38:57 +0200
  • 4789f0ebb1 Merge branch 'master' into features/drawer Uwe Rathmann 2023-10-09 10:37:42 +0200
  • 2e980f087d QskGestureRecognizer::targetItem introduced Uwe Rathmann 2023-10-09 10:37:07 +0200
  • b73513eb1f using styleHints for the minimal pan distance Uwe Rathmann 2023-10-09 10:32:03 +0200
  • f8cf5e072b crash fixed Uwe Rathmann 2023-10-09 10:26:36 +0200
  • bfff8c3fe1 using gestures to open the drawer Uwe Rathmann 2023-10-09 09:02:36 +0200
  • ef68c66b10 drawer example added Uwe Rathmann 2023-10-06 12:41:23 +0200
  • f5de9d4249 using autoLayoutChildren instead of setting a contentItem explicitly Uwe Rathmann 2023-10-05 16:05:40 +0200
  • 1132c7f878 internal QskBox eliminated Uwe Rathmann 2023-10-05 15:24:17 +0200
  • 7294d5a01e ongoing work on QskDrawer Uwe Rathmann 2023-10-05 15:13:47 +0200
  • 606de9080a Merge branch 'master' into features/menubutton Uwe Rathmann 2023-10-05 09:40:36 +0200
  • eff3641c4c avoid Qt 6.6 deprecation warnings Uwe Rathmann 2023-10-05 09:23:45 +0200
  • 067cffbd7c QskGestureRecognizer using event filtering Uwe Rathmann 2023-10-05 08:59:30 +0200
  • b273264629 Merge branch 'master' into features/menubutton Uwe Rathmann 2023-09-27 11:17:07 +0200
  • 267c559330 QskStackBoxAnimator1::setOrientation replaced by QskStackBoxAnimator1::setDirection. Autodetection the direction from the indexes did not work when having only 2 items. Uwe Rathmann 2023-09-27 11:07:05 +0200
  • 27f41dd5f6 crash for items <= 1 fixed Uwe Rathmann 2023-09-26 16:42:45 +0200
  • 19f7e344ff whitespaces removed Uwe Rathmann 2023-09-26 16:42:28 +0200
  • 65e3290fc4 confusing event filtering and forwarding simplified Uwe Rathmann 2023-09-13 18:01:46 +0200
  • bf2c2b981e QskSwipeView improvements Uwe Rathmann 2023-08-10 19:54:06 +0200
  • 6db7024cb4 Merge branch 'edelhirsch-swipe-view' Uwe Rathmann 2023-08-10 19:11:44 +0200
  • b6b9cf0039 basic adjustments Uwe Rathmann 2023-08-10 19:10:31 +0200
  • 2514005120 Merge branch 'swipe-view' of https://github.com/edelhirsch/qskinny into edelhirsch-swipe-view Uwe Rathmann 2023-08-10 18:48:01 +0200
  • 3eb62bb692 smooth state transitions for listbox row selections Uwe Rathmann 2023-08-10 18:43:24 +0200
  • ac4f190733 QskGestureFilterEvent introduced to allow adding gestures to foreign controls using event filtering ( f.e QskDrawer needs this ) Uwe Rathmann 2023-08-10 13:38:21 +0200
  • c8316906d2 QskDrawer setting for Fluent2 Uwe Rathmann 2023-08-10 13:36:01 +0200
  • 3912fc3a91 build warnings fixed Uwe Rathmann 2023-08-09 10:40:01 +0200
  • 85642665d4 being more const aware Uwe Rathmann 2023-08-09 10:37:20 +0200
  • ec61c11ab6 progress bars: Introduce progress ring and refactor Peter Hartmann 2023-07-25 08:56:21 +0200
  • 2d5db67e79 fix lower case Rick Vogel 2023-08-08 14:48:17 +0200
  • 8c4e1c822c Update .clang-format Rick Vogel 2023-08-08 14:41:34 +0200
  • 680e176dc8 make tickmarks configurable Vogel, Rick 2023-08-08 15:40:45 +0200
  • 34a94e52f9 rename and reduce example Vogel, Rick 2023-08-08 15:17:57 +0200
  • 8f6b83be8e radial tickmarks node initial commit Vogel, Rick 2023-08-08 15:06:09 +0200
  • f8ad195b31
    fix lower case Rick Vogel 2023-08-08 14:48:17 +0200
  • 6d3c718825
    Update .clang-format Rick Vogel 2023-08-08 14:41:34 +0200
  • 4ed5f7e431 simplyfy setter Vogel, Rick 2023-08-08 11:11:01 +0200
  • 110158a9c4 progress bars: Introduce progress ring and refactor Peter Hartmann 2023-07-25 08:56:21 +0200
  • 1a6a9f5941 mat3 skin prepared for smooth list view updates Uwe Rathmann 2023-08-07 08:35:37 +0200
  • b014cc9958 list views: style states for M3 Peter Hartmann 2023-08-04 15:33:49 +0200
  • 97628151b7 Remove QSK_EXPORT to prevent inconsitent dll linkage warning Rick Vogel 2023-08-03 11:11:19 +0200
  • ce4a306956 list views: style states for M3 Peter Hartmann 2023-08-04 15:33:49 +0200
  • a7f874c665 add unused macro although not unused Vogel, Rick 2023-08-03 13:12:49 +0200
  • 7eea017b7d revert changes Vogel, Rick 2023-08-03 13:05:25 +0200