aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add proper license header to tst_qmlcppcodegen.cppUlf Hermann2023-09-291-1/+2
* Fix Material dark theme not being respected when used as a fallbackMitch Curtis2023-09-296-2/+183
* QQmlObjectCreator: Don't crash when installing bindingsOlivier De Cannière2023-09-282-0/+29
* TypeResolver: Change the way member types of scopes are searched forOlivier De Cannière2023-09-283-0/+21
* QmlCompiler: Error out when writing to property of unknown typeUlf Hermann2023-09-281-0/+8
* QmlCompiler: Do not crash when trying to iterate non-iterablesUlf Hermann2023-09-281-0/+7
* qmlls: fix the test for block-scoped variable completionSami Shalayel2023-09-282-14/+23
* qmlls: add completion for pragmasSami Shalayel2023-09-263-3/+67
* qmlls: autocomplete scriptexpressionsSami Shalayel2023-09-266-54/+234
* qmlls: fix DomItem::filterUp and DomItem::rootQmlObjectSami Shalayel2023-09-261-0/+53
* qmlls: move completion support to QQmlLSUtilsSami Shalayel2023-09-266-131/+258
* QtQml: Check for isReference() before trying to write backUlf Hermann2023-09-253-0/+10
* Create an accessible element for the dialog boxSharad Sahu2023-09-241-24/+28
* QML TableView: resizable{Rows|Columns} scroll fixJonas Karlsson2023-09-211-0/+49
* Fix accept button enabled state in non-native file dialogEirik Aavitsland2023-09-211-0/+17
* Fix default button label for non-native file dialog in SaveFile modeEirik Aavitsland2023-09-211-7/+9
* QmlCompiler: Implement GetIterator and IteratorNextUlf Hermann2023-09-213-0/+33
* QQmlSA: Don't expose QQmlJS namespaceFabian Kosmale2023-09-211-1/+1
* qmllint: Use settings name as settings nameFabian Kosmale2023-09-213-0/+12
* Create a menuItem element for accessibility for top MenuSharad Sahu2023-09-207-13/+36
* QQuickTableView: let the subclass decide which model to use for selectionsRichard Moe Gustavsen2023-09-202-11/+60
* Material: allow setting background to nullMitch Curtis2023-09-191-0/+14
* HeaderView: fix custom role names not being usedMitch Curtis2023-09-192-0/+81
* tst_qquickheaderview: fail on warningsMitch Curtis2023-09-191-1/+5
* qmldom: Use QQmlJSScope::ConstPtr rather than optional<QQmlJSScope::Ptr>Ulf Hermann2023-09-181-64/+46
* qmldom: Fix coverity warningsUlf Hermann2023-09-152-8/+8
* Settings: Allow settings locations in resource file systemUlf Hermann2023-09-154-0/+32
* tst_qmlformat: Add some of the excluded tests backSemih Yavuz2023-09-151-5/+0
* Make sure to listen for itemDestroyed when using QQuickDeferredPointerAndy Nichols2023-09-152-0/+182
* QmlDom: Add const-correctnessUlf Hermann2023-09-152-14/+14
* qmlls: Do not include moc file where there is nothing to mocUlf Hermann2023-09-151-2/+0
* qmlls: Fix codemodel testUlf Hermann2023-09-152-6/+1
* Fix crash issue when invalid img tag used in textSanthosh Kumar2023-09-143-0/+37
* Fix binding loop issue during implicit size change in paneSanthosh Kumar2023-09-142-50/+80
* QQuickAbstractButton: accept only left mouse buttonVladimir Belyavsky2023-09-143-19/+56
* TextEdit/TextArea: don't deselect on release if IM just selected textShawn Rutledge2023-09-121-0/+35
* qmlformat: fix object destructuring, take 2Semih Yavuz2023-09-122-9/+100
* qmlformat: correctly handle rest operator in method parametersSemih Yavuz2023-09-123-0/+27
* qmlformat: fix incorrect destructuring of objectsSemih Yavuz2023-09-123-0/+36
* qmllint: Do not complain about writing to list propertiesUlf Hermann2023-09-122-0/+8
* Remove resize guards from qml toolShawn Rutledge2023-09-125-0/+192
* qml: fix parser grammar for argument deconstructionSami Shalayel2023-09-113-4/+45
* qmlls: find usages of method parametersSami Shalayel2023-09-113-9/+28
* qmljsimportvisitor: add warnings for lower caseSami Shalayel2023-09-114-0/+40
* fix tst_qqmllanguage:multiVersionSingletonsSami Shalayel2023-09-112-4/+6
* tst_qquicktext: avoid common leak-on-failure patternEdward Welbourne2023-09-101-199/+131
* Prevent, ignore or correct warning and info messages in tst_qquicktextEdward Welbourne2023-09-104-6/+10
* qmldomastcreator: do not crash when constructing ecmascript classSemih Yavuz2023-09-102-0/+52
* Loader: re-set ItemObservesViewport flag on child if already setShawn Rutledge2023-09-103-0/+56
* Create QML Binding for Qt Network InformationMate Barany2023-09-095-0/+109