summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* GLWidget: disconnect during destruction and cleanupVolker Hilsheimer2023-12-121-0/+5
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-1819-2/+39
* Mark chartviewer as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-1747-2/+143
* ChartWidgetTest MainWindow: fix overly complicated QStringList copyMarc Mutz2023-08-071-6/+3
* CMake: Make qtcharts tests standalone projectsAlexandru Croitor2023-07-1231-0/+187
* Fix the broken test after the retirement of qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-1/+1
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-1030-1361/+1361
* void tst_QValueAxis::dynamicTicks: verify qWaitForWindowExposed()Edward Welbourne2022-09-071-1/+1
* Mark various test methods as overridesEdward Welbourne2022-09-075-23/+23
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2447-47/+47
* Use QWidget::activateWindow() instead of QApplication::setActiveWindow()Tor Arne Vestbø2022-08-182-2/+4
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2743-43/+43
* Add proper 'tst_' prefix to unit testsMichal Klocek2022-07-1931-31/+31
* Add license headers to cmake filesLucie Gérard2022-07-0847-0/+141
* unblacklist passing tests 2022Anna Wojciechowska2022-06-201-2/+0
* Use SPDX license identifiersLucie Gérard2022-06-16237-6636/+474
* Ensure to package qml test files as test resourcesAssam Boudjelthia2022-05-1859-1/+6
* Android: ignore some failing tests in qtchartsAssam Boudjelthia2022-04-215-0/+28
* Revert "Blacklist: test cases blacklisted in example:"Pasi Petäjäjärvi2022-04-011-175/+0
* Blacklist: test cases blacklisted in example:CI Insignificant Platforms Monitor Bot2022-03-071-0/+175
* Re-enable cmake build test for qtchartsJuha Vuolle2022-01-112-7/+37
* Tidy up, modernise and simplify some minor detailsEdward Welbourne2021-10-131-3/+3
* Conform with coding style: spacing-only changesEdward Welbourne2021-10-138-107/+107
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-221-1/+1
* Display selected points regardless of QXYSeries::lightMarker()Lukas Kosinski2021-08-191-2/+2
* Port charts to new property registration systemFabian Kosmale2021-06-0330-77/+0
* Fix QCOMPARE of deleted object pointers in qpieseries autotestMiikka Heikkinen2021-05-311-3/+3
* CMake: remove dependency to OpenGL in testsSamuli Piippo2021-05-1438-76/+0
* Remove left-over .pri filesJoerg Bornemann2021-05-051-7/+0
* Remove qmake project filesJoerg Bornemann2021-05-0365-1025/+0
* Rename ambiguous test nameKai Köhne2021-03-311-1/+1
* Fix manual tests for Qt 6Miikka Heikkinen2021-01-123-2/+6
* Remove superfluous checks from test build configMichal Klocek2021-01-072-6/+0
* Add cmake buildMichal Klocek2021-01-0677-0/+1933
* Do not use include with error, prepare for cmakeMichal Klocek2020-12-0843-145/+44
* Use qtConfig, prepare for cmake 1/2Michal Klocek2020-11-161-1/+1
* Remove charts namespace for Qt6Michal Klocek2020-11-0650-67/+67
* Add datetimeaxis to configure systemMichal Klocek2020-11-066-14/+13
* Add configure systemMichal Klocek2020-11-053-4/+4
* Update dependenciesFriedemann Kleint2020-10-309-459/+459
* Add explicit cast to allow template comparison to work properlyKeith Kyzivat2020-10-221-1/+1
* Fix removed calls to insertMultiMichal Klocek2020-08-145-8/+8
* Add ; to Q_UNUSEDLars Schmertmann2020-06-262-4/+4
* Use QList instead of QVectorJarek Kobus2020-06-264-4/+0
* Use QList instead of QVector in qtcharts testsJarek Kobus2020-06-2316-54/+54
* Remove qWaitForWindowShown hack, use qWaitForWindowExposed insteadVolker Hilsheimer2020-04-202-13/+2
* Skip failing QML tests in Qt 6Friedemann Kleint2020-04-0630-0/+77
* Update dependenciesFriedemann Kleint2020-04-066-7/+7
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-072-4/+12
|\
| * Place minor tickmarks on horizontal axis correctlyPaul Olav Tvete2019-12-052-4/+12