aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Correctly set this object when calling scope/context functions5.6Erik Verbruggen2018-05-252-0/+25
* Fix JITted code for jump strict-not-equal undefined on 32bitErik Verbruggen2018-03-151-0/+21
* Allow setting values in value type group properties in "on" assignmentsSimon Hausmann2018-02-262-0/+28
* Fix ListModel.get(idx) == ListModel.get(idx)Simon Hausmann2018-02-231-0/+1
* Fix memory leak with ListModel.getSimon Hausmann2018-02-131-0/+28
* Fix QNX build on WindowsSimon Hausmann2017-09-061-1/+1
* QQmlComponent: Fix heap buffer overflow with bogus inputPeter Hartmann2017-05-091-0/+12
* QML: clear the property cache on QObjectWrapper destuctionErik Verbruggen2017-04-261-0/+15
* Enable PropertyChanges to correctly restore binding on aliasMichael Brasser2017-02-032-11/+52
* Fix support for QJSValue as C++ signal parameter type, part 2Simon Hausmann2017-01-192-2/+13
* Fix crash when C++ QJSValue parameterized signal interacts with JSSimon Hausmann2017-01-143-0/+4
* 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
* 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
* Fix corruption when adding or changing properties of JS objectsArnaud Vrac2016-10-101-0/+14
* qv4jsonobject: Make use of QVariant::toString in stringificationRobin Burchell2016-09-302-0/+22
* Fix crash on Array.prototype.join.call(0)Robin Burchell2016-09-291-0/+9
* Allow for garbage collection of types with errors in trimCache()Michael Brasser2016-08-305-0/+54
* Prospective fix for the plugin check on Apple platformsSimon Hausmann2016-08-251-0/+4
* Fix char conversions in QMLChristian Strømme2016-08-092-39/+32
* Fix crash with Component.onDestructionSimon Hausmann2016-08-052-0/+105
* Relax negativeYear EcmaScript testUlf Hermann2016-08-031-2/+5
* 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
* 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
* 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
* 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
|/
* 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
* 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
* Purge sRGB chunks from PNG in tests.Edward Welbourne2016-03-291-0/+0
* Remove empty .pro fileJoerg Bornemann2016-03-241-0/+0
* Properly signal errors when accessing lowercase enum valuesThomas McGuire2016-02-249-1/+94
* Validate Binding only when it is enabledNikita Krupenko2016-02-243-0/+54
* Fix crash in Installer Framework when used with Qt 5.6Simon Hausmann2016-02-021-0/+26