##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r2792:84107c5dfb2a
Doc: added spec about folder from which qmake must be run Change-Id: I291b93e402b43b8f960350b410474e7aa1b031f1 Task-number: QTBUG-45905 Reviewed-by: Martin Smith <martin.smith@digia.com>
Nico Vertriest
0
r2791:53fbaba3122c
Fixed AreaSeries initialization for PolarChart The correct domain has to be set for the upper and the lower series of the AreaSeries with polar chart. Updating the geometry of LineChartItem will have problems if the correct domain is not set. Change-Id: Id9664ae175d2ee272c4705fbdbf17d9a719cf428 Task-number: QTRD-3507 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2790:f40f14281427
Clarified AreaSeries documentation Added note about using a line series only for area series. If the same line series is added to chart and area series it will cause problems. Change-Id: Ie9fbc1f0741e139d82bd3d705b17b0369afc3dc9 Task-number: QTRD-3516 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2789:bcb78508ec67
Fix default axis for DeclarativeChart The range for the axis needs to be set if no axis has been defined for Chart. Change-Id: I036fd1264b53b150bc9aaf1c1571f4d1dbefbc81 Task-number: QTRD-3482 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2788:67af712ca4a0
Added zooming functions to ChartView Added all the zooming functions to ChartView that are available also for QChart. Change-Id: I5568c9fbf2077b0ab1de94742d41cd44ce56bc9b Task-number: QTRD-3471 Task-number: QTRD-3504 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2787:5aab4450c1f1
Added missing qml files to auto tests The test files for previous versions were missing. Added those. Change-Id: I075ca69e16394081724bac1c3b7cc70079198ab3 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2786:956ee548c718
Added mapToXxx methods to ChartView Added mapToPosition and mapToValue methods to ChartView. These correspond to the ones QChart has. Change-Id: I5d0477d3f704b6f56243b31848d175fd17f24ff6 Task-number: QTRD-3494 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2785:b99b50e22ed3
Fix documentation typo Change-Id: Ibc5b1f403f143eddc49a8aeeedd9de4145825b94 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Miikka Heikkinen
0
r2784:37816a0f0581
Fix axis animation crash ZoomInAnimation may cause 'index out of range' error if index is below zero. Ensured the index is valid. Change-Id: Ic7525f6fa609408b54e962b65f3f6151db2e03c8 Task-number: QTRD-3583 Reviewed-by: Marko Kangas <marko.kangas@theqtcompany.com>
Titta Heikkala
0
r2783:5714168916c7
Updated plugins.qmltypes Updated plugins.qmltypes based on new qmlplugindump.exe. Change-Id: I8328442c4296ee5ad0de4e3d2c1fbc483c67622b Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2782:5fbd172ba15f
Fix documentation build Removed deprecated and unnecessary '\mainclass' command from documentation. Change-Id: I7aaaba3da38ef647b4cf9023cb4f4b50fe08ca53 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2781:7c9f8e5a27d8
Add possibility to set reverse values to axes Added support for reverse axis. This works with line, spline, scatter and area series with cartesian chart. QBarCategoryAxis is not supported, nor different bar series. Change-Id: I60f21372ea9cee7b49918d7d99de24671bdc42c3 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2780:740f4f94adf8
Added possibility to set labels position for QCategoryAxis The position of the labels in QCategyAxis can now be set to center of the category or to the high end of the category. The first and the last labels may overlap with other axes labels when positioned on value. Change-Id: Ide0f12b723ffabf6682001e03ea5080f9642da22 Task-number: QTRD-1715 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2779:ce2af37ac88e
Fix point label drawing for XYSeries Reverting change 810e912b2c05d5f4305b0f1e56be57e765a30479. m_points is used for the point label because that has the series point information. The points variable that is passed to the function is used for positioning the label as it has the coordinates. Change-Id: Iad48660d245c06b736c14161e5c86a4746df2b28 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2778:6eb2f806ec7f
Fix area series point labels The point label string needs to be initialized before each point. Change-Id: I69df8b433c849324d9176ea5a20787cc938093e3 Task-number: QTRD-3637 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2777:c6eddd6a7ac5
Add dist file for 2.0.1 and change version numbers Change-Id: I52f227c2e52e29f4af392b320b58791a1697e85f Reviewed-by: Mika Salmela <mika.salmela@theqtcompany.com>
Titta Heikkala
0
r2776:bc1f6aa59d42
Copyright header changes Copyright header changes for Qt 5.5. Change-Id: I2b8e9356997de2c87a7436bcefd4d0948d566259 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2775:143be951b1fe
Fix QNX build issue Use qmath and cmath methods instead of math.h methods. Change-Id: I7c853f2e1218a1d3cde15a089192c24a6b0b1395 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2774:7b74d88b3f3d
Fix compilation with namespaced Qt. Change-Id: I359bbf5c89bd23bb1b6db1aeed8a2a4aa2ca12bf Reviewed-by: Andre Poenitz <andre.poenitz@theqtcompany.com>
Christian Kandeler
0
r2773:7a4cd1d34c08
QXYModelMapper: Handle model reset. Task-number: QTRD-3519 Change-Id: I312f377dec6574ecef2ebc8b897f0aa1c5e92be1 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Christian Kandeler
0
load next
< 1 .. 4 5 6 7 8 .. 141 >
showing 20 out of 2813 commits