##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
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
r2762:1774126c17aa
Remove theme setting from StackedBarChart Drilldown example The theme previously set for this example made it really slow on Android. Therefore the theme setting is removed. Change-Id: Ia454cdce2ebecfdd24ce9d91f1b8cb63fdb86be3 Reviewed-by: Mika Salmela <mika.salmela@theqtcompany.com>
Titta Heikkala
0
r2761:c19e8d5c88d9
Improve QML Weather example layout The size of the images is adjusted based on the window size. Change-Id: Ib575288456d6773e00ee740b7b0be6a392c9eeaa Task-number: QTRD-3444 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2760:a803e4e9381b
Fix category axis shades and labels The shade is cropped to the grid rectangle when range is set so that category spans over grid. Also the label of a category outside range is hidden. Change-Id: I09bba2951bc230053bf62cb382021a438fdc2b95 Task-number: QTRD-3443 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2759:8e20d47d8440
Fix QLogValueAxis update Reverting previous fix. Instead fix the update so that the axis arrow and title are updated for logarithmic axis even when the layout is empty. The logarithmic axis is special case as it can have zero ticks where the other axises have to have at least two. Change-Id: I47d49e83b713994d4b01e022df5badcb5d947095 Task-number: QTRD-3431 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2758:39be6d68b7b8
Fix QLogValueAxis update The LogValueAxis can't have an empty layout or else it won't update the series correctly when the ticks are not visible on axis and the chart is resized. Change-Id: I7ff76cc1255044dbe69065f23f4cd0cca305d9df Task-number: QTRD-3431 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2757:12a8e69d7602
Fix donutbreakdown example Using static member in a function made compilation fail. Change-Id: I5aff56e331ca5d4a977342cfa7dfa9017857478c Task-number: QTRD-3437 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
load next
< 1 .. 4 5 6 7 8 .. 140 >
showing 20 out of 2797 commits