summaryrefslogtreecommitdiffstats
path: root/src/graphs3d/qml/qquickgraphsbars.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change the remaining qWarnings to qCWarningsSami Varanka8 days1-2/+3
* Fix rendering slice to an image if selectionMode does not matchTomi Korpipaa12 days1-4/+2
* Add multiaxis support for 3D graphsSakaria Pouke2025-11-261-5/+62
* Fix: Graphs3D series item label visibilitySami Varanka2025-10-281-3/+18
* Handle NaN values in 3d seriesSakaria Pouke2025-10-021-0/+3
* 3D: Remove unused mutex variablesSami Varanka2025-09-121-3/+0
* 3D: Add tracepoints to barsSami Varanka2025-09-121-0/+71
* API review: don't return pointer to QImage from renderSliceToImageVolker Hilsheimer2025-09-011-4/+2
* Fix clazy-non-pod-global-static warningTomi Korpipaa2025-08-051-3/+3
* Revert "Fix clazy-non-pod-global-static warning"Tomi Korpipaa2025-08-051-10/+3
* GraphsWidgets: Do not introduce new QSharedPointersTomi Korpipaa2025-07-291-10/+16
* Fix clazy-non-pod-global-static warningTomi Korpipaa2025-07-281-3/+10
* Graphs: rename enum SliceType to SliceCaptureTypeKwanghyo Park2025-07-241-6/+7
* Fix several clazy warningsTomi Korpipaa2025-07-211-1/+0
* Get rid of some clazy warnings in qquickgraphbars.cppTomi Korpipaa2025-07-161-13/+13
* Include what you use: qquaternion.hMarc Mutz2025-07-141-0/+2
* Fix endless sync loop in Bars3DTomi Korpipaa2025-07-141-6/+15
* Fix continuous updateLabels in barsTomi Korpipaa2025-07-141-5/+5
* Add unlit shading to 3d graphsSakaria Pouke2025-06-011-0/+12
* Add categorized logging to graphs 3d pt1Niko Korkala2025-05-291-27/+74
* 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