summaryrefslogtreecommitdiffstats
path: root/src/graphs3d/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix asan error with 3d qmltestSami Varanka2025-06-091-5/+5
* Add unlit shading to 3d graphsSakaria Pouke2025-06-0113-7/+78
* Add scale to scatter itemSakaria Pouke2025-05-301-2/+2
* Add categorized logging to graphs 3d pt1Niko Korkala2025-05-295-175/+410
* Fix crash in tst_barsSami Varanka2025-05-271-3/+3
* Add line rendering to surface3DSakaria Pouke2025-05-193-3/+107
* Fix Graph node documented namesSakaria Pouke2025-05-153-59/+59
* Fix compilation error on macOSTomi Korpipää2025-05-091-3/+4
* Reserve instead of resize index list in surface graphsSakaria Pouke2025-05-081-2/+2
* Add picking to graph nodesSakaria Pouke2025-04-2814-11/+121
* Add documentation to graphs node classesSakaria Pouke2025-04-244-0/+760
* Add graph node classesSakaria Pouke2025-03-2414-17/+1823
* 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-276-83/+657
* Check if slice pointer exists when updating selected pointSakaria Pouke2025-02-271-3/+14
* Implement filled surfaceSakaria Pouke2025-02-244-11/+184
* Scale rootNode by 100Sakaria Pouke2025-02-179-6/+18
* Visually order surfacegraphsSakaria Pouke2025-02-112-0/+5
* Remove unnecessary foreign typesSami Varanka2025-02-055-318/+0
* doc: Update types of QML properties to QML typesDavid Boddie2025-01-211-9/+9
* Add missing foreigntypes header for splineTomi Korpipaa2025-01-201-0/+52
* Fix bars rotation if we have negative valuesTomi Korpipaa2025-01-173-0/+29
* Pass QVector3D by value to doRayPicking()Marc Mutz2025-01-168-9/+9
* Change splineseries properties and labelsize to qrealSakaria Pouke2025-01-162-2/+2
* Fix borderVisible property in custom labelsTomi Korpipaa2025-01-131-1/+1
* Fix: logvalueaxis crash in surface3DSami Varanka2025-01-131-12/+17
* API comparison review findings in GraphsTomi Korpipaa2024-12-204-9/+10
* Do selection on the first clickTomi Korpipaa2024-12-181-3/+11
* Do not call setSelectedPoint unnecessarily at handleArrayResetTomi Korpipaa2024-12-161-1/+2
* Clear picked status of models when clearing selectionTomi Korpipaa2024-12-161-2/+2
* Add transparency support to surface graphSakaria Pouke2024-12-084-0/+78
* Fix surfacegraph shadow artifactsSakaria Pouke2024-12-061-0/+1
* 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
* Move utils needed by common classes to commonTomi Korpipaa2024-12-041-2/+2
* Don't set background rotation every timeSami Varanka2024-12-041-14/+17
* Add ray picking to all graph typesSakaria Pouke2024-12-038-0/+283
* Check for invalid values in renderingModeTomi Korpipaa2024-12-031-1/+3
* Add quick3d importScene supportSakaria Pouke2024-12-022-0/+21
* Check for invalid values in barThicknessTomi Korpipaa2024-12-021-1/+1
* Check for invalid aspect ratio valuesTomi Korpipaa2024-11-291-2/+2
* Add clipping camera target position in rangeKwanghyo Park2024-11-281-3/+3
* ScatterGraph: fix clearSelectionSami Varanka2024-11-281-19/+39
* Add missing signal emissionsTomi Korpipaa2024-11-271-0/+1
* Fix margin to be handled properly on bar 3DKwanghyo Park2024-11-263-4/+5
* Fix rotation properties to be supported on barsKwanghyo Park2024-11-261-10/+23
* Fix setValue and setRotation of QBarDataItemTomi Korpipaa2024-11-221-0/+1
* Handle axis reverse in scatter graphSami Varanka2024-11-212-23/+60