aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-244-3/+37
* QML: Fix proxy iterationFabian Kosmale2020-12-231-2/+6
* 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-091-5/+2
* qqmlistmodel: Fix crash when modelCache is nullMaximilian Goldstein2020-12-081-1/+1
* qv4qmlcontext: Fix bounded signal expressions when debuggingMaximilian Goldstein2020-12-041-2/+2
* 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-251-4/+6
* QQuickTextInput: Store mask data in std::unique_ptrFabian Kosmale2020-11-242-5/+5
* Fix QML property cache leaks of delegate itemsAndrei Golubev2020-11-241-1/+10
* qmlfunctions.qdoc: Add clarification to QML_FOREIGNMaximilian Goldstein2020-11-231-0/+4
* 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-201-0/+2
* Avoid GHS linker to optimize away QML type registrationsKimmo Ollila2020-11-1818-0/+26
* QQuickWindow: Check if QQuickItem was not deletedBartlomiej Moskal2020-11-161-0/+8
* QQuickView docs: show correct usage of setInitialPropertiesFabian Kosmale2020-11-122-0/+13
* Revert "qquickloader: Free memory of loaded components after source change"Maximilian Goldstein2020-10-301-13/+0
* Inline components: Fix custom parser supportFabian Kosmale2020-10-281-0/+6
* TableView: ensure we rebuild the sync view, even when flicking on a sync view...Richard Moe Gustavsen2020-10-262-2/+12
* TableView: ensure we update content size upon model changesRichard Moe Gustavsen2020-10-222-30/+67
* qquickloader: Free memory of loaded components after source changeFabian Kosmale2020-10-211-0/+13
* Doc: mention that clipping can affect performance and link to pageMitch Curtis2020-10-191-0/+3
* QQuickShaderEffect: fix crash when hiding parentMitch Curtis2020-10-191-1/+5
* Fix alwaysRunToEnd==true prevented complex Anim from stoppingPiotr Mikolajczyk2020-10-164-0/+14
* [Fix] Use the sourceDir if specifiedAssam Boudjelthia2020-10-141-1/+7
* QQuickTextEdit: ensure we update document width when padding has changedRichard Moe Gustavsen2020-10-081-2/+3
* QQuickListView: prevent mouse delivery in floating header or footerShawn Rutledge2020-10-074-16/+55
* Doc: use editingFinished signal of TextInput instead of textChangedMitch Curtis2020-10-061-1/+1
* qqmlimport: Use stable_partition instead of stable_sortFabian Kosmale2020-09-281-2/+2
* QQuickDrag: Do not crash when changing supportedActionsFabian Kosmale2020-09-231-0/+2
* Fix ubsan errorAllan Sandfeld Jensen2020-09-231-5/+9
* webOS: Allow to have activeFocus for each windowElvis Lee2020-09-141-1/+25
* Propagate focusObjectChanged signal (second attempt)Eskil Abrahamsen Blomfeldt2020-09-112-0/+14
* Move the sharegroup with the context to the render threadLaszlo Agocs2020-09-101-0/+2
* Fix workflow for shutting down busy type loader threadsUlf Hermann2020-09-071-12/+10
* Doc: Capitalize "GUI" correctlySze Howe Koh2020-08-315-11/+11
* Doc: Fix minor typosSze Howe Koh2020-08-303-3/+3
* Doc: Clarify DelegateModelGroup::setGroups() descriptionSze Howe Koh2020-08-301-7/+2