summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Test end-date, not just its string representation, in QDTE testEdward Welbourne2020-10-061-170/+264
* QFlags: remove deprecated constructorEdward Welbourne2020-10-031-4/+4
* Re-enable a QDateTimeEdit right-to-left test of its sectionText()Edward Welbourne2020-09-301-8/+11
* Fix compiler warnings from QKeyCombinationLars Knoll2020-09-287-17/+18
* fix QComboBox currentText return placeholderTextWang ChunLin2020-09-251-1/+1
* Fix redundant emission of editingFinished from QLineEdit with Return keyChristian Heimlich2020-09-231-0/+68
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-2350-60/+60
* CMake: Regenerate projectsAlexandru Croitor2020-09-224-2/+40
* Fix warning from shadowing virtual functionVolker Hilsheimer2020-09-171-20/+11
* QStyleSheetStyle: Fix push button hit testing with paddingVolker Hilsheimer2020-09-151-2/+8
* Fix compiler warnings about missing overridesLars Knoll2020-09-1314-75/+81
* Remove most compiler warnings about missing overridesLars Knoll2020-09-1111-35/+35
* tst_qmenubar: stop doing math on an enumGiuseppe D'Angelo2020-09-071-1/+1
* Extend test blacklisting from Ubuntu 18.04 to 20.04Tor Arne Vestbø2020-09-032-0/+2
* Use build-system to declare tests that are low-DPITor Arne Vestbø2020-08-286-8/+4
* macOS: rename 'macintosh' style to 'macos'Richard Moe Gustavsen2020-08-262-2/+2
* tst_qplainttextedit: Do not use paste() method with no clipboardCristian Adam2020-08-191-0/+4
* Fix warnings about unused variables and functions in testsTor Arne Vestbø2020-07-261-0/+2
* qnsview: don't active QWindows inside NSWindows that are not keyRichard Moe Gustavsen2020-07-221-0/+10
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-0948-58/+58
* Use qsizetype in QListLars Knoll2020-07-063-15/+15
* QTabBar: make sure the tab is repainted after releasing mouseWang Chuan2020-07-021-0/+38
* Use QList instead of QVector in widgets testsJarek Kobus2020-06-254-6/+5
* Remove deprecated QStyleOption::init()Christian Ehrlicher2020-06-211-1/+1
* Fix breakage of QPushButton on macOS when a style sheet was setVolker Hilsheimer2020-06-111-0/+41
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-083-5/+2
* Remove winrtOliver Wolff2020-06-0630-222/+10
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-111-0/+14
* QComboBox: Remove deprecated auto-completion propertiesVolker Hilsheimer2020-05-061-18/+0
* tst_QDialogButtonBox: Port away from QAbstractButton::animateClick()Friedemann Kleint2020-04-291-40/+38
* Remove deprecated QComboBox::SizeAdjustPolicy enum valueVolker Hilsheimer2020-04-271-12/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-1/+25
|\
| * Add QButtonGroup::idClicked/Pressed/Released/Toggled signalsVolker Hilsheimer2020-04-151-4/+4
* | Remove deprecated members from QtWidgets/widgets classesVolker Hilsheimer2020-04-172-19/+5
* | QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-104-16/+20
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-086-11/+194
|\|
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-032-2/+2
| * Fix deprecation of QComboBox:::currentIndexChanged(const QString&)Lars Knoll2020-03-251-8/+12
| * Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Mitch Curtis2020-03-231-1/+1
| |\
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Mitch Curtis2020-03-201-1/+1
| | |\
| | | * tst_QMenu: make QSKIP message truthfulTimur Pocheptsov2020-03-181-1/+1
| * | | QDateTimeEdit: with keyboardTracking off, allow values outside the rangeVolker Hilsheimer2020-03-201-0/+116
| * | | Fix keypad navigation within a button group for push buttonsVolker Hilsheimer2020-03-201-0/+68
| |/ /
* | | Fix irrelevant error case in QSplitter testEskil Abrahamsen Blomfeldt2020-04-021-1/+1
* | | Remove all QRegExp dependencies from widgetsLars Knoll2020-04-012-89/+0
* | | Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-291-1/+1
* | | Expect failure in QLabel test for certain conditionEskil Abrahamsen Blomfeldt2020-03-241-1/+11
* | | cmake: Remove APPLE prefix from platform namesTor Arne Vestbø2020-03-165-6/+6
* | | cmake: Fix naming when referring to Apple macOSTor Arne Vestbø2020-03-165-6/+6
* | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-041-0/+79
|\| |