aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* sg: Fix dpr when grabbing a not-yet-shown QQuickWindowHEADdevLaszlo Agocs9 hours1-1/+5
* QQmlJSScope: Create list type for enumsFabian Kosmale9 hours1-0/+1
* QQuickItem: don't try to print id when item is being destroyedMitch Curtis15 hours1-1/+1
* Fix null pointer dereferenceDilek Akcay15 hours1-3/+3
* Introduce SearchField for Quick ControlsDilek Akcay27 hours8-0/+1290
* Work around component name clash for multiple VectorImagesEirik Aavitsland33 hours3-27/+35
* Layouts: Improve "recursive rearrange" warningUlf Hermann2 days1-1/+2
* qtdeclarative: pass the seed to QtPrivate::QHashCombineThiago Macieira3 days2-2/+2
* QQuickWindowAttached: warn when trying to attach to non-ItemFabian Kosmale3 days1-3/+7
* Qml: Add key <-> string helpers to Qml enumsOlivier De Cannière3 days7-17/+237
* Qml: Allow accessing unscoped enums values as <Component>.<Enum>.<Key>Olivier De Cannière3 days6-80/+168
* qmlls: silence file watcher warningSami Shalayel3 days1-0/+2
* qmllint: implement MaybeWarnEqualityTypeCoercionSami Shalayel3 days4-0/+64
* qmlls: read import paths from .qmlls.build.ini fileSami Shalayel3 days2-2/+81
* qmllint: Warn about unintentional empty blocksOlivier De Cannière3 days5-1/+23
* Popup/Overlay: Filter no events for non-popup children of OverlayOliver Eftevaag3 days2-33/+25
* doc: Discourage users from abusing the overlay in unintended waysOliver Eftevaag3 days1-7/+12
* doc: Make the overlay less confusing by documenting what's going onOliver Eftevaag3 days1-0/+28
* Add assumeTrustedSource property to VectorImageEskil Abrahamsen Blomfeldt3 days8-5/+57
* qmllint: Add documentation for newly added warningsOlivier De Cannière3 days11-0/+545
* AST: Move using declaration to fwd headerOlivier De Cannière3 days2-2/+2
* Doc: Fix enumeration doc typoOlivier De Cannière3 days1-1/+1
* qmllint: Implement StateCannotHaveChildItem warningOlivier De Cannière3 days3-0/+57
* qmllint: Suggest specific types instead of varOlivier De Cannière3 days6-5/+70
* TypeResolver: remove unused literal scopes data structureOlivier De Cannière3 days2-3/+1
* qmllint: Warn about Components that don't have exactly one QML childOlivier De Cannière3 days5-1/+25
* Avoid unnecessary copy and detach in QSGDefaultPainterNodeAllan Sandfeld Jensen4 days1-0/+2
* Doc: Fix qdoc command typo in internal documentationDavid Boddie4 days1-2/+2
* Provide a way to sieve data in QML through the SortFilterProxyModelJan Arve Sæther4 days27-0/+5020
* Doc: Clarify Item::enabled behavior with respect to child itemsDheerendra Purohit4 days1-4/+5
* VectorImage: Prepare for separate helpers import for non-svg formatsEirik Aavitsland5 days5-107/+16
* a11y: reverse the mapping of Quick to QAccessibleInterface relationshipsVolker Hilsheimer5 days1-4/+4
* Update license and external links in doc for quick flexbox layoutSanthosh Kumar5 days2-16/+18
* Introduce a TreeModel QML typeMate Barany5 days6-0/+1212
* Support Flexbox layout in Qt QuickSanthosh Kumar6 days38-0/+10070
* Mark rectangle with any radius set as not opaque for software rendererMiika Pernu7 days1-1/+5
* Accessibility: Add API to set labelled-by relationshipNicolas Fella7 days4-0/+101
* Doc: Remove irrelevant images from Qt QML docsSafiyyah Moosa7 days1-1/+0
* QtQml: Re-run complete compilation pipeline on checksum mismatchUlf Hermann7 days2-107/+188
* QmlCompiler: Type-propagate retrieval of function, context and argcUlf Hermann7 days2-15/+50
* QtQml: Further clarify type loader thread life cycleUlf Hermann7 days5-13/+18
* QtQml: Check more thoroughly for equal types when adding referencesUlf Hermann7 days1-2/+3
* Popup window: disable window "fitting" on WaylandOliver Eftevaag7 days1-1/+4
* QQmlJS::Lexer: Make Lexer::classify accept QStringViewDmitrii Akshintsev7 days3-16/+16
* Basic style: don't use QColor(QRgb), use QColor::fromRgba() insteadMohammadHossein Qanbari8 days1-24/+28
* qmllint: Do not trigger assert on typo when using MathFabian Kosmale8 days1-0/+10
* Teach QQuickTextControl to deal with QMimeData IM selection/insertionTor Arne Vestbø8 days1-8/+16
* QtQml: Unregister metatypes before renaming themUlf Hermann9 days1-6/+7
* QtQml: Do not add null property caches to compilation unitsUlf Hermann9 days1-2/+2
* QQuickItemPrivate: introduce effectiveDevicePixelRatio() helper methodVladimir Belyavsky10 days16-38/+24