aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-141-0/+5
* Fix Text with ElideRight not being rendered when width goes from 0 to >0Fabian Kosmale2021-01-141-1/+4
* Cache static compilation unitsUlf Hermann2021-01-143-12/+61
* Regenerate Shape fill geometry when alpha changes to non-zeroLaszlo Agocs2021-01-131-0/+4
* Remove QQmlCleanup from QQmlScriptDataUlf Hermann2021-01-132-25/+1
* masm: Add error handling for failed mprotect()Ulf Hermann2021-01-1212-205/+29
* QQuickLoader: prevent clearing initial properties after active = trueWang Chuan2021-01-111-1/+0
* Doc: mention that Item's childrenRect property is local to the itemMitch Curtis2021-01-052-0/+76