aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-201-2/+0
| |\|
| | * Add Q_GADGET Wrapper for QQmlPropertyPierre-Yves Siret2020-01-151-2/+0
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-161-27/+20
|\| |
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-151-2/+2
| |\|
| | * 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
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-141-24/+7
| |\| |
| | * | 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.15' into devQt Forward Merge Bot2019-12-121-1/+11
| |\| |
| | * | 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
* | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-251-4/+4
|\| | |
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-081-3/+3
| |\| |
| | * | Use a temporary getter for QObjectPrivate::threadDataGiuseppe D'Angelo2019-11-071-3/+3
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-161-1/+1
| |\| |
| | * | Add support for semi-automatic QML type registrationsUlf Hermann2019-10-141-1/+1
* | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-141-17/+9
|\| | |
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-271-17/+9
| |\| |
| | * | Specify parameters of type registration in class declarationsUlf Hermann2019-09-261-17/+14
| | |/
* | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-111-12/+12
|\| |
| * | Merge remote-tracking branch 'origin/dev' into wip/qt6Ulf Hermann2019-09-051-12/+12
| |\|
| | * 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
* | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-08-151-5/+8
|\| |
| * | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-08-091-5/+8
| |\|
| | * Lower severity of nullptr error handling for qmlRegisterSingletonFabian Kosmale2019-07-181-5/+8
* | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-241-28/+17
|\| |
| * | Remove module registration related Qt version #ifdefsSimon Hausmann2019-07-221-24/+0
| |/
| * 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
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-111-9/+22
|\|
| * 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
* | Initial CMake portAlexandru Croitor2019-06-031-1/+1
|/
* 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