aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* QtQuick: clean up shader effect property connectionsErik Verbruggen2016-07-053-8/+10
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-302-3/+6
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-292-3/+6
| |\
| | * Fix QQmlTypeData object leakJian Liang2016-06-251-2/+2
| | * Add missing signal handling for QJSValueMichal Klocek2016-06-211-1/+4
* | | QML: Specialize bindings based on target property type.Erik Verbruggen2016-06-274-91/+237
* | | QML: Do not register static QML dependencies on every call.Erik Verbruggen2016-06-242-14/+42
* | | Doc: QML Qt.callLater(): Fix documentation warningsTopi Reinio2016-06-231-3/+3
* | | V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-2212-48/+39
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-06-213-3/+4
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-213-3/+4
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-202-2/+2
| | |\|
| | | * Fix reference to Windows RT which actually meant Windows Runtime.Jake Petroules2016-06-161-1/+1
| | | * QML: Only release types if they aren't referenced anymoreUlf Hermann2016-06-101-1/+2
| | | * QmlIncubator: correct documentation snippet about waiting for ReadyShawn Rutledge2016-06-101-1/+1
| | * | QML: Only release types if they aren't referenced anymorev5.7.0Ulf Hermann2016-06-111-1/+2
* | | | Move type compilation independent bits out of QQmlTypeCompilerSimon Hausmann2016-06-202-0/+31
|/ / /
* | | Script dependency handling cleanupSimon Hausmann2016-06-201-1/+21
* | | Minor cleanup for implicit import handlingSimon Hausmann2016-06-202-9/+7
* | | Clean up pragma singleton handling in the type loaderSimon Hausmann2016-06-202-64/+27
* | | Clean up file/error handling in the type loaderSimon Hausmann2016-06-202-61/+57
* | | Added basic support for saving compilation units to diskSimon Hausmann2016-06-171-0/+7
* | | Moved import cache and type resolution cache codeSimon Hausmann2016-06-172-15/+71
* | | Remove remaining dependency of QQmlPropertyValidator on QQmlTypeCompilerSimon Hausmann2016-06-172-7/+4
* | | Minor QQmlPropertyValidator/QQmlCustomParser cleanupSimon Hausmann2016-06-171-3/+5
* | | Convert QQmlPropertyCacheCreator to a templateSimon Hausmann2016-06-161-2/+2
* | | Clean up property cache array handlingSimon Hausmann2016-06-163-7/+49
* | | Expose QQmlComponentPrivate::setInitialProperties()J-P Nurmi2016-06-152-3/+4
* | | Cleanup: generalize type reference collection codeSimon Hausmann2016-06-142-2/+4
* | | Add \since 5.8 to Qt.callLater()Mitch Curtis2016-06-081-0/+1
* | | Another manual refcounting cleanupSimon Hausmann2016-06-072-10/+6
* | | Add QJSEngine::newQMetaObjectCorentin Jabot2016-06-052-28/+71
* | | Clean up property cache reference counting in QQmlVMEMetaObjectSimon Hausmann2016-06-032-5/+1
* | | Use automatic refcounting for the compilation unit in QQmlComponentPrivate an...Simon Hausmann2016-06-034-21/+7
* | | Minor refcounting cleaningSimon Hausmann2016-06-034-10/+2
* | | QML Engine: Support for "PATCH" method for XMLHTTPRequestValery Kotov2016-06-031-2/+4
* | | Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-0125-316/+138
* | | Ensure that CompilationUnit instances are deleted in the engine threadSimon Hausmann2016-06-012-11/+0
* | | Remove inheritance of QQmlCompiledData from QQmlCleanUpSimon Hausmann2016-06-013-22/+4
* | | Remove "external" usages of QQmlCompiledData::engineSimon Hausmann2016-06-013-7/+7
* | | Moved meta-type id members to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-314-18/+11
* | | Moved resolved type references over to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-314-91/+5
* | | Move dependent scripts to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-313-9/+4
* | | Moved object/bindings/customparser counters to CompilationUnitSimon Hausmann2016-05-313-12/+7
* | | Moved the import cache from QQmlCompiledData to CompilationUnitSimon Hausmann2016-05-313-8/+3
* | | Move property caches from QQmlCompiledData to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-315-23/+11
* | | Fix bug in designer support reference countingSimon Hausmann2016-05-301-0/+5
* | | Removed the dependency to QQmlCompiledData from QQmlCustomParserSimon Hausmann2016-05-302-2/+2
* | | Remove the custom parser binding bits hash table from QQmlCompiledDataSimon Hausmann2016-05-303-28/+24
* | | Centralize deferred binding bit information in CompiledData::BindingSimon Hausmann2016-05-303-26/+19