aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix linking if apps using QQmlPropertyMap when using version scriptsSimon Hausmann2017-07-182-13/+5
* Add support for QEvent::LanguageChangeSimon Hausmann2017-07-149-14/+97
* Add support for enum declarations in QMLMichael Brasser2017-07-1326-1505/+1916
* Refactor le integer types from qjson_p.h to qendian_p.hAllan Sandfeld Jensen2017-07-068-160/+153
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-0412-21/+28
|\
| * Merge remote-tracking branch 'origin/5.9.1' into 5.9Liang Qi2017-06-303-9/+11
| |\
| | * Merge 5.9 into 5.9.1Oswald Buddenhagen2017-06-1910-12/+21
| | |\
| | * | Fix QML compiler crashes on big endian systemsDmitry Shachnev2017-06-183-9/+11
| * | | Fix ObjectModel::move() to mark the changes as movesJ-P Nurmi2017-06-291-1/+1
| * | | Fix alignment issue on ARMv7Simon Hausmann2017-06-221-0/+2
| * | | Doc: Fix link to Window.screenTopi Reinio2017-06-201-1/+1
| * | | Silence -Wuninitialized warningAllan Sandfeld Jensen2017-06-201-0/+3
| | |/ | |/|
| * | Don't leak QQmlJavaScriptExpression errorsColin Ogilvie2017-06-162-1/+1
| * | Doc: Avoid copyright text in the codeblock by using \snippetVenugopal Shivashankar2017-06-165-9/+12
* | | Do not access the qle_bitfield internals directlyAllan Sandfeld Jensen2017-06-281-4/+8
* | | QQmlXMLHttpRequest: support sending ArrayBuffer dataAlberto Mardegan2017-06-261-2/+7
* | | Fix lookup of formals in QML signal handlers with AOTSimon Hausmann2017-06-211-31/+32
* | | Prospective build fix for Integrity OSSimon Hausmann2017-06-203-15/+15
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-1518-61/+532
|\| |
| * | Prospective build fix for qml compiler on WindowsSimon Hausmann2017-06-141-1/+1
| * | Fix loading QML caches for qrc:/// urlsAlexander Volkov2017-06-131-0/+6
| * | Doc: correct link issuesNico Vertriest2017-06-131-1/+1
| |/
| * Use pre-generated QML caches even if they are not writableAlexander Volkov2017-06-091-1/+1
| * Change temp allocation when generating IRLars Knoll2017-06-095-56/+155
| * Doc: Simplify documentation about integrating QML and C++Venugopal Shivashankar2017-06-086-1/+352
| * Fix gcc5 miscompile of qle_bitfieldVille Voutilainen2017-06-081-0/+4
| * Fix integer divisionErik Verbruggen2017-06-081-1/+3
| * Jit: fix unary minus for integersErik Verbruggen2017-06-071-0/+9
* | Silence -Wuninitialized warningAllan Sandfeld Jensen2017-06-131-0/+3
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-077-20/+24
|\|
| * Move Q_REQUIRED_RESULT to the beginning of the declarationThiago Macieira2017-06-031-2/+2
| * Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-313-10/+15
| |\
| | * QQmlIRBuilder: Only query type name cache for type namesRobin Burchell2017-05-191-2/+3
| | * don't try to pull in the regular config headers when bootstrappingOswald Buddenhagen2017-05-192-8/+12
| * | Add sections and update purposes of featuresStephan Binner2017-05-301-3/+6
| * | Revert "Fix compilation of QtScxml"Liang Qi2017-05-231-4/+0
| * | QtQml: Restrict alloca definition to MSVCFriedemann Kleint2017-05-231-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-06-0668-764/+1202
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-0668-764/+1202
| |\| |
| | * | Fix compilation of QtScxmlLars Knoll2017-05-221-0/+4
| | * | Get rid of the MemoryManager pointer inside StringLars Knoll2017-05-195-14/+11
| | * | Move the engine() accessor from Object to ManagedLars Knoll2017-05-1918-89/+71
| | * | Get rid of the old way of defining builtin functionsLars Knoll2017-05-196-117/+22
| | * | Optimize marking of prototypes in the InternalClass treeLars Knoll2017-05-192-17/+16
| | * | Give standard objects a bit more inline storage by defaultLars Knoll2017-05-191-1/+1
| | * | Optimize lookups in the internalClassLars Knoll2017-05-194-23/+47
| | * | Optimize lookups based on IC changesLars Knoll2017-05-193-24/+31
| | * | Move the prototype into the internal classLars Knoll2017-05-1916-118/+215
| | * | Move the internalClass field from Heap::Object to Heap::BaseLars Knoll2017-05-1924-36/+81
| | * | Add support for storing the Vtable in the InternalClassLars Knoll2017-05-192-25/+59