summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* QFontComboBox don't response qApp fontDatabaseChanged()Zhang Hao2021-11-161-5/+8
* Take overshoot into account when laying out QAbstractScrollAreaVolker Hilsheimer2021-10-171-0/+39
* Reduce the width of a hfw-widget if scrollbar would be flippingVolker Hilsheimer2021-10-111-0/+58
* Fix placement of placeholder text in QLineEdits with action iconsVolker Hilsheimer2021-07-081-0/+66
* Fix scrolling of tab bar when the visible tab is wider than the visible spaceVolker Hilsheimer2021-06-101-0/+69
* tst_QDateTimeEdit::editingRanged(): use QScopedPointerEdward Welbourne2021-06-071-16/+12
* QComboBox: propagate style change on widget to internal containerVolker Hilsheimer2021-05-311-0/+46
* QMdiArea: Fix top level window title when using DontMaximizeSubWindowOnActiva...Friedemann Kleint2021-05-131-1/+42
* Revert "QPushButton: fix support of style sheet rule for text alignment"Volker Hilsheimer2021-03-121-0/+18
* QMenu test: turn tooltip animations offVolker Hilsheimer2021-03-051-0/+2
* Test QDateTime behavior in DST gapAndreas Buhr2021-02-021-10/+10
* QTabBar: update index of last visible tab in insertTabStanislav Yelenskiy2021-02-021-0/+26
* QTabBar test: refactor: extract checkPositions helper functionStanislav Yelenskiy2021-01-261-23/+31
* Blacklist failing tests for WinRTFriedemann Kleint2021-01-217-0/+30
* Blacklist tst_QMdiArea::updateScrollBars on macosIvan Solovev2020-12-181-0/+3
* QCombobox: propagate the palette to the embedded line editWang Chuan2020-11-021-0/+27
* Deprecate old aliases for two countries and several languagesEdward Welbourne2020-10-282-8/+8
* Show the year correctly after it has been editedAndy Shaw2020-10-261-0/+4
* fix QComboBox currentText return placeholderTextWang ChunLin2020-09-251-1/+1
* QStyleSheetStyle: Fix push button hit testing with paddingVolker Hilsheimer2020-09-151-2/+8
* Discard extra mouse move event generated by touchpadAndre de la Rocha2020-08-181-0/+1
* QTabBar: make sure the tab is repainted after releasing mouseWang Chuan2020-07-021-0/+38
* Fix breakage of QPushButton on macOS when a style sheet was setVolker Hilsheimer2020-06-111-0/+41
* tst_QDialogButtonBox: Port away from QAbstractButton::animateClick()Friedemann Kleint2020-05-211-40/+38
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-201-0/+14
* Add QButtonGroup::idClicked/Pressed/Released/Toggled signalsVolker Hilsheimer2020-04-151-4/+4
* 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
|/ /
* | QMenu: hide when a QWidgetAction fires the trigged signalVolker Hilsheimer2020-03-031-0/+79
* | Fix QDateTimeEdit's handling of invalid time in dst gapVolker Hilsheimer2020-02-271-0/+231
* | QComboBox: deprecate currentIndexChanged(const QString&)Vitaly Fanaskov2020-02-111-12/+8
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-081-0/+43
|\|
| * QComboBox: send font change event to popup menu when font changedWang Chuan2020-02-071-0/+43
* | QPushButton: only trigger button when click occurs within the bevel rectVolker Hilsheimer2020-01-282-16/+49
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-284-17/+10
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-284-17/+10
| |\|
| | * Flatten version-specific blacklisting on macOS to all macOS versionsTor Arne Vestbø2020-01-224-17/+10
* | | QComboBox: unify behavior of setModel() and modelResetChristian Ehrlicher2020-01-281-7/+4
|/ /
* | QMenu: don't crash when another popup is closed when a popup is closedChristian Ehrlicher2020-01-251-0/+56
* | QTabBar: fix QStyleOptionTab::positionChristian Ehrlicher2020-01-221-10/+26
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-152-0/+6
|\|
| * Blacklist tests on macOS that rely on moving the cursorTor Arne Vestbø2020-01-141-0/+2
| * Skip tst_QMenu::pushButtonPopulateOnAboutToShow on macOSTor Arne Vestbø2020-01-141-0/+4
* | Make setReadOnly track ReadOnlyChange events onlyMorten Johan Sørvig2020-01-091-7/+8
* | Allow hiding tabs in QTabWidget / QTabBarJordi Pujol Foyo2019-12-202-0/+96