aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-1649-164/+819
|\
| * doc: Improve QQuickItem::ItemChangeData docsShawn Rutledge2021-05-261-5/+11
| * Remove tst_pixelMitch Curtis2021-05-262-66/+0
| * Give a warning when StyledText encounters a non supported entityAlbert Astals Cid2021-05-261-0/+4
| * docs: Clarify EventPoint propertiesShawn Rutledge2021-05-261-7/+3
| * Bump versionTarja Sundqvist2021-05-201-1/+1
| * Consistent naming for (to|from)Is(Defined|Sourced) in animationsAndreas Buhr2021-05-136-39/+38
| * Map window coordinates to the same coordinate system as the QPointerEvent pointAlexey Edelev2021-05-123-4/+95
| * Doc: Fix the Shapes table to reflect realityAndy Shaw2021-05-121-3/+4
| * Doc: Clarify preconditions for using QML_ELEMENT et alUlf Hermann2021-05-111-0/+15
| * Do full overlap checks within the alpha render list when rebuildingLaszlo Agocs2021-05-105-3/+122
| * MASM: Put pageSize into an inline namespaceFabian Kosmale2021-05-072-0/+7
| * TextEdit: update all glyphnodes on QTD::contentsChanged() signalShawn Rutledge2021-05-071-0/+8
| * qquicktableview: upon forceLayout(), check for visible rows/columns at the or...Richard Moe Gustavsen2021-05-062-30/+126
| * V4 Debugger: Collect locals also from block scopesUlf Hermann2021-05-054-3/+87
| * Make PinchArea translate correctly inside a rotated parentShawn Rutledge2021-05-053-1/+143
| * Avoid stale QSGTexture pointer accessesRomain Pokrzywka2021-05-041-1/+3
| * V4 debugger: Properly count break pointsUlf Hermann2021-05-044-19/+88
| * Fix build with GCC 11: include <limits>Jarek Kobus2021-04-291-0/+1
| * Document QQmlComponent::createWithInitialProperties() error handlingMitch Curtis2021-04-271-0/+8
| * QQmlComponentPrivate::setInitialProperty: improve error messageFabian Kosmale2021-04-272-3/+8
| * Remove extra colonZhang Hao2021-04-241-1/+1
| * Fix warning and assert when removing items from groupsMaximilian Goldstein2021-04-224-1/+52
| * Document that QML_SINGLETON only works with QObjectsMitch Curtis2021-04-201-5/+5
| * qqmlirbuilder: Fix treating parser warnings as errrosMaximilian Goldstein2021-04-203-1/+18
* | 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