aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add qml-worker-script featureMorten Johan Sørvig2018-09-121-4/+4
* Make QtDeclarative work for the no-thread configMorten Johan Sørvig2018-09-051-0/+8
* Merge dev into 5.12Oswald Buddenhagen2018-08-211-3/+5
|\
| * Fix revision of Connections.enabled propertySimon Hausmann2018-08-141-3/+5
* | Add support for importing ES modules in .qml filesSimon Hausmann2018-08-171-0/+19
|/
* Add defaultLogLevel to LoggingCategoryTomasz Olszak2018-06-251-1/+3
* Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-251-1/+1
|\
| * Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* | Provide API to access singletons associated with a QQmlEngineRichard Weickelt2018-06-211-0/+65
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-271-0/+2
|\|
| * Clarify ownership around QQmlEngine::setNAMFMårten Nordheim2018-04-261-0/+2
* | Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-5/+5
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-101-13/+0
|\|
| * Fix crash when QML engine warning handler feeds errors back into QMLSimon Hausmann2018-04-091-13/+0
* | Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-04-091-62/+17
|\|
| * Allow for QQmlData::set*Bit and clear*Bit to be inlinedErik Verbruggen2018-04-061-62/+17
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-221-0/+10
|\|
| * add qmlRegisterModule to all QML plugins (QUIP 99)Shawn Rutledge2018-03-211-0/+6