summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Do not remove non-widget items when removeWidget() called with nullptrPiotr Srebrny2021-05-111-0/+24
* Fix invalid pointer return with QGridLayout::itemAt(-1)Zhang Yu2021-03-221-0/+51
* tst_qapplication: Prevent desktopaware test from deactivating main testTor Arne Vestbø2021-02-161-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
* Widgets: fix setTabOrder for QAbstractSpinBox-like widgetsIvan Solovev2021-01-141-0/+32
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-101-0/+28
* Add widget-based test for TouchCancel eventKirill Burtsev2020-12-011-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
* CMake: Regenerate subdir test projectsAlexandru Croitor2020-07-091-4/+8
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-0923-30/+30
* Add ; to Q_UNUSEDLars Schmertmann2020-07-072-6/+6
* Fix delivery of MouseMove events to newly opened popup windowsVolker Hilsheimer2020-07-011-0/+186
* Use QList instead of QVector in widgets testsJarek Kobus2020-06-253-19/+15
* Skip proxy widgets that can't take focus when (back)tabbingVolker Hilsheimer2020-06-251-0/+46