summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* iOS: Always call setParent during QIOSWindow constructionTor Arne Vestbø3 days1-0/+6
* Fix test compilation issues with QtLite configurationJari Helaakoski6 days1-7/+52
* Don't quit automatically via QEventLoopLocker if there are open windowsTor Arne Vestbø13 days1-5/+37
* QWindow: Persist foreign winId to support destroy/create cyclesTor Arne Vestbø2024-04-191-0/+48
* Tests: make some QFile::open calls failGiuseppe D'Angelo2024-04-131-1/+2
* Tests: check the output of QFile::openGiuseppe D'Angelo2024-03-271-2/+2
* Add QChronoTimer, a timer with nanoseconds precisionAhmad Samir2024-03-032-10/+11
* Copy QTimer source files to QChronoTimerAhmad Samir2024-03-031-0/+38
* macOS: Implement support for backing store static contentsTor Arne Vestbø2024-02-131-0/+5
* Add QPlatformIntegration::BackingStoreStaticContents capabilityTor Arne Vestbø2024-02-131-3/+5
* QBackingStore: Take DPR into account when resizing with static contentsTor Arne Vestbø2024-02-131-0/+76
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* Change license for tests filesLucie Gérard2024-02-0434-34/+34
* tests: skip tst_QGuiApplication::topLevelAt() on WaylandLiang Qi2024-01-171-0/+3
* Don't include windows.h in the public qopengl.h headerVolker Hilsheimer2024-01-161-0/+1
* tests: XFAIL tst_QShortcut::windowShortcut() on WaylandLiang Qi2024-01-101-0/+4
* tests: skip tst_QShortcut::applicationShortcut() on WaylandLiang Qi2024-01-102-0/+7
* Replace uses of QWheelEvent with newly added QTest::wheelEventDoris Verria2023-12-201-7/+3
* Tests: remove blacklisted CIs no longer availableChristian Ehrlicher2023-12-061-2/+0
* Skip test cases that resizes window on eglfs_viv on VxWorksMarcin Zdunek2023-12-051-0/+3
* Disable tst_ForeignWindow::embedForeignWindow() null-parent check on LinuxTor Arne Vestbø2023-11-221-0/+3
* tst_QTimer: refactor CMake codeAhmad Samir2023-11-221-14/+17
* 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
* 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
* macOS: Check NSWindow as well when determining if setVisible can bail outTor Arne Vestbø2023-10-301-0/+20
* Avoid creating child windows twice when already visibleTor Arne Vestbø2023-10-211-0/+35
* 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
* QKeySequence::toString(): Treat Modifier+Qt::Key_Unknown as empty stringTor Arne Vestbø2023-10-091-0/+1
* Add QShortcut test for Qt::ApplicationShortcutTor Arne Vestbø2023-10-041-2/+24
* Simplify tst_QShortcutTor Arne Vestbø2023-10-021-31/+2
* 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
* QTimer: extend property tests and fix binding loopIvan Solovev2023-09-031-0/+2
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+2
* Rename accent color in QPaletteSanthosh Kumar2023-08-181-6/+6
* Deprecate Q_ASSUME()Thiago Macieira2023-08-141-2/+2
* QEventDispatcher: test with glib disabled tooAhmad Samir2023-08-111-5/+26
* tst_foreignwindow: Add basic test of foreign window reparentingTor Arne Vestbø2023-08-071-0/+19
* tests: Move NativeWindow helper class to shared headerTor Arne Vestbø2023-08-031-108/+1
* tst_foreignwindow: Run test with high-DPI disabledTor Arne Vestbø2023-08-021-0/+1
* cmake: Enable Objective-C++ language for standalone test projectsTor Arne Vestbø2023-08-011-0/+1
* Android: temporarily skip tst_qprinterinfo, tst_qwidget and tst_qwindowAssam Boudjelthia2023-07-261-0/+4
* Android: Fix for checking clipboard text mime typeBartlomiej Moskal2023-07-123-2/+26