##// END OF EJS Templates
Fix crash when adding/removing points during animation...
Fix crash when adding/removing points during animation Adding/removing points during the animation of the previous add/remove operation resulted in a mismatch between visible point count and the actual point count, leading to crashes in code that assumed both to be the same. Added necessary safeguards and improved autotests to detect these cases. Task-number: QTRD-1984 Change-Id: I544d10a69e760a40d4c90a4f02de61d4d1bb974f Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>

File last commit:

r2488:5862599d088d
r2489:c4f9629c130d
Show More
qmlchart.pro
8 lines | 192 B | text/idl | PrologLexer
Tero Ahola
Made QmlChart demo instead of a test app
r922 !include( ../demos.pri ) {
error( "Couldn't find the demos.pri file!" )
Tero Ahola
Proof-of-concept for QML api...
r120 }
Michal Klocek
Simplfies default configuration
r1021 RESOURCES += resources.qrc
Tero Ahola
Proof-of-concept for QML api...
r120 SOURCES += main.cpp
Miikka Heikkinen
Generate charts plugin for QtQuick2 as well as QtQuick1...
r2488 include(../shared/qmlapplicationviewer/qmlapplicationviewer.pri)