aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Documentation: fix incorrect type for Drag::imageSourceSizeWang Zichong45 hours1-1/+1
* Add focusReason parameter to QQWindowPrivate::setFocusToTarget overrideDoris Verria3 days3-5/+9
* QQuickStyledTextImgTag: hold QQuickPixmap as smart pointerVladimir Belyavsky5 days3-14/+10
* QQuickText: use smart pointers instead of raw pointers for membersVladimir Belyavsky5 days2-14/+9
* Match QFont::ContextFontMerging with Qt Quick APIEskil Abrahamsen Blomfeldt5 days6-0/+59
* Doc: recommend ApplicationWindow instead of Window when using ControlsMitch Curtis5 days1-0/+4
* QQuickText: consider DPR when drawing scalable inline imagesVladimir Belyavsky6 days5-42/+72
* Adds documentation for the qml_in_kotlin_based_android_projects exampleKonsta Alajärvi10 days2-2/+3
* Clean up Curve renderer fill material and shaderEirik Aavitsland10 days4-138/+29
* Give focus to parent window when focus chain wrapsDoris Verria11 days4-3/+57
* QQuickTextNodeEnding: Fix borderCollapse in renderingCarl Schwan12 days1-5/+9
* Only apply QWindow::setVisibility() on first show or explicit requestTor Arne Vestbø12 days2-6/+27
* Fix test compilation issues with QtLite configurationJari Helaakoski13 days3-2/+7
* doc: Update note about variable axes on WindowsEskil Abrahamsen Blomfeldt13 days1-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
* QQuickTableView: support unselecting cellsRichard Moe Gustavsen2024-04-174-18/+62
* Declare some missing value typesUlf Hermann2024-04-174-4/+12
* Correct fragment stage related in QSGMaterial multiview docsLaszlo Agocs2024-04-161-5/+9
* Adds documentation for the qml_in_java_based_android_projects exampleNicholas Bennett2024-04-171-3/+6
* Fix crash in QQuickItem::mapToItemCarl Schwan2024-04-151-2/+3
* richtext formatting of numbered and bullet lists (<ol> and <ul>)Sami Shalayel2024-04-151-0/+6
* Docs: add font.variableAxes to the available font propertiesVolker Hilsheimer2024-04-151-0/+1
* Fix revisioning of the variableAxes property in the Quick Font typeVolker Hilsheimer2024-04-151-1/+1
* GridView: add missing properties and signals to the documentationHatem ElKharashy2024-04-131-0/+44
* Make sure PathView index isn't negative when filling the modelKaj Grönholm2024-04-121-0/+1
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-1210-27/+22
* Fix Text with ElideRight rendering when margins are setIvan Solovev2024-04-121-1/+3
* Raise the dead in QSGRhiShaderMaterialTypeCacheLaszlo Agocs2024-04-121-2/+10
* Fix PathView infinite create/remove loopsKaj Grönholm2024-04-122-9/+15
* QQuickItem::setFocus: Don't return too earlyDoris Verria2024-04-111-14/+6
* Loader: keep control over resizingFabian Kosmale2024-04-111-3/+15
* ItemView: Avoid undesired repositioning in updateCurrentFabian Kosmale2024-04-111-1/+3
* Android: fix handling of InputMethodQueryIvan Solovev2024-04-111-1/+7
* QQuickPaintedItem: make the antialiasing property workEirik Aavitsland2024-04-112-12/+4
* Software backend: fix PaintedItem smooth xformEirik Aavitsland2024-04-111-0/+3
* Curverenderer: Cleanups & optimizations of intersection solvingEirik Aavitsland2024-04-112-43/+51
* wasm: document threaded render loop non-supportMorten Sørvig2024-04-101-3/+7