##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r2827:2dcfcd4a9f69
Fix memory leak in opengl series handling in qml Change-Id: Ib01620e59872337c06d1763aeab6a4e735017b94 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Miikka Heikkinen
0
r2826:78282651dc64
Fix issues based on android testing -Some includes were missing -Widgets got on top of each other on openglSeries example -qmloscilloscope didn't show button texts properly Change-Id: I96cb64091275269f73d2a569ff53c2baae8b0f66 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Miikka Heikkinen
0
r2825:f0e8ba2c495b
Added note about performance improvements to the changes file Change-Id: I2ef7ce6975e838249400bf44c583e9397053be5f Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Miikka Heikkinen
0
r2824:5f1cb1e2b8d7
Updated plugins.qmltypes Change-Id: I08f6342248c535c26282b3e98639a3517066cb55 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2823:3c528f4f0388
Fixed manual test Fixed compilation error due to wrong include. Change-Id: Ia1ddcd82efef5285410028bf41337b54975ed94c Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2822:55ef22a60a4f
Updated qml-qtquicktest Added new versions of tests. Change-Id: If7aebae73a91f8cd2e92f0d662736cb9da9cb795 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2821:7efeb6336ab6
Updated changes file Change-Id: Ia9a5220f40bc348ac6b33770c9524921c9da97ec Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2820:79a856530b69
Accelerating lineseries with OpenGL Added support for QAbstractSeries::useOpenGL property. When true, the series in question is drawn on a separate offscreen buffer using OpenGL and then superimposed on the chart. Currently this property is only supported for line and scatter series. Change-Id: I174fec541f9f3c23464270c1fe08f824af16a0fb Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com> Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com>
Miikka Heikkinen
0
r2819:3a89e3fee61a
Updated QML Oscilloscope documentation Updated explanation about environment variable usage so that it reflects the one used with Qt5. Change-Id: I5cedcf3db73ebc0b8e02181e00d5c8cc56b10e8b Task-number: QTRD-3509 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2818:d27e6a35ae04
Revert previous change to LineChartItem The m_points private member in LineChartItem is needed after all. If the points from XYChart are used, the old line is not properly cleared with animations. The variable is now renamed to reduce confusion. Change-Id: I35fcb708017d1a423a6e42eb1721c0b332a3a995 Task-number: QTRD-3489 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2817:ff781dbb52ec
Removed unnecessary private member from LineChartItem m_points member variable is not needed in LineChartItem as the points from XYChart can be used. Change-Id: I9d038418c306c662da3caeab937f4b5a219f3bd1 Task-number: QTRD-3489 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2816:f5a7ef4ddac0
Fix bar series label visibility Fixed label visibility for bar series. Change-Id: I78fa6ae345b9d4f4d54d43478dc2136d0e735a03 Task-number: QTRD-3695 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2815:4c1d3bc34edb
Added option to set labels clipping It's now possible to enable and disable the point label clipping. The clipping is enabled by default. Clipping cuts the point labels on the edge of the plot area. Change-Id: Ifaa6017b4c6d55fe030effeec8b336a7fc317adf Task-number: QTRD-3520 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2814:79dc9c599f41
Fixed bar label visibility Label for bars with zero value is not shown. This is done to avoid overlapping labels. Change-Id: Ife30c04e8ae4d9ac9df1209967cc3cd3ecb76a4f Task-number: QTRD-3695 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2813:643291cd617f
Added isZoomed method to ChartView isZoomed() method added also the the QML side. Change-Id: Ic0e878bb383316f37a4136d4b920849f1f1853ef Task-number: QTRD-3667 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2812:2c2bde37df65
Clarified box-and-whiskers chart documentation The documentation now explains that the label is the category of QBarCategoryAxis that is used for slots in box-and-whiskers chart. Change-Id: I6a16a0f02f49790ab923c1a4432dc308d8246fc2 Task-number: QTRD-3697 Reviewed-by: Mika Salmela <mika.salmela@theqtcompany.com>
Titta Heikkala
0
r2811:a137e485781a
Updated QML Oscilloscope documentation Removed note about using '-graphicssystem opengl' for better performance as it only applies to Quick 1. Change-Id: Ie4fb96afc1f8ae94c2d65d752fe7cfac281e750a Task-number: QTRD-3509 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2810:2db41b8cb90b
Added grid color property for value axis Added possibility to set the color of the grid lines for value axes. Change-Id: I38b634410e7f1cb996d80f5ac1650a1be844ca01 Task-number: QTRD-3319 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2809:3922a511f022
Correct file version, description, and product name for Qt Charts Change-Id: Ia7ba4bb9f7b641cae071ee066fde1e5108d27c28 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com> Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Antti Kokko
0
r2808:336e6534e2dc
Added dist file for 2.1.0 and changed version numbers Added placeholder dist file for 2.1.0. Updated version numbers to 2.1.0. Change-Id: Ia2fc30c38c2467d613158b7af4392aa5298d2171 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
load next
< 1 2 3 4 5 6 7 .. 141 >
showing 20 out of 2808 commits