aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix naming of methods defined in object or class literalsLars Knoll2018-08-017-20/+65
* Fix a cornercase for instanceofLars Knoll2018-08-013-9/+13
* Fix Function.prototype[Symbol.hasInstance]Lars Knoll2018-08-011-3/+3
* Minor cleanupLars Knoll2018-08-012-8/+6
* Fix a bunch of test failures for Function.prototype.toString()Lars Knoll2018-08-013-3/+3
* Reduce memory consumption when loading AOT generated cache filesSimon Hausmann2018-08-015-125/+137
* QQmlTableInstanceModel: check if adaptormodel adapts AIM before using itRichard Moe Gustavsen2018-07-311-1/+1
* Add QQmlEngine getter to QQmlComponentFrederik Gladhorn2018-07-312-2/+14
* Build AST nodes when parsing ES6 modulesSimon Hausmann2018-07-315-1/+891
* Encapsulate access to CompiledData::Object and CompiledData::ImportSimon Hausmann2018-07-3113-47/+47
* Remove unused flagSimon Hausmann2018-07-313-7/+4
* Reduce memory usage caused by strings with AOT cache filesSimon Hausmann2018-07-313-4/+25
* Clean up internal QML unit creation APISimon Hausmann2018-07-314-12/+5
* Simplify loading of ahead-of-time created QML cache filesSimon Hausmann2018-07-315-39/+34
* Simplify signal handler parameter handlingSimon Hausmann2018-07-313-103/+20
* Minor cleanupSimon Hausmann2018-07-311-17/+7
* Optimize memory consumption of ahead-of-time compile cache filesSimon Hausmann2018-07-316-15/+46
* Clean up compilation unit string resolutionSimon Hausmann2018-07-319-16/+15
* Add missing "We mean it." warningFrederik Gladhorn2018-07-311-0/+11
* Increase fine-grained signals for some properties in TextAleix Pol2018-07-313-4/+11
* QuickTestEvent: keep pressed mouse buttons constant during move eventsShawn Rutledge2018-07-312-1/+7
* Fix memory leak in QSGAdaptationBackendDataFrederik Gladhorn2018-07-311-0/+7
* Increase fine-grained signals for some properties in FlickableAleix Pol2018-07-313-10/+25
* Reduce memory usage when loading QML files from AOT generated cachesSimon Hausmann2018-07-311-8/+7
* Shrink CompiledData::Function by 8 bytesSimon Hausmann2018-07-312-9/+8
* Shrink CompiledData::Binding by 8 bytesSimon Hausmann2018-07-315-19/+46
* Clean up constant storage for CompiledData::BindingSimon Hausmann2018-07-3110-83/+83
* Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-3116-56/+76
* Fix the remaining test failures with non strict arguments objectsLars Knoll2018-07-305-224/+99
* Add support for @@unscopablesLars Knoll2018-07-302-20/+106
* Make Array.prototype.concat comply better with the specLars Knoll2018-07-303-10/+49
* Clean up QQmlCustomParser APISimon Hausmann2018-07-3012-45/+45
* Add missing sizeof assertions to compiled data structuresSimon Hausmann2018-07-301-1/+6
* Shrink the size of CompiledData::Function by 16 bytesSimon Hausmann2018-07-302-14/+17
* Reduce the size of CompiledData::ObjectSimon Hausmann2018-07-301-7/+7
* Shrink function objects by 12 bytesSimon Hausmann2018-07-301-7/+7
* Add debug code for dumping unit statsSimon Hausmann2018-07-302-1/+34
* Fix AOT byte code generation of unary ops with constantsSimon Hausmann2018-07-302-3/+1
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Kai Koehne2018-07-302-0/+2
|\
| * Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-302-0/+2
| |\
| | * Remove const from QQuickPointerEvent::device propertyShawn Rutledge2018-07-271-1/+1
| | * Doc: Fix broken link targetsPaul Wicking2018-07-251-0/+1
| | * Doc: Add homepage to masm attributionKai Koehne2018-07-241-0/+1
* | | QQmlAdaptorModel: prepare js list models for recycling supportRichard Moe Gustavsen2018-07-301-4/+19
* | | Fix use of Component.onCompleted scripts in QQmlPropertyMap sub-typesSimon Hausmann2018-07-301-5/+32
* | | QQmlAdaptorModel: prepare QQmlListProperty for delegate recyclingRichard Moe Gustavsen2018-07-301-1/+27
* | | QQuickTableView: be more careful when calling updatePolish() directlyRichard Moe Gustavsen2018-07-302-9/+17
* | | Qt Quick depends on gui moduleSamuli Piippo2018-07-301-1/+1
|/ /
* | TapHandler: emit eventPoint from the tapped signalsShawn Rutledge2018-07-273-7/+7
* | PointHandler: stay active as long as acceptedButtons satisfiedShawn Rutledge2018-07-273-15/+18