aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix assertion with certain Text items when rendering with MetalLaszlo Agocs2019-10-251-2/+4
* Enhance Layer.smooth docsLaszlo Agocs2019-10-251-1/+5
* Update flowchart to reflect addition of new methodsFabian Kosmale2019-10-242-0/+0
* QML: Consistently check for debugger before loading cache filesUlf Hermann2019-10-244-18/+7
* Fix typoRobert Loehning2019-10-211-2/+2
* Pass suitable nFormals when constructing JS stack frameUlf Hermann2019-10-211-1/+1
* Fix interface handling in bindingsFabian Kosmale2019-10-211-1/+11
* Document recent change in allowed alias usageFabian Kosmale2019-10-211-9/+11
* Fix broken scaling with high dpi + rhi + thread loopLaszlo Agocs2019-10-211-3/+1
* Support DXT1/3/5 in compressed texture atlasv5.14.0-beta2Michael Brasser2019-10-172-3/+21
* Use QV4 namespace for ValueTimo Aarnipuro2019-10-172-3/+3
* QFlagPointer/QBiPointer: insert static assertions in addition to dynamicThiago Macieira2019-10-161-0/+16
* QML: Extend QML loader thread's stack sizeErik Verbruggen2019-10-161-0/+3
* Android: Fix crash in release modeBogDan Vatra2019-10-161-1/+2
* Make ScopedValue's CHECK_EXCEPTION also check isInterruptedUlf Hermann2019-10-161-1/+1
* Check for invalid context in QQmlContextPrivate::dropDestroyedQObjectUlf Hermann2019-10-161-0/+3
* Clarify some rhi related QQuickWindow docsLaszlo Agocs2019-10-151-22/+23
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-155-10/+24
|\
| * Fix image particle flickering due to broken state machine logicLaszlo Agocs2019-10-142-2/+17
| * Fix updating of text nodes in QQuickTextEditLars Knoll2019-10-141-5/+4
| * QQuickTextInput::remove: Fix selection logicFabian Kosmale2019-10-111-2/+2
| * Doc: Modify area.pressed to windowShown in TestCaseNico Vertriest2019-10-101-1/+1
* | qqmlprivate.h: Fix include directiveFriedemann Kleint2019-10-141-1/+1
* | Fix float value binding to an integerTeemu Holappa2019-10-111-2/+3
* | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-10-1014-30/+60
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-1014-30/+60
| |\|
| | * Fix QQuickWindow::afterAnimating with QQuickRenderControlPaul Lemire2019-10-101-0/+1
| | * QQuickImage: Fix an odd 1px offset on 'fillMode: PreserveAspectFit'Alexander Akulich2019-10-091-2/+2
| | * PathView: grab mouse on press if already movingShawn Rutledge2019-10-091-3/+4
| | * Be more fussy about the MakeDay() calculationEdward Welbourne2019-10-081-5/+20
| | * Fix bug when highlight was not respected after currentIndex changedJan Arve Sæther2019-10-081-4/+13
| | * Doc: Add example on how to access types in imported QML from javascriptNico Vertriest2019-10-071-2/+5
| | * Fix sprites leaking textures in SW and OpenVG backendsEirik Aavitsland2019-10-074-3/+9
| | * OpenVG: Fix delivery of touch eventsEirik Aavitsland2019-10-071-0/+1
| | * OpenVG: Fix emitting of sceneGraphInitialized and -InvalidatedEirik Aavitsland2019-10-071-0/+2
| | * OpenVG: Fix rendering of non-affine transformed rectanglesEirik Aavitsland2019-10-071-12/+5
| | * Doc: Correct reference to StackViewNico Vertriest2019-10-022-2/+2
* | | QML ListModel: Emit a warning when adding an object with undefined or null me...Fabian Kosmale2019-10-102-8/+17
|/ /
* | QQuickWindow: Higher z-order items now steal drop targetStephen D'Angelo2019-10-092-30/+67
* | Send ShortcutOverride event when receiving a non-spontaneous key pressTeemu Holappa2019-10-091-0/+8
* | Prepare for QTextBlockFormat::MarkerType to be an enum classShawn Rutledge2019-10-092-6/+6
* | When a DelegateModel delegate changes, refill the viewShawn Rutledge2019-10-094-19/+33
* | Output a message when changing the target of a Binding from elsewhereUlf Hermann2019-10-092-3/+51
* | Postpone the Binding restore mode behavior change to Qt 6.0Ulf Hermann2019-10-091-5/+12
* | Consistently use qint32 as IDs and counts in engine debuggerUlf Hermann2019-10-095-131/+135
* | Handle context loss in QQuickWidgetDavid Edmundson2019-10-081-1/+10
* | Handle context loss in the basic render loopDavid Edmundson2019-10-081-0/+18
* | QQmlListModel: handle nested list models during iterationFabian Kosmale2019-10-081-1/+11
* | Free dynamic metaobjects when destroying QQmlTypePrivateUlf Hermann2019-10-081-0/+2
* | Add a property "valid" to the color value typeUlf Hermann2019-10-082-0/+7