summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* tst_QDialogButtonBox::hideAndShowButton: Wait for focus widgetAxel Spoerl2023-07-081-1/+5
* QDialogButtonBox - Update focus chain when buttons show or hideAxel Spoerl2023-07-062-0/+51
* CMake: Make widgets tests standalone projectsAlexandru Croitor2023-07-05120-0/+720
* tests: blacklist tst_QAbstractItemView::selectionAutoScrolling() on WaylandLiang Qi2023-07-021-0/+2
* tests: blacklist tst_QMenu::pushButtonPopulateOnAboutToShow() on WaylandLiang Qi2023-07-021-0/+1
* QMessageBox: Respect clients overriding QDialog::done()Tor Arne Vestbø2023-06-291-0/+41
* tst_qcombobox: skip popupPositionAfterStyleChange on QEMURichard Moe Gustavsen2023-06-271-0/+3
* QHeaderView: Don't add new sections on no-opAxel Spoerl2023-06-231-0/+21
* Implement QWidgetPrivate::focusObject()Axel Spoerl2023-06-211-0/+1
* tst_qmenu: fix -Wsuggest-overrideMarc Mutz2023-06-201-1/+2
* QLineEdit: ignore key release eventsVolker Hilsheimer2023-06-201-0/+40
* QComboBox: scroll the popup to the top before positioning itRichard Moe Gustavsen2023-06-151-0/+54
* Fix no-op emission of QComboBox::currentTextChangedAxel Spoerl2023-06-131-14/+42
* QStyleSheetStyle: Default to foreground for unset brushes onlyAxel Spoerl2023-06-091-0/+27
* Fix sending deferred delete events when posted before outermost loopMikolaj Boc2023-06-091-0/+5
* QMenu: don't crash when nested tear-off menus are closedVolker Hilsheimer2023-06-091-0/+79
* QDockWidget: Propagate window title when re-dockingAxel Spoerl2023-06-071-2/+15
* QTabBar: recalculate scroll offset when showingVolker Hilsheimer2023-06-061-0/+37
* Refine the rhi-based flush logicLaszlo Agocs2023-06-011-5/+55
* QLabel: always show the context menu created by the controlVolker Hilsheimer2023-05-251-0/+39
* Implement color role AccentColor in QStyleSheetStyle and QCssParserAxel Spoerl2023-05-221-0/+10
* rhi: Make it a QPA-style private but semi-public APILaszlo Agocs2023-05-211-2/+1
* QTabBar: Add testcase for tabs not scrollingVolker Hilsheimer2023-05-151-0/+26
* Use boolean to indicate QTableWidgetItem is header itemAntti Määttä2023-05-051-0/+20
* QTabBar: don't overshoot when scrolling rightVolker Hilsheimer2023-05-042-11/+30
* Fix hiding in QComboBox when there is no selectionVolker Hilsheimer2023-05-041-0/+36
* Allow disable native messagebox dialogThorbjørn Lund Martsum2023-05-021-0/+17
* QTabBar: don't scroll when laying out the tabsVolker Hilsheimer2023-04-261-0/+62
* Add missing nullptr check in QWidget::setFocusProxyAxel Spoerl2023-04-251-0/+26
* Handle parent being a child's focus procy in QWidget::setFocusProxyAxel Spoerl2023-04-221-0/+99
* QWidgetTextControl: emit cursorPositionChanged() when select allLiang Qi2023-04-201-0/+5
* tests: blacklist tst_QGraphicsEffect::draw() on WaylandLiang Qi2023-04-171-0/+2
* Explain the cases where we must exclude some QDTE test casesEdward Welbourne2023-04-141-21/+24
* Correct time zone in tst_QDateTimeEdit::stepIntoDSTGap()Edward Welbourne2023-04-141-1/+1
* Correct the start of a QDTE::stepIntoDSTGap() testEdward Welbourne2023-04-141-1/+1
* tst_QDateTimeEdit::springForward(): use u'0' instead of QLatin1Char('0')Edward Welbourne2023-04-141-4/+4
* Correct row names in tst_QDateTimeEdit::springForward_data()Edward Welbourne2023-04-141-7/+8
* tst_QDateTimeEdit: correct computation of width of gapEdward Welbourne2023-04-141-2/+15
* tst_QDateTimeEdit: Use correct zone for findSpring()'s transitionEdward Welbourne2023-04-141-1/+1
* QPushButton: use QMenu::popup instead of exec to show menuVolker Hilsheimer2023-04-111-2/+6
* QWidget: add overload to set tab order as a list of widgetsVolker Hilsheimer2023-04-111-20/+32
* QListView: No-op, when a list item is dropped directly behind itselfAxel Spoerl2023-03-311-0/+54
* tst_QDateTimeEdit::stepModifierPressAndHold(): tweak start dateEdward Welbourne2023-03-281-1/+5
* QComboBox: reset indexBeforeChange to -1 if index is invalidatedAxel Spoerl2023-03-281-37/+42
* Widgets/QCheckBox: change signature of stateChanged() for Qt7Christian Ehrlicher2023-03-211-11/+16
* QColorDialog: Support hex rgb values with and without leading #Axel Spoerl2023-03-171-0/+53
* Handle device loss for texture widgetsDavid Redondo2023-03-171-0/+46
* QPlainTextEdit: Don't block signals on page stepAxel Spoerl2023-03-151-0/+26
* emit QAbstractSlider::valueChanged() only on value changeAxel Spoerl2023-03-151-3/+7
* QCompleter::setPopup() - refactor and cleanupAxel Spoerl2023-03-141-0/+38