aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix loading of QML plugins with old IID in static buildsSimon Hausmann2017-07-262-2/+5
* Do not (dis)connectNotify on dynamically created model item objectsErik Verbruggen2017-07-255-17/+18
* Rebuild QQmlData::propertyCache if deleted by another engineDavid Edmundson2017-07-131-1/+6
* QDoc: Fix syntax error on the definition of the Q_GADGETHolger Hans Peter Freyther2017-07-131-1/+1
* Doc: Add \keyword for "Grouped" and "Attached" property topicsVenugopal Shivashankar2017-07-034-5/+5
* 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
* | 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
* 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
* | 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
* | Properly encapsulate all accesses to the vtableLars Knoll2017-05-194-15/+15
* | Add ICs for String, MemberData and ArrayDataLars Knoll2017-05-197-3/+18
* | Move the list of default internal classes into EngineBaseLars Knoll2017-05-1916-89/+97
* | Move the EngineBase class into it's own header fileLars Knoll2017-05-194-35/+101
* | Move a few more members from ExecutionEngine to EngineBaseLars Knoll2017-05-193-14/+9
* | Smaller cleanupsLars Knoll2017-05-191-22/+18
* | Optimizations to the generated byte codeLars Knoll2017-05-194-97/+10
* | Free up completely empty Chunks, and return the memory to the OSLars Knoll2017-05-192-9/+27
* | Fix QML Connections element ignoring the enabled propertyThomas McGuire2017-05-171-0/+1