summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qwidget_window/tst_qwidget_window.cpp
Commit message (Expand)AuthorAgeFilesLines
* tst_QWidget_window::tst_dnd() remove setActiveWindow()Frédéric Lefebvre9 days1-1/+0
* QWidgetWindow: Don't meddle with WA_WState_{Hidden/ExplicitShowHide}Tor Arne Vestbø2024-02-121-0/+151
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* QWidget: Clean up state that depends on QWindow from ~QWidgetWindow()Tor Arne Vestbø2024-01-231-0/+27
* Fix connections in QWidgetWindowDavid Edmundson2023-02-151-0/+6
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-4/+4
* tests: skip tst_QWidget_window::mouseMoveWithPopup() on WaylandLiang Qi2022-10-141-0/+3
* tests: skip tst_QWidget_window::resetFocusObjectOnDestruction() on WaylandLiang Qi2022-10-141-0/+3
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-271-1/+3
* Harden drag and drop handling in widget windowLaszlo Agocs2022-07-011-0/+73
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Notify about focus object changes upon widget destructionVolker Hilsheimer2022-03-251-0/+36
* Fix compiler warnings by marking overrides in testVolker Hilsheimer2022-01-071-2/+2
* Activate tst_QWidget_window::tst_showWithoutActivating on cocoaVolker Hilsheimer2021-10-121-8/+8
* QWidgetWindow: Stabilize test on XcbVolker Hilsheimer2021-09-201-0/+1
* QWidget: close the QWindow in QWidget::closeVolker Hilsheimer2021-09-021-0/+66
* Fix tst_qwidget_window::mouseMoveWithPopup on WaylandEskil Abrahamsen Blomfeldt2021-03-151-1/+4
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Skip flakey dialogs testcase on all platforms except windowsVolker Hilsheimer2020-10-271-3/+2
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-2/+2
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-14/+14
* Fix delivery of MouseMove events to newly opened popup windowsVolker Hilsheimer2020-07-011-0/+186
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-2/+2
* Remove winrtOliver Wolff2020-06-061-19/+1
* QBasicDrag: Send QDragMoveEvent when modifiers changeAlexander Volkov2020-05-141-3/+24
* Don't send QEvent::Hide to an already hidden top level widgetVolker Hilsheimer2020-04-241-0/+74
* Try to stabilize tst_qwidget_qwindow::tst_resize_count on X11Volker Hilsheimer2020-02-171-0/+2
* Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-261-3/+3
* Widget tests: Skip tests that fail on WaylandJohan Klokkhammer Helsing2019-10-181-0/+18
* Make tst_qwidget_window pass on High-DPI screens (Windows)Friedemann Kleint2019-05-161-22/+49
* Drag'n'Drop: fix dnd regressionGatis Paeglis2019-03-261-0/+75
* Drag'n'Drop: fix dnd when dragMoveEvent() is not implementedChristian Ehrlicher2019-01-071-4/+32
* QWidgetWindow: Ensure Qt::WA_Mapped is set on obscured parent widgetsFriedemann Kleint2018-08-211-0/+30
* widgetwindow: send DragMove for every DragEnterGatis Paeglis2018-06-251-0/+2
* dnd: send DragEnter and DragMove on DnD startGatis Paeglis2018-06-251-0/+87
* winrt: make widgets/kernel auto tests passOliver Wolff2018-06-221-0/+14
* Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-2/+2
* Stabilize tst_QWidget_window::setWindowStateKari Oikarinen2018-04-111-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-7/+3
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-7/+3
| |\
| | * testlib: start sharing common helper functionsGatis Paeglis2017-11-041-7/+3
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-3/+4
|\| |
| * | Ensure result of all QTest::qWaitFor are verifiedTor Arne Vestbø2017-10-051-3/+4
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-4/+4
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-0/+31
|\|
| * QWidget: Call appropriate QWindow method from setGeometry_sys()Gabriel de Dietrich2017-08-231-0/+31
* | Make QWindow::setVisible() work for widgetsMorten Johan Sørvig2017-05-111-0/+16
* | Make QWindow's windowState a QFlags of the WindowStateOlivier Goffart2017-03-161-0/+54
|/
* Add support for Apple watchOSJake Petroules2016-08-191-2/+3