aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Add QQuickItemPrivate::updateOrAddItemChangeListener()Mitch Curtis2018-10-022-0/+11
* | Make Codegen::Reference movableErik Verbruggen2018-10-072-67/+4
* | Trim some #includesErik Verbruggen2018-10-073-14/+4
* | Fix long file name generated for certain qmlcache.qrcJarkko Koivikko2018-10-061-0/+1
* | Replace obsolete VisualDataModel, *Group and VisualItemModel in testsShawn Rutledge2018-10-0542-241/+281
* | PathView autotest: fix "value is not defined" errorShawn Rutledge2018-10-051-1/+1
* | ES7: Implement Tail Position Calls in the runtimeErik Verbruggen2018-10-0512-62/+174
* | Whitelist the Qt tests pathUlf Hermann2018-10-051-1/+3
* | QmlPreview: Add the language file to TESTDATAUlf Hermann2018-10-051-1/+2
* | ES7: Detect Tail Position Calls and pass that to the runtimeErik Verbruggen2018-10-0411-34/+180
* | QQuickGridView: Respect marginsUlf Hermann2018-10-043-6/+105
* | Fix QSGImageNode with QSGLayer in software modeAllan Sandfeld Jensen2018-10-031-1/+11
* | Remove obsolete VisualDataModel, *Group and VisualItemModel in Qt 6Shawn Rutledge2018-10-031-0/+2
* | Replace more vestiges of VisualDataModel, *Group and VisualItemModelShawn Rutledge2018-10-036-15/+14
* | Example: Update the shared UI controls to use input handlersVenugopal Shivashankar2018-10-036-62/+58
* | QQuickItemPrivate::canAcceptTabFocus(): respect non-editable spinboxesJ-P Nurmi2018-10-031-10/+9
* | no-thread: build fix for when networking is enabledv5.12.0-beta1Lorn Potter2018-10-011-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Liang Qi2018-10-018-17/+83
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-018-17/+83
| |\|
| | * Add QT_CONFIG(filesystemwatcher) guard for includeLiang Qi2018-10-011-0/+2
| | * Fix Integrity OS allocator memory attributesJanne Koskinen2018-09-283-7/+11
| | * Doc: Remove wrong ';' from Q_PROPERTY exampleKai Koehne2018-09-271-1/+1
| | * Prevent PathView's parent stealing mouse grab during double-flickChris Adams2018-09-242-0/+57
| | * Merge remote-tracking branch 'origin/5.11.2' into 5.11Qt Forward Merge Bot2018-09-112-10/+13
| | |\
| | | * Add some null pointer checks to avoid some rare crashesv5.11.2Jan Arve Sæther2018-09-112-10/+13
* | | | Doc: Fix QDoc warningsPaul Wicking2018-10-017-20/+20
|/ / /
* | | 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