Uwe Rathmann
|
b98791c421
|
using QTransform
|
2022-12-21 13:26:23 +01:00 |
Uwe Rathmann
|
4ec304fe91
|
QGradient replaces when adding a stop at the same position, instaed of
appending it - like how it is with CSS or Qsk. As a workaround we
increase the positon by a small epsilon.
|
2022-12-20 15:49:09 +01:00 |
Uwe Rathmann
|
03d2dad7ca
|
setting QGradient::CoordinateMode when converting into a QGradient
|
2022-12-20 15:47:26 +01:00 |
Uwe Rathmann
|
c66c61de0c
|
missing default seed value added
|
2022-12-20 15:42:36 +01:00 |
Uwe Rathmann
|
af1f5b8757
|
QGradint converters fixed
|
2022-12-09 11:23:32 +01:00 |
Uwe Rathmann
|
35a0d63b5a
|
code specific for Qt < 5.15 removed
|
2022-12-05 07:51:41 +01:00 |
Uwe Rathmann
|
2446bf34c5
|
bad index fixed
|
2022-12-04 21:11:36 +01:00 |
Uwe Rathmann
|
ad8cfbb694
|
QskBoxBorderMetrics::adjustedRect added
|
2022-12-04 19:50:54 +01:00 |
Uwe Rathmann
|
9ed4aafff5
|
Qt5 compiler error fixed
|
2022-12-01 13:45:32 +01:00 |
Uwe Rathmann
|
ec0d21fb0c
|
QskGradient <-> QGradient converter added
|
2022-12-01 13:03:57 +01:00 |
Uwe Rathmann
|
0925b40b7a
|
QGradient::Spread -> QskGradient::Spread
|
2022-12-01 12:03:36 +01:00 |
Uwe Rathmann
|
abf325dbde
|
QJSValue converter for QskGradient added to be compatible with new Qt
6.5 features
|
2022-11-30 17:05:37 +01:00 |
Uwe Rathmann
|
bbfc16c609
|
improving Qml support or QskGradient
|
2022-11-29 10:59:09 +01:00 |
Uwe Rathmann
|
b52e54bb7e
|
return invalid directions, when requeting with the wrong type
|
2022-11-24 07:58:47 +01:00 |
Uwe Rathmann
|
ea8f426d67
|
QML registration using templates instead of macros. lower/uppercase
definitions for gadgets solved ( defining then twice to have the enums
with uppercase prefix )
|
2022-11-20 15:36:30 +01:00 |
Uwe Rathmann
|
2aaaa4ecb1
|
QskSizePolicy property names shortened
|
2022-11-20 15:27:08 +01:00 |
Uwe Rathmann
|
b96b1acd20
|
missing boilerplate definitions added
|
2022-11-18 18:47:35 +01:00 |
Uwe Rathmann
|
c5ace32bf2
|
QskAspect::Control renamed to QskAspect::NoSubcontrol
|
2022-11-18 12:29:58 +01:00 |
Uwe Rathmann
|
19f01c0232
|
debug operator simplified
|
2022-11-18 12:15:20 +01:00 |
Uwe Rathmann
|
116b835906
|
metatype registrations moved to class implementations
|
2022-11-18 09:44:11 +01:00 |
Uwe Rathmann
|
5356f0ce88
|
Q_INVOKABLE for READ/WRITE property accessors removed. do not make sense
and lead to assertions, when Qt has been built in debug mode
|
2022-11-18 09:12:13 +01:00 |
Uwe Rathmann
|
d327a68fc1
|
missing setStops versions added
|
2022-11-16 16:19:19 +01:00 |
Uwe Rathmann
|
615e0016c2
|
working more with RGBA values instead of QColor
|
2022-11-16 13:46:37 +01:00 |
Uwe Rathmann
|
31577cab9b
|
pointless reset operations removed
|
2022-11-16 13:25:17 +01:00 |
Uwe Rathmann
|
688c7881b2
|
missing setter for Qt::GlobalColor added
|
2022-11-14 09:00:02 +01:00 |
Uwe Rathmann
|
33bb68d903
|
more APIs for working with QRgb
|
2022-11-14 08:56:30 +01:00 |
Uwe Rathmann
|
b140d1b30a
|
QskGradientDirection introduced - no more classes derived from
QskGradient
|
2022-11-13 17:22:09 +01:00 |
Uwe Rathmann
|
0fb4b25bba
|
making QskGradient types acessible for QML ( mot 100% happy with using
lists )
|
2022-11-13 10:09:18 +01:00 |
Uwe Rathmann
|
f988805f95
|
DefaultProperty added
|
2022-11-04 17:16:38 +01:00 |
Uwe Rathmann
|
b64f92e695
|
properties changed
|
2022-11-04 17:16:12 +01:00 |
Uwe Rathmann
|
fe8e696f40
|
debug operator fixed
|
2022-10-31 17:35:47 +01:00 |
Uwe Rathmann
|
4c73c1fd7b
|
QskBoxBorderColors interpolation fixed
|
2022-10-31 17:35:13 +01:00 |
Uwe Rathmann
|
ad67d035f3
|
new QskGradient
|
2022-10-31 14:42:08 +01:00 |
Uwe Rathmann
|
38bc3286cd
|
QskGradient improved ( linear/radial/conic gradients )
|
2022-10-31 14:22:20 +01:00 |
Uwe Rathmann
|
506dd4f60c
|
working towards introducing new type of gradients
|
2022-10-25 18:17:21 +02:00 |
Uwe Rathmann
|
5712873f21
|
missing Q_ENUM added
|
2022-10-25 11:02:10 +02:00 |
Uwe Rathmann
|
e67b0b385a
|
allowing gradient stops that do not start/end with 0.0/1.0 ( like
QGradient )
|
2022-10-24 17:29:39 +02:00 |
Uwe Rathmann
|
1f28eec9de
|
working towards improved QskGradient
|
2022-10-24 17:08:48 +02:00 |
Uwe Rathmann
|
03ce740b29
|
towards improved QskGradient
|
2022-10-24 16:40:47 +02:00 |
Uwe Rathmann
|
99132276fc
|
first adjustments for QskGradient improvements
|
2022-10-24 16:02:46 +02:00 |
Uwe Rathmann
|
d3f9e97301
|
unused private methods removed
|
2022-10-20 10:22:13 +02:00 |
Uwe Rathmann
|
d5ba7d9504
|
QskGradient::qtStops added
|
2022-10-20 09:22:11 +02:00 |
Uwe Rathmann
|
b6032f007c
|
wrong check fixed
|
2022-10-15 13:24:58 +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
|
7ca1e2f261
|
uncrustified
|
2022-09-13 12:22:20 +02:00 |
Uwe Rathmann
|
896145ac11
|
QskTextOptions as skin hints
|
2022-08-25 09:39:33 +02:00 |
Uwe Rathmann
|
6c778c4b07
|
qskAlignedRect overloads
|
2022-07-28 16:51:20 +02:00 |
Uwe Rathmann
|
c67a594d07
|
whitespaces removed
|
2022-07-28 16:50:55 +02:00 |
Uwe Rathmann
|
62fcbc6c32
|
QskAspect::Section introduced
|
2022-06-29 16:15:38 +02:00 |