summaryrefslogtreecommitdiffstats
path: root/src/graphs3d/qml/qquickgraphssurface.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add line rendering to surface3DSakaria Pouke5 days1-3/+104
* Reserve instead of resize index list in surface graphsSakaria Pouke2025-05-081-2/+2
* Add picking to graph nodesSakaria Pouke2025-04-281-2/+10
* Add graph node classesSakaria Pouke2025-03-241-3/+3
* Create offscreen slice view of given index and grab it to imageKwanghyo Park2025-02-271-1/+236
* Check if slice pointer exists when updating selected pointSakaria Pouke2025-02-271-3/+14
* Implement filled surfaceSakaria Pouke2025-02-241-11/+176
* Scale rootNode by 100Sakaria Pouke2025-02-171-0/+1
* Visually order surfacegraphsSakaria Pouke2025-02-111-0/+4
* Pass QVector3D by value to doRayPicking()Marc Mutz2025-01-161-1/+1
* Fix: logvalueaxis crash in surface3DSami Varanka2025-01-131-12/+17
* 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-081-0/+9
* Fix surfacegraph shadow artifactsSakaria Pouke2024-12-061-0/+1
* Add ray picking to all graph typesSakaria Pouke2024-12-031-0/+84
* Fix edgeLabelsVisible propertyTomi Korpipaa2024-11-181-0/+4
* Fix docs for scene, selectedSeries, and selectedElementTomi Korpipaa2024-11-151-0/+2
* React to userDefinedMesh and mesh change in Surface3DTomi Korpipaa2024-11-111-45/+174
* Fix selection item label visibilityTomi Korpipaa2024-11-051-1/+1
* Fix memory leak SurfaceModel listSami Varanka2024-08-261-1/+2
* Avoid memory leak with temporary proxyindex listSami Varanka2024-08-261-22/+22
* Fix slice descending data indexingSakaria Pouke2024-07-291-2/+2
* Pass small types by valueSami Varanka2024-07-251-5/+5
* Change updaeSliceItemLabel to take const refSami Varanka2024-07-191-1/+1
* Add an enum class for shading type in Surface3DDilek Akcay2024-07-151-6/+8
* Add an enum class for grid line typeDilek Akcay2024-07-151-1/+1
* Do viewport and quickitem size changes correctlyTomi Korpipaa2024-07-031-4/+4
* Change QGraphs3D namespace name to QtGraphs3DDilek Akcay2024-06-191-25/+25
* Add item selected check for item label visibiltySakaria Pouke2024-06-131-0/+1
* Change 'enabled' properties to visible in 3DDilek Akcay2024-06-111-1/+1
* Docs: Add \qmlsignal descriptions for Qt Graphs 3DAlexei Cazacov2024-06-031-0/+126
* Fix surface graph smooth normals generationSakaria Pouke2024-05-301-2/+2
* Change SelectionFlag enum to enum classDilek Akcay2024-05-301-22/+22
* Move enums away from QAbstract3DGraphSami Varanka2024-05-221-25/+26
* Fix compile errors for ios buildKwanghyo Park2024-05-201-68/+68
* Fix surface UV and normals with descending dataSakaria Pouke2024-05-161-50/+33
* Clip surface graph at y-axis limitsSakaria Pouke2024-05-141-1/+4
* Add Surface graph shadow issue to known issuesSakaria Pouke2024-05-141-0/+2
* Introduce integrated theme for graphsKwanghyo Park2024-04-301-6/+6
* Change camera type from orthographic to perspective in barsDilek Akcay2024-04-081-0/+1
* Improve proxymodel picking accuracySakaria Pouke2024-04-051-9/+19
* Use Shader to render gridSakaria Pouke2024-03-141-0/+43
* Fix surface graph wrong label numbersSakaria Pouke2024-02-151-0/+1
* Fix incorrect point placement in polar graphSakaria Pouke2024-02-131-2/+3
* Warn about using polar with barsSami Varanka2024-02-121-0/+1
* Fix surface graph scalingSami Varanka2024-02-091-0/+53
* Remove data members from proxy in surfaceDilek Akcay2024-02-011-8/+8
* Create the grid with a single geometrySami Varanka2024-01-291-32/+3