aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Add missing header inclusionKimmo Ollila2017-03-281-0/+1
* Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-03-252-8/+47
|\
| * Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-03-152-8/+47
| |\
| | * Fix QQmlTypeLoader::Blob::qmldirDataAvailable memory overwriteJosh Faust2017-03-141-1/+2
| | * Fix caching of QML singleton typesSimon Hausmann2017-03-132-2/+36
| | * Clean up type dependency hashing for QML cachingSimon Hausmann2017-03-132-7/+11
* | | Speed up source code readingSimon Hausmann2017-03-221-1/+9
* | | Avoid an extra stat() on the source .qml file when loading cacheSimon Hausmann2017-03-222-10/+10
* | | Avoid reading (not parsing) .qml files when using the cacheSimon Hausmann2017-03-212-36/+54
* | | Simplify internal source access APISimon Hausmann2017-03-212-37/+30
* | | Remove unused macroSimon Hausmann2017-03-171-4/+0
* | | Protect CompilationUnit member usage against word size differencesSimon Hausmann2017-03-171-1/+1
* | | Fix QQmlMetaType::prettyTypeName to deal with malformed type namesUlf Hermann2017-03-151-4/+8
|/ /
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-132-3/+3
|\|
| * QThreadData::threadId is now QAtomicPointer, so relax loads from AcquireThiago Macieira2017-03-062-3/+3
| * Fix build with -no-feature-libraryUlf Hermann2017-03-061-1/+1
* | Fix relocation related errors when loading AOT cachesSimon Hausmann2017-03-091-1/+4
* | Allow import static plugins even when library feature is disabledKimmo Ollila2017-03-031-34/+5
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-245-15/+29
|\|
| * Fix QQmlExpression leaking QQmlError objectsRobert Griebl2017-02-231-0/+1
| * Use QQmlType for looking up enums, even on singletonsUlf Hermann2017-02-081-5/+10
| * Enable PropertyChanges to correctly restore binding on aliasMichael Brasser2017-02-021-2/+2
| * Doc: Fix documentation warningsTopi Reinio2017-01-303-8/+16
* | Add a javascript push method binding to QQmlListPropertyIonut Alexandrescu2017-02-212-0/+33
* | Add missing qmlRegisterExtendedUncreatableType variantKevin Ottens2017-02-171-0/+38
* | Add Q_ALLOCA_VAR, Q_ALLOCA_DECLARE and Q_ALLOCA_ASSIGN macrosKimmo Ollila2017-02-151-1/+3
* | Replace usage of QSignalMapper by lambdaOlivier Goffart2017-02-143-14/+4
* | Rename Window.targetScreen to screen, and pick up changes to the screenTor Arne Vestbø2017-02-111-2/+2
* | Add missing include to qmlengine.cppFriedemann Kleint2017-02-031-0/+1
* | add QQmlEngine::offlineStorageDatabaseFilePath(db), use in LocalStorageShawn Rutledge2017-02-023-0/+23
* | Re-do QML type compilation of ahead-of-time generated QML cache filesSimon Hausmann2017-01-312-0/+15
* | QQmlImportDatabase: Fix static build with clangRobert Loehning2017-01-311-0/+2
* | Add fixes for INTEGRITYKimmo Ollila2017-01-311-2/+3
* | qqmltypenamecache.cpp: Fix warnings about deprecated string conversionsFriedemann Kleint2017-01-301-2/+2
* | Enable resolution of composite types in QQmlTypeNameCacheRobin Burchell2017-01-274-8/+71
* | QQmlImport: Decouple QQmlImportNamespace & Import type from qqmlimport.cppRobin Burchell2017-01-262-69/+76
* | Un-nest QQmlTypeLoader::QmldirContentRobin Burchell2017-01-263-62/+62
* | QQmlImport: Document some methods used by QQmlTypeLoaderRobin Burchell2017-01-261-0/+16
* | QQmlImport: Document populateCache methodRobin Burchell2017-01-261-0/+11
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-261-1/+1
|\|
| * Fix support for QJSValue as C++ signal parameter type, part 2Simon Hausmann2017-01-181-1/+1
* | Slight improvements to resolveType for the common caseRobin Burchell2017-01-251-9/+13
* | QQmlImport: Add a little documentation for QQmlImportNamespace & ImportRobin Burchell2017-01-251-7/+39
* | QQmlImport: Clean up & rename getTypeForUrl to fetchOrCreateTypeForUrlRobin Burchell2017-01-251-34/+66
* | QQmlMetaType: Fix an invalid commentRobin Burchell2017-01-251-1/+1
* | qml: Rename importCache vars to typeNameCacheRobin Burchell2017-01-253-30/+30
* | Ensure that we never create empty MemberData objectsLars Knoll2017-01-251-3/+6
* | Port builtin methods in Canvas2D to new calling conventionLars Knoll2017-01-251-7/+0
* | Convert the last remaining builtin function to the new calling conventionLars Knoll2017-01-254-490/+505
* | Convert more builtin functions to the new calling conventionLars Knoll2017-01-255-302/+275