summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make qt-configure-module workJoerg Bornemann2021-01-131-4/+8
* Add cmake buildMichal Klocek2021-01-066-2/+1155
* Add configure.cmakeMichal Klocek2021-01-063-0/+139
* Fix build on mac with cmakeMichal Klocek2020-12-091-1/+1
* Update dependenciesMichal Klocek2020-11-192-4/+4
* Fixup after namespace refactorMichal Klocek2020-11-192-5/+0
* Remove _PRIVATE usage, prepare for cmake 2/2Michal Klocek2020-11-1917-63/+58
* Use qtConfig, prepare for cmake 1/2Michal Klocek2020-11-162-3/+3
* Remove charts namespace for Qt6Michal Klocek2020-11-06371-1079/+1023
* Add datetimeaxis to configure systemMichal Klocek2020-11-068-14/+34
* Add configure systemMichal Klocek2020-11-0516-270/+526
* Update dependenciesFriedemann Kleint2020-10-304-14/+14
* Prevent zoom-out beyond infinite linear max double valuesKeith Kyzivat2020-10-225-4/+24
* Adapt to QPlatformInterface => QNativeInterface renamingKeith Kyzivat2020-10-221-1/+1
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-141-1/+1
* Use QT_CONFIG for opengl_es_2 ifdefsMichal Klocek2020-08-142-2/+2
* Use type safe native texture accessorsMichal Klocek2020-08-141-1/+2
* Fix deprecate warningsMichal Klocek2020-08-141-10/+10
* Adapt createTextureFromId and resetOpenGLStateMichal Klocek2020-08-141-2/+3
* Adapt to geometryChanged => geometryChange renamingMichal Klocek2020-08-142-3/+3
* Add ; to Q_UNUSEDLars Schmertmann2020-06-2645-123/+123
* Use QList instead of QVectorJarek Kobus2020-06-26134-488/+506