aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* QHashedStringRef: add split methodFabian Kosmale2020-01-172-0/+20
* Replace call to deprecated QNetworkReply::error methodFabian Kosmale2020-01-174-5/+5
* Add Q_GADGET Wrapper for QQmlPropertyPierre-Yves Siret2020-01-153-3/+25
* QQmlListProperty: Add replace and removeLast functionsUlf Hermann2020-01-153-45/+298
* Allow overriding type registrationsUlf Hermann2020-01-151-2/+6
* qqmlxmlhttprequest: Add ability to disable file:// requestsMaximilian Goldstein2020-01-151-1/+35
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-142-3/+5
|\
| * On QQmlEngine destruction drop singletons before type loaderUlf Hermann2020-01-101-2/+2
| * SequenceObject: Better message when trying to write readonly containerUlf Hermann2020-01-091-1/+3
* | QQmlMetaObject: Don't assert on validity of list propertiesUlf Hermann2020-01-131-11/+16
* | Doc: Explain how to specify multiple paths in QML2_IMPORT_PATHUlf Hermann2020-01-131-0/+7
* | Generate registrations for all examplesUlf Hermann2020-01-132-12/+9
* | QML list property: Avoid crash if contained object is deletedFabian Kosmale2020-01-132-9/+9
* | QQmlImport: Allow importing multiple versions of the same moduleUlf Hermann2020-01-101-1/+7
* | Generate registrations for all importsUlf Hermann2020-01-103-19/+8
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-0917-20/+151
|\|
| * V4: Avoid integer overflow on typed array length checkUlf Hermann2020-01-081-2/+5
| * Check stack limit in FunctionPrototype::method_apply()Ulf Hermann2020-01-081-1/+7
| * V4: Don't crash when iterating invalid Proxy objectsUlf Hermann2020-01-082-2/+2
| * V4: Don't crash when sorting arrays with non-stringifyable entriesUlf Hermann2020-01-081-0/+6
| * Fix unused variable warningShawn Rutledge2020-01-071-2/+1
| * QV4: Support printing arrays with circular referencesFabian Kosmale2020-01-071-4/+9
| * QV4: Array.includes: Support large arraysFabian Kosmale2020-01-071-1/+2
| * QV4: Check recursion limit in toStringFabian Kosmale2020-01-071-0/+1
| * QV4MM: Fix crash caused by MarkStack overflowFabian Kosmale2020-01-073-1/+8
| * V4: Catch error when compiling broken RegExpsUlf Hermann2020-01-071-2/+2
| * V4: Fix sorting of sparse arraysUlf Hermann2020-01-061-1/+1
| * Avoid oob access on Array.concatUlf Hermann2020-01-061-1/+1
| * Emit QQmlEngine::warnings when load failsFabian Kosmale2020-01-061-1/+1
| * QV4::Engine: replace std::function with a function pointerFabian Kosmale2020-01-061-1/+1
| * QV4::ExecutionEngine: provide QNAM accessorFabian Kosmale2020-01-033-2/+16
| * QV4Engine: support conversion of QJSValue to SequenceTypeFabian Kosmale2019-12-201-0/+89
* | qmldiskcache.qdoc: Add missing \endtableFriedemann Kleint2020-01-031-0/+1
* | Defer loading of local qmldir files when intercepted to remote onesUlf Hermann2020-01-023-32/+49
* | doc: Clarify Q_GADGET limitations in Qt 5Shawn Rutledge2019-12-231-0/+8
* | Remove module registrations when unloading themUlf Hermann2019-12-204-5/+36
* | QQmlEngine: use const QList for C++11 style iterationUlf Hermann2019-12-191-1/+1
* | QQmlMetaType: Fix typoUlf Hermann2019-12-191-1/+1
* | Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-12-197-8/+9
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-172-1/+17
|\|
| * Remove use of wrapper macros for feature detectionTor Arne Vestbø2019-12-161-1/+1
| * Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-131-1/+5
| |\
| | * QML: Resolve conflict in ImportSpecifier rulev5.14.0-rc1Ulf Hermann2019-11-291-1/+5
| * | qv4sequenceobject.cpp: Add "here be dragons" commentUlf Hermann2019-12-111-0/+16
* | | Port away from QObjectPrivate::getThreadDataGiuseppe D'Angelo2019-12-162-6/+8
* | | Add more trace points to Qt QMLMilian Wolff2019-12-136-1/+24
* | | make LinkBufferBase::finalizeCodeWithDisassembly() less genericRolf Eike Beer2019-12-121-1/+1
* | | Remove a leftover unused variableVille Voutilainen2019-12-101-1/+0
* | | Doc: Add a section on the QML disk cacheUlf Hermann2019-12-102-0/+78
* | | Make QML_FORCE_DISK_CACHE override isDebugging()Ulf Hermann2019-12-101-1/+1