aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* JIT: When making memory writable, include the exception handlerUlf Hermann2020-12-263-6/+22
* Fix IC properties in same fileFabian Kosmale2020-12-244-3/+37
* QML: Fix proxy iterationFabian Kosmale2020-12-231-2/+6
* qv4qmlcontext: Fix bounded signal expressions when debuggingMaximilian Goldstein2020-12-041-2/+2
* Fix crash when calling hasOwnProperty() on proxy objectRichard Weickelt2020-11-251-4/+6
* qmlfunctions.qdoc: Add clarification to QML_FOREIGNMaximilian Goldstein2020-11-231-0/+4
* Doc: mention that INCLUDEPATH must be set in some casesMitch Curtis2020-11-201-0/+8
* Avoid GHS linker to optimize away QML type registrationsKimmo Ollila2020-11-182-0/+9
* Inline components: Fix custom parser supportFabian Kosmale2020-10-281-0/+6
* Fix alwaysRunToEnd==true prevented complex Anim from stoppingPiotr Mikolajczyk2020-10-162-0/+4
* Doc: use editingFinished signal of TextInput instead of textChangedMitch Curtis2020-10-061-1/+1
* qqmlimport: Use stable_partition instead of stable_sortFabian Kosmale2020-09-281-2/+2
* Fix ubsan errorAllan Sandfeld Jensen2020-09-231-5/+9
* Fix workflow for shutting down busy type loader threadsUlf Hermann2020-09-071-12/+10
* Doc: Fix minor typosSze Howe Koh2020-08-302-2/+2
* QQmlObjectCreator: fix member func call with this == nullptrEvgeniy A. Dushistov2020-08-201-1/+1
* Fix -Wdeprecated-copy warningsFabian Kosmale2020-08-122-11/+3
* QQmlInfo: print ancestor of object if it has no QML engineMitch Curtis2020-07-271-3/+16
* QQmlIRLoader: Restore inline components correctlyFabian Kosmale2020-07-221-0/+1
* Give a better score for methods with a convertable type when matchingAndy Shaw2020-07-071-1/+4
* doc: Explain how to work around the linker removing registrationsUlf Hermann2020-07-021-0/+17
* Fix baseUrl returning an empty urlJaeyoon Jung2020-07-021-1/+3
* qv4dateobject.cpp: USE_QTZ_SYSTEM_TIMEZONE on more platformsUlf Hermann2020-06-251-2/+19
* qqmlobjectcreator: Fix a typo in translation stringLiang Qi2020-06-231-1/+1
* Doc: Update QML connection inline snippetPaul Wicking2020-06-221-1/+1
* Warn circular dependency when loading typesJaeyoon Jung2020-06-161-0/+6
* Doc: Improve documentation for DateKai Koehne2020-06-121-12/+36
* Doc: Update example of QML int valueYuya Nishihara2020-06-121-1/+1
* Fix race condition in QQmlData::createPropertyCacheFabian Kosmale2020-06-096-16/+18
* Avoid duplicate call to destroyFabian Kosmale2020-06-081-1/+1
* Make Binding restoreMode qmlWarning follow a logging categoryAlbert Astals Cid2020-06-081-2/+3
* Prevent premature child destructionFabian Kosmale2020-06-051-2/+3
* Fix build issue in generating RegExpJitTables.h on WindowsKai Koehne2020-06-031-1/+1
* Rephrase Chunk::sortIntoBins() for more clarityUlf Hermann2020-06-021-4/+7
* Don't return a pointer to a local in QObjectWrapper::getQmlProperty()Ulf Hermann2020-06-021-1/+1
* Prettify QV4_SHOW_BYTECODE output for JS classesUlf Hermann2020-06-021-11/+12
* PropertyCache: Fix resolution of forbidden QObject methodsUlf Hermann2020-05-261-1/+3
* Clarify argument types for QML's Qt.point, Qt.rect, and Qt.sizeSebastian Hartte2020-05-221-3/+3
* QQmlPropertyData: Fix isDirect flag handlingFabian Kosmale2020-05-201-1/+2
* QV4Engine: Fix type conversionFabian Kosmale2020-05-191-1/+12
* Add missing since to qmlRegisterSingletonType docsNicolas Fella2020-05-191-0/+1
* Fix warning -Wxor-used-as-powMÃ¥rten Nordheim2020-05-191-1/+1
* Doc: Update flowchartPaul Wicking2020-05-192-0/+0
* Doc: add code example of QQmlApplicationEngine::setInitialProperties()Mitch Curtis2020-05-191-0/+11
* Doc: add code example to QML_NAMED_ELEMENTMitch Curtis2020-05-191-0/+10
* Fix file name comment in script.mjs snippetUlf Hermann2020-05-191-1/+1
* Fix failing assertion in the GC with JITSimon Hausmann2020-05-191-0/+2
* Fix failing assertion in the GC with the JITSimon Hausmann2020-05-181-0/+4
* Check in even more places for exceptionsFabian Kosmale2020-05-184-3/+8
* Port python check to configure systemKai Koehne2020-05-183-1/+48