summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add changes file for Qt 5.13.2v5.13.2Antti Kokko2019-10-151-0/+27
| | | | | | | | | | | + dd65e383b2f900b8e661b678c746cd71fdef697e Add changes file for Qt 5.12.5 + e0b267cfb7c5f6ee84e66c52efb4dffb0c750984 Pass CategoryRange label change to parent QCategoryAxis + e757445355dbb3f3001fae49bb72113d7a52173d Fix trackpad scrolling on macOS + 289b9904a7c9ce241896f65509a19d0213def35c Round adjustedMin for offset value in ChartBarCategoryAxis + a692d9a826d864e91b668415aea266228c2ae323 Draw points that lie inside the chart rect only Change-Id: Idb490f4f63fec9c736914ba9558996edd95ef347 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Bump versionFrederik Gladhorn2019-10-141-1/+1
| | | | Change-Id: Ic8e95fde33d3834f20b253f07f0cefde61f36c64
* Draw points that lie inside the chart rect onlyMahmoud Badri2019-10-111-24/+16
| | | | | | | | | | | | The only drawback of this approach is that if the pen has a transparent color, the overlap between a point and the graph line below it is clear. But it wasn't perfect anyway before this patch. The impact of this approach on performance is minimal. Task-number: QTBUG-62839 Change-Id: I4478d9136fe7ca1a1c6bf5dd5a3f459af63b953c Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Round adjustedMin for offset value in ChartBarCategoryAxisAssam Boudjelthia2019-10-102-4/+4
| | | | | | | | | Using qCeil(adjustedMin) to calculate the offset caused some labels to be trimmed, rounding the value is more appropriate. Task-number: QTBUG-62230 Change-Id: I2c7c09ae50f8a4f4958653fa557159962da9a8a2 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Fix trackpad scrolling on macOSTomi Korpipaa2019-10-092-4/+20
| | | | | | Task-number: QTBUG-77403 Change-Id: I8c6431412ba4b554affa69578b1c2ca3e08c7a7f Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Pass CategoryRange label change to parent QCategoryAxisMiikka Heikkinen2019-10-082-1/+9
| | | | | | | Fixes: QTBUG-78439 Change-Id: I1c0de505c73ea42e67947fed91a535a117a2ad5b Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-09-081-0/+25
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-081-0/+25
|/| | | | | | | Change-Id: I1e6630c316929a6e2e9bef409d969fd567a9cccc
| * Merge "Merge remote-tracking branch 'origin/5.12.5' into 5.12"Qt Forward Merge Bot2019-09-071-0/+25
| |\
| | * Merge remote-tracking branch 'origin/5.12.5' into 5.12Qt Forward Merge Bot2019-09-071-0/+25
| |/| | | | | | | | | | Change-Id: I20856695cd2dbb5efbc0761fbf0c14df39c23154
| | * Add changes file for Qt 5.12.5v5.12.5Antti Kokko2019-08-231-0/+25
| |/ | | | | | | | | | | | | | | | | | | | | + 3d1e1d8042dc5172fa0d67283ef7c67d084a6d9f Tests: Fix deprecation warnings about QtCharts::axisX(), axisY() + c42f3dfa70212a601ef476e8258cbfc1caaf5477 Fix deprecation warnings about QtCharts::setAxisX(), setAxisY() + 75f76f7157af7c9785fdca0825375abc4169300e Revert "Fix rendering lines with Antialiasing render hint" + 166eae80efe685ffbc7097ebdbe3e68d12e7d2e0 Force entire chart update when points label clipping changes + 8b79dba3fd204ca4161ec7e7293cb95d698ce9db Bump version Change-Id: Ibddd8a84a7cdfe0c47df5c37203916a28e35ebbc Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* | Merge "Merge remote-tracking branch 'origin/5.13.1' into 5.13"Qt Forward Merge Bot2019-09-051-0/+27
|\ \
| * | Merge remote-tracking branch 'origin/5.13.1' into 5.13Qt Forward Merge Bot2019-09-051-0/+27
|/| | | | | | | | | | | Change-Id: Id286ea419a72b5be015c8aa45126226706f6bafa
| * | Merge 5.13 into 5.13.1v5.13.1Paul Wicking2019-08-061-0/+2
| |\ \ | |/ / |/| | | | | Change-Id: Id0a781ec17738ae172ca9324a8276efe5e00160f
* | | BLACKLIST dynamicEdgeSeriesChange for msvc-2019Heikki Halmet2019-07-301-0/+2
| | | | | | | | | | | | | | | | | | Task-number: QTBUG-77240 Change-Id: I2bbfa696db6528257d911b94e6c56759dd32beb3 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
| * | Add changes file for Qt 5.13.1Antti Kokko2019-07-311-0/+27
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + b8d85346e877c24324cf6c658a55ea12869fcdf0 QCandlestickSeries: remove sets on destroy to prevent leaks + 93258593a47eb53502e7ceb38fc6fc4f05021389 Fix crash on ChartView component destroy + 682b729f42d30b8fec7465b6b8f508c32bad7f68 Bump version + e2b22fb2a15f768662627ed7d0be50966ca12f27 Add changes file for Qt 5.12.4 + 3d1e1d8042dc5172fa0d67283ef7c67d084a6d9f Tests: Fix deprecation warnings about QtCharts::axisX(), axisY() + c42f3dfa70212a601ef476e8258cbfc1caaf5477 Fix deprecation warnings about QtCharts::setAxisX(), setAxisY() + 75f76f7157af7c9785fdca0825375abc4169300e Revert "Fix rendering lines with Antialiasing render hint" + 166eae80efe685ffbc7097ebdbe3e68d12e7d2e0 Force entire chart update when points label clipping changes + 2c594640231592d59654a9b1164f3278fa736e16 Bump version + 8b79dba3fd204ca4161ec7e7293cb95d698ce9db Bump version + e55da30217bd39909bd6618cf52e23eacf6c7b37 Doc: Replace example file lists with links to code.qt.io + aa765c1b7802746e6a97043b62a142eb2d2137af Doc: Add the inherits tag to list the members available Change-Id: I765da6d58a5d3719f6567ecafc107b3ab967adaf Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* | Doc: Add the inherits tag to list the members availableKavindra Palaraja2019-07-181-0/+1
| | | | | | | | | | | | Fixes: QTBUG-68196 Change-Id: I2e2858e002bdfc1d7a6aed34b67a78c8c9795639 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-115-7/+51
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-115-7/+51
| |\| | | | | | | | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I2cb3defb9f1fc8c8bf1e3ac512cb2e6873db8e39
| | * Bump versionFrederik Gladhorn2019-07-011-1/+1
| | | | | | | | | | | | Change-Id: Ib3995b78e85e4589622875b8722de189ab0c49e0
| | * Force entire chart update when points label clipping changesMiikka Heikkinen2019-06-184-4/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Series points labels can be partly outside the plot area. When they are set to be clipped to plot area, the parts of labels that are outside the plot area are not cleared unless the whole chart is updated. Task-number: QTBUG-60384 Change-Id: I67233b562d9d0e404c09e5b661123819e97fc529 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
| | * Revert "Fix rendering lines with Antialiasing render hint"Miikka Heikkinen2019-06-181-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d87ebea3be105e8e5f46e096af5109b9d2eb7e0a. The commit above causes significant slowdown on antialiased series drawing while the visual artifact it fixes isn't usually noticeable. Task-number: QTBUG-76271 Change-Id: I3a50d469482d67224028961f74859e0c0eeb822c Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
| | * Merge "Merge remote-tracking branch 'origin/5.12.4' into 5.12"Qt Forward Merge Bot2019-06-172-1/+26
| | |\
| | | * Merge remote-tracking branch 'origin/5.12.4' into 5.12Qt Forward Merge Bot2019-06-172-1/+26
| | |/| | | | | | | | | | | | | Change-Id: I2863c5a86ccc9203ec16ad647593515fae209efe
| | | * Merge "Add changes file for Qt 5.12.4"v5.12.4Antti Kokko2019-05-281-0/+25
| | | |\
| | | | * Add changes file for Qt 5.12.4Antti Kokko2019-05-281-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iadff38b1b31b9142b65b99fb1cbd14d223439a1b Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
| | | * | Merge 5.12 into 5.12.4Frederik Gladhorn2019-05-273-15/+22
| | | |\ \ | | | | |/ | | | |/| | | | | | Change-Id: I2216af4ac7306e1b2328111b5778ccccbabc0532
| | | * | Bump versionFrederik Gladhorn2019-05-231-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: Ie408bf98f517779490cbd8c5cfc53a3e36c91150
* | | | | Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-091-0/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-74391 Change-Id: I62448038bba30de7a54e3719277783776c240f76 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* | | | Bump versionFrederik Gladhorn2019-07-011-1/+1
| | | | | | | | | | | | | | | | Change-Id: I6e0e4883e93be8fe72a1b7a2b5179a26250a4791
* | | | Merge "Merge remote-tracking branch 'origin/5.13.0' into 5.13"Qt Forward Merge Bot2019-06-201-0/+18
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.13.0' into 5.13Qt Forward Merge Bot2019-06-201-0/+18
|/| | | | | | | | | | | | | | | | | | | Change-Id: I54736ff7476df83d3ebfd4f1ad0041ffa95ad78e
| * | | | Add changes file for Qt 5.13.0v5.13.0-rc3v5.13.0-rc2v5.13.0-rc1v5.13.0-beta4v5.13.0Antti Kokko2019-05-081-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie5134826fd7113f9940217b227ab014d9e49410d Reviewed-by: Andy Shaw <andy.shaw@qt.io>
* | | | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-06-0212-118/+212
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-0212-118/+212
|/| | | | | |/ / / | | | | | | | | Change-Id: I63ae7b0300c441821be3043d5a7a3621f3582cca
| * | | Fix deprecation warnings about QtCharts::setAxisX(), setAxisY()Friedemann Kleint2019-05-288-60/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use new API, fixing warnings like: tst_qchart.cpp:343:34: warning: 'void QtCharts::QChart::setAxisX(QtCharts::QAbstractAxis*, QtCharts::QAbstractSeries*)' is deprecated [-Wdeprecated-declarations] ... tst_qchart.cpp:361:34: warning: 'void QtCharts::QChart::setAxisY(QtCharts::QAbstractAxis*, QtCharts::QAbstractSeries*)' is deprecated [-Wdeprecated-declarations] ... Some test appear to be relying on the axes being removed in a certain order. Change-Id: I86fab08d661afcd1087a55f847133a9e90d758f9 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
| * | | Tests: Fix deprecation warnings about QtCharts::axisX(), axisY()Friedemann Kleint2019-05-282-43/+49
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use new API, fixing warnings like: tst_qchart.cpp:254:73: warning: 'QtCharts::QAbstractAxis* QtCharts::QChart::axisX(Q Charts::QAbstractSeries*) const' is deprecated [-Wdeprecated-declarations] tst_qchart.cpp:256:74: warning: 'QtCharts::QAbstractAxis* QtCharts::QChart::axisY(Q Charts::QAbstractSeries*) const' is deprecated [-Wdeprecated-declarations] Change-Id: I794c1460638c27fa7d44fc083cd7a6b4ee2e0987 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
| * | Fix crash on ChartView component destroyKirill Burtsev2019-05-223-15/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QML engine expects that children of QML element are deleted through parent/child relationship, but deferring breaks this assumption and leads to crash later in destruction process. Fixes: QTBUG-70987 Change-Id: I9ae3cefc6ee158582d17709272d7d33f45c57cdf Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Michal Klocek <michal.klocek@qt.io>
| * | QCandlestickSeries: remove sets on destroy to prevent leaksKirill Burtsev2019-05-211-0/+1
| |/ | | | | | | | | | | Change-Id: Id8214954b33d844b20044776655e600df34971a3 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Michal Klocek <michal.klocek@qt.io>
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-301-6/+1
|\| | | | | | | Change-Id: I3344f7fd254b0948f5399e650fb506386e1ca20f
| * Doc: Fix empty page being displayed in Qt Assistant for Getting StartedLeena Miettinen2019-04-291-6/+1
| | | | | | | | | | | | | | | | | | | | It seems like a subproject needs a topic that has its own HTML file. This TOC entry is not necessary, because this section is easy to find on the doc front page. Task-number: QTBUG-53820 Change-Id: Ib5d46b27f9b70b241d6faaf8b43e0c4f426e6260 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-201-0/+24
|\| | | | | | | Change-Id: Ibb913a2edf4c7b0f5eac7712495c508006afd2a2
| * Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-171-0/+24
| |\ | | | | | | | | | Change-Id: I3bd8b8f5fa7940e6020c01ac727efc7418dfca3a
| | * Add changes file for Qt 5.12.3v5.12.3Antti Kokko2019-04-021-0/+24
| |/ | | | | | | | | | | | | | | | | + 203508d4aff39cfb7d8a7f3192884a190f203020 Doc: Set QChart functions as deprecated + b6fe3127201616fbbfd120be9c650445e583dd84 Bump version + c0f0d22a1ae85c7efafb4cee6d0e59effb68262c Fix static building of qml applications using charts Change-Id: Ib6bcf64a04db95ad69f57879131873967b00f2fb Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* | Automatically register the latest import versionv5.13.0-beta3Kai Koehne2019-04-126-36/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | This follows what was done in d28c9f6a for Qt Quick Controls 2. The latest import version (e.g. 1.14 in Qt 5.14) will automatically be registered whenever the Qt version is bumped. This avoids needing to wait until a new type is added (or a new revision is added to an existing type) before being able to use the newest Qt Quick version. Change-Id: I6d7ddfaa2c50598bf72f6f768bee25d716c29129 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* | Switch export macros to standard formv5.13.0-beta2Kai Koehne2019-04-01213-230/+230
| | | | | | | | | | | | | | | | | | Qt expects the export macros to have Q_ prefixes, otherwise the symbol versioning script won't find them and mark them. Task-number: QTBUG-73752 Change-Id: I4ee654eadbbfc6f5c25f3bb0a8123c8c17235c12 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-261-1/+1
|\| | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I1264624c5d68f41605409af89d4b1f05807a243a
| * Fix static building of qml applications using chartsMiikka Heikkinen2019-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | qt_allocate_bar_set must be defined extern in static builds so that there won't be duplicate symbols. Dynamic builds still require QT_CHARTS_EXPORT on windows or they won't find the symbol at all. Task-number: QTBUG-74613 Change-Id: I94e2aa1f7610a49df1f9b18b3d25175ae0490bf3 Reviewed-by: Andy Shaw <andy.shaw@qt.io>
| * Bump versionKari Oikarinen2019-03-211-1/+1
| | | | | | | | Change-Id: Ia49e7bd7a6ed4b3a4d60a0e1a22238bb60954340
* | doc: Add missing documentation for brush propertiesRainer Keller2019-03-202-0/+10
| | | | | | | | | | | | | | Fixes: QTBUG-73695 Change-Id: I29e5bb02ca1e99fabf1434cab2abc35cc7b7f316 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>