##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r2801:acb3f8c5f190
Make category axis label positioning at value work for polar charts Task-number: QTRD-3515 Change-Id: Icd38469386c7fc923047533f2a25b726f2f6caa5 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Miikka Heikkinen
0
r2800:891ed0097501
Check that areaseries is actually in chart before trying to update. When a line series is used both as a series on chart and as an area series boundary, but not at the same time, animation can sometimes get confused as to what series to update if the area series is removed from the chart and the line series is added to the chart while a series animation is running. Task-number: QTRD-3445 Change-Id: Ia3d72d3ceba784b6e162b2c9b678acdc3e3ffcac Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Miikka Heikkinen
0
r2799:e9626fb58a47
Fix compile errors/warnings in linux Change-Id: I4fd8021675a6c1b9717539f8697e3469d747a834 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Miikka Heikkinen
0
r2798:412d1b6b2a80
Add QXYSeries::replace(QVector<QPointF> points) overload. Task-number: QTRD-3384 Change-Id: Ic7dcdfeadd3f5c7ba66191f8c427a0d65796895d Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Miikka Heikkinen
0
r2797:e373ed9f8f65
Fixed documentation of signals of PieSeries qmlsignal documentation regarding added and removed signals fixed. Change-Id: I6368397d1b55c896b7afa607376e94c985b0c237 Task-number: QTRD-3502 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2796:4ca4d999ae6d
Minor typo correction Fixed typo from the name of the girdLinePen() method. Change-Id: I1331de2b60cea4d64d1d29ac06c9c864f9f30e68 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2795:dab4dfead39d
Added minor ticks to value axis Added possibility to set minor tick for value axis. By default the count of minor ticks is zero. The arrow of minor ticks follows the color and pen of the arrows of the major ticks as it's part of axis. Change-Id: I8a422caaeedcd18ee6144e8636e3903d16f0632c Task-number: QTRD-3294 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2794:05fa3caa7879
Don't reserve space for chart title if it is empty. If title.isEmpty() returns true, chart title is no longer reserved any space. If you want to reserve space for "empty" title in the future, you can do so by specifying e.g. a single space for title. Task-number: QTRD-3480 Change-Id: I5b2b44acf715b3bd9b4243049c4985ca63a4a16d Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Miikka Heikkinen
0
r2793:f83d776d3813
Fix build against 5.6 Took Q_SIGNALS and Q_SLOTS macros into use where required. Fixed chartsnamespace.h header for regular builds. Task-number: QTRD-3609 Change-Id: I4bae1b88829105b60c8c1cf3b2e109da955f2328 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Miikka Heikkinen
0
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
load next
< 1 .. 3 4 5 6 7 .. 141 >
showing 20 out of 2802 commits