aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Make TapHandler longPressed/tapped exclusive and reliable; fix exampleShawn Rutledge2023-11-171-2/+4
* QmlCompiler: Don't access unavailable input accumulator on 'as'Ulf Hermann2023-11-172-0/+20
* qmltyperegistrar: Make warnings and errors legible to Qt CreatorUlf Hermann2023-11-171-11/+12
* QtQml: Have QtQml.Base formally import QMLUlf Hermann2023-11-1716-0/+64
* Fix compiler warning in tst_QQmlDebugTranslationClientAxel Spoerl2023-11-171-2/+0
* Fix SelectionRectangle testsShawn Rutledge2023-11-161-3/+3
* Shapes: extend boundingRect for SquareCapPaul Olav Tvete2023-11-161-0/+45
* Shapes: Fix manual testPaul Olav Tvete2023-11-161-2/+0
* Menu: fix contentItem's interactiveMohammadHossein Qanbari2023-11-162-0/+28
* QQmlDomAstCreator: do not call resourceFilesFromBuildFolders twiceSami Shalayel2023-11-162-32/+50
* qmlls: fix completions on qualified identifiersSami Shalayel2023-11-162-3/+27
* tst_qmlls_utils::completions: fix typo in row nameSami Shalayel2023-11-161-1/+1
* Page: Add test for resetting header.y position to 0Ivan Tkachenko2023-11-161-0/+13
* QML: Allow JavaScript extension typesUlf Hermann2023-11-162-0/+24
* tst_dial: fix warningsVladimir Belyavsky2023-11-161-3/+3
* QQuickPopup: fix setVisible() when a window is not yet assignedVladimir Belyavsky2023-11-161-22/+39
* Detect slot object if explicitly providedFabian Kosmale2023-11-155-0/+203
* Fix tst_qmltyperegistrar::singletonVersionsUlf Hermann2023-11-152-3/+3
* QtQml: Allow multiple names for C++-based QML typesUlf Hermann2023-11-152-0/+46
* Allow pragma Translator to have a string literal as valueLucie Gérard2023-11-142-0/+29
* Fix crash issue in quick table view controlSanthosh Kumar2023-11-132-0/+46
* TableView: don't rebuild everything if row count changedRichard Moe Gustavsen2023-11-131-4/+9
* Shapes: take strokeWidth into account for boundingRectPaul Olav Tvete2023-11-131-0/+46
* qmlls: auto completion for inside for each statementsSami Shalayel2023-11-132-0/+82
* qmlls: auto completion for inside do while statementsSami Shalayel2023-11-132-0/+15
* QmlCompiler: Retrieve original types for comparisonUlf Hermann2023-11-133-0/+53
* Material: respect horizontalAlignment in placeholder textHatem ElKharashy2023-11-111-5/+6
* Introduce a CurveRendering backend for textEskil Abrahamsen Blomfeldt2023-11-116-6/+174
* testbench: fix font nameMårten Nordheim2023-11-101-1/+1
* Consider the major version when registering singletonsAlexey Edelev2023-11-103-0/+37
* QmlCompiler: Allow comparison of optional typesUlf Hermann2023-11-093-0/+100
* QmlCompiler: Always record original types for equality comparisonUlf Hermann2023-11-093-0/+71
* QML: Before processing deep aliases, remove pending bindingsUlf Hermann2023-11-093-5/+5
* QtQml: Fix some problems with deep aliasesUlf Hermann2023-11-094-0/+64
* qmlls: auto completion for inside while statementsSami Shalayel2023-11-092-0/+15
* qmlls: auto completion for inside return statementsSami Shalayel2023-11-092-0/+9
* qmlls: auto completion for inside if statementsSami Shalayel2023-11-092-0/+49
* qmlls: implement completion in JS block statementSami Shalayel2023-11-092-2/+16
* qmlls: completions on expressionsSami Shalayel2023-11-091-3/+1
* qmlls: implement completion in JS for statement + test snippetsSami Shalayel2023-11-092-2/+134
* tst_qmlls_modules::buildDir: stop testing unrelated completionsSami Shalayel2023-11-091-4/+0
* qmlls: propose QML code snippets inside a Qml ObjectSami Shalayel2023-11-092-14/+75
* TableView: don't emit rows and columns changed while rebuildingRichard Moe Gustavsen2023-11-093-0/+177
* Popup: fix fading in and out of the dimmerVolker Hilsheimer2023-11-092-0/+80
* Destroy overlay in Popup destructorMatthias Rauter2023-11-081-3/+13
* Allow tapping to deselect in TextInput/TextField with pre-6.4 APIShawn Rutledge2023-11-071-0/+14
* QQuickOverlay: don't reset rotation during resize if we don't have toVolker Hilsheimer2023-11-071-0/+19
* QML: Test as-casting to inline componentUlf Hermann2023-11-072-0/+27
* StackView: guard against destruction of previous item during transitionVolker Hilsheimer2023-11-071-0/+38
* Add fillMode and alignment properties for ShapePaul Olav Tvete2023-11-061-0/+90