Uwe Rathmann
67f0df44af
Qt 6.7 incompatibilities fixed
2023-12-27 08:47:57 +01:00
Uwe Rathmann
aaf029bd00
incompatibility with Qt [6.0->6.3] fixed
2023-12-22 14:15:21 +01:00
Uwe Rathmann
972f839cad
Qt5 implementation of QskSceneTexture
2023-12-22 13:52:01 +01:00
Uwe Rathmann
cbd4fa9bdc
QskSceneTexture disabled for Qt5 ( not done yet )
2023-12-17 18:12:57 +01:00
Uwe Rathmann
fb3d09430f
QskSceneTexture added
2023-12-17 17:32:07 +01:00
Uwe Rathmann
bdf4bb045c
QskTreeNode introduced
2023-12-17 17:28:00 +01:00
Uwe Rathmann
1e3e1f83de
QskBox namespace renamed to QskBoxRenderer to avoid name clashes with
...
QskBox from QskBox.h
2023-12-17 17:18:35 +01:00
Uwe Rathmann
5e5dd7a61c
doing a fuzzy compare to avoid line duplication
2023-12-13 18:14:47 +01:00
Uwe Rathmann
c58a86130a
wring pen check fixed
2023-12-05 16:54:08 +01:00
Uwe Rathmann
6c826c3adc
tickWidth moved into QskGraduationMetrics
2023-11-28 15:19:49 +01:00
Uwe Rathmann
3fabf3ee03
using QskGraduationMetrics
2023-11-28 14:35:28 +01:00
Uwe Rathmann
d0472bc617
QskScaleRenderer -> QskGraduationRenderer
2023-11-28 13:45:14 +01:00
Uwe Rathmann
717a1c2ef2
code from features/plots merged
2023-11-28 13:36:47 +01:00
Uwe Rathmann
3c505652a3
QskIntervalF::width -> QskIntervalF::length
2023-11-28 13:12:52 +01:00
Uwe Rathmann
54761e5a64
QskScaleTickmarks -> QskTickmarks
2023-11-28 10:46:03 +01:00
Uwe Rathmann
24949074d4
QskGraduationMetrics introduced
2023-11-25 17:04:06 +01:00
Uwe Rathmann
534ffb41e1
QskBasicLinesNode completed
2023-11-24 13:07:53 +01:00
Uwe Rathmann
f3a1de5b00
alignment fixed, when having a devicePixelRatio
2023-11-24 11:21:50 +01:00
Uwe Rathmann
e7752a25f9
forgotten qt5 code added
2023-11-23 16:50:26 +01:00
Uwe Rathmann
e31c063937
QskLinesNode derived from QskBasicLinesNode
2023-11-23 15:47:08 +01:00
Uwe Rathmann
dc64f21901
QskBasicLinesNode ( crisplines shaders ) introduced
2023-11-23 15:38:25 +01:00
Uwe Rathmann
68cca6a53c
QskBoxFillNode introduced
2023-11-15 11:47:56 +01:00
Uwe Rathmann
1ab236de9f
better fading support for popups, being used in QskDrawer/QskMenu/QskSubWindow
2023-11-03 18:13:24 +01:00
Uwe Rathmann
e56360480f
using 0/1 for closed/open ( instead of 1/0 )
2023-10-18 15:07:29 +02:00
Uwe Rathmann
3ecd8f337e
code moved from QskPopupSkinlet to QskSlideInNode
2023-10-15 15:44:09 +02:00
Uwe Rathmann
d43d6bfce2
missing forward declaration added
2023-07-20 08:29:32 +02:00
Uwe Rathmann
23f970650f
always use stencil clipping - unfortunately the batch renderer
...
introduces rounding errors for the significantly faster scissor clips
2023-07-19 15:10:25 +02:00
Uwe Rathmann
34776ee664
using QskLinesNode in the dials example
2023-06-05 10:42:05 +02:00
Uwe Rathmann
587183993b
QskLinesNode improvements
2023-05-25 15:03:48 +02:00
Uwe Rathmann
3c62809308
exporting resetGeometry
2023-05-25 14:58:37 +02:00
Uwe Rathmann
d84e75a3d1
implementation of QskStippleMetrics completed
2023-05-25 14:52:54 +02:00
Uwe Rathmann
5d3cba5650
QskLinesNode reorganized
2023-05-17 16:46:25 +02:00
Uwe Rathmann
bf19d6464c
QskLinesNode introduced
2023-05-17 14:21:40 +02:00
Uwe Rathmann
8f4d008900
conveniece methods ( without QTransform ) added
2023-05-08 09:37:43 +02:00
Uwe Rathmann
ffe4e11b21
QskStrokeNode with colored matarial for better batching. option for
...
simple polygons added without line joining added
2023-05-02 18:04:23 +02:00
Uwe Rathmann
7796e11b03
getter added
2023-04-24 11:55:36 +02:00
Uwe Rathmann
d647f222d3
using 6.2 shader baker
2023-04-20 13:23:11 +02:00
Uwe Rathmann
64db2d0117
code moved from QskArcRenderer to QskArcMetrics
2023-04-19 12:16:40 +02:00
Uwe Rathmann
c9063fd87e
arcPath fixed to match conic gradients for ellipsoid arcs
2023-04-18 16:11:04 +02:00
Uwe Rathmann
9e99735d2f
aspectRatio for conic gradients added to support f.e for filling ellipsoid arcs.
2023-04-18 16:08:37 +02:00
Uwe Rathmann
3210242276
using "unstretched" conic gradients
2023-04-17 17:29:47 +02:00
Uwe Rathmann
1197a5983c
compare operation for conic gradients fixed
2023-04-17 17:28:06 +02:00
Uwe Rathmann
785cb33739
QskArcNode supports borders now
2023-04-17 10:54:44 +02:00
Uwe Rathmann
328e6a9e6f
QskArcNode as composite of fill/border nodes
2023-04-14 12:44:49 +02:00
Uwe Rathmann
73dd618626
working on arcs
2023-04-14 09:47:10 +02:00
Uwe Rathmann
45a1bc3564
QskArcNode is a QskShapeNode now.
...
The performance of the previous implementation was simply horrible,
when drawing an arc with a small span angle. The size of the corresponding full circle
is huge and the previous implementation always created an image/texture with
that size.
However the final implementation is supposed to create vertex lists
- like what the box renderer does. So this code will also not stay forever.
2023-04-12 12:19:26 +02:00
Uwe Rathmann
98cb1b256b
missing dummy destructor added
2023-04-12 12:17:38 +02:00
Uwe Rathmann
7ddae671e2
API of classes dealing with arcs improved
2023-04-11 13:04:10 +02:00
Uwe Rathmann
6c2713c1f9
avoid clang warnings
2023-04-06 10:06:00 +02:00
Uwe Rathmann
9e583166ff
BSD-3-Clause license
2023-04-06 09:23:37 +02:00