summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update dependencies on '6.6.2' in qt/qtchartsv6.6.26.6.2Qt Submodule Update Bot2024-02-101-3/+3
| | | | | Change-Id: I77a94ce760796871a0b7926f6cb602edeace5537 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.6.2' in qt/qtchartsQt Submodule Update Bot2024-01-311-3/+3
| | | | | Change-Id: I93aa12612858bc9ae0c049d7801fa64e14f5e9de Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.6.2' in qt/qtchartsQt Submodule Update Bot2024-01-301-3/+3
| | | | | Change-Id: Ieeccb1835fec66c8d26586858931305b4c9af2e7 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.6.2' in qt/qtchartsQt Submodule Update Bot2024-01-271-3/+3
| | | | | Change-Id: I09076f6376a2b837ae0e831cfbf3f4722cf0fbbb Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.6.2' in qt/qtchartsQt Submodule Update Bot2024-01-261-3/+3
| | | | | Change-Id: I2810b671a3bf20732dd6b617cbd6d5392c9fc8ac Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.6.2' in qt/qtchartsQt Submodule Update Bot2024-01-241-3/+3
| | | | | Change-Id: I51eae4f4c9920353d52170e3fd2afa29a19facbb Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2024-01-221-3/+3
| | | | | Change-Id: I879aad17a07cf7e5bbd69e80ca61c94aa6b83f0e Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2024-01-181-3/+3
| | | | | Change-Id: If1eed374a1d7952b4b34a6c86b7e1bebb4e9108f Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2024-01-171-3/+3
| | | | | Change-Id: I524f0f3707b1adc2d0fb0f7b2bae409bddc90bed Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2024-01-091-3/+3
| | | | | Change-Id: I8ab1e3df0cff5bd6d14ae7bb4e27d09e5082f314 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2023-12-251-3/+3
| | | | | Change-Id: I406a7e6f37c672f6822f5eefe3dd04b7cd6e8b15 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2023-12-191-3/+3
| | | | | Change-Id: If75c8b5d5cc90ce25bc833584bb1656686ee3284 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* GLWidget: disconnect during destruction and cleanupVolker Hilsheimer2023-12-122-0/+7
| | | | | | | | | | | | | | | | | | | | | | The GLWidget instance cleans up its data structures when the OpenGL context is about to be destroyed, but the context might be destroyed as part of destroying the GLWidget (typically when the QOpenGLWidget destructor runs). To prevent that the cleanup() function gets called after the GLWidget destructor has run (which triggers the assert in QObject), disconnect explicitly. The crash reproduces with any of the tests using a QAbstractSeries implementation when the useOpenGL property is set, so add a data-row to one of them that provokes the assert without the fix. Fixes: QTBUG-119900 Pick-to: 6.5 Change-Id: Ib4badd0c5df68ed60df6f492cada7954f0cb220a Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> (cherry picked from commit 5c4ddaae03e720cceb853a4d5574fa4755e66aad) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit be3f2005f1d05edf7ecf9f3e5ece6aa4dd1c13a9)
* Unbreak wheel event handling in QChartViewVolker Hilsheimer2023-12-091-3/+1
| | | | | | | | | | | | | | | | | | | Reverts in practice e757445355dbb3f3001fae49bb72113d7a52173d, which removed wheel event handling in QChartView completely, and - by not even explicitly ignoring the event - broke event propagation to a parent that might want to handle the wheel event (such as a parent scrollview). Testing the reproducer from QTBUG-77403 shows that the problem stays fixed anyway, probably through the general fixes to wheel-event handling and propagation in 92df790f46b3a8b17aec2f385d6472fd3f8647f6. Fixes: QTBUG-119712 Task-number: QTBUG-77403 Pick-to: 6.5 Change-Id: Icb94172659e0c4f41d7538d1e2432b6e4c548afe Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> (cherry picked from commit d064dbf2d152302f319ed4a3afd784bb17d82ed2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2023-12-081-3/+3
| | | | | Change-Id: Ic00673ca9904129e885f8dbf532f9c4415b37415 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2023-12-011-3/+3
| | | | | Change-Id: I069c8829800f3a5169d4fe7d578b63a408f7411b Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2023-11-271-3/+3
| | | | | Change-Id: I5d50249c08e604c75904c0ca220f13e5f60005ea Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2023-11-211-3/+3
| | | | | Change-Id: Ife28ca9693fa2035434cf75ae6d15832815d4ac6 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2023-11-171-3/+3
| | | | | Change-Id: Ieba237f6b84565b38af1eaadaf13c82604bf9d74 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Bump version to 6.6.2Jani Heikkinen2023-11-181-1/+1
| | | | | Change-Id: Ib3799a8c743d4d6a9e87a9cc11d8c29af699d823 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2023-11-101-3/+3
| | | | | Change-Id: Iba3be19723002c7d4bf471e47bb36d7f02c86bff Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2023-11-091-3/+3
| | | | | Change-Id: I5ab13564dd4cc185ce56b7e6817cd0c28cb8a30c Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Fix crash on QChartView mouse press handlingMiikka Heikkinen2023-11-071-1/+1
| | | | | | | | | | Fixes: QTBUG-118669 Pick-to: 6.5 6.2 Change-Id: I68ca1d29a9804dedc43c02257b974fcb84d5a443 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> (cherry picked from commit 4be21450796c211f79ac87905faece52c7d6a275) Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Fix setting QColorAxis visibility to falseAntti Määttä2023-11-071-0/+2
| | | | | | | | | | | | Call m_colorScale->setVisible(false) when setting the axis visibility to false. Fixes: QTBUG-114814 Pick-to: 6.5 Change-Id: I7564deda68ffba40c33678fd8fa7f6d4efd07588 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> (cherry picked from commit 481fd071c56eea260b766afde70c02ca1f3d9fdc) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2023-11-031-3/+3
| | | | | Change-Id: I839530bb2b859e9b215e0b57f69bf3f1f9dcfe93 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2023-11-021-3/+3
| | | | | Change-Id: Iabd525ccbe26833f99b677ec0da22bb3c67ad479 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2023-10-301-3/+3
| | | | | Change-Id: Ic3dbad50437c46fab16acd525d86eba7cb33850e Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Fix 'Too many arguments' runtime error in qml wheather example appJakub Wincenciak2023-10-291-2/+3
| | | | | | | | | | | | BarSet item used for the rainfall charts used the append() function which takes one argument not two, so I removed the unnecessary one. I also added the missing scaling of the second Y axis for rainfall data. Fixes: QTBUG-115274 Change-Id: I4a0337fed28c77619fa14f45aac94877a5e3d30c Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> (cherry picked from commit cd46e5b5be1e4f6c658bb441868981025fb0dda3) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2023-10-241-3/+3
| | | | | Change-Id: I6bad0b6bc83303c21887bb5dd085607288db6539 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Fix example source files license headersMiikka Heikkinen2023-10-23170-170/+170
| | | | | | | | | Fixes: QTBUG-118322 Pick-to: 6.5 Change-Id: If200e612968c0b45d6d6e06f3fa9d4b02a6f2df4 Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit d79d15a1adb91b2a613b43339a750c87a64c2756) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2023-10-201-3/+3
| | | | | Change-Id: Icc0b0183047326eab55abb7232be3f45b000f21b Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2023-10-181-3/+3
| | | | | Change-Id: Ife744b63ecd0039bc5a33a3b2334b548f1bc95b8 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* De-highlight Qt Charts examplesKai Köhne2023-10-131-3/+0
| | | | | | | | | | As we want to focus on Qt Graphs in the future. Task-number: QTBUG-117219 Change-Id: I9de140640503404f5ec86e656b5e26d293d96aa5 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> (cherry picked from commit 6fe27c58b3beabb843aa7b88cc9a59f64f010a11) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2023-10-131-3/+3
| | | | | Change-Id: I097b5103f1b41a134a99b00c0873080e51eee554 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2023-10-091-3/+3
| | | | | Change-Id: Id6890bba153095263f91baf1cefe41301b5c7b1e Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2023-10-061-3/+3
| | | | | Change-Id: I9c62c71316f0cb431d3f25afa56b70c6b339f599 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2023-10-031-3/+3
| | | | | Change-Id: I3460d98d2904da7b4b69ea0ba2b94cabdce545f9 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2023-10-021-3/+3
| | | | | Change-Id: Ifa7f7f6a430e774055b911b59c6aac4d82732a64 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Doc: Correct return type for QML XYSeries::bestFitLineColorAndreas Eliasson2023-09-291-1/+1
| | | | | | | | | | | The return type should be color, not bool. Fixes: QTBUG-113437 Pick-to: 6.5 6.2 Change-Id: I22eb4980ce754ddea6464d9989094f9223ca26e5 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> (cherry picked from commit ff5c59cc8ec8e9512705d00f98286f0b2ab36411) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2023-09-281-3/+3
| | | | | Change-Id: I516bdf377eb789061420a1e407e11bd05e31d555 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2023-09-261-3/+3
| | | | | Change-Id: Ibda2abcc1d6795f1d980bae7e596bc454a3d2caa Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2023-09-251-3/+3
| | | | | Change-Id: I28747d8d1ccfdea93683d49abd6848b1369ffa06 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2023-09-221-3/+3
| | | | | Change-Id: I43f734877479a4a528865e774f593b0ce0bbbaa4 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2023-09-201-3/+3
| | | | | Change-Id: I51cf842c83ee4751aca257160d48dc56f75c93d2 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2023-09-191-3/+3
| | | | | Change-Id: I98b2ec66073ca4dc4fd2ea4b92385816b1177d2e Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Bump version to 6.6.1Jani Heikkinen2023-09-151-1/+1
| | | | | Change-Id: I9aa016d6aebd44c79fdaa6d848c803c68d1cf1f2 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Update dependencies on '6.6' in qt/qtchartsQt Submodule Update Bot2023-09-151-3/+3
| | | | | Change-Id: I60b0b0a8601759bf76559f671ca5f431ad98bc15 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update mobile example categories for Qt 6.6Rami Potinkara2023-09-111-0/+1
| | | | | | | | | | | | | | Add mobile example category tags for the chosen examples. Add for the ones that work best for both Android and iOS. Added, as verified on Android -qmlchartsgallery Fixes: QTBUG-116780 Change-Id: I3d64de76740e0171d459a9ff169e4543f1973557 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit dbc711430b4e140ba26b160057024e0507a7770a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update dependencies on '6.6' in qt/qtchartsv6.6.0-beta4Qt Submodule Update Bot2023-09-111-3/+3
| | | | | Change-Id: I4c64d4d9a0c08245e8a7a7f19544e22c452d982a Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Doc: All overviews list categorizationJaishree Vyas2023-09-111-1/+1
| | | | | | | | | | | | | The \generate list names are added for each categorized section with some explanation. Here, calling the overviews as explanations-(name of the section). The idea is to give general terms instead of specific phrases like 'core' etc, for better understanding. Task-number: QTBUG-115347 Change-Id: Ic2608a0e71b116a305b40d8814d15ccdd5266ef6 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io> (cherry picked from commit 14647977b5eef650feb23bfc73756f6fc63f6207) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>