summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* tests: skip tst_QApplication::abortQuitOnShow() on WaylandLiang Qi2024-03-221-0/+3
* Android: Make timeout in tst_QApplication::abortQuitOnShow() longerTinja Paavoseppä2024-02-271-1/+7
* Try to stabilize tst_QApplication::abortQuitOnShowVolker Hilsheimer2024-02-221-1/+15
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Debounce QDeferredDeleteEvents in QObject::deleteLater()Tor Arne Vestbø2023-12-151-2/+1
* Unskip tst_QApplication::testDeleteLater() on macOSTor Arne Vestbø2023-12-041-3/+0
* Add QEXPECT_FAIL to tst_QApplication::sendEventsOnProcessEventsTero Heikkinen2023-08-101-0/+15
* Fix sending deferred delete events when posted before outermost loopMikolaj Boc2023-06-091-0/+5
* Don't use native dialogs for tst_QApplication::closeAllWindows()Tor Arne Vestbø2023-01-021-0/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-60/+60
* Proper clearing of WinRT factory cacheAndreas Buhr2022-10-311-0/+15
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-4/+4
* tests: skip tst_QApplication::activateDeactivateEvent() on WaylandLiang Qi2022-10-071-0/+3
* Port from container.count()/length() to size()Marc Mutz2022-10-041-3/+3
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-271-9/+9
* qputenv: port to QByteArrayViewMarc Mutz2022-08-061-1/+1
* QGuiApplication: do not emit deprecated signalsIvan Solovev2022-07-211-0/+7
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Add override keyword to avoid warning from compilerOliver Eftevaag2022-05-131-1/+1
* QApplication: deliver activation events for non-widget windowsRichard Moe Gustavsen2022-04-211-0/+48
* QProcess/Unix: ensure we don't accidentally execute something from CWDThiago Macieira2022-02-091-2/+2
* Deprecate QContextMenuEvent and QMouseEvent ctors without globalPosShawn Rutledge2022-02-051-1/+1
* Fix references to QGuiApplication::lastWindowClosedTor Arne Vestbø2021-10-131-2/+2
* tst_qapplication: Prevent desktopaware test from deactivating main testTor Arne Vestbø2021-02-151-0/+5
* Fix setting active window as application's focus widgetSona Kurazyan2021-01-151-0/+40
* Fix QApplication::font returns the font unstable according to the objectChunLin Wang2021-01-151-0/+42
* Remove the qmake project filesJoerg Bornemann2021-01-071-2/+2
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+6
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-031-6/+3
* CMake: Fix tst_qapplication to respect blacklists in CMake buildsAlexandru Croitor2020-10-301-0/+1
* Swallow some runtime warnings from tst_qapplicationVolker Hilsheimer2020-10-181-0/+2
* Fix compile warning from testing deprecated signalVolker Hilsheimer2020-10-181-7/+46
* Get rid of all usage of QApplication:desktopVolker Hilsheimer2020-10-141-1/+0
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-121-5/+5
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-2/+2
* Deliver Quit event when calling QCoreApplication::quit()Tor Arne Vestbø2020-09-071-1/+1
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-251-5/+5
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-1/+1
* Ensure styles always get to polish the application paletteTor Arne Vestbø2020-07-211-0/+76
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-13/+9
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-1/+1
* Remove winrtOliver Wolff2020-06-061-15/+0
* QApplication: refactor delivery and propagation of wheel eventsVolker Hilsheimer2020-05-131-18/+55
* QApplication: deliver all wheel events to widget that accepts the firstVolker Hilsheimer2020-04-251-0/+123
* Remove deprecated ApplicationAttribute enum valuesVolker Hilsheimer2020-04-241-12/+11
* QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-101-2/+0
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-061-0/+7
|\
| * Fix flakiness in tst_QApplication::testDeleteLaterAlex Trotsenko2020-04-031-0/+7
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-031-69/+81
|\|
| * Speed up tst_QApplication::testDeleteLaterProcessEvents2()Friedemann Kleint2020-03-311-1/+2