aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Forward keyboard events to the active popup windowOliver Eftevaag2024-05-291-1/+1
* QQuickAbstractButton: setAction will share its Accessible objectAleix Pol2024-05-242-17/+96
* Add invokable default ctors to all named, structured value typesUlf Hermann2024-05-231-0/+8
* Document QtQuickView embedding in ServicePetri Virkkunen2024-05-231-0/+37
* curve renderer: Fix uniform offset with multiviewEskil Abrahamsen Blomfeldt2024-05-231-2/+2
* Improve font documentationMitch Curtis2024-05-232-3/+29
* Android: Move Java types and conversion functions to their own headerSoheil Armin2024-05-226-82/+131
* Android: Add QAndroidQuickView class that owns QAndroidViewSignalManagerSoheil Armin2024-05-223-12/+25
* Android: Rename and split SignalHelper into new header and source filesSoheil Armin2024-05-225-152/+201
* Android: Improve error handling and logging of QtQuickViewSoheil Armin2024-05-221-19/+21
* Call polish after setting HAlign in Qml TextEditEd Cooke2024-05-221-0/+1
* Support moving sections (row and column) in quick table viewSanthosh Kumar2024-05-213-32/+363
* Doc: explain that Window doesn't apply palette.window automaticallyMitch Curtis2024-05-202-3/+17
* Remove remnants of QtQuick's original QMinimalFlatSetMarc Mutz2024-05-182-150/+0
* QQuickTableView: require the QMinimalFlatSet from QtCoreMarc Mutz2024-05-171-1/+2
* Introduce a flag to keep old image around while loading new oneEskil Abrahamsen Blomfeldt2024-05-165-65/+138
* Allow specifying a custom blend operation in materialsLaszlo Agocs2024-05-154-0/+46
* Add fillTransform property to ShapePathEirik Aavitsland2024-05-147-3/+154
* Add PlanarTransform object to facilitate 2D transformsEirik Aavitsland2024-05-142-0/+137
* Doc: Add Qt Academy courses in the documentationJaishree Vyas2024-05-141-0/+7
* Force active focus to target item in setFocusToTargetItemDoris Verria2024-05-141-20/+26
* Doc: Drop duplicate \instantiates commandPaul Wicking2024-05-141-1/+0
* Documentation: fix incorrect type for Drag::imageSourceSizeWang Zichong2024-05-111-1/+1
* Add focusReason parameter to QQWindowPrivate::setFocusToTarget overrideDoris Verria2024-05-103-5/+9
* QQuickStyledTextImgTag: hold QQuickPixmap as smart pointerVladimir Belyavsky2024-05-083-14/+10
* QQuickText: use smart pointers instead of raw pointers for membersVladimir Belyavsky2024-05-082-14/+9
* Match QFont::ContextFontMerging with Qt Quick APIEskil Abrahamsen Blomfeldt2024-05-086-0/+59
* Doc: recommend ApplicationWindow instead of Window when using ControlsMitch Curtis2024-05-081-0/+4
* QQuickText: consider DPR when drawing scalable inline imagesVladimir Belyavsky2024-05-075-42/+72
* Adds documentation for the qml_in_kotlin_based_android_projects exampleKonsta Alajärvi2024-05-032-2/+3
* Clean up Curve renderer fill material and shaderEirik Aavitsland2024-05-034-138/+29
* Give focus to parent window when focus chain wrapsDoris Verria2024-05-024-3/+57
* QQuickTextNodeEnding: Fix borderCollapse in renderingCarl Schwan2024-04-301-5/+9
* Only apply QWindow::setVisibility() on first show or explicit requestTor Arne Vestbø2024-04-302-6/+27
* Fix test compilation issues with QtLite configurationJari Helaakoski2024-04-303-2/+7
* doc: Update note about variable axes on WindowsEskil Abrahamsen Blomfeldt2024-04-301-3/+1
* doc: markdirty -> markDirtyAlbert Astals Cid2024-04-261-1/+1
* TapHandler: don't (dis)connect signals to a null windowShawn Rutledge2024-04-252-5/+18
* Use the Default SG Render context on visionOSAndy Nichols2024-04-251-1/+1
* QQuickItem: Avoid unnecessary detach on passiveGrabbers listVladimir Belyavsky2024-04-231-2/+2
* QQDA: Make it easier to find the focus item when there's no active focusDoris Verria2024-04-232-10/+24
* QSGRhiShaderEffectNode: Avoid unnecessary uniformBlocks list detachVladimir Belyavsky2024-04-221-1/+1
* QSGMaterialShader: Use QHash::constFind() to avoid unnecessary detachesVladimir Belyavsky2024-04-221-2/+2
* Transition: Avoid potential extra QList detachVladimir Belyavsky2024-04-221-2/+2
* Animations: Use QHash::constFind() to avoid unnecessary detachesVladimir Belyavsky2024-04-223-11/+8
* QQuickState: Avoid potential extra QList detachVladimir Belyavsky2024-04-221-21/+19
* Fix documentation of List/GridView countAlbert Astals Cid2024-04-222-2/+2
* doc: Update C++ docs in QQuickTextDocumentShawn Rutledge2024-04-191-4/+126
* Pass the sourceClipRect setting in the QQuickImageProvider optionsEirik Aavitsland2024-04-173-0/+18
* doc: use macro for qmlls's product nameSami Shalayel2024-04-171-1/+1