aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* QQuickLoader: prevent clearing initial properties after active = trueWang Chuan2021-01-113-1/+25
* Correct #if-ery in QML locale's time-zone update testEdward Welbourne2021-01-081-7/+11
* Doc: mention that Item's childrenRect property is local to the itemMitch Curtis2021-01-052-0/+76
* doc: explain QQItem event delivery, handlers, setAcceptTouchEvents()Shawn Rutledge2021-01-041-5/+29
* JIT: When making memory writable, include the exception handlerUlf Hermann2020-12-267-18/+40
* Fix IC properties in same fileFabian Kosmale2020-12-246-3/+49
* QML: Fix proxy iterationFabian Kosmale2020-12-233-2/+45
* DesignerSupport: Don't skip already inspected objectsMiikka Heikkinen2020-12-211-11/+4
* Show a tableview even if the syncView has an empty modelAndy Shaw2020-12-092-5/+45
* qqmlistmodel: Fix crash when modelCache is nullMaximilian Goldstein2020-12-082-1/+23
* Use load(qt_tool) for qmltimeLi Xinwei2020-12-081-1/+2
* qv4qmlcontext: Fix bounded signal expressions when debuggingMaximilian Goldstein2020-12-042-5/+11
* qmltypes.prf: Take abi into account for *_metatypes.json file namesAlessandro Portale2020-11-271-1/+2
* Accessibility event is sent on item's geometry changePiotr Mikolajczyk2020-11-261-0/+8
* Fix crash when calling hasOwnProperty() on proxy objectRichard Weickelt2020-11-252-5/+36
* QQuickTextInput: Store mask data in std::unique_ptrFabian Kosmale2020-11-242-5/+5
* Fix QML property cache leaks of delegate itemsAndrei Golubev2020-11-245-1/+130
* qmlfunctions.qdoc: Add clarification to QML_FOREIGNMaximilian Goldstein2020-11-232-0/+8
* Doc: mention that INCLUDEPATH must be set in some casesMitch Curtis2020-11-201-0/+8
* QML Text doesn't reset lineCount when text is emptyShinichi Okada2020-11-202-0/+39
* Avoid GHS linker to optimize away QML type registrationsKimmo Ollila2020-11-1818-0/+26