summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tst_QDialogButtonBox: Port away from QAbstractButton::animateClick()Friedemann Kleint2020-04-291-40/+38
* Remove deprecated QComboBox::SizeAdjustPolicy enum valueVolker Hilsheimer2020-04-271-12/+1
* 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
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-222-2/+25
|\
| * macOS: Remove a bunch of dead (forward) declarationsTor Arne Vestbø2020-04-151-1/+0
| * Add QButtonGroup::idClicked/Pressed/Released/Toggled signalsVolker Hilsheimer2020-04-151-4/+4