summaryrefslogtreecommitdiffstats
path: root/src/chartsqml2
Commit message (Expand)AuthorAgeFilesLines
* Remove the use of GENERATE_CPP_EXPORTS argumentAlexey Edelev2024-04-081-1/+0
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2024-01-121-1/+0
* Remove dependency of the ChartsQml module to it selfAlexey Edelev2023-12-211-1/+0
* Remove the use of GENERATE_PRIVATE_CPP_EXPORTSAlexey Edelev2023-12-121-1/+0
* Remove the use of Q_CHARTSQML_PRIVATE_EXPORTAlexey Edelev2023-12-1217-26/+26
* Port Q_FOREACH to ranged-for, iterating over a temporaryAhmad Samir2023-09-041-4/+8
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-181-1/+0
* Mark QtChartsQml2 as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-189-0/+30
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-311-0/+1
* Doc: Fix broken links in Qt ChartsAndreas Eliasson2023-06-201-5/+3
* Docs: Fix Charts API Docs Broken LinksNicholas Bennett2023-06-172-2/+1
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-109-24/+24
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-244-4/+4
* Add license headers to cmake filesLucie Gérard2022-07-084-0/+12
* Use SPDX license identifiersLucie Gérard2022-06-1654-1512/+108
* Make sure all private headers include at least one otherThiago Macieira2022-03-081-1/+2
* Reset OpenGL state derived from the previous frameYuya Nishihara2022-02-151-0/+2
* Construct QMouseEvent with global positionShawn Rutledge2022-02-011-0/+2
* Migrate to autogenerated cpp exports in the ChartsQml moduleAlexey Edelev2021-11-0218-35/+28
* Fix axes not being removed when sharedHatem ElKharashy2021-10-151-0/+3
* Fix incorrect plotArea before resizeTomi Korpipaa2021-10-151-0/+5
* Make sure to install designer files with non-prefixed buildsAndy Nichols2021-09-043-3/+6
* Doc: Drop \instantiates entryVenugopal Shivashankar2021-08-242-2/+0
* Add a comment discouraging people from manually installing QML filesUlf Hermann2021-06-171-0/+4
* Fix qml designer files installationMiikka Heikkinen2021-06-144-205/+68
* Use empty string instead of QString("")Kai Köhne2021-06-077-10/+10
* Port to new CMake qml APIFabian Kosmale2021-06-053-156/+80
* Port charts to new property registration systemFabian Kosmale2021-06-0319-3667/+614
* Fix MSVC warning C4267Kai Köhne2021-05-271-1/+1
* Remove left-over .pri filesJoerg Bornemann2021-05-051-55/+0
* Remove qmake project filesJoerg Bornemann2021-05-032-388/+0
* CMake: Fix qml module version to use the repo project versionAlexandru Croitor2021-04-151-1/+1
* Make opengl really optionalMichal Klocek2021-03-251-11/+2
* Only create the GLXYSeriesData if there is no existing dataAndy Shaw2021-02-231-1/+2
* Add cmake buildMichal Klocek2021-01-062-0/+609
* Fix build on mac with cmakeMichal Klocek2020-12-091-1/+1
* Update dependenciesMichal Klocek2020-11-192-4/+4
* Fixup after namespace refactorMichal Klocek2020-11-191-4/+0
* Remove _PRIVATE usage, prepare for cmake 2/2Michal Klocek2020-11-191-11/+10
* Use qtConfig, prepare for cmake 1/2Michal Klocek2020-11-161-1/+1
* Remove charts namespace for Qt6Michal Klocek2020-11-0637-328/+328
* Add datetimeaxis to configure systemMichal Klocek2020-11-063-7/+6
* Add configure systemMichal Klocek2020-11-053-200/+330
* Update dependenciesFriedemann Kleint2020-10-302-5/+5
* Prevent zoom-out beyond infinite linear max double valuesKeith Kyzivat2020-10-221-0/+1
* Adapt to QPlatformInterface => QNativeInterface renamingKeith Kyzivat2020-10-221-1/+1
* Use QT_CONFIG for opengl_es_2 ifdefsMichal Klocek2020-08-141-1/+1
* 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