summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* QMdiArea: Fix top level window title when using DontMaximizeSubWindowOnActiva...Friedemann Kleint2021-05-061-1/+42
* Android: unblock passing testsAssam Boudjelthia2021-04-273-21/+0
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-153-6/+6
* Fix some warningsAndreas Buhr2021-03-311-1/+2
* Android: Add select and copy capability to read-only text widgetsPiotr Mikolajczyk2021-03-301-0/+18
* Replace QTextDocumentResourceProvider with a std::functionVolker Hilsheimer2021-03-301-17/+11
* Rename QUrlResourceProvider to QTextDocumentResourceProviderVolker Hilsheimer2021-03-291-2/+2
* QDial: use qRound to roundVolker Hilsheimer2021-03-181-0/+31
* Fix tst_QPushButton tests on WaylandEskil Abrahamsen Blomfeldt2021-03-161-3/+4
* Skip tst_QDockWidget::restoreDockWidget on WaylandEskil Abrahamsen Blomfeldt2021-03-161-0/+6
* Revert "QPushButton: fix support of style sheet rule for text alignment"Volker Hilsheimer2021-03-111-0/+18
* QMenu test: turn tooltip animations offVolker Hilsheimer2021-03-041-0/+2
* Blacklist test QMenu::QTBUG_89082_actionTipsHide() for WindowsFriedemann Kleint2021-03-041-0/+1
* Stabilize test QMenu::QTBUG_89082_actionTipsHide() on Windows, take 2Friedemann Kleint2021-03-031-3/+5
* Prospective fix for flaky test tst_QDoubleSpinBox::setReadOnly()Friedemann Kleint2021-03-031-34/+22
* Stabilize test QMenu::QTBUG_89082_actionTipsHide() on WindowsFriedemann Kleint2021-03-021-0/+3
* QPlainTextEdit: adjust scroll bars when showing upWang Chuan2021-02-091-0/+32