##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r2807:a9a78a1d08bc
Updated private header warning Removed 'Enterprise' from the Chart API name. Change-Id: Id6c7f3896bfcd72da2deebee430826b9c25793f6 Task-number: QTRD-3511 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2806:c9201cbc3c54
Updated plugins.qmltypes Change-Id: I20425a87f2a3c5f2ad0df1c9ff1229f1ca2aa76c Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2805:42870bd3de5c
Add a method to remove more than one point to QXYSeries Task-number: QTRD-3688 Change-Id: Iaea85c5f07740aeaf35ff34a2c5227c5105f2f25 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Miikka Heikkinen
0
r2804:97642714ab1e
Added possibility to set duration and easing curve for chart animation Changed the animation API so that it's possible to change the duration and easing curve of the chart animation. Change-Id: I2ab3e0664a7f30bc2bb7085daa1d97181edb90ba Task-number: QTRD-3496 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2803:6ae307b421c6
Updated plugins.qmltypes Minor tick feature updated to plugins.qmltypes Change-Id: I77e19bec75018add89c774dd5e8283a5d85552d9 Task-number: QTRD-3294 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2802:458692a5a594
Added support for bar series value label angle Task-number: QTRD-3249 Change-Id: I98f670f631ec85d58122fab97283802834995b4d Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Miikka Heikkinen
0
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
load next
< 1 .. 3 4 5 6 7 .. 141 >
showing 20 out of 2808 commits