summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qtabbar.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Wrap arguments to \inlineimage in curly bracesAndreas Eliasson2024-01-091-2/+2
* QTabBar: properly calc tab positions when changing tab positionChristian Ehrlicher2023-12-071-6/+11
* QTabBar/Widget: use pmf-style connectsChristian Ehrlicher2023-11-231-6/+10
* QTabBar: properly calc tab positions when changing tab positionChristian Ehrlicher2023-11-231-7/+2
* QTabWidget/Bar: ignore hidden tabs for key eventsChristian Ehrlicher2023-11-091-1/+1
* QTabBar: don't make current tab visible while tab bar is invisibleVolker Hilsheimer2023-08-161-1/+4
* QTabBarPrivate::setupMovableTab() - fix initialization of tab positionAxel Spoerl2023-07-111-1/+1
* QTabBar: share verticalTabs(Shape) with QStyleSheetStyleMarc Mutz2023-07-051-8/+0
* QTabBar: recalculate scroll offset when showingVolker Hilsheimer2023-06-061-0/+2
* QTabBar: don't overshoot when scrolling rightVolker Hilsheimer2023-05-041-3/+3
* QTabBar: don't scroll when laying out the tabsVolker Hilsheimer2023-04-261-4/+17
* QTabBar: draw text within moving tabAxel Spoerl2023-04-201-9/+18
* Guard QTabBar against nested event processing during moving tabsTor Arne Vestbø2023-03-281-1/+2
* QTabBar: add note about hidding the close buttonAhmad Samir2022-10-141-2/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-6/+6
* Port from container.count()/length() to size()Marc Mutz2022-10-041-23/+23
* Fix typos in docs and commentsKai Köhne2022-06-151-2/+2
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-5/+5
* Don't crash when removing the last visible tabVolker Hilsheimer2022-06-131-4/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-021-1/+1
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-191-2/+4
* QTabBar: Improve scrolling with high resolution mouse wheelsNoah Davis2022-01-201-2/+14
* QTabBar: clamp maxScrollOffset before using it in qBoundGiuseppe D'Angelo2021-12-011-3/+3
* QTabBar: Support scrolling with a kinetic wheelVolker Hilsheimer2021-11-151-4/+42
* Don't use QCursor::pos in QTabBar and fix hover handlingVolker Hilsheimer2021-11-051-30/+26
* QTabBar: re-layout when tab size hint depends on selected stateVolker Hilsheimer2021-10-261-0/+7
* widgets: Fix typos in documentationJonas Kvinge2021-10-121-2/+2
* Fix QTabBar's SelectPreviousTab behaviorQiang Li2021-10-091-2/+3
* QTabBar: don't overwrite data, fix refactoring error for vertical tabsVolker Hilsheimer2021-08-181-1/+1
* macOS: close visible gap between tab bar base line and tabsVolker Hilsheimer2021-06-111-1/+1
* QTabBar: don't let tab shine through (semi-transparent) scroll buttonsVolker Hilsheimer2021-06-091-0/+14
* Fix scrolling of tab bar when the visible tab is wider than the visible spaceVolker Hilsheimer2021-06-091-4/+9
* control scrolling of QTabBar using StyleHintSophie Kums2021-01-191-9/+7
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* QTabBar: update index of last visible tab in insertTabStanislav Yelenskiy2020-10-211-3/+5
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-2/+2
* Change QWidget::enterEvent signature to take a QEnterEventVolker Hilsheimer2020-09-051-2/+2
* Refactor QTabBarPrivate::Tab and much of its usage in QTabBarVolker Hilsheimer2020-07-071-162/+167
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-3/+3
* Keep track of mouse button state in QTabBarVolker Hilsheimer2020-07-021-1/+6
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-1/+1
* QTabBar: make sure the tab is repainted after releasing mouseWang Chuan2020-07-021-2/+4
* Remove deprecated QStyleOption::init()Christian Ehrlicher2020-06-211-3/+3
* Port QtWidgets from QStringRef to QStringViewLars Knoll2020-06-101-3/+3
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-11/+11
* Fix QTabBar crash with offscreen platform pluginFilipe Azevedo2020-05-261-0/+2
* 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