aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* qmltyperegistrar: Keep types sorted while processing themUlf Hermann2023-08-143-13/+52
* qmltyperegistrar: Fix sequence registration for builtin value typesUlf Hermann2023-08-143-0/+22
* QtTest: Do not verify() before logging startsUlf Hermann2023-08-121-1/+5
* Doc: Fix Shortcut's sequences code snippetAndreas Eliasson2023-08-111-1/+1
* qmlformat: Don't add unnecessary space in target bindingsJoshua Goins2023-08-1111-7/+17
* QML Permissions: Tag as added in 6.6Fabian Kosmale2023-08-111-0/+6
* Doc: Add note to the QML Shortcut sequence propertyAndreas Eliasson2023-08-111-3/+8
* QML: Make notify list thread safeUlf Hermann2023-08-113-53/+100
* Merge variables for tracking component completion for QQuickWindowTor Arne Vestbø2023-08-105-15/+11
* SwipeView: reposition items that aren't visible after startup tooMitch Curtis2023-08-102-17/+30
* SwipeView: ensure items fill the boundsMitch Curtis2023-08-103-3/+20
* Clear out some locale-dependencies from XHR unit testEdward Welbourne2023-08-0949-79/+21
* QQmlSA::ElementPass: Improve documentationFabian Kosmale2023-08-091-1/+49
* ListView: add extra note about reusing itemsRichard Moe Gustavsen2023-08-091-0/+4
* Fix scroll wheel issue for top item with overlay as parentSanthosh Kumar2023-08-093-2/+91
* Allow customization of native Dialog and DialogButtonBoxMitch Curtis2023-08-094-16/+1
* QML: Allow conversion from JS Array to QByteArrayUlf Hermann2023-08-085-3/+60
* QmlCompiler: Fix SetLookup on shadowable propertiesUlf Hermann2023-08-088-25/+77
* Doc: Move GridView.isCurrentItem exampleSafiyyah Moosa2023-08-081-2/+2
* Update dependencies on '6.6' in qt/qtdeclarativeQt Submodule Update Bot2023-08-081-5/+5
* Port some trivial Q_FOREACH users to ranged for loopsMarc Mutz2023-08-074-8/+8
* TestModel::Node: disable copy/moveMarc Mutz2023-08-071-0/+2
* Fix mouse event delivery issue for items within SwipeDelegateSanthosh Kumar2023-08-033-11/+76
* ItemDelegate: Use required properties in example codeFabian Kosmale2023-08-031-1/+4
* Doc: Add \br between \value and \tableAndreas Eliasson2023-08-031-0/+1
* qmltc: fix GCC13 warnings "class X is implicitly friend with itself"Marc Mutz2023-08-021-1/+2
* Update dependencies on '6.6' in qt/qtdeclarativeQt Submodule Update Bot2023-08-021-5/+5
* Fix wearable example on macOS and WindowsOlivier De Cannière2023-08-022-5/+22
* Fix wrong property name in customization warningMitch Curtis2023-08-021-1/+1
* Use build time shader processing for multieffectLaszlo Agocs2023-08-0128-78/+320
* UndefinedBehavior: fix some things found with -sanitize undefinedOlivier De Cannière2023-08-017-10/+54
* qmlformat: fix formatting of object destructuringSemih Yavuz2023-08-0110-26/+171
* Fix attached property propagation when accessed on QQuickPopupItemMitch Curtis2023-08-014-9/+91
* Update dependencies on '6.6' in qt/qtdeclarativeQt Submodule Update Bot2023-07-311-5/+5
* doc: Note in QQuickGr.Conf. that pipl.cache is disabled on MetalLaszlo Agocs2023-07-311-1/+2
* sg: Fix dirty bit when changing mirror for QSGSimpleTextureNodeLaszlo Agocs2023-07-311-1/+1
* Context properties: Don't trigger an assert for numeric namesFabian Kosmale2023-07-315-13/+39
* QQmlPropertyBinding: Correctly link observers after undefined valued bindingFabian Kosmale2023-07-314-3/+28
* QQuickWidget: give each mapped mouse event the same QEventPointShawn Rutledge2023-07-281-0/+6
* Remove unused forward decl in rhitextureitem exampleLaszlo Agocs2023-07-281-2/+0
* Remove unused line in rhitextureitem exampleLaszlo Agocs2023-07-281-1/+0
* SwipeDelegate: use QEventPoint's pressed pos for drag distanceShawn Rutledge2023-07-282-7/+37
* Use pixel aligned value in Flickable ends checkDavid Edmundson2023-07-273-2/+47
* QQuickTapHandler: Pass flag to Q_FLAG instead of enumFabian Kosmale2023-07-271-1/+1
* builtins: QUrl exetends URL, not UrlFabian Kosmale2023-07-271-1/+1
* QML: Do convert objects with prototypes to QVariantMapUlf Hermann2023-07-273-21/+46
* Add categorized logging and internal doc to QQuickPixmapCacheShawn Rutledge2023-07-272-4/+93
* QmlCompiler: Force QObject* for LoadElement on list propertiesUlf Hermann2023-07-265-3/+53
* doc: Remove readonly tag from PinchHandler persistent propertiesShawn Rutledge2023-07-261-3/+1
* QML: When marking a QObjectWrapper, also mark its const counterpartUlf Hermann2023-07-263-3/+85