Commit Graph

  • b414afdded spin box: Improve for M3 Peter Hartmann 2024-10-15 17:33:26 +0200
  • 3d77cfbb7a trying to reduce the number of updates Uwe Rathmann 2024-10-14 10:56:37 +0200
  • 0cdff58c93 base -> settled Uwe Rathmann 2024-10-14 08:33:28 +0200
  • aae2ebad96 don't create the anchor for getters Uwe Rathmann 2024-10-13 12:33:44 +0200
  • 5d9bf64a7b hiding the fill/centerIn implementation details Uwe Rathmann 2024-10-13 12:21:40 +0200
  • d2b12bcf44 documentation updated Uwe Rathmann 2024-10-11 08:10:48 +0200
  • b0a5edb0f3 docs updated Uwe Rathmann 2024-10-10 16:01:02 +0200
  • 51d1bdbc95
    Features/anchoring (#434) uwerat 2024-10-10 15:55:22 +0200
  • df2c921eaa missing initialization added Uwe Rathmann 2024-10-10 15:42:34 +0200
  • 58d019e53d QskItemAnchors completed ( baseline anchoring is the only missing API ) Uwe Rathmann 2024-10-10 14:59:16 +0200
  • ec92226730 initial version of QskItemAnchors introduced Uwe Rathmann 2024-10-10 11:27:45 +0200
  • 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 +0200
  • ae5b398973 gradients: Don't crash gammaray Peter Hartmann 2024-10-08 15:11:44 +0200
  • 920f7e24d6 tutorials: Display images on github files Peter Hartmann 2024-10-01 10:13:11 +0200
  • 5309c2656e tutorials: Fix image Peter Hartmann 2024-10-01 09:55:26 +0200
  • 0e4ace34ee tutorials: Display images on github files Peter Hartmann 2024-10-01 10:13:11 +0200
  • d644c6cd0d tutorials: Fix image Peter Hartmann 2024-10-01 09:55:26 +0200
  • 763ee4b5fb Material3: Convert font sizes properly Peter Hartmann 2024-09-30 15:02:39 +0200
  • 014202c12f Material3: Convert font sizes properly Peter Hartmann 2024-09-30 15:02:39 +0200
  • af34d7b8f2 arc shadow shader moved to playground shadows - the algo does not match the arc renderer. Uwe Rathmann 2024-09-30 12:06:51 +0200
  • 6a2e07339e QskShapeNode::updateNode -> updatePath. workaround for a bug that has not yet been understood reintroduced Uwe Rathmann 2024-09-26 17:07:54 +0200
  • f898746019 QskStrokeNode::updatePath + methods without implementation removed Uwe Rathmann 2024-09-26 16:20:03 +0200
  • d52542c79b avoid QskComboBox::openPopup crash, when not having a window yet Uwe Rathmann 2024-09-26 12:05:25 +0200
  • 5f796bed48 Merge branch 'master' into features/arcrenderer Uwe Rathmann 2024-09-26 10:59:24 +0200
  • 1fa98ef9a2 Merge branch 'master' of https://github.com/uwerat/qskinny Uwe Rathmann 2024-09-25 15:52:53 +0200
  • 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 +0200
  • 6e15e74061 missing return added Uwe Rathmann 2024-09-25 13:52:12 +0200
  • ae9bc90d38 eliminating the index buffer Uwe Rathmann 2024-09-25 07:51:02 +0200
  • e9947c17a0 QskGradient::effectiveGradient moved to QskBoxRenderer::effectiveFradient as its implementation is not correct for arcs Uwe Rathmann 2024-09-24 12:23:51 +0200
  • a989ff92c9 resolving QskGradient::Stops depends on the shape and can't be resolved in QskFillNode. Uwe Rathmann 2024-09-24 12:20:03 +0200
  • b6cd4a23d7 bad check fixed Uwe Rathmann 2024-09-24 12:17:22 +0200
  • 4e83c4f2ef Merge branch 'master' into features/arcrenderer Uwe Rathmann 2024-09-24 10:28:26 +0200
  • a25c19cbd1 QSK_PREFER_SHADER_COLORS introduced Uwe Rathmann 2024-09-24 10:18:51 +0200
  • a946394e9d code of QskBoxNode/QskArcNode aligned Uwe Rathmann 2024-09-24 10:17:10 +0200
  • 25b9423ae4 QskRgb::isVisible introduced Uwe Rathmann 2024-09-24 10:14:26 +0200
  • 3ecd1e90cc qskHasEnvironment moved from QskSetup.cpp to QskFunctions.cpp Uwe Rathmann 2024-09-24 10:02:48 +0200
  • 8390aeb4fa QskSimpleListBox::removeAt fixed Uwe Rathmann 2024-09-24 07:33:28 +0200
  • 132183e304 unnecessary handling of monochrome fillings removed Uwe Rathmann 2024-09-23 16:09:23 +0200
  • dd333862f4 Merge branch 'master' into features/arcrenderer Uwe Rathmann 2024-09-23 16:07:00 +0200
  • b69f84e865 handling of arcs improved Uwe Rathmann 2024-09-23 16:04:09 +0200
  • c9f7bf59ee better detection of the dirty flags Uwe Rathmann 2024-09-23 15:55:00 +0200
  • 2f629aaded better dirty detection Uwe Rathmann 2024-09-23 15:46:15 +0200
  • 591fc55479 clearifying comments Uwe Rathmann 2024-09-23 15:38:12 +0200
  • feabc1fd50 QskArc rendering improved Uwe Rathmann 2024-09-23 14:56:39 +0200
  • b17cabaa83 wip Uwe Rathmann 2024-09-20 11:58:32 +0200
  • 28f818b62a wip Uwe Rathmann 2024-09-20 11:40:58 +0200
  • a560aafcd6 wip Uwe Rathmann 2024-09-20 11:35:54 +0200
  • 98967a5619 QskArcRenderer API in line with QskBoxRenderer Uwe Rathmann 2024-09-19 10:49:36 +0200
  • 31470a7a50 Merge branch 'master' into features/arcrenderer Uwe Rathmann 2024-09-19 09:54:10 +0200
  • cc455dff5a using more intuitive function names for QskBoxRenderer Uwe Rathmann 2024-09-19 08:39:14 +0200
  • 46e5630f48 handling of background node improved Uwe Rathmann 2024-09-17 17:52:52 +0200
  • 69eae90d3a Merge branch 'master' into features/modelobjectbinder Uwe Rathmann 2024-09-17 17:43:06 +0200
  • a40170159c Merge branch 'master' into features/menubutton Uwe Rathmann 2024-09-17 17:42:39 +0200
  • f0c8de601f Merge branch 'master' into features/effectnode Uwe Rathmann 2024-09-17 17:42:18 +0200
  • 35e6cda013 Merge branch 'master' into features/drawer Uwe Rathmann 2024-09-17 17:41:52 +0200
  • 8938c25185 Merge branch 'master' into features/arcrenderer Uwe Rathmann 2024-09-17 17:36:41 +0200
  • 6c391b831d functionality of QskBoxFillNode/QskRectangleNode moved into QskBoxRectangleNode Uwe Rathmann 2024-09-17 13:57:10 +0200
  • 58344c0c4e QskFillNode::Hints added Uwe Rathmann 2024-09-17 13:40:58 +0200
  • f0f17b3cb5 gradients example improved Uwe Rathmann 2024-09-17 13:37:04 +0200
  • d6b9f4edc7 QskBoxRenderer::isGradientSupported does not need the shape Uwe Rathmann 2024-09-17 13:34:23 +0200
  • ada3be71e0 QskBoxFillNode fixed - updating the material first. Uwe Rathmann 2024-09-14 17:43:37 +0200
  • 386ddf72d1 deprecation warning suppressed Uwe Rathmann 2024-09-13 10:28:08 +0200
  • 7b153058f0 cmake files fixed for using the QuickShapes module Uwe Rathmann 2024-09-13 10:27:13 +0200
  • 3fb9ac8495 TODO markers added Uwe Rathmann 2024-09-12 09:05:54 +0200
  • 87ae5efd67 Merge branch 'master' into features/menubutton Uwe Rathmann 2024-09-11 18:51:02 +0200
  • a888d9c5a8 dummy implementation of the destructor in C++ file to avoid compiler errors because of not knowing PrivateData otherwise Uwe Rathmann 2024-09-11 18:49:17 +0200
  • 621923c5dd Merge branch 'master' into features/effectnode Uwe Rathmann 2024-09-11 18:21:39 +0200
  • 877ebe3a72 Merge branch 'master' into features/drawer Uwe Rathmann 2024-09-11 18:18:32 +0200
  • cd8fd0d2b2 Merge branch 'master' into features/modelobjectbinder Uwe Rathmann 2024-09-11 18:13:26 +0200
  • 30157553f4 Merge branch 'master' into features/arcrenderer Uwe Rathmann 2024-09-11 18:12:12 +0200
  • 8d342c222e broken QML version initialization fixed Uwe Rathmann 2024-09-11 18:10:18 +0200
  • 7e07fc11a1 Merge branch 'master' into features/arcrenderer Uwe Rathmann 2024-09-11 16:14:55 +0200
  • 68e9303357 QskArcRenderer introduced Uwe Rathmann 2024-09-11 10:24:22 +0200
  • 7f0e0126be Merge branch 'master' into arcrenderer2 Uwe Rathmann 2024-09-09 09:57:35 +0200
  • cc64460a80 QskProgressRingSkinlet::contentsSizeHint with constraints Uwe Rathmann 2024-09-09 09:54:23 +0200
  • d0a564ff50 using ValueMeter for StorageMeter/EnergyMeter Uwe Rathmann 2024-09-05 09:15:25 +0200
  • c61e3c7f36 CircularProgressBar removed, using QskProgressRing instead Uwe Rathmann 2024-09-04 17:50:42 +0200
  • 86942d4226 code duplication eliminated Uwe Rathmann 2024-09-04 17:08:40 +0200
  • 11df0bb694 code duplication eliminated Uwe Rathmann 2024-09-04 16:30:05 +0200
  • 16dcddd0f2 unused code/definitions removed Uwe Rathmann 2024-09-04 15:46:33 +0200
  • 8bc7146de0 wip Uwe Rathmann 2024-09-03 08:14:41 +0200
  • b97507bf84 wip Uwe Rathmann 2024-09-02 12:00:41 +0200
  • 32890fe47f Merge branch 'master' into features/arcrenderer Uwe Rathmann 2024-09-02 11:14:13 +0200
  • 01a0f6b540 QskVertex::Line API enhanced Uwe Rathmann 2024-09-02 11:13:31 +0200
  • 5c80504c57 QskArcRenderNode is a QskFillNode now Uwe Rathmann 2024-09-02 10:47:41 +0200
  • cf33edb560 wrong normal vector, for cos=0 fixed Uwe Rathmann 2024-07-29 17:33:42 +0200
  • 6e8bdd0c60 rendering of uncolored geometry added Uwe Rathmann 2024-07-29 17:20:26 +0200
  • 70a47a8700 code cleanup Uwe Rathmann 2024-07-29 14:26:09 +0200
  • c37a083779 optimization for circular arcs added Uwe Rathmann 2024-07-29 13:38:08 +0200
  • 708e68045b rendering border/filling together Uwe Rathmann 2024-07-25 18:29:37 +0200
  • a54afb5305 QskArcRenderNode doing border/filling in one node Uwe Rathmann 2024-07-24 15:00:05 +0200
  • c715b625fb code reorganized Uwe Rathmann 2024-07-24 08:39:47 +0200
  • 38130ffb7b some implementation for the closing ends of the borders in radial mode added Uwe Rathmann 2024-07-23 18:06:25 +0200
  • b82097fdb4 QskSlider: Hardcode minimum handle strut size (for now) Peter Hartmann 2024-05-29 16:51:30 +0200
  • f04dedd30a QskSlider: Add stop indicators Peter Hartmann 2024-05-13 16:59:47 +0200
  • 3fdd72c5a3 QskSlider: Add label container and text Peter Hartmann 2024-05-13 16:11:03 +0200
  • e7b64bf4a0 QskSlider: Adapt to new Material3 style Peter Hartmann 2024-04-30 13:03:59 +0200
  • ca38a1e46a QskArcRenderer: orthogonal mode completed, radial mode almost completed ( closing lines are missing ) Uwe Rathmann 2024-07-18 18:13:28 +0200
  • 55b3f0c556 Merge branch 'master' into features/arcrenderer Uwe Rathmann 2024-07-17 15:37:19 +0200
  • 36ac8d95d6 convenience getter added Uwe Rathmann 2024-07-17 15:36:45 +0200