aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* JS: Also have modulo return integer 0 when the lhs is 0Erik Verbruggen2018-08-091-4/+7
* Compressed textures: Replace file decoding code with QtGui functionalityEirik Aavitsland2018-08-0912-690/+60
* Fix ASAN warnings about new-delete-size-mismatchSimon Hausmann2018-08-081-1/+9
* Add missing header guardJędrzej Nowacki2018-08-081-0/+5
* Fix ASAN error about new-delete-size mismatchSimon Hausmann2018-08-081-1/+4
* QQmlTableInstanceModel: remove false assertRichard Moe Gustavsen2018-08-071-6/+18
* QQuickTableView: don't access the model from the destructorRichard Moe Gustavsen2018-08-072-20/+15
* QQuickTableView: improve draining of reuse poolRichard Moe Gustavsen2018-08-073-16/+56
* Minor cleanupSimon Hausmann2018-08-062-5/+5
* QQuickWindow: obey AA_SynthesizeMouseForUnhandledTouchEventsShawn Rutledge2018-08-061-5/+9
* Mark non-notifying properties in event types CONSTANTShawn Rutledge2018-08-062-43/+43
* Setup the prototype correctly when subclassing error objectsLars Knoll2018-08-064-20/+21
* Fix some details in class initializationLars Knoll2018-08-062-1/+18
* Implement String.rawLars Knoll2018-08-062-0/+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-044-3/+162
* Implement support for Object.valuesLars Knoll2018-08-042-0/+30
* Add support for Object.getOwnPropertyDescriptorsLars Knoll2018-08-042-0/+31
* Add Object.entries()Lars Knoll2018-08-042-0/+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-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