summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the extra attributeAmir Masoud Abdol2023-04-191-2/+2
* Fix background drawing with fixed plot areaTomi Korpipää2023-04-191-2/+5
* 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-201-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
* Add qt_class pragma to qchartglobal.hAlexey Edelev2022-09-201-0/+4
* Doc: Remove usages of the second argument of a "\page" commandLuca Di Sera2022-09-081-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-247-7/+7
* Doc: Fix superfluous ;Kai Köhne2022-08-231-1/+1
* Remove Cpp.ignoretokens from .qdocconfKai Köhne2022-08-221-4/+0
* Add license headers to cmake filesLucie Gérard2022-07-087-0/+21
* Use SPDX license identifiersLucie Gérard2022-06-16449-12472/+900
* Fix axis vanishing with specific valuesJere Tuliniemi2022-06-142-2/+2
* Improve performance on QXYModelMapperTomi Korpipaa2022-06-131-13/+14
* Fix minor tick placement for horizontal axisJoni Poikelin2022-05-031-4/+4
* Fix QChartView rubberband zoomMiikka Heikkinen2022-04-081-10/+10
* Doc: Remove left-over \ifKai Köhne2022-03-311-1/+0
* Doc: Fix link to cmake documentationKai Köhne2022-03-311-1/+1
* Fix deprecated uses of QScopedPointerMiikka Heikkinen2022-03-3113-32/+37
* Doc: Revise Qt Charts module landing pageAndreas Eliasson2022-03-281-20/+20
* qtcharts: do not rely on transitive includesFabian Kosmale2022-03-1113-11/+34
* Make sure all private headers include at least one otherThiago Macieira2022-03-084-3/+7
* Reset OpenGL state derived from the previous frameYuya Nishihara2022-02-151-0/+2
* Doc: Fix syntax in QtCharts moduleAndreas Eliasson2022-02-091-4/+5
* Fix old-style property revisions found in ValueAxis and BoxPlotSeriesYuya Nishihara2022-02-082-7/+10
* Construct QMouseEvent with global positionShawn Rutledge2022-02-011-0/+2
* Fix mouse event handling regression for scatter chartsMiikka Heikkinen2021-12-101-1/+8
* Fix: QPieSlice docs don't mention HTML formattingSami Varanka2021-11-301-0/+2
* Migrate to autogenerated cpp exports in the ChartsQml moduleAlexey Edelev2021-11-0218-35/+28
* Migrate to autogenerated cpp exportsAlexey Edelev2021-11-023-17/+6
* Divide by logBase in the right place to save messy computationsEdward Welbourne2021-10-251-4/+4
* Delegate to axis->tickCount() instead of duplicating its implementationEdward Welbourne2021-10-152-24/+8
* Fix axes not being removed when sharedHatem ElKharashy2021-10-151-0/+3
* Fix incorrect plotArea before resizeTomi Korpipaa2021-10-154-7/+18
* Fix: Resize chart after hiding axis labelsSami Varanka2021-10-1514-164/+282
* Break some lines up to conform with coding style rulesEdward Welbourne2021-10-142-7/+19
* Extract precision-needed calculation to a functionEdward Welbourne2021-10-131-10/+18
* Tidy up, modernise and simplify some minor detailsEdward Welbourne2021-10-134-23/+18