Commit Graph

248 Commits

Author SHA1 Message Date
Uwe Rathmann 9040e006ad Merge branch 'master' into features/modelobjectbinder 2025-02-28 09:31:35 +01:00
Uwe Rathmann c332ddaead using icon fonts for M3 and F2 2025-02-21 12:41:08 +01:00
Uwe Rathmann 0042791483 licenses for fluent/material icons are mentioned in the global LICENSES
files
2025-02-19 08:29:14 +01:00
Uwe Rathmann 200390fae9 support for iconfonts added 2025-02-06 13:21:48 +01:00
Uwe Rathmann d9ef4f51ae Merge branch 'master' into features/modelobjectbinder 2025-02-06 10:28:04 +01:00
Uwe Rathmann 2fb0d3928d clang warnings fixed 2025-02-03 14:37:22 +01:00
Uwe Rathmann a44162fabb systemdialogs example added 2025-01-07 16:02:59 +01:00
Uwe Rathmann 33a482505a internal macros ( not intended for application code ) moved from
QskGlobal.h to QskInternalMacros.h
2025-01-03 12:52:29 +01:00
Uwe Rathmann 06b07839b3 pedantic warnings fixed 2025-01-03 12:03:18 +01:00
Uwe Rathmann cb1bb3aaaa node/orphanedNode fix 2025-01-03 12:00:56 +01:00
Uwe Rathmann 448ab6fff7 satisfying pedantic compiler flags 2025-01-03 10:08:10 +01:00
Uwe Rathmann 04e3378abb QskTextInput -> QskTextField 2024-12-10 14:29:36 +01:00
Uwe Rathmann 52686242ec Merge branch 'master' into features/modelobjectbinder 2024-12-10 14:10:57 +01:00
Uwe Rathmann 66d97831b5 QskTextColors is a Q_GADGET now 2024-12-09 12:01:16 +01:00
Uwe Rathmann 108aa23397 QskTextInput renamed to QskTextField ( term used by F2/M3 and QC2 ) 2024-12-02 12:54:31 +01:00
Uwe Rathmann c6fc72e07c Merge branch 'master' into features/modelobjectbinder 2024-12-02 10:16:42 +01:00
Uwe Rathmann db1e9a7e44 key handling of bounded inputs improved 2024-11-28 15:59:59 +01:00
Uwe Rathmann d87c8e3d0b API cleanup of the Bounded controls 2024-11-21 13:54:01 +01:00
Uwe Rathmann 109fc7d7f4 QskBoxClipNode renamed to QskClipNode + more clip options added 2024-11-20 14:57:16 +01:00
Uwe Rathmann fe1706905e passing QQuickWindow to the box renderer, so it knows about detals of
the render target ( f.e devivePixelratio )
2024-11-07 11:21:45 +01:00
Uwe Rathmann d33c556a7b fonts in pt 2024-10-30 13:01:04 +01:00
Uwe Rathmann 07bae93427 QskBoundedInput: pageSize renamed to pageSteps to avoid confusion. wrong
usage when sing the wheel fixed
2024-10-22 11:55:22 +02:00
Uwe Rathmann 6b1ef043a9 vertical/horizontal lines are valid paths with an empty bounding
rectangle
2024-10-22 08:53:11 +02:00
Uwe Rathmann af34d7b8f2 arc shadow shader moved to playground shadows - the algo does not match
the arc renderer.
2024-09-30 12:06:51 +02:00
Uwe Rathmann 6a2e07339e QskShapeNode::updateNode -> updatePath. workaround for a bug that has
not yet been understood reintroduced
2024-09-26 17:07:54 +02:00
Uwe Rathmann f898746019 QskStrokeNode::updatePath + methods without implementation removed 2024-09-26 16:20:03 +02:00
Uwe Rathmann e9947c17a0 QskGradient::effectiveGradient moved to
QskBoxRenderer::effectiveFradient as its implementation is not correct
for arcs
2024-09-24 12:23:51 +02:00
Uwe Rathmann b6cd4a23d7 bad check fixed 2024-09-24 12:17:22 +02:00
Uwe Rathmann b69f84e865 handling of arcs improved 2024-09-23 16:04:09 +02:00
Uwe Rathmann 69eae90d3a Merge branch 'master' into features/modelobjectbinder 2024-09-17 17:43:06 +02:00
Uwe Rathmann 6c391b831d functionality of QskBoxFillNode/QskRectangleNode moved into QskBoxRectangleNode 2024-09-17 13:57:10 +02:00
Uwe Rathmann f0f17b3cb5 gradients example improved 2024-09-17 13:37:04 +02:00
Uwe Rathmann d6b9f4edc7 QskBoxRenderer::isGradientSupported does not need the shape 2024-09-17 13:34:23 +02:00
Uwe Rathmann ada3be71e0 QskBoxFillNode fixed - updating the material first. 2024-09-14 17:43:37 +02:00
Uwe Rathmann 386ddf72d1 deprecation warning suppressed 2024-09-13 10:28:08 +02:00
Uwe Rathmann 7b153058f0 cmake files fixed for using the QuickShapes module 2024-09-13 10:27:13 +02:00
Uwe Rathmann cd8fd0d2b2 Merge branch 'master' into features/modelobjectbinder 2024-09-11 18:13:26 +02:00
Uwe Rathmann 68e9303357 QskArcRenderer introduced 2024-09-11 10:24:22 +02:00
Uwe Rathmann 194edf8866 code reorganized 2024-06-12 12:40:33 +02:00
Uwe Rathmann 0a651782ba QskModelObjectBinder API improved, models example polished 2024-02-26 15:27:52 +01:00
Uwe Rathmann 7b4db3afc1 wip 2024-02-26 12:16:56 +01:00
Uwe Rathmann e2486f914d QSql dependency removed ( using a QStandardItemModel instead ) 2024-02-26 11:39:16 +01:00
Uwe Rathmann 8faa6a8cad bugs fixed, QskModelObjectBinder improved 2024-02-26 10:52:52 +01:00
Uwe Rathmann 59afa42c84 QskModelObjectBinder modified and moved to src/controls 2024-02-25 13:28:11 +01:00
Uwe Rathmann 6ea2126638 Squashed commit of the following:
Merge: f614117d f0d49d9e
Author: Uwe Rathmann <Uwe.Rathmann@tigertal.de>
Date:   Sun Feb 25 09:11:12 2024 +0100

    Merge branch 'master' of https://github.com/ovenpasta/qskinny into models
    ( Author: Aldo Nicolas Bruno <ovenpasta@pizzahack.eu> )
2024-02-25 13:21:59 +01:00
Uwe Rathmann bb3f453c7b missing include added 2024-02-19 16:20:17 +01:00
Uwe Rathmann f3b4a3d8da QskFontRole introduced 2024-02-19 15:51:55 +01:00
Uwe Rathmann 5aa46b3ccc Qt::ColorScheme handling added to QskSkin - no more multiple skins for
dark/light.
2024-01-30 14:52:40 +01:00
Uwe Rathmann 38e00addd6 code moved from QskSetup to QskSkinManager 2024-01-30 10:43:27 +01:00
Uwe Rathmann 459b1ae93b bye, bye squiek 2024-01-25 08:56:01 +01:00