##// END OF EJS Templates
Commit Message Age Author Refs
load previous
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
r2772:8fa17eb15940
QXYSeries::insert(): Handle out-of-range indexes gracefully. Prepend when index < 0, append when index >= size and clamp values of signal QXYSeries::pointAdded() to [0, size]. Change-Id: Ib22449d2f14274c8b13b36dc78362caf030da339 Task-number: QTRD-3488 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Friedemann Kleint
0
r2771:8283f962d987
LineChartItem::updateGeometry(): Catch and warn about unexpected domains. Task-number: QTRD-3507 Change-Id: I60600dceacd689fd61f3d9000d6f8e3ebbea08a1 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Friedemann Kleint
0
r2770:68a3fd8e7726
Doc: Add missing documentation Task-number: QTRD-3470 Change-Id: I04c11e3dd963295b183014a9d92ccfbad938c4e1 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com> Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Caroline Chao
0
r2769:618dd5723402
Fix bar series zoom out The labels for the QBarCategoryAxis should be only created for the labels that have been defined. Change-Id: Iceffdd49d1f3621a78b5c1e8a98dbe8772044122 Task-number: QTRD-3508 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2768:c8449f649299
Fix QBarSet label color Check the new color against the current label brush color. The labelBrush() can return a new QBrush and comparing the color to a new brush does not set the color if new color is black. Change-Id: Ib228d277d04eedbd6e3b624417c339aa83c5235f Task-number: QTRD-3481 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2767:fd3b028425d0
Fix animation crash An existing animation needs to be removed from an item before the series is removed. Change-Id: Id62a21ec74ba144d8a74228471b5878620522a32 Task-number: QTRD-3484 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2766:810e912b2c05
Use the points variable passed in rather than the class member Change-Id: Ib62a9e936f35fbd0e1b328060908e86a23620a2f Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Andy Shaw
0
r2765:bcd1945731d3
Check the index is within the valid range Change-Id: I6fe736f912d760b6fd5745cb4572d8cb6d3b49f0 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Andy Shaw
0
r2764:f818972d3617
Fix check for multimedia module In charts.pro the check for multimedia module was outdated. Change-Id: I32fdb95a24cc59e18eda8966f693931754d56296 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2763:2c9d94d682b0
Updated changes file Added latest fixes to changes file. Change-Id: Iadb787d5184920a98330a00cef4ab4371b102bef Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
load next
< 1 .. 5 6 7 8 9 .. 146 >
showing 20 out of 2903 commits