summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* tst_qapplication: Add dependency to helpersMårten Nordheim2022-10-281-0/+5
* QApplication: send QHoverEvents with correct scenePosition()Shawn Rutledge2022-10-231-0/+101
* Fix bool comparison in tst_qopenglwidget.cppPeter Varga2022-10-231-3/+3
* Set alphaBufferSize to -1 when disabling translucency in QtWidgetsPeter Varga2022-10-211-0/+26
* tests: skip tst_QGraphicsProxyWidget::bypassGraphicsProxyWidget() on WaylandLiang Qi2022-10-211-0/+3
* tests: skip tst_QGraphicsProxyWidget::scrollUpdate() on WaylandLiang Qi2022-10-211-0/+3
* Fix flakiness in tst_QDoubleSpinBox / editingFinishedAxel Spoerl2022-10-181-1/+8
* tests: skip tst_QWidget::touchEventSynthesizedMouseEvent() on WaylandLiang Qi2022-10-141-0/+3
* tests: skip tst_QCompleter::showPopupInGraphicsView() on WaylandLiang Qi2022-10-141-0/+3
* tests: skip tst_QWidget_window::mouseMoveWithPopup() on WaylandLiang Qi2022-10-141-0/+3
* tests: skip tst_QWidget::setWindowGeometry() on WaylandLiang Qi2022-10-141-2/+2
* tests: skip tst_QGridLayout::setMinAndMaxSize() on WaylandLiang Qi2022-10-141-0/+3
* tests: skip tst_QWidget_window::resetFocusObjectOnDestruction() on WaylandLiang Qi2022-10-141-0/+3
* 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
* Fix memory leak and clean up splitter testVolker Hilsheimer2022-10-141-24/+25
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-1110-42/+42
* Replace qExchange with std::exchangeMarc Mutz2022-10-071-1/+1
* tests: skip two tests in tst_QDockWidget on WaylandLiang Qi2022-10-071-0/+4
* tests: skip tst_QAction::disableShortcutInMenuAction() on WaylandLiang Qi2022-10-071-0/+3
* tests: skip two tests in tst_QAbstractItemView on WaylandLiang Qi2022-10-071-0/+6
* tests: skip tst_QGraphicsView::embeddedViewsWithFocus() on WaylandLiang Qi2022-10-071-0/+3
* tests: fix window activation usage in tst_QGraphicsWidgetLiang Qi2022-10-071-7/+25
* tests: skip two tests in tst_QGraphicsProxyWidget on WaylandLiang Qi2022-10-071-0/+6
* tests: skip tst_QDialog::showAsTool() on WaylandLiang Qi2022-10-071-0/+4
* tests: skip tst_QApplication::activateDeactivateEvent() on WaylandLiang Qi2022-10-071-0/+3
* Remove focusProxyAndInputMethods from tst_QWidgetAxel Spoerl2022-10-062-34/+0
* Port from container.count()/length() to size()Marc Mutz2022-10-0438-310/+310
* Style sheets: add placeholder text color property for edit widgetsEirik Aavitsland2022-09-291-0/+4
* StyleSheetStyle: Fix color of placeholder texts in text editsEirik Aavitsland2022-09-271-3/+11
* Prevent dock widget from resizing upon unplugging from main windowAxel Spoerl2022-09-211-2/+14
* Fix use of 0 as null pointer in tst_QDateTimeEditEdward Welbourne2022-09-201-2/+2
* Don't rely on synthetic mouse events in updateFocusChainWhenChildDie testTor Arne Vestbø2022-09-142-9/+3
* Blacklist tst_QGraphicsWidget::updateFocusChainWhenChildDie() on macOS 13 in CITor Arne Vestbø2022-09-131-0/+1
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-011-0/+2
* Blacklist: tst_QGraphicsAnchorLayout::layoutDirection for Ubuntu 22.04Heikki Halmet2022-08-311-0/+1
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-2772-302/+410
* Replace logging category lcQpaDockWidgets in dock widget auto testAxel Spoerl2022-08-261-41/+37
* Add QDockWidget save & restore auto testAxel Spoerl2022-08-261-0/+160
* QAbstractItemDelegate: tolerate that editor gets reparentedVolker Hilsheimer2022-08-251-0/+70
* QtBase tests: remove QT_DISABLE_DEPRECATED_UP_TO definesIvan Solovev2022-08-241-2/+0
* tst_qshortcut: port away from deprecated APIsIvan Solovev2022-08-241-37/+37
* tst_qmessagebox: port away from deprecated methodsIvan Solovev2022-08-241-12/+14
* Make QHeaderView restore state from different stream versionsAxel Spoerl2022-08-241-0/+42
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-23132-132/+132
* Revert Q_DECLARE_EXPORTED_LOGGING_CATEGORY in tst_qdockwidgetAxel Spoerl2022-08-231-0/+6
* tst_qgraphicswidget: Avoid redeclaration of Size from MacTypes.hTor Arne Vestbø2022-08-211-29/+29
* Rename QT_DISABLE_DEPRECATED_BEFORE -> QT_DISABLE_DEPRECATED_UP_TOIvan Solovev2022-08-191-1/+1
* Android: fix Android filedialog and completer testsAssam Boudjelthia2022-08-183-2/+42