aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Add changes file for Qt 5.9.4Antti Kokko2018-01-081-0/+77
* | | Fix illegal name setup in qmlcachegenSimon Hausmann2018-01-181-0/+2
* | | QQmlEngineDebugService: Use native stream operators for QSize and QSizeFUlf Hermann2018-01-181-0/+2
* | | Allow for currentQmlContext to be inlinedErik Verbruggen2018-01-182-6/+12
|/ /
* | Optimize QQmlProperty constructor for the common property caseSimon Hausmann2018-01-171-66/+70
* | Speed up PropertyChange state applicationSimon Hausmann2018-01-175-18/+42
* | Prevent a QVector detachErik Verbruggen2018-01-171-1/+1
* | Fix quadratic behavior in QQuickRepeater::clear(), take 2Lars Knoll2018-01-171-1/+4
* | Partially revert "Optimizations for Repeater::clear() and ~QQmlItem()"Lars Knoll2018-01-171-3/+3
* | Revert "Allow canceling incubation"J-P Nurmi2018-01-176-49/+0
* | Use a more optimized lookup for global propertiesLars Knoll2018-01-178-17/+42
* | Have more bindingBits available inlineLars Knoll2018-01-172-43/+40
* | Speed up V4 QML context creationSimon Hausmann2018-01-163-0/+6
* | QQmlProfilerService: Only send "Complete" if no more engines are runningUlf Hermann2018-01-161-12/+20
* | Optimizations for Repeater::clear() and ~QQmlItem()Lars Knoll2018-01-152-4/+4
* | QSGSoftwarePixmapRenderer: Fix incorrect background coordinatesJüri Valdmann2018-01-124-9/+10
* | Fix crash when accessing a deleted objectMitch Curtis2018-01-113-0/+40
* | Constify QObject* argument to QQmlData::wasDeleted()Mitch Curtis2018-01-111-4/+4
* | Enable JIT on QNX7 for ARM64Samuli Piippo2018-01-113-6/+8
* | Enable JIT on QNX for X86_64Adam Treat2018-01-111-1/+1
* | GridView: Fix an off-by-one offset of positioning of itemsJan Arve Sæther2018-01-103-7/+163
* | Initialize member variableJesus Fernandez2018-01-101-2/+2
* | lancelot: Add tests for some emoji casesEskil Abrahamsen Blomfeldt2018-01-102-0/+90
* | Compile under QNX 7.0 with qcc 5.4 for instanceAdam Treat2018-01-091-1/+1
* | QQmlEngineDebugService: Actually call value types' toString() methodUlf Hermann2018-01-082-5/+17
* | Doc: state that childrenRect is read-onlyMitch Curtis2018-01-051-1/+2
* | Fix segfault on invalid property alias syntaxMitch Curtis2018-01-044-1/+13
* | Doc: state that property aliases do not work with grouped propertiesMitch Curtis2018-01-041-7/+32
* | Qml Profiling: Track signals globallyUlf Hermann2018-01-041-4/+10
* | Allow QQmlComponent::loadUrl() to load absolute URLs with relative pathsMitch Curtis2018-01-046-13/+109
|/
* Fix holistic benchmarkErik Verbruggen2018-01-021-3/+10
* Fix animation benchmarkErik Verbruggen2018-01-021-3/+3
* Remove extra addrefMichael Brasser2017-12-294-1/+44
* externaldraganddrop example: add checkbox to control accepting dropShawn Rutledge2017-12-273-23/+28
* QQuickAnimatedImagePrivate::setMovie: check for re-assignment; cleanupShawn Rutledge2017-12-272-71/+64
* Move setVisible into QQuickItemPrivatePaolo Angelelli2017-12-242-9/+16
* Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-2124-63/+156
* Doc: correct Keys::shortcutOverride code snippetMitch Curtis2017-12-201-1/+1
* Check the context matcher for isDestroyed() before assigning itUlf Hermann2017-12-201-1/+2
* threadedanimation: fix custom item animation when in a QQuickWidgetMitch Curtis2017-12-201-2/+5
* Let platform decide what the default show action isTor Arne Vestbø2017-12-191-6/+1
* Add test to QQuickShortcut when render window is usedKari Hautamäki2017-12-193-0/+181
* QQuickItemView: Clear pending changes when refillingUlf Hermann2017-12-183-35/+163
* Remap the coordinates in QInputMethodQueryEvent based on widgetWeng Xuetian2017-12-171-1/+32
* QQuickList/GridViewPrivate::fixupPosition: don't set moveReasonShawn Rutledge2017-12-163-5/+14
* Add new logging category qt.quick.window.transientShawn Rutledge2017-12-156-3/+58
* Fix QSGTexture* leak in QQuickFramebufferObjectLaszlo Agocs2017-12-141-0/+1
* Fix stack use after scope when calling overloaded constructorsSimon Hausmann2017-12-141-1/+1
* remove unimplemented QQuickItemPrivate::_q_windowChanged declarationShawn Rutledge2017-12-131-1/+0
* Flickable: don't jump after premature movementEnding due to timerShawn Rutledge2017-12-131-3/+11