aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-24469-9656/+9656
* QQuickWindowIncubationController: Use QPointer to guard QSGRenderLoop referenceMike Achtelik2021-02-111-3/+3
* QQuickTextEdit: ensure we update after changing paddingRichard Moe Gustavsen2021-02-091-0/+4
* 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
* Update commercial license headersTarja Sundqvist2021-02-02469-9656/+9656
* export QAcccessibleQuickItemJan Arve Sæther2021-01-221-1/+2
* 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
* 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
* 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
* Accessibility event is sent on item's geometry changePiotr Mikolajczyk2020-11-261-0/+8
* QQuickTextInput: Store mask data in std::unique_ptrFabian Kosmale2020-11-242-5/+5
* 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-181-0/+1
* 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
* 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-162-0/+10
* 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
* QQuickDrag: Do not crash when changing supportedActionsFabian Kosmale2020-09-231-0/+2
* webOS: Allow to have activeFocus for each windowElvis Lee2020-09-141-1/+25
* Move the sharegroup with the context to the render threadLaszlo Agocs2020-09-101-0/+2
* Doc: Capitalize "GUI" correctlySze Howe Koh2020-08-313-9/+9
* Doc: Fix minor typosSze Howe Koh2020-08-301-1/+1
* QQuickLoader: make sure the status property change properlyWang Chuan2020-08-251-0/+2
* QQuickLoader: make sure the status property change properlyWang Chuan2020-08-251-0/+7
* doc, listview: document that binding to parent should be avoidedRichard Moe Gustavsen2020-08-201-2/+24
* webOS: Share images even if cache is falseElvis Lee2020-08-191-1/+34
* Force Batch Rebuild if SubtreeBlocked includes an opacity changeAndy Nichols2020-08-121-0/+5
* Add clipNext null pointer guardValery Volgutov2020-08-111-17/+19
* Fix crash when QSGTexture is deleted in rc->endSync()VaL Doroshchuk2020-08-091-1/+9
* Fix regression in antialiasing on outlined textEskil Abrahamsen Blomfeldt2020-08-0612-8/+12
* Replace Qt's MidButton with MiddleButtonEdward Welbourne2020-07-222-2/+2
* Set the stencil buffer zoneDH Kang2020-07-081-9/+33
* Fix MouseArea mouseX/mouseY coordinates while draggingShawn Rutledge2020-07-021-1/+1
* Doc: fix delegate snippetMitch Curtis2020-06-301-4/+4
* Change the cursor within HoverHandler.marginShawn Rutledge2020-06-301-7/+11
* webOS: Don't send synthetic hover event on a frame updateJaeyoon Jung2020-06-251-0/+4