summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-242-22/+22
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-1/+1
* tst_qplainttextedit: Do not use paste() method with no clipboardCristian Adam2020-08-191-0/+4
* 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-145-13/+13
* Use the new support for comparisons in QMetaType for QVariantLars Knoll2020-08-131-1/+4
* Make QFontDatabase member functions staticEskil Abrahamsen Blomfeldt2020-08-061-1/+1
* Add missing enumeration case in tst_QMacStyle::setSizeTor Arne Vestbø2020-07-291-0/+2
* Fix misplaced nullptr, used for a flag valueEdward Welbourne2020-07-271-1/+1
* Fix warnings about unused variables and functions in testsTor Arne Vestbø2020-07-263-12/+3
* tst_QGraphicsSceneIndex::clear: Don't assume only one repaintTor Arne Vestbø2020-07-231-1/+1
* qnsview: don't active QWindows inside NSWindows that are not keyRichard Moe Gustavsen2020-07-222-0/+31
* QTestlib: Enable comparing QList against initializer lists/arraysFriedemann Kleint2020-07-212-43/+41
* 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
* QVariant::setValue(): enable move semanticsGiuseppe D'Angelo2020-07-131-4/+4
* Refactor pointer event hierarchyShawn Rutledge2020-07-104-97/+78
* Tests: Use QVERIFY instead of QCOMPARE for empty listsFriedemann Kleint2020-07-101-4/+4
* Qt::Modifier: do some cleanupsGiuseppe D'Angelo2020-07-091-5/+5
* CMake: Regenerate subdir test projectsAlexandru Croitor2020-07-094-10/+13
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-09125-152/+152
* Add ; to Q_UNUSEDLars Schmertmann2020-07-076-16/+16
* Use QList instead of QVector in other qtbase testsJarek Kobus2020-07-071-1/+1
* Use qsizetype in QListLars Knoll2020-07-063-15/+15
* Avoid use of Q_UNUSED by eliminating the parameter namesLars Schmertmann2020-07-031-4/+3
* QTabBar: make sure the tab is repainted after releasing mouseWang Chuan2020-07-021-0/+38
* Fix delivery of MouseMove events to newly opened popup windowsVolker Hilsheimer2020-07-011-0/+186
* QFileDialog: remove deprecated mode QFileDialog::DirectoryOnlyChristian Ehrlicher2020-06-262-11/+1
* Use QList instead of QVector in widgets testsJarek Kobus2020-06-2528-287/+270
* Skip proxy widgets that can't take focus when (back)tabbingVolker Hilsheimer2020-06-251-0/+46
* Remove deprecated QStyleOption::init()Christian Ehrlicher2020-06-214-12/+12
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-4/+4
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-167-15/+15
* Fix breakage of QPushButton on macOS when a style sheet was setVolker Hilsheimer2020-06-111-0/+41
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-0810-13/+3
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-082-4/+4
* Remove winrtOliver Wolff2020-06-0678-533/+103
* Fix to crash in QWindow::event when delete this called on closeEventMiika Pernu2020-06-041-0/+19
* Remove the deprecated QDirModelVolker Hilsheimer2020-06-0416-873/+0
* 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
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-112-0/+16
* QGraphicsAnchorLayout: port to QHVContainer [4/4]: sweep Orientation -> Qt::O...Marc Mutz2020-05-091-5/+1
* QComboBox: Remove deprecated auto-completion propertiesVolker Hilsheimer2020-05-061-18/+0
* Don't move focus away from previous proxy in QWidget::setFocusProxyVolker Hilsheimer2020-05-051-7/+36