summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
Commit message (Expand)AuthorAgeFilesLines
...
* Stabilize tst_ForeignWindow::embedForeignWindow()Tor Arne Vestbø2023-11-191-5/+1
* Add dedicated child and parent events for QWindow reparentingTor Arne Vestbø2023-11-171-0/+162
* Prevent reparenting of foreign window embedding containerTor Arne Vestbø2023-11-151-0/+45
* macOS: Take window mask into account when computing QCocoaScreen::topLevelAtTor Arne Vestbø2023-11-151-0/+33
* QGuiApplication: check return value of platformTheme::palette()Christian Ehrlicher2023-11-141-0/+10
* QStandardItem: store Qt::UserRole-1 in a static constexpr varAhmad Samir2023-11-141-1/+1
* QStandardItem: add note about reimplementing data/setData() wrt. flagsAhmad Samir2023-11-141-0/+32
* Add checking if using eglfsMarcin Zdunek2023-11-131-0/+31
* tst_QWindow::setVisibleThenCreate(): Fix unused argument warningTor Arne Vestbø2023-11-131-1/+1
* Ensure foreign window can be reparented out of contained window againTor Arne Vestbø2023-11-131-1/+8
* tst_qstandarditemmodel: fix memleaksChristian Ehrlicher2023-11-121-4/+11
* QStandardItem: Fix reset parent in takeItem()Christian Ehrlicher2023-11-121-0/+32
* tst_qrhi: Exercise a readonly storage buffer in the simple testLaszlo Agocs2023-11-083-2/+2
* Add QPixmapIconEngine::isNull()Christian Ehrlicher2023-11-081-3/+3
* Skip mixedScript test on platforms with no Hangul fontEskil Abrahamsen Blomfeldt2023-11-022-7/+3
* macOS: Check NSWindow as well when determining if setVisible can bail outTor Arne Vestbø2023-10-301-0/+20
* Skip QVulkan autotests on AndroidLaszlo Agocs2023-10-301-27/+7
* Fix smooth scaling of Format_Mono and Format_MonoLSBJoni Poikelin2023-10-261-0/+20
* Skip Vulkan on Android in QRhi autotestLaszlo Agocs2023-10-231-1/+2
* Avoid creating child windows twice when already visibleTor Arne Vestbø2023-10-211-0/+35
* Adapt QRawFont to use QFont::TagVolker Hilsheimer2023-10-201-7/+9
* QFont: add a tag type for features and other advanced propertiesVolker Hilsheimer2023-10-201-9/+32
* Include what you need: <QPointer>Marc Mutz2023-10-122-0/+4
* tst_QInputMethod: Don't assume test is the only one calling functionsTor Arne Vestbø2023-10-101-4/+4
* Qt::mightBeRichText: port to QAnyStringViewAnton Kudryavtsev2023-10-091-0/+7
* QKeySequence::toString(): Treat Modifier+Qt::Key_Unknown as empty stringTor Arne Vestbø2023-10-091-0/+1
* qtextdocument::insertText: port to QSVAnton Kudryavtsev2023-10-051-67/+67
* Add QShortcut test for Qt::ApplicationShortcutTor Arne Vestbø2023-10-041-2/+24
* coretext: Support variable application fontsEskil Abrahamsen Blomfeldt2023-10-031-2/+2
* Simplify tst_QShortcutTor Arne Vestbø2023-10-021-31/+2
* Support variable applications fonts with DirectWriteEskil Abrahamsen Blomfeldt2023-10-021-5/+6
* Support loading variable fonts as application fonts in FreetypeEskil Abrahamsen Blomfeldt2023-09-202-0/+51
* xcb: Reflect geometry of foreign window on creationTor Arne Vestbø2023-09-121-2/+0
* xcb: Implement native window helper for embeddedwindows/foreign window testTor Arne Vestbø2023-09-122-2/+9
* tst_QFont: fix -Wsign-compareMarc Mutz2023-09-081-3/+3
* QStandardItemModel: extend the test coverage for property bindingsIvan Solovev2023-09-032-0/+5
* QTimer: extend property tests and fix binding loopIvan Solovev2023-09-031-0/+2
* tst_QMovie: extend the test coverage for property bindingsIvan Solovev2023-09-032-0/+21
* Add QTextDocument* constructor argument to QTextMarkdownImporterShawn Rutledge2023-09-011-4/+4
* tst_qstatictext: Fix CMake conditionAxel Spoerl2023-08-311-1/+1
* tests/auto/*: port Q_FOREACH to ranged-for, make container constAhmad Samir2023-08-191-27/+25
* tests/auto/: port Q_FOREACH to ranged-for, local const containersAhmad Samir2023-08-192-9/+6
* tests/auto/*: port Q_FOREACH to ranged-forAhmad Samir2023-08-191-3/+2
* tst_QImageReader: fix a trivial Q_FOREACH and remove #undef QT_NO_FOREACHMarc Mutz2023-08-191-4/+2
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-198-0/+14
* Rename accent color in QPaletteSanthosh Kumar2023-08-182-8/+8
* Increase setup precision and reduce test precisionAllan Sandfeld Jensen2023-08-171-4/+6
* Deprecate Q_ASSUME()Thiago Macieira2023-08-141-2/+2
* tests: port assorted trivial uses of Q_FOREACH to ranged for loopsMarc Mutz2023-08-143-6/+7
* QEventDispatcher: test with glib disabled tooAhmad Samir2023-08-111-5/+26