aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* WASM: Enable WebAssembly platform detection from QMLFredrik Orderud2020-04-211-0/+1
* Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-021-3/+4
* Doc: Fix documentation from QQmlEngine::singletonInstance()Ulf Hermann2020-02-241-6/+9
* Fix QML type unregistrationFabian Kosmale2020-02-101-5/+1
* Long live QML inline componentsFabian Kosmale2020-01-231-4/+26
* Add Qt.uiLanguage and QJSEngine::uiLanguage propertiesSimon Hausmann2020-01-231-0/+15
* Add Q_GADGET Wrapper for QQmlPropertyPierre-Yves Siret2020-01-151-2/+0
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-141-2/+2
|\
| * On QQmlEngine destruction drop singletons before type loaderUlf Hermann2020-01-101-2/+2
* | Generate registrations for all importsUlf Hermann2020-01-101-19/+0
* | QQmlEngine: use const QList for C++11 style iterationUlf Hermann2019-12-191-1/+1
* | Port away from QObjectPrivate::getThreadDataGiuseppe D'Angelo2019-12-161-4/+6
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-221-1/+11
|\|
| * Retrieve the attached properties base type without recursionUlf Hermann2019-11-181-1/+3
| * Disable deprecation warnings in function that are themselves deprecatedUlf Hermann2019-11-181-0/+8
* | Use a temporary getter for QObjectPrivate::threadDataGiuseppe D'Angelo2019-11-071-3/+3
* | Add support for semi-automatic QML type registrationsUlf Hermann2019-10-141-1/+1
* | Specify parameters of type registration in class declarationsUlf Hermann2019-09-261-17/+14
|/
* Harmonize meta object revisions and minor versionsUlf Hermann2019-08-261-4/+4
* Allow Connections to handle signals using JavaScript functionsUlf Hermann2019-08-161-0/+4
* Adapt usage of QMetaCallEvent to changes in QtCoreVolker Hilsheimer2019-08-131-10/+6
* Lower severity of nullptr error handling for qmlRegisterSingletonFabian Kosmale2019-07-181-5/+8
* Split compiler and runtime more clearlyUlf Hermann2019-07-111-1/+1
* Move BindingPropertyData into ExecutableCompilationUnitUlf Hermann2019-07-111-1/+1
* Disentangle includes and namespacesUlf Hermann2019-07-111-2/+4
* Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+11
* QQmlEngine: Hoist some allocating code out of critical sectionsMarc Mutz2019-07-021-4/+9
* Port from implicit to explicit atomic operationsMarc Mutz2019-07-021-2/+2
* Clean up the QT_CONFIG(library) conditionsUlf Hermann2019-06-261-0/+2
* Port towards load/storeRelaxed atomicsGiuseppe D'Angelo2019-06-251-1/+1
* QQmlEngine: keep ImageProvider alive while in useFabian Kosmale2019-06-251-0/+6
* Simplify errors and diagnosticsUlf Hermann2019-06-141-3/+3
* Restore value bindings when disabling a Binding elementErik Verbruggen2019-05-171-0/+1
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-3/+3
* Register QObject along with QQmlComponent as basic type of the languageUlf Hermann2019-05-081-1/+5
* Remove last traces of QV8EngineUlf Hermann2019-05-081-1/+1
* Move workerscript to its own moduleUlf Hermann2019-05-061-16/+0
* Mark functions involving attached property IDs as deprecatedUlf Hermann2019-04-301-0/+2
* Move creation and management of singletons to QQmlEnginePrivateRichard Weickelt2019-04-241-13/+64
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-231-14/+46
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-191-14/+46
| |\
| | * QML: Remove static attchedPropertyIds mapUlf Hermann2019-04-181-14/+46
* | | Clean up type registrationUlf Hermann2019-04-181-68/+35
* | | Remove QQmlV4HandleUlf Hermann2019-04-101-1/+0
|/ /
* / Doc: Promote use of ECMAScript modules over Qt.include()Ulf Hermann2019-03-041-0/+4
|/
* Documentation: Start using the \nullptr macroFriedemann Kleint2019-01-211-3/+1
* QML: Fix registering and unregistering of context objectsUlf Hermann2018-12-121-1/+5
* QML: Also clear outerContext's contextObject on destructionUlf Hermann2018-11-301-0/+3
* Remove obsolete VisualDataModel, *Group and VisualItemModel in Qt 6Shawn Rutledge2018-10-031-0/+2
* Doc: Remove references to Qt Quick 1Kai Koehne2018-10-011-2/+0