summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* control scrolling of QTabBar using StyleHintSophie Kums2021-01-191-0/+60
* Fix the tips still show when cursor move to another actionQiang Li2021-01-152-1/+57
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-123-95/+0
* Introduce QUrlResourceProvider to load resources for HTMLAlexander Volkov2021-01-121-0/+26
* Android: exclude failing tests for tst_QPlainTextEdit on AndroidAssam Boudjelthia2021-01-111-0/+10
* tst_qlineedit: expect failure only on armv7Samuli Piippo2021-01-071-1/+1
* Remove the qmake project filesJoerg Bornemann2021-01-0749-419/+0
* Fix minor errors in testsDavid Skoland2021-01-051-7/+4
* Replace QtTest headers with QTestDavid Skoland2020-12-2247-81/+103
* QCheckBox: cleanup autotestChristian Ehrlicher2020-12-211-178/+116
* Tests: Fix building with qmake on WindowsFriedemann Kleint2020-12-171-1/+1
* Blacklist tst_QMdiArea::updateScrollBars on macosIvan Solovev2020-12-171-0/+3
* Restore previous QDateTime behavior in DST gapAndreas Buhr2020-12-152-6/+2
* tests: blacklist two functions in tst_QDateTimeEdit on openSUSELiang Qi2020-12-091-0/+4
* Fix tst_qlineedit for offscreen rendering and tiling window managersAndreas Buhr2020-12-081-3/+8
* Disable some OpenGL and QRhi tests for offscreen backendAndreas Buhr2020-12-011-1/+2
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-3/+3