summaryrefslogtreecommitdiffstats
path: root/tests/manual
Commit message (Expand)AuthorAgeFilesLines
* PieSliceAnimation: also interpolate alpha channelIvan Solovev2025-06-051-0/+8
* Normalize signal/slot signatures 2025Marc Mutz2025-06-052-10/+13
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-1811-2/+22
* 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
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2413-13/+13
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2712-12/+12
* Add license headers to cmake filesLucie Gérard2022-07-0813-0/+39
* Use SPDX license identifiersLucie Gérard2022-06-16143-4004/+286
* Tidy up, modernise and simplify some minor detailsEdward Welbourne2021-10-131-3/+3
* Conform with coding style: spacing-only changesEdward Welbourne2021-10-134-4/+4
* CMake: remove dependency to OpenGL in testsSamuli Piippo2021-05-147-14/+0
* Fix manual tests for Qt 6Miikka Heikkinen2021-01-123-2/+6
* Add cmake buildMichal Klocek2021-01-0613-0/+389
* Do not use include with error, prepare for cmakeMichal Klocek2020-12-0811-42/+12
* Use qtConfig, prepare for cmake 1/2Michal Klocek2020-11-161-1/+1
* Remove charts namespace for Qt6Michal Klocek2020-11-0626-40/+40
* Add datetimeaxis to configure systemMichal Klocek2020-11-061-4/+4
* Fix removed calls to insertMultiMichal Klocek2020-08-145-8/+8
* Add ; to Q_UNUSEDLars Schmertmann2020-06-262-4/+4
* Use QList instead of QVector in qtcharts testsJarek Kobus2020-06-237-19/+19
* Update dependenciesFriedemann Kleint2020-04-065-6/+6
* Place minor tickmarks on horizontal axis correctlyPaul Olav Tvete2019-12-052-4/+12
* QtChart: Remove deprecated QPainter::HighQualityAntialiasingChristian Ehrlicher2019-05-271-4/+1
* Fix deprecation warningsFriedemann Kleint2019-05-271-1/+1
* Migrate manual test's ChartViewer to QRegularExpressionSamuel Gaist2018-06-191-5/+7
* Add labelsPrecision property to bar chartsKari Oikarinen2017-12-217-1/+27
* Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...v5.10.0-beta4Liang Qi2017-11-031-1/+2
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-031-1/+2
| |\
| | * Use proper math.h/cmath includesJake Petroules2017-10-072-2/+4
* | | Update to new QRandomGenerator APIThiago Macieira2017-11-037-9/+9
|/ /
* | Use QRandomGenerator instead of q?randThiago Macieira2017-07-048-22/+18
* | Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-143-9/+8
|/
* Remove uses of QString::nullMarc Mutz2017-03-1110-10/+10
* Add support for more than one bar seriesMiikka Heikkinen2016-10-042-113/+223
* Add a possibility to change legend marker shapeMiikka Heikkinen2016-09-231-0/+12
* Optimize barcharts paintingMiikka Heikkinen2016-09-195-1/+444
* Add mouse events support for OpenGL accelerated seriesMiikka Heikkinen2016-08-247-7/+118
* Fix antialiasing support of OpenGL accelerated seriesMiikka Heikkinen2016-08-173-0/+24
* Update candlestick chart model mappers APIAlexander Mishin2016-06-141-16/+16
* Added candlestick chart typeAlexander Mishin2016-05-257-1/+1090
* Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-beta1Liang Qi2016-04-081-2/+2
|\
| * Fix compilation with GCC 6Marc Mutz2016-03-061-2/+2
* | No longer automatically disable QDateTimeAxis on ARM platformsMiikka Heikkinen2016-02-031-1/+1
* | Updated licenseMiikka Heikkinen2016-01-13135-1215/+2295
|/
* Updated license headersTitta Heikkala2015-10-20135-1497/+1902
* Added trivial useOpenGL series test to qmlchartproperties manual testMiikka Heikkinen2015-10-021-7/+20
* Added a manual test application for OpenGL seriesMiikka Heikkinen2015-10-0110-1/+1509
* Fix label clipping issues using QOpenGLWidget as ChartView viewportMiikka Heikkinen2015-09-296-14/+11
* Fixed manual testTitta Heikkala2015-09-251-1/+1