summaryrefslogtreecommitdiffstats
path: root/src/graphs2d/animation/qgraphpointanimation.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add categorized logging for graphs 2d pt1Niko Korkala2025-04-031-1/+15
| | | | | | | | | | | | | qt.graphs2d.general for general purpose logging, qt.graphs2d.series for series related logging, qt.graphs2d.series.properties logs property changes only if they fail qt.graphs2d.critical for critical logging qt.graphs2d.animation for animation state logging qt.graphs2d.axis.properties for axis properties logging Task-number: QTBUG-128886 Change-Id: Ie0173ad15832708304579560200094b63fef7502 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Update GraphPointAnimation docsOwais Akhtar2025-01-071-0/+5
| | | | | | | | Fixes: QTBUG-132402 Pick-to: 6.8 6.9 Change-Id: I375390898dcba012c9cab03d77fbfe162bd1e884 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Alexei Cazacov <alexei.cazacov@qt.io>
* Fix docs for graphs 2D animationsTomi Korpipaa2024-11-251-10/+10
| | | | | | | | Pick-to: 6.8 6.8.1 Fixes: QTBUG-131119 Change-Id: I9b4b6b49809595c6dca2714b29e40b822deed50d Reviewed-by: Kaj Grönholm <kaj.gronholm@qt.io> Reviewed-by: Alexei Cazacov <alexei.cazacov@qt.io>
* Fix crashes with animations and allow for removalOwais Akhtar2024-09-261-28/+35
| | | | | | | | | | | | This should fix the known crashes with animations, i.e when calling remove, having single animation type, or the wrong order. Remove animation for splines doesnt look that great yet. I tried different lerps and Catmull-Rom but they all have a similar effect, so this can still be improved later. Fixes: QTBUG-129025 Fixes: QTBUG-129357 Change-Id: If2606e167f064b158dcb8f4e1ef1ca4bae25f7a8 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Add documentation for animation typesOwais Akhtar2024-09-181-0/+22
| | | | | | | | | | Documentation for graph animation classes are missing. Pick-to: 6.8.0 6.8 Task-number: QTBUG-128538 Change-Id: Ib38f57dde2c8a36797388e56b9e3914f131d12bb Reviewed-by: Alexei Cazacov <alexei.cazacov@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Fix compilation with -qreal floatTim Blechmann2024-08-131-4/+8
| | | | | | | Task-number: QTBUG-118877 Pick-to: 6.8 Change-Id: I249db4583517d153c63f35e379c7a33c47aeec27 Reviewed-by: Kaj Grönholm <kaj.gronholm@qt.io>
* API: Minor tweaks in Graphs 2DKaj Grönholm2024-07-221-1/+1
| | | | | | | | | | Trying to be consistent with parameter types, constness etc. small adjustments. Document pointsReplaced to remove QDoc warning. Task-number: QTBUG-125254 Pick-to: 6.8 Change-Id: Ice2db59d55c936f9a5839ee9d2263a8a71bcaba3 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Add out-of-line dtorsSami Varanka2024-07-151-0/+2
| | | | | | | | | Pick-to: 6.8 Task-number: QTBUG-127096 Change-Id: Iaa674920c2bff51e2e3f33322180351646069872 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Owais Akhtar <owais.akhtar@qt.io> Reviewed-by: Sakaria Pouke <sakaria.pouke@qt.io>
* Initial implementation of transition animation system for graphsOwais Akhtar2024-04-181-0/+141
Task-number: QTBUG-123992 Change-Id: Ic3b5c75a865a0de9094318a6aa401aefadc23115 Reviewed-by: Kaj Grönholm <kaj.gronholm@qt.io> Reviewed-by: Jere Tuliniemi <jere.tuliniemi@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>