aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Rebuild QQmlData::propertyCache if deleted by another engineDavid Edmundson2017-07-131-1/+6
* Doc: Fix link to Window.screenTopi Reinio2017-06-201-1/+1
* Don't leak QQmlJavaScriptExpression errorsColin Ogilvie2017-06-162-1/+1
* Fix loading QML caches for qrc:/// urlsAlexander Volkov2017-06-131-0/+6
* Doc: correct link issuesNico Vertriest2017-06-131-1/+1
* Move the engine() accessor from Object to ManagedLars Knoll2017-05-191-2/+2
* Don't crash: Connections with a signal on a nonexistent objectShawn Rutledge2017-05-071-1/+4
* Fix concurrent loading of the same qmldir from different scriptsAndy Shaw2017-05-022-23/+30
* Run includemocs in qtdeclarativeThiago Macieira2017-04-2612-0/+24
* Doc: correct link errorNico Vertriest2017-04-261-1/+1
* QQmlApplicationEngine: Fix using invalid pointersRainer Keller2017-04-261-2/+9
* Fix for dangling object pointers in QQmlErrorsRobert Griebl2017-04-191-1/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-114-25/+19
|\
| * Avoid access to declarativeData when isDeletingChildren is setBernhard Übelacker2017-04-104-25/+19
* | Fix build without features.animationTasuku Suzuki2017-04-031-0/+4
* | 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