summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Conform with coding style: spacing-only changesEdward Welbourne2021-10-1311-118/+118
* Fix typo in parameter name: aligment -> alignmentEdward Welbourne2021-10-133-7/+7
* Use ratios of natural logs rather than to base tenEdward Welbourne2021-10-1311-68/+63
* Simplify management of two static regular expression objectsEdward Welbourne2021-10-131-29/+17
* Drop redundant check on variable asserted earlier in functionEdward Welbourne2021-10-121-1/+1
* Add spline-series exampleAndrii Staikov2021-09-243-0/+76
* Make sure to install designer files with non-prefixed buildsAndy Nichols2021-09-043-3/+6
* Doc: Remove unsupported customFiltersKai Köhne2021-09-031-4/+0
* Points selection for QSplineSeriesAndrii Staikov2021-08-301-8/+66
* Add bar chart exampleAndrii Staikov2021-08-302-0/+69
* Doc: Drop \instantiates entryVenugopal Shivashankar2021-08-242-2/+0
* Revert "Fix X axis labels to not draw over each other"Dimitrios Apostolou2021-08-191-12/+4
* Display selected points regardless of QXYSeries::lightMarker()Lukas Kosinski2021-08-196-25/+119
* Doc: Fix the qdoc warningsVenugopal Shivashankar2021-08-183-13/+13
* Add module upgrade documentation pageMiikka Heikkinen2021-08-102-0/+58
* LogValueAxis::labelFormat is a string, not a realAlbert Astals Cid2021-08-021-1/+1
* Fix AxisTypeColor flag valueMiikka Heikkinen2021-06-291-1/+1
* Add a comment discouraging people from manually installing QML filesUlf Hermann2021-06-171-0/+4
* Remove old configure-related filesJoerg Bornemann2021-06-172-155/+0
* Fix qml designer files installationMiikka Heikkinen2021-06-144-205/+68
* Doc: Use correct return type for qmlpropertyPaul Wicking2021-06-141-1/+1
* Update Qt Charts legend example to illustrate interactivityKeith Kyzivat2021-06-083-14/+34
* Fix revisioning of a newly added propertyMiikka Heikkinen2021-06-071-2/+2
* Use empty string instead of QString("")Kai Köhne2021-06-077-10/+10
* Port to new CMake qml APIFabian Kosmale2021-06-053-156/+80
* Bound geometry to content on detachKeith Kyzivat2021-06-043-1/+44
* Remove inner detached legend borderKeith Kyzivat2021-06-041-12/+0
* Support for custom light markers for selected points added to QXYSeriesLukas Kosinski2021-06-047-15/+118
* Port charts to new property registration systemFabian Kosmale2021-06-0319-3667/+614
* Add colorBy method to QXYSeries and QColorAxisLukas Kosinski2021-06-0320-60/+1288
* Add optional labels truncation to QAbstractAxisLukas Kosinski2021-06-027-15/+140
* Add sizeBy method to QXYSeriesLukas Kosinski2021-06-022-0/+41
* Rename ChartAxisElement::isEmpty to not collide with QGraphicsLayoutItemKeith Kyzivat2021-06-016-9/+9
* Add move and resize to QLegendKeith Kyzivat2021-06-019-21/+629