summaryrefslogtreecommitdiffstats
path: root/src/graphs3d/qml/qquickgraphsitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix asan error with 3d qmltestSami Varanka2025-06-091-5/+5
* Add unlit shading to 3d graphsSakaria Pouke2025-06-011-0/+8
* Add categorized logging to graphs 3d pt1Niko Korkala2025-05-291-129/+266
* Fix compilation error on macOSTomi Korpipää2025-05-091-3/+4
* Add picking to graph nodesSakaria Pouke2025-04-281-2/+11
* Add graph node classesSakaria Pouke2025-03-241-6/+52
* Fix: remove custom item model with Custom3DItemSami Varanka2025-03-201-1/+2
* GraphsItem doc fixesSakaria Pouke2025-03-191-12/+1
* Fix raypicking qml docSakaria Pouke2025-03-131-1/+1
* Create offscreen slice view of given index and grab it to imageKwanghyo Park2025-02-271-70/+179
* Scale rootNode by 100Sakaria Pouke2025-02-171-6/+8
* doc: Update types of QML properties to QML typesDavid Boddie2025-01-211-9/+9
* Fix bars rotation if we have negative valuesTomi Korpipaa2025-01-171-0/+4
* Pass QVector3D by value to doRayPicking()Marc Mutz2025-01-161-1/+1
* Change splineseries properties and labelsize to qrealSakaria Pouke2025-01-161-1/+1
* Fix borderVisible property in custom labelsTomi Korpipaa2025-01-131-1/+1
* Add transparency support to surface graphSakaria Pouke2024-12-081-0/+57
* Add missing \since 6.9 to some propertiesTomi Korpipaa2024-12-041-0/+5
* Don't flip itemlabel when adjusting font sizeSami Varanka2024-12-041-0/+1
* Don't set background rotation every timeSami Varanka2024-12-041-14/+17
* Add ray picking to all graph typesSakaria Pouke2024-12-031-0/+80
* Check for invalid values in renderingModeTomi Korpipaa2024-12-031-1/+3
* Add quick3d importScene supportSakaria Pouke2024-12-021-0/+20
* Check for invalid aspect ratio valuesTomi Korpipaa2024-11-291-2/+2
* Add clipping camera target position in rangeKwanghyo Park2024-11-281-3/+3
* Add missing signal emissionsTomi Korpipaa2024-11-271-0/+1
* Fix margin to be handled properly on bar 3DKwanghyo Park2024-11-261-0/+2
* Handle axis reverse in scatter graphSami Varanka2024-11-211-8/+33
* Update labels if auto angle enabledSami Varanka2024-11-191-1/+14
* Fix position of custom labelTomi Korpipaa2024-11-181-3/+8
* Fix edgeLabelsVisible propertyTomi Korpipaa2024-11-181-0/+12
* Fix docs for titleFixed and marginTomi Korpipaa2024-11-151-1/+1
* Fix docs for scene, selectedSeries, and selectedElementTomi Korpipaa2024-11-151-0/+3
* Fix docs for queriedGraphPosition, optimizationHint, and labelMarginTomi Korpipaa2024-11-151-2/+3
* Add docs for Graphs3D enumsTomi Korpipaa2024-11-151-35/+11
* Make camera rotation limits publicSakaria Pouke2024-11-111-0/+28
* Add label relative sizingSakaria Pouke2024-11-041-9/+137
* Fix incorrect scaling of custom itemsTomi Korpipaa2024-10-291-2/+8
* Remove unused mouseMoveEvent from QQuickGraphsItemSami Varanka2024-09-231-6/+0
* Add brief documentation for input handlingKwanghyo Park2024-08-291-0/+70
* Fix BarGraph's slice view not openingSami Varanka2024-08-261-1/+1
* Fix an empty rectangle in slice viewTomi Korpipaa2024-08-121-1/+2
* Fix memory leak qquickgraphsitem's themeSami Varanka2024-08-071-1/+1
* Fix subview updating for background renderingSakaria Pouke2024-08-011-12/+6
* Check camera zoom boundsTomi Korpipaa2024-07-311-3/+20
* Change int to qsizetype where feasibleSami Varanka2024-07-311-4/+4
* Rename labelAutoRotation to labelAutoAngleSami Varanka2024-07-311-5/+5
* Change qWarnings to use recommended printf formSami Varanka2024-07-291-13/+13
* Set shadow bias and qualitySakaria Pouke2024-07-291-0/+2
* Pass small types by valueSami Varanka2024-07-251-30/+30