summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* QAbstractItemDelegate: tolerate that editor gets reparentedv6.4.0-beta4Volker Hilsheimer2022-08-251-0/+70
* tst_qshortcut: port away from deprecated APIsIvan Solovev2022-08-251-37/+37
* Make QHeaderView restore state from different stream versionsAxel Spoerl2022-08-241-0/+42
* tst_qgraphicswidget: Avoid redeclaration of Size from MacTypes.hTor Arne Vestbø2022-08-221-29/+29
* Remove network dependency for tests with UNC pathsVolker Hilsheimer2022-08-191-4/+2
* Android: fix Android filedialog and completer testsAssam Boudjelthia2022-08-183-2/+42
* Fix initialization of QDateEdit and QTimeEditEdward Welbourne2022-08-151-2/+0
* Fix handling of invalid input to Q(Date|Time)Edit constructorsEdward Welbourne2022-08-151-2/+1
* Expand QDateTime edit constructor tests to cover Q(Date|Time)EditEdward Welbourne2022-08-151-14/+39
* tst_QFocusFrame: fix -WparanthesesMarc Mutz2022-08-041-1/+1
* QtBase: Windows: Replace some deprecated API usagesYuhang Zhao2022-08-031-1/+1
* QAction: add QT_DEPRECATED_VERSION_6_0 to deprecated methodsIvan Solovev2022-07-221-1/+1
* QGuiApplication: do not emit deprecated signalsIvan Solovev2022-07-211-0/+7
* QWidget: extend timeouts in flaky enterLeaveOnWindowShowHide testVolker Hilsheimer2022-07-171-2/+2
* QGraphicsWidget: skip test if graphics view fails to showVolker Hilsheimer2022-07-161-1/+2
* QGraphicsProxyWidget: make tolerance in mapToGlobal test at least 4Volker Hilsheimer2022-07-161-1/+1
* QGraphicsProxyWidget: make tolerance for errors depend on DPIVolker Hilsheimer2022-07-161-2/+3
* QCompleter: make filesystem test robust against slow I/OVolker Hilsheimer2022-07-141-2/+7
* Use debug stream in QTest::toString's default fallback if possibleVolker Hilsheimer2022-07-132-2/+2
* Skip test which depends on window activations on WaylandEskil Abrahamsen Blomfeldt2022-07-131-2/+4
* QWidget: use WA_InputMethodEnabled when ImEnabled is not implementedRichard Moe Gustavsen2022-07-081-0/+6
* tst_QGraphicsScene: fix -Wsuggest-overrideMarc Mutz2022-07-061-1/+1
* QListview: PageDown/Up infinite loopTang Haixiang2022-07-051-0/+21
* Harden drag and drop handling in widget windowLaszlo Agocs2022-07-051-0/+73
* QLayout: add className() to a warning messageAhmad Samir2022-07-052-2/+2
* IM: Don't let all widgets support IM by defaultRichard Moe Gustavsen2022-07-011-0/+31
* Support markdown in QTextEditMimeData; fix pasting trailing newlinesShawn Rutledge2022-06-241-0/+94
* Don't crash when removing the last visible tabVolker Hilsheimer2022-06-221-0/+34
* QGraphicsScene: respect that items can override selection changesVolker Hilsheimer2022-06-201-0/+48
* BLACKLIST tst_QMenuBar::check_menuPosition for Ubuntu 22.04Heikki Halmet2022-06-201-0/+1
* BLACKLIST tst_QApplication::sendEventsOnProcessEvents for Ubuntu 22.04Heikki Halmet2022-06-201-0/+1
* QMainWindow: fix restoreState() for toolbarsIvan Solovev2022-06-171-0/+5
* Update window state in QWindowsWindow and QXcbWindow geometry settersAxel Spoerl2022-06-171-0/+97
* QComboBox: emit currentIndexChanged() and currentTextChanged() when the model...Ivan Solovev2022-06-161-0/+33
* Fix typos in docs and commentsKai Köhne2022-06-152-2/+2
* Fix separate delete of window and windowcontainerAllan Sandfeld Jensen2022-05-231-2/+23
* Don't hide a widget that is swapped into a hidden splitterVolker Hilsheimer2022-05-231-0/+43
* Fix crash in tst_qquicktext::implicitSizeEskil Abrahamsen Blomfeldt2022-05-201-3/+2
* xcb: Delete touch points without target windowsTang Haixiang2022-05-201-1/+1
* unblacklist passing tests 2022Anna Wojciechowska2022-05-182-8/+0
* Fix memory leak in tst_qtreewidgetAndreas Buhr2022-05-181-0/+2
* QtWidgets: restore Qt 5 compatibility for save/restore stateGiuseppe D'Angelo2022-05-181-5/+32
* QTextDocument/QGraphicsTextItem: skip layout in setTextWidth(0)David Faure2022-05-171-2/+3
* Use SPDX license identifiersLucie Gérard2022-05-16133-3593/+268
* Add override keyword to avoid warning from compilerOliver Eftevaag2022-05-131-1/+1
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-112-2/+2
* Blacklist: test cases blacklisted in tst_QDockWidget:CI Insignificant Platforms Monitor Bot2022-05-041-0/+2
* tst_qitemdelegate: make it more robustGiuseppe D'Angelo2022-04-271-2/+1
* QApplication: deliver activation events for non-widget windowsRichard Moe Gustavsen2022-04-211-0/+48
* Fix QDockWidget parenting and dock permissionsAxel Spoerl2022-04-193-2/+603