aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | | qml: Override the new Object::instanceOf hook to allow QML type checkingRobin Burchell2017-03-152-1/+41
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-142-35/+9
|\| |
| * | 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
* | | Incremental garbage collectionLars Knoll2017-03-091-1/+1
* | | Go through proper set() functions when writing to MemberDataLars Knoll2017-03-091-26/+28
* | | Add a set() method to HeapValue as wellLars Knoll2017-03-091-4/+4
* | | Make all write operations to Pointer<> types go through a set() methodLars Knoll2017-03-092-3/+3
* | | Make every member of a Heap object aware of its offset inside the objectLars Knoll2017-03-091-2/+2
* | | Refactor how we define Heap objectsLars Knoll2017-03-092-6/+6
* | | Unify mark handling for MemberData and ArrayDataLars Knoll2017-03-091-1/+1
* | | New mark table implementationLars Knoll2017-03-092-27/+16
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-025-15/+29
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-287-15/+78
|\| |
| * | 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
* | | sources: Add missing override and remove redundant virtualAlexander Volkov2017-02-231-1/+1
* | | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-02-143-2/+26
|\| |
| * | 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
* | | Object: Allow put and putIndexed to return success or failureRobin Burchell2017-02-096-16/+22
|/ /
* | 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