aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* qmltc: generate code into namespacesSami Shalayel2023-01-063-2/+18
* Fix some qsizetype vs. quint32 problemsUlf Hermann2023-01-062-2/+2
* Drawer: don't close during destructorShawn Rutledge2023-01-062-1/+3
* Deferred properties: avoid spurious binding loopFabian Kosmale2023-01-061-0/+18
* Remove odd naming leftovers in ShaderManagerShaderLaszlo Agocs2023-01-052-26/+24
* QQmlObjectCreator: Do not crash on read-only bindableUlf Hermann2023-01-051-8/+16
* Override dark with light mode for quick controls using windows styleSanthosh Kumar2023-01-045-2/+50
* QML: Re-allow assigning QVariantList to arbitrary other listsUlf Hermann2023-01-041-33/+40
* QObjectWrapper: fix QT_ASCII_CAST_WARNINGMarc Mutz2023-01-031-1/+4
* QJSEngine: Document new conversion functionsUlf Hermann2023-01-031-6/+38
* QQmlPropertyCache: don't depend on locale for toupperMarc Mutz2023-01-031-2/+2
* QQuickFlickable: add internal doc commentsOliver Eftevaag2023-01-032-6/+69
* QObjectWrapper: Fix calling attached methods on different objectsUlf Hermann2023-01-029-50/+247
* QtQml: Allow more fine grained control of the disk cacheUlf Hermann2023-01-0213-57/+245
* shapes: Privately expose the tringulator scaleLaszlo Agocs2023-01-014-20/+40
* QQmlPrivate: Don't allocate just to parse a numberMarc Mutz2022-12-272-4/+5
* De-inline DomItem::subReferencesItem()Marc Mutz2022-12-272-18/+19
* De-inline QQmlPrivate::revisionClassInfos()Marc Mutz2022-12-272-10/+14
* doc, QQuickTreeView: hasChildren should be bool, not intRichard Moe Gustavsen2022-12-231-1/+1
* QQuickTreeView: change the order of row and column to modelIndex(), v2Richard Moe Gustavsen2022-12-233-10/+20
* QmlCompiler: std::move() registers where possibleUlf Hermann2022-12-238-107/+189
* Native style: remove setting font from QStyleRichard Moe Gustavsen2022-12-2211-17/+1
* QQuickWidget: always accept touch events and grabbed event pointsVolker Hilsheimer2022-12-221-2/+17
* Controls: Move QtQuick.Controls.impl import to QtQuick.Controls.BasicUlf Hermann2022-12-222-2/+2
* Fix warnings with native stylesMitch Curtis2022-12-2211-0/+43
* Change asserts to runtime checkingKaj Grönholm2022-12-221-5/+10
* Doc: Add createObject() approach to dynamically generating menu itemsAndreas Eliasson2022-12-212-5/+57
* Revamp Qt Quick Layouts overview documentationPaul Wicking2022-12-216-115/+288
* qmlRegister*: check that the registered types are concreteGiuseppe D'Angelo2022-12-211-0/+39
* QQuickTableView: change the order of row and column to modelIndex()Richard Moe Gustavsen2022-12-211-8/+25
* Clean up QQuickWindowsStylePeter Varga2022-12-208-2781/+4
* qquickpopuppositioner: fix popup mirroringSami Shalayel2022-12-201-2/+6
* Improve blur items sizingKaj Grönholm2022-12-202-9/+24
* Cleanup and fix initial shadowOpacityKaj Grönholm2022-12-202-27/+4
* Improve and optimize MultiEffect maskKaj Grönholm2022-12-2029-12/+19
* Adjust the default values of shadow offsetsKaj Grönholm2022-12-202-5/+5
* Fix MultiEffect sizing with layer.effectKaj Grönholm2022-12-201-4/+8
* Fix missing glyphs when using NativeRenderingEskil Abrahamsen Blomfeldt2022-12-201-1/+3
* Mention the FolderListModel dep of QQuickFolderListModelMikolaj Boc2022-12-191-0/+6
* Spinbox: clip contentItemRichard Moe Gustavsen2022-12-198-67/+63
* Flickable: prevent fixup() from being called while draggingOliver Eftevaag2022-12-192-6/+3
* Text: respect to maximumLineCount when calculating implicitWidthVladimir Belyavsky2022-12-192-19/+21
* QQuickTableView: fix C++20 buildGiuseppe D'Angelo2022-12-181-2/+2
* QQDAPrivate::deliverUpdatedPoints: skip HoverHandlers if wheel eventVladimir Belyavsky2022-12-173-3/+9
* QML: Consider deep aliases when finding binding targetsUlf Hermann2022-12-171-17/+43
* Fix [-Wmicrosoft-include] clang-cl warningsPeter Varga2022-12-165-12/+17
* Stop using deprecated QQuickPinchHandler functions and signalsIvan Solovev2022-12-161-1/+2
* Fix ListView.isCurrentItem for DelegateModel, take 2Ivan Solovev2022-12-161-0/+3
* Make a comment about bypassing virtual call during dtorShawn Rutledge2022-12-161-0/+1
* Remove QQuickDragAxis::persistentValue and changed signal for nowShawn Rutledge2022-12-164-29/+12