aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Modify grid example to use DragHandlerShawn Rutledge2018-08-061-17/+23
* QQuickWindow: obey AA_SynthesizeMouseForUnhandledTouchEventsShawn Rutledge2018-08-066-68/+101
* tst_FlickableInterop: use categorized logging rather than qDebugShawn Rutledge2018-08-061-6/+6
* Mark non-notifying properties in event types CONSTANTShawn Rutledge2018-08-062-43/+43
* Setup the prototype correctly when subclassing error objectsLars Knoll2018-08-065-27/+21
* Fix some details in class initializationLars Knoll2018-08-063-9/+18
* Implement String.rawLars Knoll2018-08-063-20/+43
* Simplify chunk sweeping codeSimon Hausmann2018-08-051-17/+11
* Fix crashes when GC'ing internal classesLars Knoll2018-08-041-3/+11
* Implement support for ownKeys in Proxy objectsLars Knoll2018-08-045-21/+162
* Implement support for Object.valuesLars Knoll2018-08-043-14/+30
* Add support for Object.getOwnPropertyDescriptorsLars Knoll2018-08-043-11/+31
* Add Object.entries()Lars Knoll2018-08-043-13/+41
* Simplify ObjectIterator::nextLars Knoll2018-08-045-71/+38
* Adapt to QMetaObject::d internal changesThiago Macieira2018-08-041-1/+1
* Fix crash in language/statements/class/syntax/class-body-method-definition-su...Simon Hausmann2018-08-031-1/+2
* Fix crash of language/expressions/object/setter-super-prop.js with JITSimon Hausmann2018-08-031-1/+1
* Fix language/expressions/class/scope-name-lex-close.js crashing with the JITSimon Hausmann2018-08-031-2/+2
* Minor cleanup in CompilationUnit::linkToEngineSimon Hausmann2018-08-032-27/+20
* Preview: Use QTranslator::install(QLocale, ...)Kai Koehne2018-08-036-8/+8
* 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-022-14/+8
* Fix writing to properties of primitive dataLars Knoll2018-08-024-5/+20
* Fix a couple of test failures related to error objectsLars Knoll2018-08-025-41/+28
* Add a C++ autotest for PinchHandlerShawn Rutledge2018-08-027-1/+891
* Let axis bounds restrict the target position instead of the centroidJan Arve Sæther2018-08-021-7/+6
* tst_MptaInterop::touchesThenPinch: don't forget to flushShawn Rutledge2018-08-021-0/+2
* MultiPointHandler::wantsPointerEvent: reset if different cand countShawn Rutledge2018-08-023-20/+34
* Make pinch handler not activate on draggingJan Arve Sæther2018-08-025-9/+121
* QQmlTableInstanceModel: handle model data changes more gracefullyRichard Moe Gustavsen2018-08-027-21/+94
* 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-026-20/+394
* 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
| | * Bump versionOswald Buddenhagen2018-07-301-1/+1
| | * 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-018-35/+65
* | | Fix a cornercase for instanceofLars Knoll2018-08-014-11/+13
* | | Fix Function.prototype[Symbol.hasInstance]Lars Knoll2018-08-012-5/+3