Commit Graph

5 Commits

Author SHA1 Message Date
Lucie Gérard 9c5fc88388 Correct license for test files
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>
2024-02-27 10:32:21 +01:00
Shawn Rutledge c4bb545458 Test all 4 field types in the text manual test
- TextInput, TextField, TextEdit and TextArea: side-by-side comparison
- check whether mouse selection is already enabled, and allow changing
- check various other properties and signals
- stop using the shared examples code so we no longer need resources
- make CMakeLists.txt work for a standalone build on multiple platforms

Task-number: QTBUG-101205
Change-Id: I3dc7a91c9d129d185e976d02b010cb298e0ad737
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
2022-07-09 12:51:34 +02:00
Lucie Gérard 0dc4fd240a Use SPDX license identifiers
Replace the current license disclaimer in files by
a SPDX-License-Identifier.
Files that have to be modified by hand are modified.
License files are organized under LICENSES directory.

Pick-to: 6.4
Task-number: QTBUG-67283
Change-Id: I63563bbeb6f60f89d2c99660400dca7fab78a294
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
2022-06-11 08:05:15 +02:00
Kai Koehne ea6cd0de3c Fix outdated BSD license header
Change-Id: Icc08925454445fc9497fb3bfd2c26efe90605983
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2017-10-17 11:18:11 +00:00
Shawn Rutledge bb123fa3a4 add text manual test
The initial goal is to verify the behavior of text, preeditText
and displayText properties and their associated signals
on various platforms.

Change-Id: Ie50c78a83930e05158a197f38087db9ae3cba534
Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
2016-12-31 14:55:59 +00:00