summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* QBarSet: Support for bars selectionLukas Kosinski2021-06-016-12/+302
* Problem with coloring unselected points in linechartitem.cpp fixedLukas Kosinski2021-06-011-0/+3
* Chart item mouse click handling if chart rubber band enabledKeith Kyzivat2021-05-316-9/+30
* Add QLegend::attachedToChartChanged signalKeith Kyzivat2021-05-282-2/+14
* Improve legend marker truncation behaviorKeith Kyzivat2021-05-282-4/+8
* Eliminate redundant code from setDettachedGeometryKeith Kyzivat2021-05-281-79/+23
* Fix MSVC warning C4267Kai Köhne2021-05-272-2/+2
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-251-1/+1
* Add custom legend markers to XYChart based chartsKeith Kyzivat2021-05-2519-240/+437
* Replace qCeil/qFloor with std::ceil/floorDimitrios Apostolou2021-05-217-14/+14
* Remove unnecessary cast int(qFloor())Dimitrios Apostolou2021-05-216-9/+9
* Replace code with simpler but equivalent codeDimitrios Apostolou2021-05-214-33/+27
* Fix assert crash when zooming too muchDimitrios Apostolou2021-05-214-6/+6
* Avoid infinite allocating loop when zooming in too muchDimitrios Apostolou2021-05-214-16/+15
* Possibility to set configuration of single point in QXYSeriesLukas Kosinski2021-05-218-42/+483
* Best fit line support added to QXYSeriesLukas Kosinski2021-05-206-2/+201
* Fix X axis labels to not draw over each otherDimitrios Apostolou2021-05-121-4/+12
* Add comments and clarify some codeDimitrios Apostolou2021-05-122-6/+13
* CMake: fix "$$QT_VERSION" in TARGET_PRODUCTLi Xinwei2021-05-101-1/+1
* QXYSeries: Add light markerLukas Kosinski2021-05-079-15/+244
* QXYSeries: Support for selection in a plotLukas Kosinski2021-05-076-9/+297
* Add text bounds cacheAntti Määttä2021-05-071-5/+46
* Remove left-over .pri filesJoerg Bornemann2021-05-0516-511/+0
* QScatterSeries: More marker shapesLukas Kosinski2021-05-046-93/+327
* Remove qmake project filesJoerg Bornemann2021-05-035-748/+0
* CMake: Fix qml module version to use the repo project versionAlexandru Croitor2021-04-151-1/+1
* Remove extra example from highlightsTomi Korpipaa2021-04-141-2/+1
* Make opengl really optionalMichal Klocek2021-03-252-21/+5
* Doc: Fix issues in Q[H|V]XYModelMapper documentationTopi Reinio2021-03-022-8/+16
* Only create the GLXYSeriesData if there is no existing dataAndy Shaw2021-02-231-1/+2
* Allow smaller ranges for XY chartsJoni Poikelin2021-02-111-3/+3
* Fix qmlf1legends example for Qt 6Miikka Heikkinen2021-01-141-4/+3