summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Set simplePalette on staticWidget in tst_QWidget::optimizedResizeMoveAxel Spoerl2022-11-271-0/+1
* Add simple palette to tst_QWidgetAxel Spoerl2022-11-261-0/+47
* Add comment to tst_QWidget::saveRestoreGeometry() for debuggingAxel Spoerl2022-11-111-0/+7
* Stabilize flakiness in tst_QWidget::multipleToplevelFocusCheck()Axel Spoerl2022-11-111-5/+5
* Stabilize flakiness in tst_QWidget::raise()Axel Spoerl2022-11-111-2/+5
* emit QWindow::windowStateChanged only when state has changedAxel Spoerl2022-11-111-24/+41
* Remove unused tst_qwidget_mac_helpers.h/mmTor Arne Vestbø2022-11-101-4/+0
* Fix focus chain with compound widgets if created out of orderVolker Hilsheimer2022-11-041-15/+80
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-14/+14
* QApplication: send QHoverEvents with correct scenePosition()Shawn Rutledge2022-10-231-0/+101
* tests: skip tst_QWidget::touchEventSynthesizedMouseEvent() on WaylandLiang Qi2022-10-141-0/+3
* tests: skip tst_QWidget::setWindowGeometry() on WaylandLiang Qi2022-10-141-2/+2
* tests: tst_QWidget::renderChildFillsBackground() passes on WaylandLiang Qi2022-10-141-1/+2
* tests: skip a few tests in tst_QWidget on WaylandLiang Qi2022-10-141-0/+12
* tests: skip tst_QWidget::renderInvisible() on WaylandLiang Qi2022-10-141-0/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-22/+22
* Replace qExchange with std::exchangeMarc Mutz2022-10-071-1/+1
* Remove focusProxyAndInputMethods from tst_QWidgetAxel Spoerl2022-10-061-29/+0
* Port from container.count()/length() to size()Marc Mutz2022-10-041-4/+4
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-271-36/+36
* QtBase: Windows: Replace some deprecated API usagesYuhang Zhao2022-08-031-1/+1
* QWidget: extend timeouts in flaky enterLeaveOnWindowShowHide testVolker Hilsheimer2022-07-171-2/+2
* QWidget: use WA_InputMethodEnabled when ImEnabled is not implementedRichard Moe Gustavsen2022-07-081-0/+6
* IM: Don't let all widgets support IM by defaultRichard Moe Gustavsen2022-07-011-0/+31
* Update window state in QWindowsWindow and QXcbWindow geometry settersAxel Spoerl2022-06-171-0/+97
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-071-2/+3
* Android: fix fullscreen handlingIvan Solovev2022-03-291-0/+37
* Android: activate tst_QWidgetIvan Solovev2022-03-291-20/+42
* Try to stabilize QWidget::enterLeaveOnWindowShowHideVolker Hilsheimer2022-03-231-2/+5
* QObject: restore flags printing in dumpObjectTree()Marc Mutz2022-03-191-0/+40
* Deprecate {QString, QByteArray}::count()Sona Kurazyan2022-03-121-1/+1
* QNX: Remove expected failPasi Petäjäjärvi2022-02-091-3/+0
* Deprecate QContextMenuEvent and QMouseEvent ctors without globalPosShawn Rutledge2022-02-051-2/+4
* macOS: Implement QCALayerBackingStore::scroll for improved performanceTor Arne Vestbø2022-01-121-2/+1
* Fix qobject_cast on partially destroyed QWidget/QWindowGiuseppe D'Angelo2022-01-051-20/+60
* Skip disabled proxy widgets when (back)tabbingAlexander Volkov2021-11-191-0/+52
* Calculate effect bounds when drawing widget graphics effectAntti Määttä2021-10-271-0/+153
* Centralize maybeLastWindowClosed checking in QWindowTor Arne Vestbø2021-10-201-3/+12
* macOS: Correctly record normalGeometry in Cocoa pluginVolker Hilsheimer2021-10-141-61/+80
* QWidget: Don't rely on topextra to determine if window is top levelTor Arne Vestbø2021-10-141-0/+1
* Call QWidget close handling in QWidget::close for non-toplevel native widgetsDoris Verria2021-10-141-0/+20
* Fix references to QGuiApplication::lastWindowClosedTor Arne Vestbø2021-10-131-1/+1
* QCocoaWindow: Make window key if the app's modal window is hiddenDoris Verria2021-10-071-0/+21
* Fix closing and showing a window with a native childVolker Hilsheimer2021-10-071-0/+46
* Clean up tst_qwidgetVolker Hilsheimer2021-10-071-177/+186
* Don't clear focus if setParent doesn't change the parentVolker Hilsheimer2021-09-281-0/+72
* macOS: Remove special cases in enter/leave event handlingVolker Hilsheimer2021-09-241-4/+0
* macOS: send enter/leave when a window opens/closesVolker Hilsheimer2021-09-241-3/+124