summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qapplication
Commit message (Expand)AuthorAgeFilesLines
* tst_QApplication::testDeleteLaterProcessEvents(): Split the testFriedemann Kleint2020-03-311-69/+80
* Update for failures only on dev branch. Use general platform namesDaniel Smith2019-08-191-2/+1
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-131-1/+1
|\
| * Fix GCC 4.8 buildVille Voutilainen2019-08-051-1/+1
* | unblacklist passing testsDaniel Smith2019-07-081-2/+2
* | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-274-370/+330
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-274-370/+330
| |\
| | * Brush up tst_QApplicationFriedemann Kleint2019-05-154-371/+331
* | | Deprecate conversion functions between QList and QSetLars Knoll2019-05-071-2/+6
|/ /
* | Fix deprecation warnings in widget autotestsChristian Ehrlicher2019-02-081-2/+0
* | Compile with QT_STRICT_ITERATORS definedLars Knoll2018-11-261-2/+2
* | Let QApplication emit paletteChangedFrederik Gladhorn2018-10-171-1/+6
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-301-2/+2
|\
| * Modernize the "filesystemwatcher" featureLiang Qi2018-09-271-2/+2
* | Extend opensuse blacklistings to opensuse-leapTony Sarajärvi2018-09-111-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-4/+4
|\|
| * Make tests compile for AndroidLiang Qi2018-06-251-1/+1
* | Remove leftovers of wincmdline test from test's .pro fileOliver Wolff2018-06-281-4/+1
* | tst_qapplication: Fix execution for WinRTOliver Wolff2018-06-284-43/+39
* | winrt: make widgets/kernel auto tests passOliver Wolff2018-06-221-0/+15
* | tst_qapplication: Fix test for configs without process supportOliver Wolff2018-05-251-0/+2
* | tst_qapplication: Fix auto test for configs with builtin_testdataOliver Wolff2018-05-252-1/+7
|/
* tests/auto/widgets/kernel: Avoid unconditional qWait()sKari Oikarinen2018-04-241-1/+1
* Blacklist tst_QApplication::touchEventPropagation on openSUSEKari Oikarinen2018-03-021-0/+3
* qtbase: cleanup BLACKLIST filesChristian Ehrlicher2018-02-132-4/+0
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-3/+3
* Stabilize tst_QApplication::touchEventPropagationFrederik Gladhorn2017-05-102-3/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-7/+9
|\
| * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-2/+2
| * Properly use the "process" featureUlf Hermann2017-02-271-5/+7
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-021-6/+6
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-6/+6
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-6/+6
| | |\
| | | * Plug remaining leaks in tests/auto/widgets/kernelMarc Mutz2016-10-211-6/+6
* | | | macOS: Don't build auto-tests as application bundles unless explicitly requestedTor Arne Vestbø2016-10-231-1/+1
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-22/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-281-22/+3
| |\|
| | * tst_QApplication: Fix UBs (invalid cast) in focusMouseClick()Marc Mutz2016-09-281-22/+3
* | | autotests: use QTest::createTouchDevice()Shawn Rutledge2016-06-101-3/+1
* | | Remove tests/auto/qtest-config.h.Friedemann Kleint2016-04-121-4/+2
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-072-40/+2
|/ /
* | Updated license headersJani Heikkinen2016-01-215-85/+60
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-182-4/+7
|\|
| * Fix compilation for WinRTMaurice Kalinowski2015-12-142-4/+7
* | Tests: Remove empty init/cleanup slots, constructors and destructors.Friedemann Kleint2015-12-101-15/+1
* | tests/auto/widgets: Remove some placeholder formatting.Friedemann Kleint2015-10-191-2/+3
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-4/+4
* | Fix building with QT_NO_LIBRARYUlf Hermann2015-09-301-0/+4
|/
* tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-55/+55