aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
* | Add initial support for deep aliasesFabian Kosmale2019-10-074-55/+107
* | QML Binding: do not convert stringsFabian Kosmale2019-10-073-7/+9
* | Revert "Temporarily drop a debug mode check in rhi-based stenciling"Laszlo Agocs2019-10-071-3/+1
* | Follow QRhi improvements and drop QVectors where applicableLaszlo Agocs2019-10-076-12/+16
* | Small performance improvements suggested by clang-tidyAlbert Astals Cid2019-10-0732-50/+51
* | qmlRegisterSingletonInstance: Do not crash if instance gets deletedFabian Kosmale2019-10-073-3/+10
* | Convert a few sizeof(array)/sizeof(element0) fors to range forsAlbert Astals Cid2019-10-043-11/+10
* | Re-add the warnings about deprecated default binding restore modeUlf Hermann2019-10-041-1/+14
* | Temporarily drop a debug mode check in rhi-based stencilingLaszlo Agocs2019-10-031-0/+2
* | Drop QVector for srb and shader stage descriptionsLaszlo Agocs2019-10-032-10/+12
* | Fix device pixel ratio with QRhi for native textLaszlo Agocs2019-10-036-5/+36
* | QQmlBind: Mark restoreMode as explicitly also when set to default valueUlf Hermann2019-10-021-1/+1
* | QQuickWindow: Don't leak the animation controllerUlf Hermann2019-10-0212-16/+17
* | Android: Load QML plugins directly from APK libs dirBogDan Vatra2019-10-011-0/+22
* | WorkerScript: Directly delete QQuickWorkerScriptEnginePrivateUlf Hermann2019-09-301-1/+1
* | Delete type half-built type resolution caches on compile errorsUlf Hermann2019-09-301-0/+1
* | Fix property cache leaksUlf Hermann2019-09-301-3/+7
* | Use a QQmlRefPointer for QQmlScriptData::typeNameCacheUlf Hermann2019-09-303-8/+4
* | Remove depth-stencil buffer sizing on the rhi pathLaszlo Agocs2019-09-302-11/+11
* | Add a QSG env var for QRhi::PreferSoftwareRendererLaszlo Agocs2019-09-273-5/+27
* | Convert QTime to V4 Date on a date with no DST in forceEdward Welbourne2019-09-271-7/+9
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-275-2/+55
|\|
| * Doc: Fix typoPaul Wicking2019-09-261-1/+1
| * QMLJS: Fix exception handling in promisesFabian Kosmale2019-09-231-0/+1
| * doc: explain more about acceptedModifiers in PointerDeviceHandlerShawn Rutledge2019-09-191-1/+50
| * Check if the filters are different before triggering an updateAndy Shaw2019-09-191-0/+2
| * Doc: add TableView \since versionMitch Curtis2019-09-171-0/+1
* | Update plugins.qmltypes for 5.14Kai Koehne2019-09-268-26/+661
* | Don't leak references to QQmlTypePrivateUlf Hermann2019-09-251-0/+1
* | Don't leak resolved types of failed compilationsUlf Hermann2019-09-252-5/+6
* | Move documentation for Instantiator and Package into QtQml.ModelsUlf Hermann2019-09-252-3/+9
* | Handle "interesting" stationary touchpoints as if they movedShawn Rutledge2019-09-242-2/+9
* | Add missing QSGDynamicTexture default constructorFlorian Bruhin2019-09-241-0/+1
* | Ensure AnimatedImage currentFrame/onCurrentFrameChanged 2.0 compatibilityShawn Rutledge2019-09-242-1/+3