aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* tst_EcmaScriptTests: Raise timeoutFabian Kosmale2021-01-281-1/+1
* QuickLayouts: fix crash when layout width depends on parent widthIvan Solovev2021-01-222-2/+39
* 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-222-0/+51
* Revert "Set the stencil buffer zone" and "Add clipNext null pointer guard"Laszlo Agocs2021-01-191-35/+9
* Do not revert properties of deleted objectsAlexey Edelev2021-01-143-0/+121
* Fix Text with ElideRight not being rendered when width goes from 0 to >0Fabian Kosmale2021-01-143-1/+37
* Cache static compilation unitsUlf Hermann2021-01-144-42/+158
* Regenerate Shape fill geometry when alpha changes to non-zeroLaszlo Agocs2021-01-131-0/+4
* Remove QQmlCleanup from QQmlScriptDataUlf Hermann2021-01-132-25/+1
* Add Lancelot tests for both types of clippingLaszlo Agocs2021-01-133-0/+99
* masm: Add error handling for failed mprotect()Ulf Hermann2021-01-1212-205/+29