aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Set explicit default security level of all files with default securityJan Arve Sรฆther10 hours1-0/+1
* QQuickWindow: disconnect incoming signals in dtor to avoid assertDavid Faure35 hours1-7/+12
* Don't reuse invalidated distance field cacheEskil Abrahamsen Blomfeldt2025-08-051-1/+2
* Port away from QPairZhao Yuhang2025-04-121-1/+1
* QQuickWindowPrivate: fix performance regression in cleanupNodes()Aurรฉlien Brooke2025-03-171-1/+2
* Don't synthesize QContextMenuEvent if right-button opens a MenuShawn Rutledge2025-02-281-2/+4
* QWindow: Tear down connections to ourself in dtorFabian Kosmale2025-01-311-0/+5
* Replace QBoolBlocker with QScopedValueRoolbackThiago Macieira2025-01-251-1/+1
* Add ContextMenuMitch Curtis2024-12-241-0/+19
* Update safe areas without going through itemTransformChanged if possibleTor Arne Vestbรธ2024-12-181-3/+2
* Add SafeArea attached propertyTor Arne Vestbรธ2024-11-281-0/+5
* Cleanup pointer grabs when subscene agents are usedDavid Edmundson2024-11-151-1/+3
* QtQuick: Do not expose a replace() method for QQuickWindow::dataUlf Hermann2024-11-071-14/+11
* Refactor: remove QQuickWindowPrivate::clearFocusInScope helperVolker Hilsheimer2024-10-171-1/+1
* Doc: Change description for QQuickWindow::graphicsConfiguration()Andreas Eliasson2024-10-031-2/+2
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-201-2/+2
* Mark software renderer dirty when render target changedJiDe Zhang2024-08-071-1/+7
* Split sentence in documentation in twoAlbert Astals Cid2024-07-281-2/+2
* Document default value for QML Window visibilityAlbert Astals Cid2024-07-291-0/+2
* Fix detecting infinite loops in PolishLoopDetectorPiotr Wierciล„ski2024-07-171-30/+24
* Doc: fix links in documentation of Quick itemsVolker Hilsheimer2024-07-121-1/+1
* Detect dirty child window stacking order without iterating dirty itemsTor Arne Vestbรธ2024-07-081-9/+9
* Detect dirty child window stacking order without recursing all itemsTor Arne Vestbรธ2024-07-021-19/+8
* Move clearGrabbers() from QQuickWindowPrivate to QQDeliveryAgentPrivateShawn Rutledge2024-06-231-36/+1
* QtQuick: Straighten out some logging categoriesUlf Hermann2024-06-191-6/+1
* Remove the Window.parent and Window.z propertiesTor Arne Vestbรธ2024-06-111-3/+0
* Doc: explain that Window doesn't apply palette.window automaticallyMitch Curtis2024-05-201-3/+15
* Force active focus to target item in setFocusToTargetItemDoris Verria2024-05-141-20/+26
* Add focusReason parameter to QQWindowPrivate::setFocusToTarget overrideDoris Verria2024-05-101-2/+2
* Doc: recommend ApplicationWindow instead of Window when using ControlsMitch Curtis2024-05-081-0/+4
* Give focus to parent window when focus chain wrapsDoris Verria2024-05-021-0/+29
* Update palette in quickwindow when binding palette changesSanthosh Kumar2024-03-111-0/+18
* doc: Clarify that automatic transient parent relies on visual parentTor Arne Vestbรธ2024-03-061-5/+9
* Optimize QQuickRt behavior with implicitly created buffersLaszlo Agocs2024-02-221-38/+51
* QQuickRt: support resolving into the provided native textureLaszlo Agocs2024-02-221-0/+2
* Allow QQuickRt adopt a native texture array for multiview renderingLaszlo Agocs2024-01-151-0/+2
* scenegraph: Add plumbing for enabling multiviewLaszlo Agocs2024-01-151-0/+17
* sg: Remove unused clearMode codeLaszlo Agocs2024-01-061-6/+0
* Doc: Fix linking issues and missing QDoc commandsTopi Reinio2024-01-061-2/+4
* doc: Mention that Window.visible is false by defaultShawn Rutledge2023-12-231-0/+2
* Add preliminary support for embedding QWindows into Qt QuickTor Arne Vestbรธ2023-12-081-0/+73
* Update cursor if frame-synchronous hover update discovers hover changeShawn Rutledge2023-11-181-1/+5
* doc: Add note about platform support for window positionsLiang Qi2023-11-131-0/+5
* Introduce a CurveRendering backend for textEskil Abrahamsen Blomfeldt2023-11-111-1/+8
* Move componentComplete member from QQuickWindow to QQuickWindowQmlImplTor Arne Vestbรธ2023-10-201-1/+0
* Defer automatic Window transient parent until component completionTor Arne Vestbรธ2023-10-181-13/+3
* Clarify visibility behavior of Windows with transient parentsTor Arne Vestbรธ2023-10-111-15/+16
* Include what you need: <QPointer>Marc Mutz2023-10-061-0/+1
* Clarify relation between transient parent and child in debug loggingTor Arne Vestbรธ2023-09-291-2/+2
* QQuickWindowPrivate::cleanupNodes: use qdeleteall moreAnton Kudryavtsev2023-09-151-3/+1