summaryrefslogtreecommitdiffstats
path: root/src/graphs3d/qml/qquickgraphsbars.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add picking to graph nodesSakaria Pouke2025-04-281-2/+10
* Add graph node classesSakaria Pouke2025-03-241-5/+9
* Create offscreen slice view of given index and grab it to imageKwanghyo Park2025-02-271-1/+207
* Scale rootNode by 100Sakaria Pouke2025-02-171-0/+2
* Fix bars rotation if we have negative valuesTomi Korpipaa2025-01-171-0/+19
* Pass QVector3D by value to doRayPicking()Marc Mutz2025-01-161-1/+1
* Add ray picking to all graph typesSakaria Pouke2024-12-031-0/+84
* Check for invalid values in barThicknessTomi Korpipaa2024-12-021-1/+1
* Fix margin to be handled properly on bar 3DKwanghyo Park2024-11-261-3/+3
* Fix rotation properties to be supported on barsKwanghyo Park2024-11-261-10/+23
* Fix setValue and setRotation of QBarDataItemTomi Korpipaa2024-11-221-0/+1
* Fix edgeLabelsVisible propertyTomi Korpipaa2024-11-181-0/+6
* Fix docs for scene, selectedSeries, and selectedElementTomi Korpipaa2024-11-151-0/+2
* Make camera rotation limits publicSakaria Pouke2024-11-111-13/+0
* Fix wrong bar mesh issue when changing the data rangeDilek Akcay2024-08-271-1/+1
* Exit from slice view when no items in slice listTomi Korpipaa2024-08-091-3/+2
* Fix Bars memory leaks in barsgraphSami Varanka2024-08-091-23/+19
* Pass small types by valueSami Varanka2024-07-251-9/+9
* Remove series from slice bars when removedTomi Korpipaa2024-07-231-0/+6
* Add value coloring for barsSakaria Pouke2024-07-221-0/+17
* Change updaeSliceItemLabel to take const refSami Varanka2024-07-191-1/+1
* Do viewport and quickitem size changes correctlyTomi Korpipaa2024-07-031-6/+6
* Change QGraphs3D namespace name to QtGraphs3DDilek Akcay2024-06-191-48/+47
* Add item selected check for item label visibiltySakaria Pouke2024-06-131-0/+1
* Docs: Add \qmlsignal descriptions for Qt Graphs 3DAlexei Cazacov2024-06-031-5/+71
* Change 'enabled' properties to visible in GraphsThemeDilek Akcay2024-05-311-5/+5
* Change SelectionFlag enum to enum classDilek Akcay2024-05-301-26/+25
* Fix warnings of AbstractGraph naming in docsDilek Akcay2024-05-291-5/+5
* Fix incorrect bar type when plot area is not visibleTomi Korpipaa2024-05-291-1/+1
* Move widgets to another moduleSami Varanka2024-05-281-0/+157
* Fix crash in qmlperfDilek Akcay2024-05-281-11/+17
* Move enums away from QAbstract3DGraphSami Varanka2024-05-221-49/+52
* Fix live data issue in qmlperfDilek Akcay2024-05-221-0/+8
* Fix compile errors for ios buildKwanghyo Park2024-05-201-39/+39
* Remove unnecessary codes about row&col updateDilek Akcay2024-05-101-70/+13
* Introduce integrated theme for graphsKwanghyo Park2024-04-301-13/+13
* Fix transparency issue in qmlthemeDilek Akcay2024-04-291-6/+19
* Fix slice issue on widgetgraphgalleryDilek Akcay2024-04-171-41/+38
* Change camera type from orthographic to perspective in barsDilek Akcay2024-04-081-8/+7
* Fix transparency artefacts on Bars3DTomi Korpipaa2024-04-041-6/+17
* Add transparency support in colors and gradients for BarsDilek Akcay2024-04-021-1/+1
* Use Shader to render gridSakaria Pouke2024-03-141-14/+12
* Reduce the amount of leaked memoryTomi Korpipaa2024-03-111-0/+3
* Fix bar graph gradient updatingSakaria Pouke2024-02-261-1/+7
* Don't try to remove non-existent seriesSami Varanka2024-02-131-0/+3
* Warn about using polar with barsSami Varanka2024-02-121-0/+1
* Remove data members from proxy in barsDilek Akcay2024-02-011-7/+4
* Create the grid with a single geometrySami Varanka2024-01-291-4/+0
* Fix abnormal input handling on touch devices with sliceKwanghyo Park2024-01-251-28/+0
* Revamp InputHandlersKwanghyo Park2024-01-221-2/+7