summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/engine
Commit message (Expand)AuthorAgeFilesLines
* Do not render volumes into selection bufferTomi Korpipaa4 days1-1/+1
* Include what you need: <QPointer>Marc Mutz2023-10-131-0/+2
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-1811-0/+22
* Replace Q_OS_OSX with Q_OS_MACOSTor Arne Vestbø2023-06-071-2/+2
* Fix invalid value handlingTomi Korpipaa2023-04-181-3/+3
* Remove dependency on Qml target for the non-qml moduleAlexandru Croitor2023-04-171-1/+1
* Combine 2 more widget examples into graph galleryTomi Korpipaa2023-02-271-1/+1
* Fix CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-131-3/+3
* Fix example naming and categoriesTomi Korpipaa2023-01-274-4/+4
* Fix invalid drawModeTomi Korpipaa2023-01-191-2/+4
* Rename shader and mesh resource filesTomi Korpipaa2022-10-111-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-051-3/+3
* Do not crash if custom object load failsTomi Korpipaa2022-08-261-3/+8
* Fix layering violation involving AbstractDeclarativeMarc Mutz2022-07-063-1/+44
* Use SPDX license identifiersLucie Gérard2022-06-1354-1512/+108
* Scatter3DRenderer: initialize variable to make GCC 12 happyThiago Macieira2022-04-251-1/+1
* Clarify the usage of SelectionMultiSeries flagTomi Korpipaa2022-04-081-0/+2
* Fix API review findingTomi Korpipaa2022-02-102-2/+2
* Fix API review findingTomi Korpipaa2022-02-022-2/+2
* Remove unused .qrc filesJoerg Bornemann2022-01-182-76/+0
* Add row colors for Bar3DSeriesSami Varanka2021-10-083-3/+16
* Migrate to autogenerated cpp exportsAlexey Edelev2021-09-2716-16/+16
* Add hasSeries method to Abstract3D graphSami Varanka2021-09-247-2/+37
* Fix: QAbstract3DGraph orthoProjection docsSami Varanka2021-09-061-5/+0
* Fix: change signals to take values by const refSami Varanka2021-09-021-1/+1
* Add: Margin between series columns in Bars3DSami Varanka2021-08-246-6/+88
* Add: Colorize surfaceseries wireframeSami Varanka2021-08-062-0/+8
* Fix: Axis titles do not respect title fixedSami Varanka2021-06-221-0/+20
* Fix bargraph labels face wrong directionSami Varanka2021-06-111-3/+7
* Modernize and update to latest CMake APIUlf Hermann2021-06-119-24/+26
* Fix Gradients don't showSami Varanka2021-05-182-2/+9
* Remove left-over .pri filesJoerg Bornemann2021-05-051-63/+0
* Remove obsolete namespace documentationVolker Hilsheimer2021-04-201-1/+1
* Fix macOS build that has -Wunused-function as errorTomi Korpipaa2021-02-101-1/+1
* Fix conan build errorsTomi Korpipaa2021-01-291-1/+1
* Remove custom namespaceTomi Korpipaa2021-01-2854-109/+109
* Add CMake buildTuomo Pelkonen2021-01-274-33/+38
* Fix compilation issues for macOS and Android on Qt 6.0Tuomo Pelkonen2021-01-274-12/+14
* Migrate C++ API rendering path to Qt 6Tomi Korpipaa2020-12-142-3/+5
* Add missing overrideAlexander Volkov2020-06-2914-135/+135
* Add ; to Q_UNUSEDLars Schmertmann2020-06-268-50/+50
* Use QList instead of QVectorJarek Kobus2020-06-2517-43/+43
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-03-261-1/+1
|\
| * Doc: Fix typo in qdoc commandPaul Wicking2020-01-271-1/+1
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-08-281-1/+1
| |\
* | | Update dependenciesFriedemann Kleint2020-03-263-3/+5
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-241-1/+1
|\ \ \ | |/ / |/| / | |/
| * Fix GCC 4.8 build of abstract3drendererVille Voutilainen2019-08-221-1/+1
* | Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-121-2/+2
|/