summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* QMdiSubwindow: respect minimum size of subwidgets when shown maximizedChristian Ehrlicher2022-02-111-0/+32
* QPlainTextEdit: fix the visibility of placeholderTextQiang Li2022-02-111-0/+105
* macOS: Prevent recursion when modifying the edit menuVolker Hilsheimer2022-02-091-0/+29
* QNX: Remove expected failPasi Petäjäjärvi2022-02-092-9/+0
* Make time sensitive QScrollBar test fault tolerantVolker Hilsheimer2022-02-091-1/+8
* Deprecate QContextMenuEvent and QMouseEvent ctors without globalPosShawn Rutledge2022-02-057-20/+24
* Add a QHoverEvent ctor taking global mouse position; deprecate the otherShawn Rutledge2022-02-031-2/+2
* Remove flaky and duplicate animateClick testsVolker Hilsheimer2022-01-212-30/+0
* Improve QAbstractButton::animateClick testVolker Hilsheimer2022-01-201-5/+28
* QTabBar: Improve scrolling with high resolution mouse wheelsNoah Davis2022-01-201-0/+45
* Remove unused testdata directory from QPushButton unit testAxel Spoerl2022-01-1210-0/+0
* Turn QLabel wordWrap unit test into data driven testAxel Spoerl2022-01-081-8/+25
* Cleanup of getSetCheck method in QLabel unit testAxel Spoerl2022-01-081-8/+2
* Clean up QLabel unit test for unicodeAxel Spoerl2022-01-081-14/+9
* Remove unused legacy files from QLabel unit testAxel Spoerl2022-01-0765-0/+0
* Widgets: setTransientParent() when a QMenu is a windowLiang Qi2021-12-081-0/+49
* Text editing: smart block and char format after newlineShawn Rutledge2021-12-021-0/+94
* Fix fail to activate first sub window with QMdiArea::TabbedViewZhang Yu2021-12-021-0/+57
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-231-3/+1
* Fix assert in QFontComboBox when setting empty fontEskil Abrahamsen Blomfeldt2021-11-181-0/+32
* QFontComboBox don't response qApp fontDatabaseChanged()Zhang Hao2021-11-161-5/+8
* Test result of qobject_cast before dereferencingLi Xi2021-11-151-0/+13
* QTabBar: Support scrolling with a kinetic wheelVolker Hilsheimer2021-11-151-16/+179
* QPushButton: emit released signal when mouse dragged out of boundsChunLin Wang2021-11-101-0/+31
* Don't use QCursor::pos in QTabBar and fix hover handlingVolker Hilsheimer2021-11-051-0/+84
* Release mouse buttons after double clickVolker Hilsheimer2021-11-031-0/+2
* Fix test to not rely on event processingVolker Hilsheimer2021-10-271-6/+8
* QTabBar: re-layout when tab size hint depends on selected stateVolker Hilsheimer2021-10-261-2/+30
* Make QMainWindow::restoreStateSizeChanged test less time sensitiveVolker Hilsheimer2021-10-201-2/+29
* Fix restoring main window state for maximized/fullscreen windowsVolker Hilsheimer2021-10-161-0/+65
* Take overshoot into account when laying out QAbstractScrollAreaVolker Hilsheimer2021-10-131-0/+39
* Reduce the width of a hfw-widget if scrollbar would be flippingVolker Hilsheimer2021-10-111-0/+58
* Fix QTabBar's SelectPreviousTab behaviorQiang Li2021-10-091-0/+2
* Add style hint for preventing spin box selection on up/downVolker Hilsheimer2021-10-081-0/+63
* Port to QImage and QPixmap deviceIndependentSize()Morten Sørvig2021-09-011-2/+2
* Report ImAbsolutePosition for QLineEditTor Arne Vestbø2021-08-181-0/+5
* Close all popup windows when the screen is rotatedTang Haixiang2021-08-121-0/+16
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-044-5/+5
* QWidget: cope with QObject::connect()'s incomplete SFINAE-friendlinessMarc Mutz2021-07-241-24/+66
* Sync default action when checking tool button programmaticallyVolker Hilsheimer2021-07-221-0/+59
* tst_QComboBox: fix -Wsuggest-overrideMarc Mutz2021-07-181-1/+1
* QMenu/QToolBar: remove addAction() functionsMarc Mutz2021-07-131-0/+13
* Fix placement of placeholder text in QLineEdits with action iconsVolker Hilsheimer2021-07-061-0/+66
* Fix memory leaks in tst_qlineeditAndreas Buhr2021-07-061-2/+2
* Use UTC when parsing only a date or only a time, not a date-timeEdward Welbourne2021-06-231-2/+2
* Fix handling of day-of-week in QDateTimeParser and QDateTimeEditEdward Welbourne2021-06-231-12/+18
* Fix scrolling of tab bar when the visible tab is wider than the visible spaceVolker Hilsheimer2021-06-091-0/+70
* tst_QDateTimeEdit::editingRanged(): use QScopedPointerEdward Welbourne2021-06-031-16/+12
* QComboBox: propagate style change on widget to internal containerVolker Hilsheimer2021-05-311-0/+46
* Fix wrong variable initialization in tst_QScrollBar::task_209492Tor Arne Vestbø2021-05-261-1/+1