aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-1/+1
|\
| * Use qtConfig where appropriateJake Petroules2017-01-261-1/+1
* | Enable resolution of composite types in QQmlTypeNameCacheRobin Burchell2017-01-277-0/+68
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-263-3/+16
|\|
| * Stabilize testJan Arve Saether2017-01-241-1/+3
| * Fix support for QJSValue as C++ signal parameter type, part 2Simon Hausmann2017-01-182-2/+13
* | Teach QQmlDirParser to ignore the classname keywordRobin Burchell2017-01-242-0/+14
* | tst_qqmlecmascript: Add some simple coverage for instanceofRobin Burchell2017-01-201-0/+64
* | Make inspector animation speed test more robustUlf Hermann2017-01-182-21/+37
* | qmlInfo: Switch message level to QtInfoMsg, matching the function nameRobin Burchell2017-01-171-23/+23
* | tests: Remove some vestigial referencesRobin Burchell2017-01-161-42/+0
* | QQmlApplicationEngine: Yet another fix after QUrl behavior changes in QtBaseRobin Burchell2017-01-163-0/+39
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-147-7/+89
|\|
| * Fix crash when C++ QJSValue parameterized signal interacts with JSSimon Hausmann2017-01-133-0/+4
| * QML tooling: Make sure we signal object creation also from QQmlIncubatorUlf Hermann2017-01-113-2/+32
| * Fix QML cache not being invalidated when source path changesSimon Hausmann2017-01-021-5/+53
* | QQmlInfo: Add qmlDebug & qmlWarning functions alongside qmlInfoRobin Burchell2017-01-111-0/+14
* | tst_qqmllocale: avoid duplicating a QLocale::toString() callEdward Welbourne2017-01-101-6/+9
* | tst_qqmllocale: simplify creation of a QDateTimeEdward Welbourne2017-01-101-27/+9
* | tst_qqmllocale: shuffle commentary on JS Date's month numberingEdward Welbourne2017-01-102-6/+7
* | tst_qqmllocale: use unsetenv to clear environment variableEdward Welbourne2017-01-101-1/+4
* | tst_qqmllocale: use QVERIFY() rather than QCOMPARE(, true)Edward Welbourne2017-01-101-2/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1414-28/+126
|\|
| * Get rid of FunctionObject::createQmlFunctionLars Knoll2016-12-091-4/+3
| * Change signature of QQmlBinding::create to take a FunctionObject *Lars Knoll2016-12-091-1/+1
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Lars Knoll2016-12-074-3/+18
| |\
| | * Fix support for namespaced types in property/signal declarationsSimon Hausmann2016-11-304-3/+18
| * | Cleanup and reduce the number of overloads for QQmlBinding::create()Lars Knoll2016-12-062-13/+14
| * | Inline the qmlScope and urlScope methodsLars Knoll2016-12-041-1/+1
| * | Start cleaning up the QmlContextWrapperLars Knoll2016-12-042-1/+2
| * | Get rid of most QT_NO_FOO usagesLars Knoll2016-11-293-6/+6
| |/
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-284-0/+82
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-254-0/+82
| | |\
| | | * Improved robustness of the optimizer when removing expressionsSimon Hausmann2016-11-221-0/+8
| | | * Fix binding re-evaluation when list model properties changeSimon Hausmann2016-11-182-0/+40
| | | * Fix reading of enum properties from gadgetsSimon Hausmann2016-11-161-0/+34
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-144-2/+45
|\| | |
| * | | Fix support for QML declared default list propertiesSimon Hausmann2016-11-233-0/+20
| * | | Fix handling of qrc:/// urls with disk cachingSimon Hausmann2016-11-231-1/+20
| * | | Fix qrc testSimon Hausmann2016-11-231-1/+5
* | | | V4 Debugger: Add an option to pass additional context for evaluateUlf Hermann2016-12-093-10/+85
* | | | QmlDebug: Allow specifying debug connectors on the command lineUlf Hermann2016-11-243-37/+83
* | | | QmlTooling: Retry local client connection on errorUlf Hermann2016-11-231-8/+3
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-234-0/+65
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-11-154-0/+65
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-155-0/+70
| | |\|
| | | * Setting Connection's target to null should disconnect implicit targetMichael Brasser2016-11-152-0/+36
| | | * Fix more cases where DSE would optimize out too many storesErik Verbruggen2016-11-101-0/+5
| | | * QV4String: properly detect overflow when trying to convert to an array indexGiuseppe D'Angelo2016-11-042-0/+29
* | | | Introduce qmlRegisterModule()J-P Nurmi2016-11-186-36/+131