aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Preview: Use QTranslator::install(QLocale, ...)Kai Koehne2018-08-034-6/+6
* Implement ObjectIterator using the new iteration mechanismLars Knoll2018-08-0218-346/+23
* Remove support for iterating over the proto chain from ObjectIteratorLars Knoll2018-08-026-11/+7
* Introduce a new mechanism to iterate over object propertiesLars Knoll2018-08-0225-117/+547
* Fix a memory leak when GC'ing Symbol objectsLars Knoll2018-08-021-1/+1
* Fix some spec incompatibilities in Object.prototypeLars Knoll2018-08-021-8/+8
* Fix writing to properties of primitive dataLars Knoll2018-08-023-4/+20
* Fix a couple of test failures related to error objectsLars Knoll2018-08-023-21/+27
* Let axis bounds restrict the target position instead of the centroidJan Arve Sæther2018-08-021-7/+6
* MultiPointHandler::wantsPointerEvent: reset if different cand countShawn Rutledge2018-08-022-6/+16
* Make pinch handler not activate on draggingJan Arve Sæther2018-08-022-5/+108
* QQmlTableInstanceModel: handle model data changes more gracefullyRichard Moe Gustavsen2018-08-024-11/+21
* TableView: don't try to grab the window when it's nullMitch Curtis2018-08-021-1/+1
* QQmlTableInstanceModel: implement support for reusing delegate itemsRichard Moe Gustavsen2018-08-024-47/+212
* QQuickTableView: implement support for reusing delegate itemsRichard Moe Gustavsen2018-08-023-9/+88
* Fix grammar for ES modulesLars Knoll2018-08-023-5/+7
* Fix typoLars Knoll2018-08-011-4/+4
* Smaller grammar cleanupLars Knoll2018-08-011-16/+2
* Simplify parsing of pragma directivesLars Knoll2018-08-018-105/+14
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Simon Hausmann2018-08-014-11/+66
|\
| * Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-014-11/+66
| |\
| | * Doc: Use [] instead of new Array() in snippetPaul Wicking2018-07-311-1/+1
| | * Fix build without GUI moduleSamuli Piippo2018-07-311-2/+2
| | * Doc: Extend ItemSelectionModel QML documentationPaul Wicking2018-07-301-4/+59
| | * Doc: Add precision to scene graph descriptionPaul Wicking2018-07-301-4/+4
* | | 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