aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...v5.15.4-lts-lgplTarja Sundqvist2022-04-0754-87/+865
|\
| * Prevent infinite recursion in QQuickItemPrivate::itemToWindowTransformShawn Rutledge2021-04-181-2/+3
| * Avoid crash when accessing an empty QTextLineSiyeon Seo2021-04-171-2/+2
| * doc: fix up QQuickItem::contains() docsShawn Rutledge2021-04-171-12/+13
| * QQuickTextInput: update cursor rectangle after padding changedWang Chuan2021-04-163-0/+51
| * Assert that pointer is non-nullFabian Kosmale2021-04-151-0/+2
| * qqmlapplicationengine: Handle errors during component creationMaximilian Goldstein2021-04-144-0/+35
| * Do not batch lines with > 1 width in alpha passLaszlo Agocs2021-04-141-1/+5
| * Don't crash when trying to invoke non-existing string converterUlf Hermann2021-04-141-2/+1
| * Fix incorrect depth test state with QSGRenderNode::DepthAwareRenderingLaszlo Agocs2021-04-121-1/+6
| * Do not auto-clean components with live inline componentsUlf Hermann2021-04-094-1/+57
| * QuickTest: Do not recurse forever on inline components in enumerateTestCasesFabian Kosmale2021-04-096-2/+109
| * DelegateModelGroup: Fix bug where item could be removed from the modelJan Arve Sæther2021-03-304-10/+154
| * Remove unnecessary forward declarationAndy Shaw2021-03-291-1/+0
| * QQuickTableView: always update content size when rebuilding small tablesRichard Moe Gustavsen2021-03-264-2/+125
| * Do less work when there are no active ImageParticle particlesMichael Brasser2021-03-253-8/+29
| * QQuickTableView: forceLayout() should work, even when no items are loadedRichard Moe Gustavsen2021-03-232-3/+42
| * QQuickItemAnimation: close potential memory leakVolker Hilsheimer2021-03-231-7/+4
| * Revert "Use unique_ptr to clarify ownership of QQuickDefaultClipNode objects"Volker Hilsheimer2021-03-221-5/+5
| * Ensure that the case of the path will match then QUrl for a UNC pathAndy Shaw2021-03-201-3/+8
| * Use unique_ptr to clarify ownership of QQuickDefaultClipNode objectsVolker Hilsheimer2021-03-191-5/+5
| * qqmldelegatemodel: Fix out of bounds cache removalMaximilian Goldstein2021-03-121-1/+1
| * MouseArea: fix containsMouse behavior during visibility changesVolker Hilsheimer2021-03-113-0/+70
| * QQuickWindow: don't leak old screenChanged connectionsAndreas Hartmetz2021-03-111-4/+3
| * QQuickTextControl: commit pre-edit after key pressBartlomiej Moskal2021-03-091-0/+6
| * qv4generatorobject: Fix crash when creating new propertiesMaximilian Goldstein2021-03-084-13/+47
| * QQmlIncubator: handle clear inside setinitialStateFabian Kosmale2021-03-042-1/+34
| * Bump versionJani Heikkinen2021-03-031-1/+1
| * Fix release-only windows buildsAllan Sandfeld Jensen2021-02-222-2/+6
| * Fix lookup of existing inline components by nameUlf Hermann2021-02-191-1/+2
| * qquicktextinput: Fix validation for IM eventBartlomiej Moskal2021-02-192-2/+28
| * docs: Fix documentation of the Locale numberOptions propertyShawn Rutledge2021-02-191-1/+1
| * QQmlPropertyPrivate::signalExpression: handle object being nullFabian Kosmale2021-02-192-0/+14
| * qquicktextinput: Fix Undo history for IM eventBartlomiej Moskal2021-02-181-4/+6
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-241396-27860/+27860
|/
* QQuickWindowIncubationController: Use QPointer to guard QSGRenderLoop referenceMike Achtelik2021-02-111-3/+3
* qmlplugindump: Fix overload ambiguityMaximilian Goldstein2021-02-111-6/+8
* QV4 Engine: Remove MSVC special casingFabian Kosmale2021-02-103-18/+2
* QQuickTextEdit: ensure we update after changing paddingRichard Moe Gustavsen2021-02-091-0/+4
* Fix crash during model resetJoni Poikelin2021-02-091-0/+5
* QQuickItemParticle give() method kill particleFabio Falsini2021-02-063-1/+7
* QSequentialAnimationGroupJob: Protect against self-deletionUlf Hermann2021-02-053-10/+50
* Change QQuickShortcut::setSequences to bind to all sequencesAndreas Buhr2021-02-042-27/+149
* qquicktextinput: ensure we update IM when cursor changes positionRichard Moe Gustavsen2021-02-041-4/+3
* QQuickListView: Add autotest so that animated delegate does not crashJan Arve Sæther2021-02-043-0/+60
* QQmlIRLoader: Actually load RequiredPropertyExtraDataFabian Kosmale2021-02-033-0/+24
* Doc: Fix broken QDoc markupPaul Wicking2021-02-031-2/+2
* Update commercial license headersTarja Sundqvist2021-02-021396-27860/+27860
* QQmlProperty: Guard QQmlContextData with QQmlGuardedContextDataJan Arve Sæther2021-02-021-1/+1
* ListModel: Fix move handling in syncFabian Kosmale2021-02-026-3/+385