aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Refactor le integer types from qjson_p.h to qendian_p.hAllan Sandfeld Jensen2017-07-062-4/+4
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-043-2/+2
|\
| * Doc: Fix link to Window.screenTopi Reinio2017-06-201-1/+1
| * Don't leak QQmlJavaScriptExpression errorsColin Ogilvie2017-06-162-1/+1
* | QQmlXMLHttpRequest: support sending ArrayBuffer dataAlberto Mardegan2017-06-261-2/+7
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-152-1/+7
|\|
| * Fix loading QML caches for qrc:/// urlsAlexander Volkov2017-06-131-0/+6
| * Doc: correct link issuesNico Vertriest2017-06-131-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-06-065-27/+37
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-065-27/+37
| |\|
| | * 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
* | | Add Qt.platform.pluginName propertySami Nurmenniemi2017-06-065-0/+17
|/ /
* | QML: emit messages when breaking bindingsOlivier JG2017-05-171-4/+22
* | Allow creating attached properties for objects instantiated in C++Frederik Gladhorn2017-05-041-2/+2
* | QmlTypeWrapper: -> QQmlTypeWrapperRobin Burchell2017-05-042-33/+33
* | QQmlComponent: Move incubateObject from QQmlDelegateModel to QQmlComponentPri...Robin Burchell2017-05-032-0/+36
* | C++11 scoped enum support for QMLMichael Brasser2017-05-035-6/+265
* | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-0213-3/+34
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-211-1/+2
|\|
| * Fix for dangling object pointers in QQmlErrorsRobert Griebl2017-04-191-1/+2
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-114-25/+19
|\|
| * 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
* | | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devSimon Hausmann2017-04-081-0/+4
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-071-0/+4
| |\| |
| | * | Fix build without features.animationTasuku Suzuki2017-04-031-0/+4
* | | | Cleanups: Remove Steele barrier codeLars Knoll2017-04-071-1/+1
|/ / /
* | | Separate the stack used for GC from the regular JS stackLars Knoll2017-04-072-5/+5
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-301-0/+1
|\| |
| * | Add missing header inclusionKimmo Ollila2017-03-281-0/+1
* | | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-03-272-8/+47
|\| |
| * | 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
* | | | Merge remote-tracking branch 'origin/5.9' into HEADSimon Hausmann2017-03-236-73/+92
|\| | |
| * | | 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
| |\|