Commit Graph

  • c5f8c549d3 decimals moved from QskSpinBox to QskBoundedValueInput Uwe Rathmann 2024-10-23 11:15:47 +02:00
  • 089f0c3abe QskSpinBox::text property moved to QskBoundedValueInput::valueText Uwe Rathmann 2024-10-23 08:52:24 +02:00
  • feea806745 typos fixed Uwe Rathmann 2024-10-23 08:44:00 +02:00
  • 963f0aff27 code adjusted to M3 wordings Uwe Rathmann 2024-10-22 15:45:09 +02:00
  • c3b3da2ad3 discrete sliders added Uwe Rathmann 2024-10-22 13:10:38 +02:00
  • 07bae93427 QskBoundedInput: pageSize renamed to pageSteps to avoid confusion. wrong usage when sing the wheel fixed Uwe Rathmann 2024-10-22 11:55:22 +02:00
  • 6b1ef043a9 vertical/horizontal lines are valid paths with an empty bounding rectangle Uwe Rathmann 2024-10-22 08:53:11 +02:00
  • 932d34aea8 spin box hovering Uwe Rathmann 2024-10-21 14:22:09 +02:00
  • b7c2b27691 m3 spinbox metrics improved Uwe Rathmann 2024-10-21 14:20:06 +02:00
  • 3d77cfbb7a trying to reduce the number of updates Uwe Rathmann 2024-10-14 10:56:37 +02:00
  • 0cdff58c93 base -> settled Uwe Rathmann 2024-10-14 08:33:28 +02:00
  • aae2ebad96 don't create the anchor for getters Uwe Rathmann 2024-10-13 12:33:44 +02:00
  • 5d9bf64a7b hiding the fill/centerIn implementation details Uwe Rathmann 2024-10-13 12:21:40 +02:00
  • d2b12bcf44 documentation updated Uwe Rathmann 2024-10-11 08:10:48 +02:00
  • b0a5edb0f3 docs updated Uwe Rathmann 2024-10-10 16:01:02 +02:00
  • 51d1bdbc95
    Features/anchoring (#434) uwerat 2024-10-10 15:55:22 +02:00
  • d6b9ea4525 assertions weakened to warnings to prevent property inspectors ( f.e gammaray ), that do not know about the specific semantics of the gradient direction, from crashing Uwe Rathmann 2024-10-09 07:45:20 +02:00
  • 920f7e24d6 tutorials: Display images on github files Peter Hartmann 2024-10-01 10:13:11 +02:00
  • 5309c2656e tutorials: Fix image Peter Hartmann 2024-10-01 09:55:26 +02:00
  • 763ee4b5fb Material3: Convert font sizes properly Peter Hartmann 2024-09-30 15:02:39 +02:00
  • af34d7b8f2 arc shadow shader moved to playground shadows - the algo does not match the arc renderer. Uwe Rathmann 2024-09-30 12:06:51 +02:00
  • 6a2e07339e QskShapeNode::updateNode -> updatePath. workaround for a bug that has not yet been understood reintroduced Uwe Rathmann 2024-09-26 17:07:54 +02:00
  • f898746019 QskStrokeNode::updatePath + methods without implementation removed Uwe Rathmann 2024-09-26 16:20:03 +02:00
  • d52542c79b avoid QskComboBox::openPopup crash, when not having a window yet Uwe Rathmann 2024-09-26 12:05:25 +02:00
  • 1fa98ef9a2 Merge branch 'master' of https://github.com/uwerat/qskinny Uwe Rathmann 2024-09-25 15:52:53 +02:00
  • 283afee43a using QSGVertexColorMaterial for monochrome gradients, when requested by QskFillNode::PreferColoredGeometry ( = default ). might be useful for batching Uwe Rathmann 2024-09-25 15:51:01 +02:00
  • 6e15e74061 missing return added Uwe Rathmann 2024-09-25 13:52:12 +02:00
  • ae9bc90d38 eliminating the index buffer Uwe Rathmann 2024-09-25 07:51:02 +02:00
  • e9947c17a0 QskGradient::effectiveGradient moved to QskBoxRenderer::effectiveFradient as its implementation is not correct for arcs Uwe Rathmann 2024-09-24 12:23:51 +02:00
  • a989ff92c9 resolving QskGradient::Stops depends on the shape and can't be resolved in QskFillNode. Uwe Rathmann 2024-09-24 12:20:03 +02:00
  • b6cd4a23d7 bad check fixed Uwe Rathmann 2024-09-24 12:17:22 +02:00
  • a25c19cbd1 QSK_PREFER_SHADER_COLORS introduced Uwe Rathmann 2024-09-24 10:18:51 +02:00
  • a946394e9d code of QskBoxNode/QskArcNode aligned Uwe Rathmann 2024-09-24 10:17:10 +02:00
  • 25b9423ae4 QskRgb::isVisible introduced Uwe Rathmann 2024-09-24 10:14:26 +02:00
  • 3ecd1e90cc qskHasEnvironment moved from QskSetup.cpp to QskFunctions.cpp Uwe Rathmann 2024-09-24 10:02:48 +02:00
  • 8390aeb4fa QskSimpleListBox::removeAt fixed Uwe Rathmann 2024-09-24 07:33:28 +02:00
  • 132183e304 unnecessary handling of monochrome fillings removed Uwe Rathmann 2024-09-23 16:09:23 +02:00
  • b69f84e865 handling of arcs improved Uwe Rathmann 2024-09-23 16:04:09 +02:00
  • c9f7bf59ee better detection of the dirty flags Uwe Rathmann 2024-09-23 15:55:00 +02:00
  • 591fc55479 clearifying comments Uwe Rathmann 2024-09-23 15:38:12 +02:00
  • cc455dff5a using more intuitive function names for QskBoxRenderer Uwe Rathmann 2024-09-19 08:39:14 +02:00
  • 46e5630f48 handling of background node improved Uwe Rathmann 2024-09-17 17:52:52 +02:00
  • 6c391b831d functionality of QskBoxFillNode/QskRectangleNode moved into QskBoxRectangleNode Uwe Rathmann 2024-09-17 13:57:10 +02:00
  • 58344c0c4e QskFillNode::Hints added Uwe Rathmann 2024-09-17 13:40:58 +02:00
  • f0f17b3cb5 gradients example improved Uwe Rathmann 2024-09-17 13:37:04 +02:00
  • d6b9f4edc7 QskBoxRenderer::isGradientSupported does not need the shape Uwe Rathmann 2024-09-17 13:34:23 +02:00
  • ada3be71e0 QskBoxFillNode fixed - updating the material first. Uwe Rathmann 2024-09-14 17:43:37 +02:00
  • 386ddf72d1 deprecation warning suppressed Uwe Rathmann 2024-09-13 10:28:08 +02:00
  • 7b153058f0 cmake files fixed for using the QuickShapes module Uwe Rathmann 2024-09-13 10:27:13 +02:00
  • 3fb9ac8495 TODO markers added Uwe Rathmann 2024-09-12 09:05:54 +02:00
  • 8d342c222e broken QML version initialization fixed Uwe Rathmann 2024-09-11 18:10:18 +02:00
  • 68e9303357 QskArcRenderer introduced Uwe Rathmann 2024-09-11 10:24:22 +02:00
  • cc64460a80 QskProgressRingSkinlet::contentsSizeHint with constraints Uwe Rathmann 2024-09-09 09:54:23 +02:00
  • d0a564ff50 using ValueMeter for StorageMeter/EnergyMeter Uwe Rathmann 2024-09-05 09:15:25 +02:00
  • c61e3c7f36 CircularProgressBar removed, using QskProgressRing instead Uwe Rathmann 2024-09-04 17:50:42 +02:00
  • 86942d4226 code duplication eliminated Uwe Rathmann 2024-09-04 17:08:40 +02:00
  • 11df0bb694 code duplication eliminated Uwe Rathmann 2024-09-04 16:30:05 +02:00
  • 16dcddd0f2 unused code/definitions removed Uwe Rathmann 2024-09-04 15:46:33 +02:00
  • 01a0f6b540 QskVertex::Line API enhanced Uwe Rathmann 2024-09-02 11:13:31 +02:00
  • 36ac8d95d6 convenience getter added Uwe Rathmann 2024-07-17 15:36:45 +02:00
  • 1aaf4ec296 Qt 6.8 warnings fixed Uwe Rathmann 2024-06-25 08:51:43 +02:00
  • a8c1bb5c77 Qt5/Mac CI fixed Uwe Rathmann 2024-06-17 12:21:06 +02:00
  • b99ed6ec9b compiler warnings ( unused definitions ) fixed Uwe Rathmann 2024-06-17 12:07:29 +02:00
  • 278fca26d7 CI: Fix builds on Mac Uwe Rathmann 2024-06-17 11:51:36 +02:00
  • 194edf8866 code reorganized Uwe Rathmann 2024-06-12 12:40:33 +02:00
  • 69098643ff code moved to QskArcMetrics Uwe Rathmann 2024-06-12 12:40:11 +02:00
  • 8775976f0b internally using a boolean instead of the sizemode enum Uwe Rathmann 2024-06-12 12:39:32 +02:00
  • d6da8fcbb8 QskArcNode is a container node Uwe Rathmann 2024-06-12 12:20:31 +02:00
  • 2164e86310 using qreal instead of double Uwe Rathmann 2024-06-03 13:18:41 +02:00
  • 319abafb0d bad shadowColor check fixed Uwe Rathmann 2024-05-21 16:08:40 +02:00
  • 0afecc4b9e using icons from https://github.com/microsoft/fluentui-system-icons/tree/main/assets Uwe Rathmann 2024-04-23 15:36:07 +02:00
  • 2236e44686 wrong transformation ( from accidently removed viewBox ) in svg2qvg fixed. qvg files recreated Uwe Rathmann 2024-04-22 11:40:09 +02:00
  • e8db2581f4 popup origin chenged to bottomLeft Uwe Rathmann 2024-04-22 11:39:04 +02:00
  • c78c0f03a1 QskGraphic::defaultSize replaced by QskGraphic::viewBox. svg2qvg uses the viewBox of the SVG document to initialize the viewBox of the graphic. Avoids scaling problems with the symbols of the skins, that often rely on having a viewBox. Uwe Rathmann 2024-04-17 14:46:29 +02:00
  • 15118cfe07 version number increased to: QDataStream::Qt_5_15 Uwe Rathmann 2024-04-11 09:21:14 +02:00
  • 0c8dc6db00 Wasm: Initialize resources and don't shadow name Peter Hartmann 2024-03-21 16:44:12 +01:00
  • 3f77b01737 enable QskItem::PreferRasterForTextures as default setting. using QSK_PREFER_FBO_PAINTING instead of QSK_PREFER_RASTER Uwe Rathmann 2024-04-09 08:28:29 +02:00
  • 4284cae4d4 qt5 -> qt6 Uwe Rathmann 2024-03-19 11:37:07 +01:00
  • 692cfad948 document how to build for WebAssembly Peter Hartmann 2024-03-15 11:51:32 +01:00
  • f6aa7d0c5e Merge branch 'features/spinbox' Uwe Rathmann 2024-03-05 09:31:59 +01:00
  • 6c138ebd39 spinBox without decoration does not make much sense until we support ediatble boxes Uwe Rathmann 2024-03-05 09:18:42 +01:00
  • 09c049b523 sipin box improvements Uwe Rathmann 2024-03-05 09:18:27 +01:00
  • 2b629123f9 questionable shadow class removed, using QQmlPrivate::RegisterType again. Qt5 is using public APIs only - too many #ifdefs otherwise Uwe Rathmann 2024-02-29 13:31:26 +01:00
  • 5ecb85c725 temporary fallback code for WebAssembly Uwe Rathmann 2024-03-03 11:30:14 +01:00
  • 8398fd5d29 do not export lists: see https://github.com/uwerat/qskinny/issues/399 Uwe Rathmann 2024-02-28 12:52:35 +01:00
  • 6947d9ffca fonts.qrc split into several qrc files Uwe Rathmann 2024-02-28 12:29:00 +01:00
  • fb7ab1e1e4 spinbox for material3 more like what Qt does Uwe Rathmann 2024-02-27 14:14:17 +01:00
  • 7f8bc6caef wrong constexpr removed Uwe Rathmann 2024-02-27 07:56:52 +01:00
  • 82bd6f1420 QskSpinBox text alignment fixed Uwe Rathmann 2024-02-26 17:58:49 +01:00
  • f614117d96 Q_PROPERTY USER true Aldo Nicolas Bruno 2024-02-23 23:44:07 +01:00
  • d0a888ab74 smooth transition of font sizes added Uwe Rathmann 2024-02-23 13:46:23 +01:00
  • 87c16d453b inline comments updated Uwe Rathmann 2024-02-22 12:07:59 +01:00
  • 39620bc8f0 obsolete code removed Uwe Rathmann 2024-02-22 10:11:50 +01:00
  • d2d0382ca8 Minimum/Maximum states removed Uwe Rathmann 2024-02-22 10:05:10 +01:00
  • d0dd2ac93b the emphasis might also have an impact on the sizeHints Uwe Rathmann 2024-02-22 09:37:17 +01:00
  • 7901157b2f push button: Update after setting the emphasis Peter Hartmann 2024-02-22 09:30:55 +01:00
  • 9ad8ca3cc9 QskBoxBorderColors is invalid when one of the gradients is invalid Uwe Rathmann 2024-02-22 09:19:00 +01:00
  • 8e018fc702 M3 font sizes changed Uwe Rathmann 2024-02-21 17:50:29 +01:00
  • a49b128168 using px instead of pixels Uwe Rathmann 2024-02-21 14:03:02 +01:00
  • 03ede1a0e6 1px: 1/96th of an inch Uwe Rathmann 2024-02-21 13:48:46 +01:00