summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qtabbar_p.h
Commit message (Expand)AuthorAgeFilesLines
* QTabBar/Widget: use pmf-style connectsChristian Ehrlicher2023-11-231-2/+2
* QTabBar: share verticalTabs(Shape) with QStyleSheetStyleMarc Mutz2023-07-051-0/+8
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QTabBar: Improve scrolling with high resolution mouse wheelsNoah Davis2022-01-201-0/+3
* Don't use QCursor::pos in QTabBar and fix hover handlingVolker Hilsheimer2021-11-051-0/+1
* Fix build without features.animationTasuku Suzuki2020-08-281-1/+1
* Refactor QTabBarPrivate::Tab and much of its usage in QTabBarVolker Hilsheimer2020-07-071-9/+20
* Improve data member ordering and initialization in some private classesVolker Hilsheimer2020-07-041-59/+50
* Keep track of mouse button state in QTabBarVolker Hilsheimer2020-07-021-5/+8
* Remove deprecated QStyleOption::init()Christian Ehrlicher2020-06-211-1/+1
* Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-211-1/+1
* Allow hiding tabs in QTabWidget / QTabBarJordi Pujol Foyo2019-12-201-2/+7
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-2/+2
* Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-6/+0
* More nullptr usage in headersKevin Funk2019-03-141-2/+2
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-171-4/+6
|\
| * Modernize the "animation" featureLiang Qi2018-10-121-4/+6
* | Make local symbols of some leaked namesThiago Macieira2018-08-031-15/+0
* | QTabBar: properly clean up move animationChristian Ehrlicher2018-04-041-1/+1
|/
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-8/+8
* Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-5/+2
|\
| * Convert features.tabbar to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-5/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-1/+1
|\|
| * Convert features.whatsthis to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-1/+1
* | QStyle: deprecate SH_Widget_Animate in favor of SH_Widget_Animation_DurationElvis Angelaccio2017-06-041-1/+1
* | Pluginize the platform stylesJake Petroules2017-04-141-1/+1
|/
* QMacStyle: update QTabBar styleOleg Yadrov2017-03-081-1/+3
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-2/+2
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-0/+3
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-101-0/+3
| |\
| | * QTabBar: Cache title text sizesGabriel de Dietrich2016-08-101-0/+3
* | | Add qtwidgetsglobal.h and qtwidgetsglobal_p.hLars Knoll2016-07-141-0/+1
* | | QTabBar: Add setAccessibleTabName() and accessibleTabName()Dongmei Wang2016-04-241-0/+3
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-1/+14
|\|
| * QTabBar: enable high dpi moving of a tabGiuseppe D'Angelo2016-03-251-1/+14
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtWidgets: mark some constructors explicitMarc Mutz2015-12-071-1/+1
* | Widgets: enable scroll buttons to be placed anywhere on a QTabBarRichard Moe Gustavsen2015-11-161-1/+1
|/
* QtWidgets: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-041-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Fix 1700 override warnings [-Winconsistent-missing-override]Sérgio Martins2015-02-031-1/+1
* Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-2/+2
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-6/+6
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add the QTabBar::changeCurrentOnDrag property.Ivan Komissarov2014-08-061-1/+8
* Added autoHide property to QTabBarIvan Komissarov2014-07-101-1/+3
* Mac: Implement unified toolbar look for QTabBarMorten Johan Sørvig2014-04-091-0/+1