aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/righttoleft/textalignment
Commit message (Collapse)AuthorAgeFilesLines
* CMake: Don't enable ASM languageJoerg Bornemann2025-05-021-1/+1
| | | | | | | | Remove the ASM language where no assembler files are used. Pick-to: 6.5 6.8 6.9 Change-Id: I3c94f798803b054a432fc2c8d6d65c665572a202 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Correct license for test filesLucie Gérard2024-02-272-2/+2
| | | | | | | | | | | | | | According to QUIP-18 [1], all test files should be LicenseRef-Qt-Commercial OR GPL-3.0-only [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I26d72e8de04d4c7c57b3b7838af5d033265de5ba Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> Reviewed-by: Kai Köhne <kai.koehne@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* move righttoleft example to manual test, and revamp itOliver Eftevaag2023-07-035-0/+530
The patch makes the following changes to the example: - It fixes all qmllint warnings. - It translates all user-facing strings. - It reorders some properties. - It removes the Loaders in layoutdirection.qml - It also does some other things, like removing unused lines of code, etc. Pick-to: 6.5 6.6 Change-Id: I798db60a2bf2d87c64b68947588585d10ba4015d Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>