summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-4/+4
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-163-10/+10
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-082-3/+1
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-082-4/+4
* Remove winrtOliver Wolff2020-06-0614-159/+36
* Fix to crash in QWindow::event when delete this called on closeEventMiika Pernu2020-06-041-0/+19
* BLACKLIST QWidget tests for CentOSHeikki Halmet2020-05-251-0/+2
* Reduce QDesktopWidget API to bare minimumVolker Hilsheimer2020-05-155-202/+0
* Deprecate QGuiApplication::paletteChanged() signalAndy Shaw2020-05-151-0/+35
* QBasicDrag: Send QDragMoveEvent when modifiers changeAlexander Volkov2020-05-141-3/+24
* QApplication: refactor delivery and propagation of wheel eventsVolker Hilsheimer2020-05-131-18/+55
* tst_QShortcut: avoid int -> QChar conversionsMarc Mutz2020-05-121-10/+10
* Don't move focus away from previous proxy in QWidget::setFocusProxyVolker Hilsheimer2020-05-051-7/+36
* QApplication: deliver all wheel events to widget that accepts the firstVolker Hilsheimer2020-04-251-0/+123
* Don't send QEvent::Hide to an already hidden top level widgetVolker Hilsheimer2020-04-241-0/+74
* Remove deprecated ApplicationAttribute enum valuesVolker Hilsheimer2020-04-241-12/+11
* Deprecate QGuiApplication::fontChanged() signalAndy Shaw2020-04-241-8/+42
* QWidget: fix regression when changing focus proxy while it has focusVolker Hilsheimer2020-04-231-0/+94
* Remove deprecated QStyle enum valuesVolker Hilsheimer2020-04-161-18/+18
* QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-101-2/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-082-108/+127
|\
| * 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 "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-04-031-69/+81
| |\ \
| | * | 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