summaryrefslogtreecommitdiffstats
path: root/src/graphs3d/engine
Commit message (Expand)AuthorAgeFilesLines
* Add unlit shading to 3d graphsSakaria Pouke2025-06-015-0/+40
* Add line rendering to surface3DSakaria Pouke2025-05-191-6/+10
* Implement filled surfaceSakaria Pouke2025-02-244-6/+42
* Scale rootNode by 100Sakaria Pouke2025-02-177-7/+10
* Visually order surfacegraphsSakaria Pouke2025-02-111-1/+1
* Prepend QTGRAPHS_ to include guardsSami Varanka2025-01-281-2/+2
* doc: Update types of QML properties to QML typesDavid Boddie2025-01-211-1/+1
* Add transparency support to surface graphSakaria Pouke2024-12-081-6/+6
* Fix rotation properties to be supported on barsKwanghyo Park2024-11-262-10/+10
* Add spline rendering to scatterSakaria Pouke2024-11-112-0/+56
* React to userDefinedMesh and mesh change in Surface3DTomi Korpipaa2024-11-112-93/+0
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-201-1/+1
* Use Q_D macro in const member functions like we do elsewhereVolker Hilsheimer2024-08-191-8/+8
* Unhide previously selected point from another seriesTomi Korpipaa2024-08-061-1/+3
* Fix disappearing points when selecting new pointsTomi Korpipaa2024-08-062-0/+10
* Doc: Fix linking issues in documentationTopi Reinio2024-07-311-2/+2
* Pass small types by valueSami Varanka2024-07-255-30/+30
* Move global to commonKwanghyo Park2024-07-251-1/+1
* Add value coloring for barsSakaria Pouke2024-07-224-3/+15
* Change Q3DScene's devicePixelRatio to qrealSami Varanka2024-07-173-10/+10
* Change QGraphs3D namespace name to QtGraphs3DDilek Akcay2024-06-191-3/+3
* Use composition with QQuickWidgetSami Varanka2024-06-132-5/+5
* Remove lighting calculation from surface wireframeSakaria Pouke2024-06-121-1/+9
* Docs: Add \qmlsignal descriptions for Qt Graphs 3DAlexei Cazacov2024-06-031-2/+50
* Fix surface graph smooth normals generationSakaria Pouke2024-05-301-19/+14
* Change SelectionFlag enum to enum classDilek Akcay2024-05-301-1/+1
* Move widgets to another moduleSami Varanka2024-05-2813-3682/+13
* Fix inconsistency naming of AbstractGraphDilek Akcay2024-05-285-64/+64
* Fix inconsistency naming of ValueAxisDilek Akcay2024-05-284-8/+8
* Fix inconsistency naming of CategoryAxisDilek Akcay2024-05-241-2/+2
* Move enums away from QAbstract3DGraphSami Varanka2024-05-223-242/+54
* Use screen space diffrentials for opengl surface graph normalsSakaria Pouke2024-05-222-5/+3
* Fix compile errors for ios buildKwanghyo Park2024-05-204-6/+6
* Fix surface UV and normals with descending dataSakaria Pouke2024-05-162-21/+30
* Pass empty string to QML_UNCREATABLESami Varanka2024-05-162-2/+2
* Rename const getter to be overload of normal getterSami Varanka2024-05-166-32/+32
* Clip surface graph at y-axis limitsSakaria Pouke2024-05-142-1/+3
* API: Fix public header includes in 3DTomi Korpipaa2024-05-142-4/+4
* Add primary and secondary viewport supportSakaria Pouke2024-05-033-123/+17
* Introduce integrated theme for graphsKwanghyo Park2024-04-302-13/+189
* Add doc about transparencyDilek Akcay2024-04-232-0/+8
* Add subgrid color support to shader gridSakaria Pouke2024-04-171-22/+45
* Add transparency support in colors and gradients for ScatterDilek Akcay2024-04-035-13/+20
* Add transparency support in colors and gradients for BarsDilek Akcay2024-04-026-25/+38
* Fix axishandling crashSami Varanka2024-03-271-0/+1
* Add linewidth property to shader grid linesSakaria Pouke2024-03-251-2/+2
* Move Abstract3DGraph \qml docs to the related .cpp fileDilek Akcay2024-03-221-0/+490
* Move Surface3D \qml docs to the related .cpp fileDilek Akcay2024-03-221-0/+90
* Move Scatter3D \qml docs to the related .cpp fileDilek Akcay2024-03-221-0/+80
* Move Bars3D \qml docs to the related .cpp fileDilek Akcay2024-03-221-0/+157