##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
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
r2756:82bdb5075bbd
Fix BoxPlotSeries documentation Added missing documentation for signals. Removed duplicates. Change-Id: I304321f73e89c71915083dd09ba21bd353329c28 Reviewed-by: Mika Salmela <mika.salmela@theqtcompany.com>
Titta Heikkala
0
r2755:2a9e7ad13107
Remove "Reference" from charts doc title. None of the other modules have this. Change-Id: I72e951fb1f01b81d32fff18501b9f5252c817ac8 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Miikka Heikkinen
0
r2754:bd5b4a26e989
Clarified QAreaSeries documentation Clarified the usage of x axis as lower boundary. Change-Id: Id73bad431fa0a3b484f86ca21b3c0186498aaba9 Task-number: QTRD-3422 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2753:bc47c907ebd3
Update README List known issues Change-Id: Id5a4693af1425868b251c2a43ff1ba46cf8a6419 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2752:58212071c58d
Updated README Tooltip change requires Qt Creator 3.3. Change-Id: I0bd12c2d1d408028822f677c9c769d52e753f563 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2751:9638fbc1e8d8
renaming toolTip to tooltip This was changed in Qt Creator 3.3 for consistency reasons. Change-Id: I164b5bff99b2cc3091aaf48e57fb12ef60e2a6ff Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com> Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
Thomas Hartmann
0
r2750:0968736234d9
Fix documentation appearance Images and code snippets are no longer placed in to tables. This will improve the appearance of the online documentation. Also minor capitalisation changes done. Change-Id: I5b54dadfb4d9c8adf4045d88f00a0f6fe43298e7 Task-number: QTBUG-42512 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2749:197a8f828a1f
Update license headers Updated new license headers to files that weren't yet updated. Change-Id: I193f5e46e019b5f82f0a333ee5d883fa193c2b20 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2748:fc9b3e7acecc
Removed unnecessary license files Separate license files are no longer needed. Change-Id: I88b0bbd7967474d76018c48fbd30fb7bfbc186e1 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Titta Heikkala
0
r2747:31ef05db7ba9
Fix mouse event interception by scatter chart. The scatter chart itself shouldn't be selectable. The scatter chart occupies the entire plot area of the chart, and therefore blocks mouse events from all items below it. Only the individual scatter markers need to be selectable. Change-Id: I664c16ced24e3fc4c068b850c8c612e2d797ee4b Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Miikka Heikkinen
0
r2746:4909289ecbd7
Fix clicked, released and doubleClicked signal points The clicked, released and doubleClicked signals for line, spline and area series return the point where the press was triggered. Change-Id: I075bb213657a7cadabdec3a72fde7cf5f412e982 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2745:704036e35c0a
Fix manifest file generation for examples Change-Id: I70d3a19f334ef6c9da0af7d041bf87f37ff8625e Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Miikka Heikkinen
0
r2744:d83c3ab5c084
Updated README The README file is updated for Charts 2.0. Change-Id: I88685e258ebab0f4b48307e2ef63a581407aac31 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2743:8c02a8867861
Added changes file for 2.0 Listed changes for 2.0 Change-Id: I16becb4ea2acb55d4e564b0f5235000a72edf73e Task-number: QTRD-3418 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Titta Heikkala
0
r2742:b1d7efa360aa
Remove deprecated elements from APIs. Task-number: QTRD-2098 Change-Id: Ib658c8a51af0b73ded5d6b13c8fa58762f859961 Reviewed-by: Mika Salmela <mika.salmela@theqtcompany.com> Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Miikka Heikkinen
0
load next
< 1 .. 5 6 7 8 9 .. 141 >
showing 20 out of 2802 commits