aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-301-0/+9
|\
| * Fix crash on Array.prototype.join.call(0)Robin Burchell2016-09-291-0/+9
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-165-0/+54
|\|
| * Allow for garbage collection of types with errors in trimCache()Michael Brasser2016-08-305-0/+54
* | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-08-251-0/+4
|\|
| * Prospective fix for the plugin check on Apple platformsSimon Hausmann2016-08-251-0/+4
* | V4: Correctly format on Number.toPrecision(n)Ulf Hermann2016-08-231-0/+9
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-134-39/+137
|\|
| * Fix char conversions in QMLChristian Strømme2016-08-092-39/+32
| * Fix crash with Component.onDestructionSimon Hausmann2016-08-052-0/+105
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-2/+5
|\|
| * Relax negativeYear EcmaScript testUlf Hermann2016-08-031-2/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-015-0/+69
|\|
| * QQmlPropertyMap: Don't spuriously emit valueChanged() signalThomas McGuire2016-07-251-0/+35
| * Fix string property assignments to 2d vectors and quaternionsSimon Hausmann2016-07-213-0/+28
| * JS: Check for errors before using sub-expression resultsErik Verbruggen2016-07-201-0/+7
* | tst_qmlproperty: Fix access of dangling pointerThiago Macieira2016-07-281-3/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-153-6/+38
|\|
| * Relax QQmlProfilerService test for scene graph eventsUlf Hermann2016-07-151-6/+11
| * Fix logic bug when deleting properties of JS objectsLars Knoll2016-07-142-0/+27
| * QML: Only release types if they aren't referenced anymoreUlf Hermann2016-06-101-3/+12
* | Merge remote-tracking branch 'origin/5.7.0' into 5.7Liang Qi2016-06-161-3/+12
|\ \
| * | QML: Only release types if they aren't referenced anymorev5.7.0Ulf Hermann2016-06-111-3/+12
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-104-1/+51
|\ \ \ | |/ / |/| / | |/
| * Fix crash when using with statement with an expression that throwsSimon Hausmann2016-06-071-0/+9
| * Fix bug in SQL database integration with null valuesSimon Hausmann2016-06-032-1/+26
| * QmlProfiler: When flushing data, send it in the right orderUlf Hermann2016-05-251-1/+7
| * Fix crash for unknown QQmlListModel roles in debug buildsFilipe Azevedo2016-05-231-0/+16
* | V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-202-0/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-196-1/+96
|\|
| * Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-193-0/+75
| |\
| | * Fix crashes when incubating objects asynchronously with initial propertiesSimon Hausmann2016-05-183-0/+75
| * | Revert "Remove this piece of code"Simon Hausmann2016-05-182-0/+21
| * | prune unused assignmentOswald Buddenhagen2016-05-121-1/+0
| |/
* | QML: Fill QtObject lazily.Erik Verbruggen2016-05-112-0/+56
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-063-2/+25
|\|
| * Revert "Temporarily blacklist importsPath change on Windows"Simon Hausmann2016-05-021-2/+0
| * Fix crash when trying to call a property of the scope or context objectSimon Hausmann2016-05-012-0/+25
* | Add QVector support to JS sequencesKevin Ottens2016-05-033-1/+39
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-2726-19/+211
|\|
| * Also match QJSValue conversion types in MatchScore.Michael Bruning2016-04-202-0/+14
| * Occasionally trim the type cacheUlf Hermann2016-04-192-0/+38
| * Fix memory corruption when calling Array.unshift()Simon Hausmann2016-04-141-0/+15
| * Instantiate static Qml plugins declaring QQmlExtensionInterface onlySebastian Lösch2016-04-1121-19/+144
* | Allow target path version in a parent moduleJ-P Nurmi2016-04-2115-1/+358
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-082-0/+0
|\|
| * Purge sRGB chunks from PNG in tests.Edward Welbourne2016-03-291-0/+0
| * Remove empty .pro fileJoerg Bornemann2016-03-241-0/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-0112-1/+148
|\|
| * Properly signal errors when accessing lowercase enum valuesThomas McGuire2016-02-249-1/+94