summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qtabbar.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge QStyleOptionTabV4 into QStyleOptionTabGiuseppe D'Angelo2020-05-081-9/+8
* Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-211-5/+7
* QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-101-3/+2
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-081-2/+2
|\
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-2/+2
* | Move code from QTabBar::event to mouseDoubleClickEvent overrideVolker Hilsheimer2020-04-081-19/+43
|/
* QTabBar: fix QStyleOptionTab::positionChristian Ehrlicher2020-01-221-1/+1
* Stylesheet: Handle tabs with elide mode set correctlyAndy Shaw2020-01-061-7/+9
* Allow hiding tabs in QTabWidget / QTabBarJordi Pujol Foyo2019-12-201-20/+152
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-21/+21
* Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
* Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-22/+2
* Remove usages of deprecated QApplication::keypadNavigationEnabledSona Kurazyan2019-07-231-1/+2
* Finish deprecating obsolete members of QWheelEventShawn Rutledge2019-07-121-1/+3
* QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-1/+1
* Fix some QPainter-related deprecation warningsFriedemann Kleint2019-02-081-1/+0
* QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-281-4/+4
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-171-3/+3
|\
| * Modernize the "animation" featureLiang Qi2018-10-121-3/+3
* | Make local symbols of some leaked namesThiago Macieira2018-08-031-2/+18
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-1/+1
|\|
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-061-1/+5
|\|
| * QTabBar: Repaint when releasing mouse on selected tabGabriel de Dietrich2018-04-051-1/+5
* | QTabBar: properly clean up move animationChristian Ehrlicher2018-04-041-1/+1
|/
* Add more Q_FALLTHROUGH()Friedemann Kleint2018-01-121-2/+2
* Convert features.tabbar to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-4/+0
* Convert features.tabwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-1/+3
* Convert features.itemviews to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-0/+2
* Convert features.whatsthis to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-4/+6
* QTabBar: fix expanded tabs appearanceOleg Yadrov2017-06-281-9/+9
* Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-2/+2
* Fix current tab text color on Mac when a proxy style is installedGabriel de Dietrich2017-06-281-4/+0
* Doc: Update widget style gallery topicLeena Miettinen2017-06-091-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-061-3/+2
|\
| * QtWidgets: Fix white text color on tabs on macOS for non-macOS stylesBłażej Szczygieł2017-03-301-3/+2
* | QMacStyle: update QTabBar styleOleg Yadrov2017-03-081-7/+37
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-081-1/+1
|\|
| * Doc: Normalize \since usageTopi Reinio2017-01-311-1/+1
* | QTabBar: fix vertical tabs appearanceOleg Yadrov2017-02-021-3/+13
* | Fix deprecated API usageJake Petroules2017-01-241-2/+1
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-1/+6
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-1/+6
| |\
| | * macOS: Don't override the set tab text color with whiteAndy Shaw2016-10-191-1/+6
* | | Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-4/+4
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-2/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-2/+1
| |\|
| | * Fixed glitch when dragging a movable QTabBar tabThorbjørn Lindeijer2016-09-121-2/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-33/+56
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+1
| |\|