summaryrefslogtreecommitdiffstats
path: root/src/charts/xychart
Commit message (Expand)AuthorAgeFilesLines
* Remove the use of Q_CHARTS_PRIVATE_EXPORTAlexey Edelev2023-12-124-4/+4
* 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
* Port Q_FOREACH to ranged-for, iterating over a temporaryAhmad Samir2023-09-041-1/+2
* Mark QtCharts (the library) as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-182-0/+4
* GLXYSeriesDataManager: de-pessimize a for loopMarc Mutz2023-08-071-1/+1
* Docs: Fix Charts API Docs Broken LinksNicholas Bennett2023-06-172-4/+4
* Do not use global pointsConfigurationDirty flagIvan Solovev2023-04-211-1/+0
* Fix sizeBy pointSize calculationTomi Korpipaa2023-04-201-1/+2
* 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-113-24/+49
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-101-9/+9
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Doc: Fix superfluous ;Kai Köhne2022-08-231-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-1614-392/+28
* Improve performance on QXYModelMapperTomi Korpipaa2022-06-131-13/+14
* Fix deprecated uses of QScopedPointerMiikka Heikkinen2022-03-311-1/+1
* qtcharts: do not rely on transitive includesFabian Kosmale2022-03-111-0/+6
* Display selected points regardless of QXYSeries::lightMarker()Lukas Kosinski2021-08-191-7/+17
* Doc: Fix the qdoc warningsVenugopal Shivashankar2021-08-181-10/+10
* Fix revisioning of a newly added propertyMiikka Heikkinen2021-06-071-2/+2
* Support for custom light markers for selected points added to QXYSeriesLukas Kosinski2021-06-043-1/+45
* Add colorBy method to QXYSeries and QColorAxisLukas Kosinski2021-06-033-0/+88
* Add sizeBy method to QXYSeriesLukas Kosinski2021-06-022-0/+41
* QBarSet: Support for bars selectionLukas Kosinski2021-06-011-11/+31
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-251-1/+1
* Add custom legend markers to XYChart based chartsKeith Kyzivat2021-05-255-28/+97
* Possibility to set configuration of single point in QXYSeriesLukas Kosinski2021-05-214-6/+323
* Best fit line support added to QXYSeriesLukas Kosinski2021-05-203-2/+192
* QXYSeries: Add light markerLukas Kosinski2021-05-075-0/+100
* QXYSeries: Support for selection in a plotLukas Kosinski2021-05-074-0/+257
* Remove left-over .pri filesJoerg Bornemann2021-05-051-21/+0
* Doc: Fix issues in Q[H|V]XYModelMapper documentationTopi Reinio2021-03-022-8/+16
* Remove _PRIVATE usage, prepare for cmake 2/2Michal Klocek2020-11-191-2/+2
* Remove charts namespace for Qt6Michal Klocek2020-11-0614-32/+32
* Add configure systemMichal Klocek2020-11-052-1/+10
* Update dependenciesFriedemann Kleint2020-10-301-6/+6
* Use QList instead of QVectorJarek Kobus2020-06-267-42/+51
* Add missing overrideAlexander Volkov2020-06-252-8/+8
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-061-1/+1
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-041-1/+1
| |\
| | * Fix deprecation warning against QDateTime(QDate)v5.15.0-beta1Edward Welbourne2020-02-181-1/+1
* | | Update dependenciesFriedemann Kleint2020-04-063-0/+8
|/ /
* / Update dependencies on 'dev' in qt/qtchartsQt Submodule Update Bot2019-11-012-14/+0
|/
* Eradicate Java-style iterators and mark the module free of themMarc Mutz2019-07-041-1/+0
* Switch export macros to standard formv5.13.0-beta2Kai Koehne2019-04-018-8/+8
* Fix some deprecation warningsv5.13.0-alpha1Friedemann Kleint2019-02-061-1/+1
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-171-1/+3
|\
| * Fix printing of labels for line series chartsLars Knoll2018-11-161-1/+3
* | Fix namespaced buildLiang Qi2018-10-045-10/+10
|/