aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QQuickRhiItem API cleanupLaszlo Agocs2024-01-222-9/+12
* qmlformat: Don't add unnecessary newlines in empty JavaScript blocksJoshua Goins2024-01-213-0/+14
* QQuickWidget: accept touchpoint even if it has a passive grabShawn Rutledge2024-01-202-0/+52
* qmlformat: Don't add unnecessary newlines in empty objectsJoshua Goins2024-01-2017-52/+33
* windowembedding: Remove workaround for wrongly placed qmldir fileTor Arne Vestbø2024-01-201-8/+0
* Doc & Test: fix syntax of QSettings sub-groupsThiago Macieira2024-01-194-14/+6
* WindowContainer: Add test for window containers as componentsTor Arne Vestbø2024-01-182-0/+71
* TableView: don't clear existing selectionRichard Moe Gustavsen2024-01-181-0/+17
* Fix intersections that coincide with a vertexMatthias Rauter2024-01-182-0/+86
* WindowContainer: Don't apply visibility to contained window without parentTor Arne Vestbø2024-01-182-0/+28
* Skip tst_examples on ASAN builds with Freetype font engineEskil Abrahamsen Blomfeldt2024-01-181-0/+12
* QtQml: Do not call signal handlers on half-deleted objectsUlf Hermann2024-01-182-0/+54
* QtQml: Don't create metatypes for procedurally registered compositesUlf Hermann2024-01-182-0/+18
* WindowContainer: Decouple contained window from parent on window changeTor Arne Vestbø2024-01-171-0/+23
* qmlls: insert semicolons behind dots as completion workaroundSami Shalayel2024-01-167-2/+89
* qmlls: support nested expressions in completionSami Shalayel2024-01-162-0/+25
* qmlls: suggest null/false/true literals in completionsSami Shalayel2024-01-161-0/+3
* qmlls: remove redundant snippets from completionSami Shalayel2024-01-161-8/+2
* qmlls: fix QmlObject and type annotation completionSami Shalayel2024-01-163-3/+68
* qmldom: make type a FieldMemberExpressionSami Shalayel2024-01-163-17/+88
* tst_qmlls_utils: use same DomCreationOptions as qmllsSami Shalayel2024-01-163-80/+54
* qmlls: fix formatting of commentsSami Shalayel2024-01-164-0/+33
* AnimatedImage: avoid loading the same web source in parallelVladimir Belyavsky2024-01-161-0/+31
* Change the way tests and examples query the qmldir file from QML plugin targetsAlexey Edelev2024-01-162-8/+9
* Dialogs: Defer automatic window resolving until dialog is openedOliver Eftevaag2024-01-154-0/+171
* QmlCompiler: Allow primitive conversion if output is stored in varUlf Hermann2024-01-153-0/+33
* TableView: start a new selection when using Qt::ShiftModifier (PressAndHold)Richard Moe Gustavsen2024-01-151-0/+25
* qmlformat: Fix property names with escape charsSemih Yavuz2024-01-133-0/+34
* API Cleanup: Remove focusReason from QQuickItem's public API and add docsDoris Verria2024-01-131-53/+42
* Compiler: Handle all integer signs and sizes when converting primitivesOlivier De Cannière2024-01-124-0/+59
* Compiler: Guard against null dereference when ignoring function returnOlivier De Cannière2024-01-123-0/+25
* Revert "Fix binding loop and polish issue in quick layout"Jani Heikkinen2024-01-121-72/+0
* Set QTP0001 for tst_qquickpixmapcacheAlexey Edelev2024-01-121-0/+1
* QtQml: Do detour through the CU for building property cachesUlf Hermann2024-01-125-0/+59
* tst_textarea: fix warningsVladimir Belyavsky2024-01-111-4/+6
* tst_textfield: fix warningsVladimir Belyavsky2024-01-111-3/+5
* TableView: start a new selection when using Qt::ShiftModifierRichard Moe Gustavsen2024-01-101-8/+23
* FileDialog: set url schema when using the file name text fieldOliver Eftevaag2024-01-101-0/+42
* Fix BusyIndicator invisibility under Fusion styleTim Angus2024-01-101-1/+20
* WindowContainer: Handle the contained window being destroyedTor Arne Vestbø2024-01-101-0/+21
* windowembedding example: Disable signing via target propertyTor Arne Vestbø2024-01-101-2/+6
* WindowContainer: Add auto test for basic functionalityTor Arne Vestbø2024-01-106-0/+166
* Amend 9ad9d05f26 to fix wrong whitespacesLars Schmertmann2024-01-101-16/+16
* Only update the filename text field when the user selects a fileOliver Eftevaag2024-01-101-0/+49
* qmlls: adapt parser for attached/grouped properties completionSami Shalayel2024-01-092-9/+9
* QtQml: Move engine-specific data out of base compilation unitUlf Hermann2024-01-091-3/+4
* Fix z-ordering of curve renderer strokeEirik Aavitsland2024-01-081-0/+91
* qv4codegen: Do not call functions on null objects inside optional chainsOlivier De Cannière2024-01-082-0/+23
* Detect and remove self intersections of QQuadPathMatthias Rauter2024-01-078-1/+438
* qmlls: fix crash on return statementsSami Shalayel2023-12-292-0/+14