aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Liang Qi2018-10-011-1/+1
|\
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-011-1/+1
| |\
| | * Doc: Remove wrong ';' from Q_PROPERTY exampleKai Koehne2018-09-271-1/+1
* | | Doc: Fix QDoc warningsPaul Wicking2018-10-012-2/+2
|/ /
* | Doc: Remove references to Qt Quick 1Kai Koehne2018-10-0110-25/+0
* | Make a method constErik Verbruggen2018-09-281-1/+1
* | Remove unused variable 'EmptyTag'Liang Qi2018-09-271-1/+0
* | Remove unused member variableLars Knoll2018-09-271-1/+0
* | Get rid of ArrayData::ComplexLars Knoll2018-09-274-4/+4
* | Speed up instanceof operationsLars Knoll2018-09-277-32/+67
* | Unify layout of function objectsLars Knoll2018-09-273-12/+19
* | Refactor deletion of propertiesLars Knoll2018-09-274-40/+46
* | Don't move any property slots in Objects anymoreLars Knoll2018-09-272-70/+24
* | Get rid of remaining assumptions about setter being next to gettersLars Knoll2018-09-2710-111/+136
* | Differentiate between finding for get and set in InternalClassLars Knoll2018-09-277-26/+38
* | Refactor InternalClass::find()Lars Knoll2018-09-2711-66/+105
* | Small refactoring of PropertyHash::lookup()Lars Knoll2018-09-272-10/+13
* | QML: Demote incubation problems to info levelUlf Hermann2018-09-272-2/+3
* | Doc: Remove documentation for deprecated QML typesVenugopal Shivashankar2018-09-258-67/+12
* | Limit the repeater model size for integer modelsErik Verbruggen2018-09-241-1/+20
* | Fix use of lexically scoped variables in modulesSimon Hausmann2018-09-231-2/+2
* | Better inheritance structure for functionsLars Knoll2018-09-236-33/+63
* | Cleanup init method for ScriptFunctionLars Knoll2018-09-233-6/+16
* | Remove unused argumentLars Knoll2018-09-232-9/+8
* | Make Object::getOwnProperty() constLars Knoll2018-09-2319-25/+25
* | Cleanups in Value/PrimitiveLars Knoll2018-09-1773-582/+545
* | Some more optimizations to Object::internalPut()Lars Knoll2018-09-161-0/+12
* | Optimize Object::virtualGet()Lars Knoll2018-09-162-22/+36
* | Store InternalClass::nameMap in a MemberDataLars Knoll2018-09-163-20/+124
* | Optimize the JIT helpersLars Knoll2018-09-143-14/+24
* | Optimize some LookupsLars Knoll2018-09-141-1/+12
* | Small optimization in Function.apply()Lars Knoll2018-09-141-1/+3
* | Don't let GC runs be dominated by internal classesLars Knoll2018-09-141-2/+2
* | Improve performance of IdentifierTable::sweep()Lars Knoll2018-09-142-21/+22
* | properly align string table in compiled dataRolf Eike Beer2018-09-142-2/+4
* | Doc: Use a macro to resolve the QML import versionTopi Reinio2018-09-143-18/+19
* | Remove left over commentRainer Keller2018-09-141-1/+1
* | Inline StringOrSymbol::toPropertyKey()Lars Knoll2018-09-142-9/+7
* | Check for nullptr in enum conflict analysisRainer Keller2018-09-141-2/+10
* | Never inline this lookupLars Knoll2018-09-141-1/+1
* | use WTF::roundUpToMultipleOf() instead of open coding itRolf Eike Beer2018-09-131-10/+7
* | List possbile enum conflictsRainer Keller2018-09-121-1/+60
* | Add qml-worker-script featureMorten Johan Sørvig2018-09-124-6/+13
* | Enable relative url assert again on Q_OS_WASMMorten Johan Sørvig2018-09-121-5/+0
* | Remove hardcoded Q_OS_WASM “qml/” import pathMorten Johan Sørvig2018-09-121-7/+1
* | Add a shortcut into Object::internalPut() for the common casev5.12.0-alpha1Lars Knoll2018-09-111-1/+43
* | Micro optimization when initializing the Cpp frameLars Knoll2018-09-112-5/+4
* | Refactor SharedIngternalClassDataLars Knoll2018-09-111-41/+74
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-111-0/+4
|\|
| * Merge 5.11 into 5.11.2Frederik Gladhorn2018-08-271-0/+17
| |\