1437 Commits

Author SHA1 Message Date
Uwe Rathmann
4a04a27d0d making code more readable 2022-10-21 16:49:05 +02:00
Uwe Rathmann
f0c9548b4c using QskGradient::isVisisble() instead of isValid() 2022-10-21 16:46:59 +02:00
Uwe Rathmann
fdf0e1fdb9 pointless forward declaration removed 2022-10-21 16:44:31 +02:00
Uwe Rathmann
d3f9e97301 unused private methods removed 2022-10-20 10:22:13 +02:00
Uwe Rathmann
b1f63999c6 preparations for gradient updates 2022-10-20 09:29:20 +02:00
Uwe Rathmann
d5ba7d9504 QskGradient::qtStops added 2022-10-20 09:22:11 +02:00
Uwe Rathmann
4ca794f7db linear shaders modified 2022-10-18 17:37:31 +02:00
Uwe Rathmann
0d49820cad bad memory allocation size fixed 2022-10-18 17:36:55 +02:00
Uwe Rathmann
4592ebfd3d Merge branch 'master' of https://github.com/uwerat/qskinny 2022-10-15 13:25:25 +02:00
Uwe Rathmann
b6032f007c wrong check fixed 2022-10-15 13:24:58 +02:00
Uwe Rathmann
618a97235e auto keyword 2022-10-14 17:13:57 +02:00
Uwe Rathmann
6fef215310 using QskGradient::hash 2022-10-14 17:13:33 +02:00
Uwe Rathmann
51a7e4e589 Using our own gradient shaders ( no dependencies from quickshapes
anymore ). shapes/Gradient has not yet been merged into QskGradient
and we still have some stupid conversions to QGradient in the way.
2022-10-13 19:39:57 +02:00
Uwe Rathmann
929c02fa0e colorTable generation added 2022-10-13 19:39:24 +02:00
Uwe Rathmann
8da486a13f QskGradientStops moved from QskGradient.h to QskGradientStop.h 2022-10-13 19:37:49 +02:00
Uwe Rathmann
9d640d3f06 Qt5 fixes 2022-10-07 16:17:52 +02:00
Uwe Rathmann
1c98c90e8c radial gradints fixed 2022-10-07 14:32:20 +02:00
Uwe Rathmann
477a284cfa more expressive API 2022-10-05 09:38:35 +02:00
Uwe Rathmann
8052074c42 Conical->Conic ( following CSS naming ) 2022-10-04 12:46:17 +02:00
Uwe Rathmann
f031e78a7b storing path and transformation to know when geometry updates are
necessary
2022-09-30 15:23:55 +02:00
Uwe Rathmann
ee7dbb300a scaling of pens moved to QskStrokeNode 2022-09-30 15:09:52 +02:00
Uwe Rathmann
cd19b047ab setting an initial material, so that the node can be inserted into the
scene grapf without rnning into Qt assertions
2022-09-30 15:08:19 +02:00
Uwe Rathmann
45e59d6c10 wip 2022-09-29 17:26:15 +02:00
Uwe Rathmann
f798f2228c more details around shapes 2022-09-29 16:50:46 +02:00
Uwe Rathmann
634ca3bed3 smarter matrial updates 2022-09-29 12:40:22 +02:00
Uwe Rathmann
b138d04053 shaders for gradients ( QGradient variations ) added 2022-09-28 20:14:10 +02:00
Uwe Rathmann
a13dcf8428 QskShapeNode added 2022-09-26 17:51:07 +02:00
Uwe Rathmann
12e462e657 filling the vertex buffer fixed 2022-09-26 17:50:07 +02:00
Uwe Rathmann
60efe3649b QSK_EXPORT added 2022-09-26 17:49:47 +02:00
Uwe Rathmann
3ccaa113fd QskShapeNode introduced ( completely untestest, without gradients in the
first version )
2022-09-26 14:44:23 +02:00
Uwe Rathmann
96906e04ca code reorganized 2022-09-26 14:44:06 +02:00
Uwe Rathmann
b2d7d77640 QskStrokeNode introduced ( untested so far ) 2022-09-23 17:49:49 +02:00
Uwe Rathmann
ab34af0b03 include changed 2022-09-23 17:49:13 +02:00
Uwe Rathmann
9cb3bc6ab9 compare operation fixed 2022-09-23 12:39:34 +02:00
Uwe Rathmann
36e84e53b6 code simplified 2022-09-20 08:43:39 +02:00
Uwe Rathmann
3a0796e085 calculation of the cube animtor matrix aligned ( still some questions
left concerning non symmetric calculations )
2022-09-16 18:06:16 +02:00
Uwe Rathmann
cb67a057d7 compiler error fixed 2022-09-13 13:05:47 +02:00
Uwe Rathmann
4f8a76234a index added for animator lookups to allow smooth transitions f.e when
selcting an cell in a list box
2022-09-13 12:40:44 +02:00
Uwe Rathmann
7ca1e2f261 uncrustified 2022-09-13 12:22:20 +02:00
Uwe Rathmann
1900adbabb Using a flat map ( sorted std::vector ) instead of a std:map for the
animators. Preperations for inntroducing aspect/index as lookup key.
2022-09-12 18:18:51 +02:00
Uwe Rathmann
a4a6e28ecc unused member removed 2022-09-12 18:16:07 +02:00
Uwe Rathmann
cb7acb6b92 QskDialogButton subcontrols removed. In case we need to make them
different from normal push buttons we should introduce a "dialog" section, where we can avoid having to duplicate all hint settings
2022-09-09 12:36:21 +02:00
Uwe Rathmann
4ca5e798c8 broken state changes fixed 2022-09-09 12:01:30 +02:00
Uwe Rathmann
996e849fc5 startHintTransitions added to be able to start transitions withot
changing the state
2022-09-09 11:29:47 +02:00
Uwe Rathmann
47df732f4a better seperation between state animators and those for skin changes 2022-09-09 10:25:46 +02:00
Uwe Rathmann
50ec41868d some APIs narrowed from QskAspect to QskAspect::Subcontrol 2022-09-09 09:30:15 +02:00
Uwe Rathmann
beddc2569f early check for animators 2022-09-06 08:00:18 +02:00
Uwe Rathmann
b926476e55 QskHintAnimatorTable::isEmpty added 2022-09-06 07:57:08 +02:00
Uwe Rathmann
8088664465 less operator added 2022-09-04 10:37:40 +02:00
Uwe Rathmann
bfab362bbb Qt 6.4 compatibility fix 2022-08-29 17:44:57 +02:00