aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doc: Remove references to Qt Quick 1Kai Koehne2018-10-0113-49/+6
* QQuickTableView: improve performance when scrolling with scrollbarsRichard Moe Gustavsen2018-09-293-25/+167
* Add missing Q_FLAG declarations in QObject subclassesShawn Rutledge2018-09-286-0/+6
* Remove redundant Q_ENUM declarations in QQuickEventPointShawn Rutledge2018-09-281-3/+0
* QmlPreview: Change license to LGPL/GPL/CommercialUlf Hermann2018-09-2814-57/+211
* Make a method constErik Verbruggen2018-09-281-1/+1
* Disable GL_NV_path_rendering unless explicitly requestedLaszlo Agocs2018-09-273-14/+20
* 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
* QQuickItemView: Don't change the viewport while in layoutUlf Hermann2018-09-273-0/+110
* QML: Demote incubation problems to info levelUlf Hermann2018-09-273-3/+4
* Manual test, TableView, abstracttablemodel: add more logic to the testRichard Moe Gustavsen2018-09-274-18/+238
* QQuickTableView: only preload items when rebuilding the table from scratchRichard Moe Gustavsen2018-09-271-1/+2
* Doc: Add description of QML_USE_GLYPHCACHE_WORKAROUND env varPaul Wicking2018-09-261-0/+8
* Software Adaptation: Improve bounding rect claculation for glyph nodesAndy Nichols2018-09-261-1/+29
* Make QQuickShaderEffectMesh subclassable and exportedEskil Abrahamsen Blomfeldt2018-09-262-2/+10
* QQuickTableView: fix clang warningsRichard Moe Gustavsen2018-09-251-27/+22
* Doc: Remove documentation for deprecated QML typesVenugopal Shivashankar2018-09-2512-146/+19
* Limit the repeater model size for integer modelsErik Verbruggen2018-09-243-1/+27
* Fix test262 submodule sha1Simon Hausmann2018-09-241-0/+0
* qmlplugindump: Mark qsigSegvHandler with Q_NORETURNKai Koehne2018-09-241-1/+1
* qmlplugindump: Add spaces to stderr outputKai Koehne2018-09-241-3/+3
* qmlplugindump: Make manual test work with shadow buildsKai Koehne2018-09-242-6/+7
* Add test cleanup function for C++ partsRainer Keller2018-09-242-0/+8
* Fix use of lexically scoped variables in modulesSimon Hausmann2018-09-234-3/+21
* Better inheritance structure for functionsLars Knoll2018-09-237-35/+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
* Fix tst_qmldiskcache::cacheResources() and cacheModuleScripts() on WindowsFriedemann Kleint2018-09-201-22/+30
* QPacketProtocol: Remove aboutToClose() methodUlf Hermann2018-09-202-14/+0
* QQuickTableView: build the table when the component is finalizedRichard Moe Gustavsen2018-09-176-4/+250
* Cleanups in Value/PrimitiveLars Knoll2018-09-1779-602/+565
* 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-166-22/+126
* 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