summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* tst_qapplication: Prevent desktopaware test from deactivating main testTor Arne Vestbø2021-02-151-0/+5
* Replace QScopedPointer with std::unique_ptrVolker Hilsheimer2021-02-121-7/+7
* Remove blacklisting for b2qt tests that now passSamuli Piippo2021-01-281-2/+0
* 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
* Widgets: fix setTabOrder for QAbstractSpinBox-like widgetsIvan Solovev2021-01-141-0/+32
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-124-103/+0
* Replace some more erase/remove patterns with removeIfGiuseppe D'Angelo2021-01-101-4/+2
* Remove the qmake project filesJoerg Bornemann2021-01-0724-218/+2
* tests: unblacklist tst_qwidget::saveRestoreGeometry on xcbLiang Qi2020-12-231-3/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-2216-16/+30
* Tests: Fix building with qmake on WindowsFriedemann Kleint2020-12-171-1/+1
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-101-0/+28
* Add widget-based test for TouchCancel eventKirill Burtsev2020-11-301-1/+83
* Android: move blocked tests of qapplication to test folderAssam Boudjelthia2020-11-162-17/+21
* Stop copying events in testsVolker Hilsheimer2020-11-121-2/+2
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-049-1/+84
* Add multi key bindings to QShortcutAllan Sandfeld Jensen2020-11-041-0/+20
* 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
* Skip flakey dialogs testcase on all platforms except windowsVolker Hilsheimer2020-10-271-3/+2
* Deprecate QVariant::TypeLars Knoll2020-10-231-2/+2
* Fix a bunch of compiler warnings in event handling test casesVolker Hilsheimer2020-10-221-1/+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
* tests: blacklist two tests on Ubuntu 20.04Liang Qi2020-10-141-0/+2
* Get rid of all usage of QApplication:desktopVolker Hilsheimer2020-10-142-7/+4
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-077-26/+26
* tests/xcb: fix tst_QWidget::updateWhileMinimized() - againLiang Qi2020-09-291-1/+2
* Fix compiler warnings from QKeyCombinationLars Knoll2020-09-281-6/+14
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-2323-30/+30
* Define inverted QRects consistentlyAllan Sandfeld Jensen2020-09-211-4/+4
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-121-5/+5
* Remove most compiler warnings about missing overridesLars Knoll2020-09-1110-52/+53
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-4/+4
* Refactor testlib touch functions into qtestsupport_gui and _widgetsShawn Rutledge2020-09-081-6/+6
* tst_qshortcut (x2): use op | instead of op + to combine keysGiuseppe D'Angelo2020-09-071-53/+53
* Deliver Quit event when calling QCoreApplication::quit()Tor Arne Vestbø2020-09-071-1/+1
* Change QWidget::enterEvent signature to take a QEnterEventVolker Hilsheimer2020-09-051-3/+3
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-251-5/+5
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-242-22/+22
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-1/+1
* Introduce QWidget::setScreenVolker Hilsheimer2020-08-171-0/+24
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-1/+1
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-142-9/+9
* qnsview: don't active QWindows inside NSWindows that are not keyRichard Moe Gustavsen2020-07-221-0/+21
* Ensure styles always get to polish the application paletteTor Arne Vestbø2020-07-212-0/+79
* Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in floatFriedemann Kleint2020-07-141-0/+4
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-13/+9
* Qt::Modifier: do some cleanupsGiuseppe D'Angelo2020-07-091-5/+5