summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid pointer return with QGridLayout::itemAt(-1)Zhang Yu2021-04-101-0/+51
* tst_qapplication: Prevent desktopaware test from deactivating main testTor Arne Vestbø2021-04-091-0/+5
* Revert "QPushButton: fix support of style sheet rule for text alignment"Volker Hilsheimer2021-03-121-0/+18
* QMenu test: turn tooltip animations offVolker Hilsheimer2021-03-051-0/+2
* Test QDateTime behavior in DST gapAndreas Buhr2021-02-021-10/+10
* Fix QApplication::font returns the font unstable according to the objectChunLin Wang2021-02-021-0/+42
* Widgets: fix setTabOrder for QAbstractSpinBox-like widgetsIvan Solovev2021-02-021-0/+32
* QTabBar: update index of last visible tab in insertTabStanislav Yelenskiy2021-02-021-0/+26
* Windows: Fix dialog moving up after closing/reshowingFriedemann Kleint2021-02-021-0/+25
* Set the PlaceholderText color in the palette from the stylesheet as wellAndy Shaw2021-01-281-0/+16
* Stabilize tst_QListView::internalDragDropMove() on X11Friedemann Kleint2021-01-281-1/+3
* Blacklist flaky QListView::internalDragDropMove case on OpenSuSEVolker Hilsheimer2021-01-261-0/+3
* QTabBar test: refactor: extract checkPositions helper functionStanislav Yelenskiy2021-01-261-23/+31
* Fix setting active window as application's focus widgetSona Kurazyan2021-01-231-0/+40
* Blacklist failing tests for WinRTFriedemann Kleint2021-01-218-0/+32
* Blacklist tst_QMdiArea::updateScrollBars on macosIvan Solovev2020-12-181-0/+3
* QHeaderView: fix spurious sortingGiuseppe D'Angelo2020-12-021-0/+135
* Use QTRY_COMPARE in an attempt to make the test less flakyVolker Hilsheimer2020-11-191-2/+2
* QCombobox: propagate the palette to the embedded line editWang Chuan2020-11-021-0/+27
* Deprecate old aliases for two countries and several languagesEdward Welbourne2020-10-282-8/+8
* Show the year correctly after it has been editedAndy Shaw2020-10-261-0/+4
* tests: blacklist tst_QGraphicsAnchorLayout::layoutDirection()Liang Qi2020-10-221-0/+2
* QAbstractItemView: don't lose items if model only allows MoveActionVolker Hilsheimer2020-10-161-19/+159
* tests: blacklist two tests on Ubuntu 20.04Liang Qi2020-10-142-0/+4
* QTreeView: fetch as many nested entries as fit into the viewVolker Hilsheimer2020-10-021-0/+151
* tests/xcb: fix tst_QWidget::updateWhileMinimized() - againLiang Qi2020-09-301-1/+2
* fix QComboBox currentText return placeholderTextWang ChunLin2020-09-251-1/+1
* Add reentrancy guard for processEvents() in QProgressDialog::setValue()Christian Heimlich2020-09-221-0/+24
* QStyleSheetStyle: Fix push button hit testing with paddingVolker Hilsheimer2020-09-151-2/+8
* Blacklist tst_qcolumnview::scrollTo on macOSUlf Hermann2020-09-091-0/+3
* QTable/TreeView: fix sortByColumn() when view is already sortedChristian Ehrlicher2020-09-022-0/+69
* Mark some Qt namespace enum members properly as deprecatedEdward Welbourne2020-08-281-1/+0
* Discard extra mouse move event generated by touchpadAndre de la Rocha2020-08-181-0/+1
* Ensure styles always get to polish the application paletteTor Arne Vestbø2020-07-212-0/+79
* Tests: Use QVERIFY instead of QCOMPARE for empty listsFriedemann Kleint2020-07-142-6/+6
* QTabBar: make sure the tab is repainted after releasing mouseWang Chuan2020-07-021-0/+38
* Fix delivery of MouseMove events to newly opened popup windowsVolker Hilsheimer2020-07-022-0/+189
* Skip proxy widgets that can't take focus when (back)tabbingVolker Hilsheimer2020-06-301-0/+46
* Fix breakage of QPushButton on macOS when a style sheet was setVolker Hilsheimer2020-06-111-0/+41
* Fix to crash in QWindow::event when delete this called on closeEventMiika Pernu2020-06-051-0/+19
* QApplication: don't let synthesized wheel events grab the mouseVolker Hilsheimer2020-05-261-18/+56
* QApplication: deliver all wheel events to widget that accepts the firstVolker Hilsheimer2020-05-261-0/+127
* tst_QDialogButtonBox: Port away from QAbstractButton::animateClick()Friedemann Kleint2020-05-211-40/+38
* Don't move focus away from previous proxy in QWidget::setFocusProxyVolker Hilsheimer2020-05-211-7/+36
* QWidget: fix regression when changing focus proxy while it has focusVolker Hilsheimer2020-05-211-0/+94
* Don't send QEvent::Hide to an already hidden top level widgetVolker Hilsheimer2020-05-201-0/+74
* QBasicDrag: Send QDragMoveEvent when modifiers changeAlexander Volkov2020-05-201-3/+24
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-202-0/+16
* macOS: Remove a bunch of dead (forward) declarationsTor Arne Vestbø2020-04-151-1/+0
* Add QButtonGroup::idClicked/Pressed/Released/Toggled signalsVolker Hilsheimer2020-04-151-4/+4