summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Use a file name suffix for generated C++ type documentationAlexei Cazacov2024-05-291-0/+6
* Change license for examples and snippets filesLucie Gérard2024-04-042-2/+2
* Doc: Move examples to 'Data Visualization' categoryTopi Reinio2024-02-214-4/+4
* Remove dependency of the ChartsQml module to it selfAlexey Edelev2023-12-211-1/+0
* GLWidget: disconnect during destruction and cleanupVolker Hilsheimer2023-12-121-0/+2
* Unbreak wheel event handling in QChartViewVolker Hilsheimer2023-12-091-3/+1
* Fix setting QColorAxis visibility to falseAntti Määttä2023-11-061-0/+2
* Fix crash on QChartView mouse press handlingMiikka Heikkinen2023-11-061-1/+1
* De-highlight Qt Charts examplesKai Köhne2023-10-131-3/+0
* Doc: Correct return type for QML XYSeries::bestFitLineColorAndreas Eliasson2023-09-291-1/+1
* Remove excessive signaling from sizeBy and colorByMiikka Heikkinen2023-09-112-20/+41
* Doc: All overviews list categorizationJaishree Vyas2023-09-071-1/+1
* BoxWhiskers: use Q_DECL_UNUSED_MEMBERMarc Mutz2023-09-061-4/+2
* Port Q_FOREACH to ranged-for; local const containersAhmad Samir2023-09-049-42/+26
* Port Q_FOREACH to ranged-for, iterating over a temporaryAhmad Samir2023-09-0416-61/+92
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-182-2/+0
* Mark QtChartsQml2 as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-189-0/+30
* Mark QtCharts (the library) as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-1837-0/+120
* GLXYSeriesDataManager: de-pessimize a for loopMarc Mutz2023-08-071-1/+1
* Charts: Fix crash when clicking on scatter pointsAntti Määttä2023-08-012-4/+10
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-312-0/+3
* Doc: List of all Qt overviews which are now termed as explanationJaishree Vyas2023-07-191-0/+1
* Add \examplecategory for Qt Charts examplesVenugopal Shivashankar2023-07-174-4/+4
* Doc: Remove \ingroup all-examples command from the docsJaishree Vyas2023-07-121-1/+0
* Doc: Fix broken snippet referenceAndreas Eliasson2023-07-051-5/+3
* Fix brush setting on scatter series items when selectedMiikka Heikkinen2023-06-221-1/+4
* Fix assert on vertical color axis label countMiikka Heikkinen2023-06-221-1/+1
* Doc: Move juicy content from QML types page to module landing pageAndreas Eliasson2023-06-202-11/+10
* Doc: Fix broken links in Qt ChartsAndreas Eliasson2023-06-206-11/+11
* Docs: Fix Charts API Docs Broken LinksNicholas Bennett2023-06-1726-46/+39
* Docs: Update documentation for Qt Charts QML GalleryNicholas Bennett2023-06-167-238/+2
* Docs: Rework example documentation into charts widget gallery exampleNicholas Bennett2023-06-1540-1841/+19
* Remove the manual undef of the min/max macros, or def NOMINMAXAmir Masoud Abdol2023-06-061-9/+0
* Do not use global pointsConfigurationDirty flagIvan Solovev2023-04-212-4/+4
* ScatterChartItem: do not use item's position when resizing markerIvan Solovev2023-04-211-6/+6
* Docs: Add documentation for audio exampleNicholas Bennett2023-04-202-5/+109
* Fix sizeBy pointSize calculationTomi Korpipaa2023-04-201-1/+2
* Fix background drawing with fixed plot areaTomi Korpipää2023-04-181-2/+5
* Remove the extra attributeAmir Masoud Abdol2023-04-181-2/+2
* Add [[maybe_unused]]Amir Masoud Abdol2023-04-131-1/+4
* Remove QT_DECL_METATYPEFriedemann Kleint2023-02-077-12/+0
* QtCharts: fix GCC 13-detected dangling element reference warningThiago Macieira2023-01-191-1/+1
* Documentation: Add note stating that QApplication is required for the QML typesFriedemann Kleint2023-01-091-6/+7
* Update legend marker after setting label textSami Varanka2022-12-151-1/+1
* Fix QXYSeries's best fit line not showing in some coordinate rangesFriedemann Kleint2022-12-121-4/+9
* Add ability to customize labels for specific pointsKeith Kyzivat2022-11-116-24/+152
* fix build without openglMikko Gronoff2022-11-091-1/+3
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-131-1/+1
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-1055-247/+247
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-075-8/+8