aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QmlCompiler: Fix console loggingUlf Hermann2023-08-151-1/+13
* Fix disambiguation of file-selected components and scriptsUlf Hermann2023-08-1514-13/+76
* QQmlDelegateModelPrivate:object: release objects only with objectRef >0Axel Spoerl2023-08-152-0/+29
* Improve Qt Quick Shapes curve renderer strokesEskil Abrahamsen Blomfeldt2023-08-149-46/+229
* qmltyperegistrar: Keep types sorted while processing themUlf Hermann2023-08-142-6/+40
* qmltyperegistrar: Fix sequence registration for builtin value typesUlf Hermann2023-08-142-0/+19
* qmlformat: Don't add unnecessary space in target bindingsJoshua Goins2023-08-1110-6/+16
* SwipeView: reposition items that aren't visible after startup tooMitch Curtis2023-08-101-2/+11
* SwipeView: ensure items fill the boundsMitch Curtis2023-08-101-3/+12
* Clear out some locale-dependencies from XHR unit testEdward Welbourne2023-08-0949-79/+21
* Fix scroll wheel issue for top item with overlay as parentSanthosh Kumar2023-08-092-0/+78
* Allow customization of native Dialog and DialogButtonBoxMitch Curtis2023-08-091-1/+1
* QML: Allow conversion from JS Array to QByteArrayUlf Hermann2023-08-083-0/+41
* QmlCompiler: Fix SetLookup on shadowable propertiesUlf Hermann2023-08-083-0/+22
* 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-031-0/+43
* qmlformat: fix formatting of object destructuringSemih Yavuz2023-08-018-7/+127
* Fix attached property propagation when accessed on QQuickPopupItemMitch Curtis2023-08-011-2/+39
* Context properties: Don't trigger an assert for numeric namesFabian Kosmale2023-07-311-0/+10
* QQmlPropertyBinding: Correctly link observers after undefined valued bindingFabian Kosmale2023-07-313-0/+27
* SwipeDelegate: use QEventPoint's pressed pos for drag distanceShawn Rutledge2023-07-281-5/+36
* Use pixel aligned value in Flickable ends checkDavid Edmundson2023-07-272-0/+45
* QML: Do convert objects with prototypes to QVariantMapUlf Hermann2023-07-272-3/+21
* QmlCompiler: Force QObject* for LoadElement on list propertiesUlf Hermann2023-07-264-0/+52
* QML: When marking a QObjectWrapper, also mark its const counterpartUlf Hermann2023-07-262-0/+54
* QmlCompiler: Correctly handle lookups in results of method callsUlf Hermann2023-07-254-0/+55
* QV4::ArrayData: Fix offset calculation for sort()Ulf Hermann2023-07-251-17/+52
* QML: Unify treatment of wrappers when dealing with QObjectMethodUlf Hermann2023-07-251-0/+92
* QmlCompiler: Optimize storage for register variablesUlf Hermann2023-07-242-0/+121
* Add testcase verifying unshift misbehavingAmanda Hamblin-Trué2023-07-241-0/+42
* Fix fetching data when reuseItems is trueAleix Pol2023-07-212-0/+97
* tst_QV4UrlObject: fix -WtrigraphMarc Mutz2023-07-211-2/+3
* qmlls: fix crash when constructing for-loopSami Shalayel2023-07-171-0/+20
* Normalize signal/slot signaturesMarc Mutz2023-07-1215-36/+36
* Fix pointer delivery to child items of items with clip:trueJan Arve Sæther2023-07-112-0/+94
* QQuickListView: Do not re-parent existing contextsUlf Hermann2023-07-112-0/+93
* Move imagine/musicplayer to tests/manual/imagine/musicplayerJan Arve Sæther2023-07-10156-0/+1474
* QtQml: Do not crash on invalid import URLsUlf Hermann2023-07-082-0/+19
* QtQml: Respect import namespaces when importing scriptsUlf Hermann2023-07-084-0/+28
* QtQml: Fix validation when calling methods with different 'this'Ulf Hermann2023-07-081-1/+10
* QQuickTableViewResizeHandler: don't accept events outside of usMitch Curtis2023-07-062-1/+51
* QML: Check result when constructing object from metaobjectUlf Hermann2023-07-061-0/+23
* QmlCompiler: Do not generate code that shadows argumentsUlf Hermann2023-07-061-0/+5
* qmltyperegistrar: Respect namespaces when generating qmltypesUlf Hermann2023-07-062-0/+95
* QQmlSA::Element: Rename internalName to internalIdFabian Kosmale2023-07-062-5/+5
* QQmlSA: Remove Element ctor taking a name, add resolveBuiltinTypeFabian Kosmale2023-07-061-0/+39
* Don't crash when using unshift on a states groupVolker Hilsheimer2023-07-041-3/+12
* QQmlListWrapper: throw type errors or warnings if append failsVolker Hilsheimer2023-07-042-1/+59
* Merge externaldraganddrop example into the draganddrop exampleOliver Eftevaag2023-07-041-1/+0