summaryrefslogtreecommitdiffstats
path: root/src/datavisualizationqml
Commit message (Expand)AuthorAgeFilesLines
* Use NO_GENERATE_CPP_EXPORTS explicitlyAlexey Edelev2024-03-141-0/+1
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-08-241-2/+0
* Replace foreach with ranged for loopVolker Hilsheimer2023-08-221-4/+2
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-183-0/+6
* Fix flaky autotestTomi Korpipaa2023-08-031-1/+1
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-311-0/+2
* Replace Q_OS_OSX with Q_OS_MACOSTor Arne Vestbø2023-06-071-2/+2
* Fix build: QtDataVisualizationQml uses CorePrivateThiago Macieira2023-05-031-1/+1
* Fix invalid value handlingTomi Korpipaa2023-04-181-1/+4
* Fix invalid drawModeTomi Korpipaa2023-01-191-0/+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-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Fix layering violation involving AbstractDeclarativeMarc Mutz2022-07-062-2/+4
* Use SPDX license identifiersLucie Gérard2022-06-1331-868/+62
* Remove clash with QmlModels QAbstractItemModel foreign typeAlexandru Croitor2022-04-051-3/+3
* Make sure all private headers include at least one otherThiago Macieira2022-03-082-1/+3
* CMake: Record package dependency on DataVisualizationPrivateAlexandru Croitor2022-03-031-1/+1
* Do not use PUBLIC_LIBRARIES in qml moduleKai Köhne2021-11-021-1/+1
* Add row colors for Bar3DSeriesSami Varanka2021-10-082-1/+119
* Add hasSeries method to Abstract3D graphSami Varanka2021-09-242-0/+7
* Fix: change signals to take values by const refSami Varanka2021-09-025-8/+8
* Add: Margin between series columns in Bars3DSami Varanka2021-08-242-2/+20
* Fix: Rotate and zoom don't work on androidSami Varanka2021-08-041-0/+3
* Split other resources from QML_FILESUlf Hermann2021-06-301-0/+5
* Encapsulate raw string with QLatin1StringKai Köhne2021-06-221-1/+1
* Modernize and update to latest CMake APIUlf Hermann2021-06-1139-0/+6244