Commit Graph

2362 Commits

Author SHA1 Message Date
Uwe Rathmann a7a0510c21 QskBoxFillNode instead of QskRectangleNode 2022-12-22 17:51:57 +01:00
Uwe Rathmann 6ce73136ce reducing the memory used for QskGradient 2022-12-22 17:50:19 +01:00
Uwe Rathmann 4670e3b5d3 wrong vector size fixed 2022-12-22 17:49:02 +01:00
Uwe Rathmann 83556493d4 hash function fixed 2022-12-22 13:04:58 +01:00
Uwe Rathmann e551906849 QskGradient::StretchMode introduced 2022-12-22 12:38:44 +01:00
Uwe Rathmann 3de71d1bd5 QskGradient::Spread -> QskGradient::SpreadMode 2022-12-22 11:45:23 +01:00
Peter Hartmann 6c1c04c7be CI: Update current version from 6.3 to 6.4
Resolves #239
2022-12-22 08:18:45 +01:00
Rick Vogel dbf8cf65db use explicit cmake patch version version 2022-12-21 16:07:16 +01:00
Rick Vogel d82a050b15 try use cmake 3.16 on windows 2022-12-21 15:38:26 +01:00
Uwe Rathmann 998153f6ec minor improvements 2022-12-21 13:26:46 +01:00
Uwe Rathmann b98791c421 using QTransform 2022-12-21 13:26:23 +01:00
Uwe Rathmann 5725be4470 Merge branch 'master' of https://github.com/uwerat/qskinny 2022-12-20 16:48:33 +01:00
Uwe Rathmann a85127ca14 Qt 6.2 needs the signals keyword as well 2022-12-20 16:48:09 +01:00
Peter Hartmann 0db351872a IOT dashboard: Fix theming for light display 2022-12-20 16:41:49 +01:00
Peter Hartmann 3e91e83187 IOT dashboard: Use skinny shadows for light display 2022-12-20 16:41:49 +01:00
Peter Hartmann 22db20e9eb IOT dashboard: Fix rooms page theming
Resolves #231
2022-12-20 16:41:49 +01:00
Peter Hartmann 9ba2fdb2f2 IOT example: Make device buttons clickable 2022-12-20 16:41:49 +01:00
Peter Hartmann 1338c876fd IOT dashboard: Make temperature and humidity changeable with buttons 2022-12-20 16:41:49 +01:00
Uwe Rathmann 0f825209d0 gradients testprogram:
- widgets dependency removed
    - implementations for other shaders added
2022-12-20 16:30:49 +01:00
Uwe Rathmann 26e422ac07 convenience update method added 2022-12-20 16:29:51 +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
Rick Vogel 647a9e2e80 using find_package QT 2022-12-20 15:23:59 +01:00
Rick Vogel 1e06a7aef2 populate cmake prefix path 2022-12-20 14:21:29 +01:00
Rick Vogel c194bbaedd using qt versionless approach 2022-12-20 14:01:57 +01:00
Rick Vogel 3414b2b802 remove comments 2022-12-19 14:15:17 +01:00
Rick Vogel 3f88b9134b fix missing display environment 2022-12-16 17:20:09 +01:00
Rick Vogel fc4d029549 try use config variable 2022-12-16 16:46:36 +01:00
Rick Vogel 944e07603e try resolve screenshot filename from env file 2022-12-16 16:23:30 +01:00
Rick Vogel 3ece304182 fix invalid characters in screenshot filename 2022-12-16 16:02:45 +01:00
Rick Vogel b8f202f1f2 add macos and ubuntu; renamed screenshot filenames 2022-12-16 15:32:48 +01:00
Rick Vogel 2cc84750f0 next try 2022-12-16 14:33:13 +01:00
Rick Vogel 872611620e nexyt try to fix smoke test 2022-12-16 14:20:55 +01:00
Rick Vogel b7135c4243 try fix environment 2022-12-16 14:04:13 +01:00
Rick Vogel 8103562b11 add smoke test for windows 2022-12-16 13:48:45 +01:00
Rick Vogel 778ac06215 add WIN32 MACOSX_BUNDLE to all GUI applications 2022-12-16 13:19:46 +01:00
Peter Hartmann 5e8d03fe50 QskGraphic: Make sure the underlying texture is big enough
Otherwise the scale factors might be off considerably.

Resolves #233
2022-12-15 16:08:23 +01:00
Rick Vogel 76870d7b78 try removing private dummy variables 2022-12-15 15:08:57 +01:00
Uwe Rathmann 8318ff757b update issues with gradients fixed 2022-12-10 16:08:32 +01:00
Uwe Rathmann a48943e68f initial implementation for the playground/gradients added. This demo is
intended to compare how gradients are rendered with the different QSkinny
backends to the raster paint engine
2022-12-09 12:07:46 +01:00
Uwe Rathmann fd5856cd50 class renamed 2022-12-09 12:03:46 +01:00
Uwe Rathmann 334254caf8 crash fixed for square rectangles with mutiple stops at 0.5 2022-12-09 11:54:42 +01:00
Uwe Rathmann b36521b0ed code moved to cpp file 2022-12-09 11:50:31 +01:00
Uwe Rathmann af1f5b8757 QGradint converters fixed 2022-12-09 11:23:32 +01:00
Uwe Rathmann 5f6ab6db42 code moved to QskBoxRenderer.cpp 2022-12-06 16:52:55 +01:00
Uwe Rathmann e1b65c6dd6 QskBoxRenderer::isGradientSupported also depends on the shape ( at least
in the future )
2022-12-06 16:37:18 +01:00
Uwe Rathmann 8551f4459d gardient check fixed 2022-12-06 16:32:27 +01:00
Uwe Rathmann 3bab38029d wrong update check fixed 2022-12-06 16:31:58 +01:00
Uwe Rathmann a2e29e0d16 code moved to QskVertex + hiding classes in QskVertex from public use 2022-12-06 13:20:18 +01:00