aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when accessing pixmap on default QSGSoftwareInternalImageNodev5.9.3Allan Sandfeld Jensen2017-11-171-4/+5
* Fix crash with dangling context object pointersAndy Shaw2017-11-141-0/+2
* Improve encapsulation of the the IR de-serialization from QtQuick CompilerSimon Hausmann2017-11-121-1/+9
* Fix ListView::positionViewAtIndex with ListView.Contain modeJoni Poikelin2017-11-071-11/+16
* QQuickWindow: cleanup pointer event instancesJ-P Nurmi2017-11-071-0/+2
* Never create pointer events from mouseGrabberItem()Jan Arve Saether2017-11-072-15/+24
* QQuickWidget: pass enter and leave events to the offscreen windowAndy Shaw2017-11-061-0/+9
* Fix coverity reported warningLars Knoll2017-11-061-1/+1
* Prevent the QML engine from registering circular dependenciesErik Verbruggen2017-11-062-1/+10
* QQmlEngineDebugService: Check QML contexts for validityUlf Hermann2017-11-051-12/+10
* Clean up handling of opaqueness in the SW rendererLars Knoll2017-11-032-26/+15
* Mark layers in the SW rasterizer as opaque if possibleLars Knoll2017-11-034-10/+22
* Fix providing correct velocity when using index based scrollingPasi Petäjäjärvi2017-11-032-5/+4
* QQuickItemView: always honor the removeDisplaced animationAlberto Mardegan2017-11-031-1/+11
* ListView: don't stop moving the highlight because of model updatesShawn Rutledge2017-11-031-1/+0
* QQuickFlickable: Use QQuickItem::setSize() in resizeContent()Alexandr Akulich2017-11-031-17/+17
* QQuickItemView: avoid wrong repositioning of removed itemsAlberto Mardegan2017-11-031-2/+3
* Mark pixmaps without alpha channel as opaque in the SW rendererLars Knoll2017-10-302-3/+2
* Fix crash with dangling context object pointersAndy Shaw2017-10-261-0/+2
* Minor documentation improvements for Matrix4x4Michael Brasser2017-10-242-0/+2
* Return "qnx" for Qt.platform.os when appropriateLiang Qi2017-10-242-0/+3
* QQuickAnimatorProxyJob: Disconnect from window when unsetting itUlf Hermann2017-10-241-1/+5
* QQmlTypeLoader: Drain events before shutting down the threadUlf Hermann2017-10-201-10/+17
* QQuickLoader: Use setSize() to resize itemAlexandr Akulich2017-10-201-2/+7
* Docs: VideoOutput is not supported with Software AdaptationAndy Nichols2017-10-201-0/+7
* Update the cursor rectangle when select all is triggeredAndy Shaw2017-10-201-2/+1
* Tell QQmlImportInstance::resolveType what kind of type we wantUlf Hermann2017-10-195-29/+66
* Fix execution of deferred propertiesJ-P Nurmi2017-10-186-31/+60
* Fix qdoc files to always use FDLKai Koehne2017-10-181-31/+18
* Software Adaptation: Fix QQuickWidget when moving between screensAndy Nichols2017-10-173-1/+8
* Fix outdated FDL license headerKai Koehne2017-10-1784-419/+419
* Fix outdated BSD license headerKai Koehne2017-10-17234-684/+3024
* Merge remote-tracking branch 'origin/5.9.2' into 5.9Liang Qi2017-10-063-5/+7
|\
| * Make input method events work in QQuickWidgetv5.9.2Paul Olav Tvete2017-09-281-2/+4
| * QQmlTypeLoader: The profiler is a quintptr(0) if QT_NO_QML_DEBUGGINGUlf Hermann2017-09-271-2/+2
| * Merge 5.9 into 5.9.2Oswald Buddenhagen2017-09-255-41/+33
| |\
| * | Fix crash when using signal handlers on group propertiesThomas Hartmann2017-09-211-1/+1
* | | Simplify compilation unit tracking in the execution engineSimon Hausmann2017-10-065-6/+10
* | | QV4Engine: Don't cache compilation units to be unlinkedUlf Hermann2017-10-051-4/+2
* | | Fix Number.isNaN sometimes returning false for NaNSimon Hausmann2017-10-041-1/+3
* | | Doc: let TextEdit grow vertically in ensureVisible() snippetMitch Curtis2017-10-031-1/+0
* | | Docs: remove empty table headersFrederik Schwarzer2017-10-031-2/+0
* | | Document the default value of property asynchronousZhang Xingtao2017-09-271-0/+1
* | | ObjectModel: provide unique move IDsJ-P Nurmi2017-09-261-3/+3
| |/ |/|
* | Fix behaviors not working when sub-types declare propertiesSimon Hausmann2017-09-221-0/+2
* | Fix use-after-free when clear()ing all elements from a ListModelErik Verbruggen2017-09-223-41/+28
* | Fix uninitialized member QSGClipNode::m_is_rectangularJüri Valdmann2017-09-201-0/+3
|/
* Fix qmlClearTypeRegistrations() not dropping all registrationsSimon Hausmann2017-09-192-0/+9
* Fix compilation with -no-openglMichal Klocek2017-09-182-2/+5
* Fall back to the ObjectWrapper for model advanceIteratorAndy Shaw2017-09-151-1/+4