summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* QWidget: cope with QObject::connect()'s incomplete SFINAE-friendlinessMarc Mutz2021-07-242-24/+133
* Sync default action when checking tool button programmaticallyVolker Hilsheimer2021-07-221-0/+59
* emit layoutAboutToBeChanged timelyLuca Beldi2021-07-203-0/+208
* Support pt units for sizes, as documentedVolker Hilsheimer2021-07-201-0/+35
* tst_QComboBox: fix -Wsuggest-overrideMarc Mutz2021-07-181-1/+1
* tst_QGraphicsScene: fix compiler warning about misleading indentationMarc Mutz2021-07-171-4/+4
* QListView: don't scroll if selected items are removedVolker Hilsheimer2021-07-161-0/+69
* QMenu/QToolBar: remove addAction() functionsMarc Mutz2021-07-131-0/+13
* QTableView: fix selection with rows and cells in ExtendedSelection modeChristian Ehrlicher2021-07-121-0/+72
* Fix auto completion in QFileDialog on WindowsVolker Hilsheimer2021-07-091-1/+19
* 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
* Repolish child widgets when parent style sheet changesVolker Hilsheimer2021-07-051-0/+14
* 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
* QWidgetAction: add test for defaultWidget() being deleted before actionMarc Mutz2021-06-221-0/+12
* BLACKLIST tst_QListView::internalDragDropMove for OpenSUSE leapHeikki Halmet2021-06-211-0/+3
* Do not alter a widget's backing window's format once createdLaszlo Agocs2021-06-181-3/+8
* Fix recursion crash when calling setStyleSheet with `qproperty-styleSheet`Zhang Yu2021-06-181-0/+18
* Stabilize flaky scrollerSmoothScroll test caseVolker Hilsheimer2021-06-151-2/+4
* Prefer QFAIL("Informative message") over QVERIFY(false)Edward Welbourne2021-06-143-6/+6
* QAIV: Don't open editor on release when press closed editorVolker Hilsheimer2021-06-141-0/+58
* Check scrollbar ScrollBarOverlap when computing QListView marginsZhang Hao2021-06-101-0/+31
* QAbstractItemView: block autoScroll from interfering with QScrollerVolker Hilsheimer2021-06-091-0/+62
* Fix scrolling of tab bar when the visible tab is wider than the visible spaceVolker Hilsheimer2021-06-091-0/+70
* Fix rearranging of icons in listview via drag'n'dropVolker Hilsheimer2021-06-081-2/+5
* QAItemView: in MultiSelection, press deselects only if no drag can startVolker Hilsheimer2021-06-081-10/+19
* QAbstractItemView: don't toggle extended selection on Ctrl+PressVolker Hilsheimer2021-06-072-7/+30
* QAbstractItemView: add test for mouse selectionVolker Hilsheimer2021-06-031-0/+215
* QAbstractItemView: don't block dragging after double clickVolker Hilsheimer2021-06-031-0/+95
* tst_QDateTimeEdit::editingRanged(): use QScopedPointerEdward Welbourne2021-06-031-16/+12
* Fix PageDown behavior and PageUPTang Haixiang2021-05-311-0/+51
* 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
* Blacklist tst_QWidget::multipleToplevelFocusCheck() on SLES 15Allan Sandfeld Jensen2021-05-181-0/+1
* Do not remove non-widget items when removeWidget() called with nullptrPiotr Srebrny2021-05-111-0/+24
* Check scrollbar visibility when computing QListView marginsChen Bin2021-05-111-0/+54
* QTabBar: take a style sheet's font into account when laying out tabsVolker Hilsheimer2021-05-061-0/+67
* QMdiArea: Fix top level window title when using DontMaximizeSubWindowOnActiva...Friedemann Kleint2021-05-061-1/+42
* Blacklist and skip failing tests on macOS ARMTor Arne Vestbø2021-05-041-0/+2
* Fix wrong C-style cast, use correct QTest::keyClick overloadVolker Hilsheimer2021-04-281-1/+1
* Android: unblock passing testsAssam Boudjelthia2021-04-274-24/+0
* Fix QTreeModel calling beginRemoveRows twiceLuca Beldi2021-04-261-0/+16
* Mark obsolete QMessageBox members as deprecatedVolker Hilsheimer2021-04-231-0/+9
* QLayout: mark unsetContentsMargins as the RESET functionGiuseppe D'Angelo2021-04-211-0/+17
* Re-layout QProgressDialog when setting the cancel buttonQiang Li2021-04-191-0/+24
* 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