summaryrefslogtreecommitdiffstats
path: root/src/graphs3d
Commit message (Expand)AuthorAgeFilesLines
* Docs: Add \qmlsignal descriptions for Qt Graphs 3DAlexei Cazacov7 days28-735/+1823
* Change 'enabled' properties to visible in GraphsThemeDilek Akcay10 days2-32/+32
* Fix surface graph smooth normals generationSakaria Pouke11 days2-21/+16
* Fix font size issueSakaria Pouke11 days2-4/+1
* Change SelectionFlag enum to enum classDilek Akcay11 days13-170/+169
* Revert "qquickgraphsitem: Avoid indirection for Component creation"Fabian Kosmale11 days1-2/+1
* Fix warnings of AbstractGraph naming in docsDilek Akcay12 days1-5/+5
* Fix theme-related doc warningsTomi Korpipaa12 days3-4/+4
* Fix incorrect bar type when plot area is not visibleTomi Korpipaa12 days1-1/+1
* Move widgets to another moduleSami Varanka13 days44-575/+763
* qquickgraphsitem: Avoid indirection for Component creationFabian Kosmale13 days1-1/+2
* Fix crash in qmlperfDilek Akcay13 days1-11/+17
* Fix inconsistency naming of AbstractGraphDilek Akcay13 days17-85/+85
* Fix inconsistency naming of ValueAxisDilek Akcay13 days10-31/+31
* Fix inconsistency naming of AbstractAxisDilek Akcay2024-05-246-19/+19
* Fix inconsistency naming of CategoryAxisDilek Akcay2024-05-244-6/+6
* Move enums away from QAbstract3DGraphSami Varanka2024-05-2217-485/+517
* Use screen space diffrentials for opengl surface graph normalsSakaria Pouke2024-05-222-5/+3
* Fix live data issue in qmlperfDilek Akcay2024-05-221-0/+8
* Fix compile errors for ios buildKwanghyo Park2024-05-2042-450/+450
* Fix surface UV and normals with descending dataSakaria Pouke2024-05-165-75/+69
* Pass empty string to QML_UNCREATABLESami Varanka2024-05-167-7/+7
* Rename const getter to be overload of normal getterSami Varanka2024-05-166-32/+32
* Clip surface graph at y-axis limitsSakaria Pouke2024-05-145-2/+9
* API: Fix public header includes in 3DTomi Korpipaa2024-05-1419-49/+49
* Add Surface graph shadow issue to known issuesSakaria Pouke2024-05-141-0/+2
* Update label text color for 3D graphKwanghyo Park2024-05-101-12/+33
* Remove unnecessary codes about row&col updateDilek Akcay2024-05-102-72/+13
* Fix broken label backgroundTomi Korpipaa2024-05-081-1/+1
* Update migration guide to reflect theme unificationTomi Korpipaa2024-05-081-0/+19
* Do not override custom user input themeKwanghyo Park2024-05-071-1/+4
* Add primary and secondary viewport supportSakaria Pouke2024-05-035-167/+102
* Unify background colors themingKaj Grönholm2024-05-032-14/+20
* Fix issues on base color overridingKwanghyo Park2024-05-032-19/+27
* QValue3DAxisFormatter: remove redundant friend declarationMarc Mutz2024-05-021-1/+0
* Support offsetting title positionSakaria Pouke2024-05-025-0/+94
* Fix wrong property name for 3d gridKwanghyo Park2024-04-301-1/+1
* Introduce integrated theme for graphsKwanghyo Park2024-04-3024-3196/+574
* Fix transparency issue in qmlthemeDilek Akcay2024-04-291-6/+19
* Correct license for build system filesLucie Gérard2024-04-262-2/+2
* Add doc about transparencyDilek Akcay2024-04-232-0/+8
* Fix subgridlinecolor initialization issueSakaria Pouke2024-04-191-0/+1
* Add support for hiding axis labelsSakaria Pouke2024-04-195-3/+90
* Add subgrid color support to shader gridSakaria Pouke2024-04-179-60/+194
* Fix slice issue on widgetgraphgalleryDilek Akcay2024-04-171-41/+38
* Suppress a warning using a Component as the rootInho Lee2024-04-153-47/+49
* Change camera type from orthographic to perspective in barsDilek Akcay2024-04-084-27/+53
* Improve proxymodel picking accuracySakaria Pouke2024-04-052-10/+23
* Fix transparency artefacts on Bars3DTomi Korpipaa2024-04-044-15/+31
* Fix transparency artefacts on Scatter3DTomi Korpipaa2024-04-044-20/+47