summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* QPlainTextEdit: update placeholder text when document is emptyAxel Spoerl2023-08-141-3/+3
* Add QRhiWidgetLaszlo Agocs2023-08-147-0/+834
* QAndroidPlatformInputContext: send composition text and cursor jointlyAxel Spoerl2023-08-141-5/+35
* Improve diagnostic output in tst_QDockWidget::floatingTabs()Axel Spoerl2023-08-111-2/+2
* tst_QMainWindow: for UB (use of reserved names)Marc Mutz2023-08-091-10/+10
* tst_QMdiArea: port away from Q_FOREACHMarc Mutz2023-08-071-17/+30
* tst_QGroupBox: port away from Q_FOREACHMarc Mutz2023-08-071-3/+3
* tst_QComboBox: port away from Q_FOREACHMarc Mutz2023-08-071-11/+12
* tests: skip three tests in tst_QDockWidget on WaylandLiang Qi2023-08-041-0/+6
* tst_QLineEdit: fix -Wsuggest-overrideMarc Mutz2023-07-131-1/+1
* QAbstractScrollArea: Don't include size of invisible scrollbarsVolker Hilsheimer2023-07-111-0/+53
* tst_QDateTimeEdit: skip parameters on EditorDateEdit declarationEdward Welbourne2023-07-101-4/+4
* 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-0548-0/+288
* tests: blacklist tst_QMenu::pushButtonPopulateOnAboutToShow() on WaylandLiang Qi2023-07-021-0/+1
* tst_qcombobox: skip popupPositionAfterStyleChange on QEMURichard Moe Gustavsen2023-06-271-0/+3
* 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
* 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
* 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
* 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
* QTabBar: don't scroll when laying out the tabsVolker Hilsheimer2023-04-261-0/+62
* QWidgetTextControl: emit cursorPositionChanged() when select allLiang Qi2023-04-201-0/+5
* 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
* 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
* 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
* Cleanup QPushButton auto test codeVolker Hilsheimer2023-03-091-133/+129
* Android: SKIP cases failing on Android 12 CI with 16GB RAMRami Potinkara2023-02-201-0/+4
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-1749-102/+4
* Fix QStatusBar::removeWidget to hide the right widgetThorbjørn Lindeijer2023-02-161-0/+44