aboutsummaryrefslogtreecommitdiffstats
path: root/src
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-0727-82/+298
|\
| * 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-161-0/+5
| * Assert that pointer is non-nullFabian Kosmale2021-04-151-0/+2
| * qqmlapplicationengine: Handle errors during component creationMaximilian Goldstein2021-04-141-0/+8
| * 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-091-1/+11
| * QuickTest: Do not recurse forever on inline components in enumerateTestCasesFabian Kosmale2021-04-091-1/+4
| * DelegateModelGroup: Fix bug where item could be removed from the modelJan Arve Sæther2021-03-301-9/+93
| * Remove unnecessary forward declarationAndy Shaw2021-03-291-1/+0
| * QQuickTableView: always update content size when rebuilding small tablesRichard Moe Gustavsen2021-03-262-2/+26
| * 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-231-3/+9
| * 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-111-0/+6
| * 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-082-13/+11
| * QQmlIncubator: handle clear inside setinitialStateFabian Kosmale2021-03-041-1/+1
| * 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-191-0/+4
| * qquicktextinput: Fix Undo history for IM eventBartlomiej Moskal2021-02-181-4/+6
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-241306-26870/+26870
|/
* QQuickWindowIncubationController: Use QPointer to guard QSGRenderLoop referenceMike Achtelik2021-02-111-3/+3
* 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-061-0/+1
* QSequentialAnimationGroupJob: Protect against self-deletionUlf Hermann2021-02-052-9/+9
* Change QQuickShortcut::setSequences to bind to all sequencesAndreas Buhr2021-02-041-23/+60
* qquicktextinput: ensure we update IM when cursor changes positionRichard Moe Gustavsen2021-02-041-4/+3
* QQmlIRLoader: Actually load RequiredPropertyExtraDataFabian Kosmale2021-02-031-0/+7
* Doc: Fix broken QDoc markupPaul Wicking2021-02-031-2/+2
* Update commercial license headersTarja Sundqvist2021-02-021306-26870/+26870
* QQmlProperty: Guard QQmlContextData with QQmlGuardedContextDataJan Arve Sæther2021-02-021-1/+1
* ListModel: Fix move handling in syncFabian Kosmale2021-02-021-3/+24
* QuickLayouts: fix crash when layout width depends on parent widthIvan Solovev2021-01-221-2/+2
* export QAcccessibleQuickItemJan Arve Sæther2021-01-221-1/+2
* QAnimationGroupJob: Don't call virtual functions from dtorUlf Hermann2021-01-222-23/+42
* Fix QQuickShortcut::setContext so re-grab all shortcutsAndreas Buhr2021-01-221-0/+7