aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Doc: use editingFinished signal of TextInput instead of textChangedMitch Curtis2020-10-061-1/+1
* Avoid duplicate call to destroyv5.12.9Fabian Kosmale2020-06-091-1/+1
* Prevent premature child destructionFabian Kosmale2020-06-051-2/+3
* Rephrase Chunk::sortIntoBins() for more clarityUlf Hermann2020-06-021-4/+7
* Prettify QV4_SHOW_BYTECODE output for JS classesUlf Hermann2020-06-021-11/+12
* Don't return a pointer to a local in QObjectWrapper::getQmlProperty()Ulf Hermann2020-06-021-1/+1
* Fix failing assertion in the GC with JITSimon Hausmann2020-05-221-0/+2
* Fix failing assertion in the GC with the JITSimon Hausmann2020-05-221-0/+4
* JIT: Don't pass the heap object in the return value registerUlf Hermann2020-05-222-3/+6
* Fix warning -Wxor-used-as-powMÃ¥rten Nordheim2020-05-181-1/+1
* Check in even more places for exceptionsFabian Kosmale2020-05-184-3/+8
* Merge remote-tracking branch 'origin/5.12.8' into 5.12Qt Forward Merge Bot2020-04-141-2/+10
|\
| * Check that value type exists before creating wrapperFabian Kosmale2020-03-161-2/+10
* | ArrayPrototype::method_filter: Check for exception after callbackUlf Hermann2020-04-081-0/+1
* | V4: Check for exceptions before we use the result of a JS callUlf Hermann2020-04-0816-42/+99
|/
* Fix warning about non-relative paths in qmldir filesSimon Hausmann2020-02-181-1/+1
* QV4MM: Fix crash caused by MarkStack overflowFabian Kosmale2020-02-173-1/+8
* QML list property: Avoid crash if contained object is deletedFabian Kosmale2020-01-282-10/+11
* On QQmlEngine destruction drop singletons before type loaderUlf Hermann2020-01-141-2/+2
* QQmlVMEMetaObject: Scope MemberData for allocating writeUlf Hermann2019-11-062-52/+21
* Make QQmlValueTypeFactory::valueType() and isValueType() consistentUlf Hermann2019-10-163-28/+82
* Allow semicolon after property declarationFabian Kosmale2019-09-241-7/+13
* Fix various accumulator-saving problemsUlf Hermann2019-09-035-5/+27
* Visit lists iteratively when parsing QMLUlf Hermann2019-09-031-35/+38
* Fix loading of ES modules when using CONFIG += qtquickcompilerSimon Hausmann2019-08-261-0/+7
* Document that QQmlPropertyMap's meta object is not threadsafeVolker Hilsheimer2019-08-211-0/+4
* Do not search for Singletons from more recent versionsFabian Kosmale2019-07-231-1/+12
* Doc: fix code snippetPaul Wicking2019-07-191-1/+1
* Doc: Fix typos in code snippetsPaul Wicking2019-07-181-2/+2
* Fix crashes in QQmlXMLHttpRequestPavel Tumakaev2019-07-131-3/+9
* Fix promise chainingFabian Kosmale2019-07-102-46/+162
* Create a URL from the import string before adding the qmldir pathUlf Hermann2019-07-031-1/+5
* QQmlAdapterModel: Guard items against deletion during notificationUlf Hermann2019-07-031-2/+8
* QQmlComponent: Check for existence of engineFabian Kosmale2019-07-031-0/+12
* QQmlDelegateModel: ref objects before allocatingUlf Hermann2019-07-021-1/+1
* Fix bindings not being re-evaluated when changing context propertySimon Hausmann2019-07-011-1/+2
* Fix thisObject when calling scope and context properties through lookupsUlf Hermann2019-06-261-2/+8
* Unregister unit cache hook when destroying the plugin singletonMitch Curtis2019-06-252-1/+29
* Fix crash caused by objects self-destructions during displacement animationsYulong Bai2019-06-173-11/+28
* Add simple DelegateChooser example to documentationMichael Brasser2019-06-111-1/+35
* JIT: Don't store accumulator on getTemplateLiteralUlf Hermann2019-06-121-1/+0
* Allow destroying QJSValues from other threadsUlf Hermann2019-06-111-2/+19
* Fix use after free crash in QQmlDelegateModelNils Jeisecke2019-06-061-1/+16
* Avoid number conversion issueUlf Hermann2019-06-111-2/+3
* Doc: Remove superfluous double quotes in code snippetsPaul Wicking2019-06-042-3/+3
* Fix for loading translations automatically from resourcesTasuku Suzuki2019-06-011-3/+6
* Parser: Accept templated readonly propertiesUlf Hermann2019-05-311-0/+45
* In qmlUnregisterType() also remove the type from undeletableTypesUlf Hermann2019-05-291-1/+3
* Add a workaround for ia64 to move Value bits 63-61 to 49-47 for pointersJason Duerstock2019-05-301-0/+17
* Don't add local for anonymous function's "name"Ulf Hermann2019-05-213-10/+18