summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qtabbar/tst_qtabbar.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't crash when removing the last visible tabVolker Hilsheimer2022-06-161-0/+34
* Release mouse buttons after double clickVolker Hilsheimer2021-11-031-0/+2
* Fix test to not rely on event processingVolker Hilsheimer2021-10-271-6/+8
* QTabBar: re-layout when tab size hint depends on selected stateVolker Hilsheimer2021-10-251-2/+30
* Fix QTabBar's SelectPreviousTab behaviorQiang Li2021-10-171-0/+2
* Fix scrolling of tab bar when the visible tab is wider than the visible spaceVolker Hilsheimer2021-06-091-0/+70
* control scrolling of QTabBar using StyleHintSophie Kums2021-01-191-0/+60
* Replace QtTest headers with QTestDavid Skoland2020-12-221-8/+8
* QTabBar: update index of last visible tab in insertTabStanislav Yelenskiy2020-10-211-0/+26
* QTabBar test: refactor: extract checkPositions helper functionStanislav Yelenskiy2020-10-211-22/+31
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Fix compiler warnings about missing overridesLars Knoll2020-09-131-1/+1
* Use qsizetype in QListLars Knoll2020-07-061-2/+2
* 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-251-2/+1
* QTabBar: fix QStyleOptionTab::positionChristian Ehrlicher2020-01-221-10/+26
* Allow hiding tabs in QTabWidget / QTabBarJordi Pujol Foyo2019-12-201-0/+71
* Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-261-5/+5
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-16/+10
|\
| * tst_qtabbar sizeHints fixMilla Pohjanheimo2016-03-161-16/+10
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | tests/auto/widgets: Remove some placeholder formatting.Friedemann Kleint2015-10-191-1/+1
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Added autoHide property to QTabBarIvan Komissarov2014-07-101-0/+28
* Restore Qt 4 behavior in default double click handlerLaszlo Agocs2014-04-171-2/+4
* Fix QTabBar autotest for high DPI displaysFabian Bumberger2014-04-031-4/+9
* Add useful signals to QTabBar and QTabWidgetIvan Komissarov2013-08-131-0/+42
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Widgets: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-1/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* test: Mark tst_QTabBar::sizeHints() failure as XFAILSergio Ahumada2012-09-171-1/+3
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-08-011-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove SkipMode parameter from QSKIP calls.Jason McDonald2011-10-211-1/+1
* Moved tests into integrationtests/ and widgets/Jo Asplin2011-10-201-0/+655