summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Remove wrong comment in QStyle::pixelMetric() docChristian Ehrlicher2024-01-161-2/+1
* Move styles example to manual testTor Arne Vestbø2023-06-291-4/+1
* Doc: Fix typo in word mnemonicIvan Tkachenko2023-02-261-1/+1
* Revert "Let styles indicate that they support dark mode"Volker Hilsheimer2022-12-081-7/+0
* Let styles indicate that they support dark modeSanthosh Kumar2022-11-261-0/+7
* Sync and assert StandardPixmap enums in QPlatformTheme and QStyleAxel Spoerl2022-07-221-0/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QStyle: Fix cases when logicalValue is outside rangeRobert Löhning2022-03-101-2/+4
* QStyle: Fix overflows and crash when converting slider positionsRobert Löhning2022-03-091-7/+7
* Fix version in which SH_Table_AlwaysDrawLeftTopGridLines was addedVolker Hilsheimer2022-01-211-1/+1
* QStyle docs: Use since enum attributeKai Köhne2022-01-121-30/+16
* widgets: Fix typos in documentationJonas Kvinge2021-10-121-3/+3
* Add style hint for preventing spin box selection on up/downVolker Hilsheimer2021-10-081-0/+4
* Port to QImage and QPixmap deviceIndependentSize()Morten Sørvig2021-09-011-2/+3
* QStyle: allow styles to control the margin around icons in QLineEditWang Peng2021-08-171-0/+3
* QStyle: Add SP_TabCloseButtonVolker Hilsheimer2021-07-201-0/+2
* Add a style hint to draw the left/top border lines when header is hiddenAndy Shaw2021-06-161-0/+5
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-1/+1
* Add setting the ICON size attribute in lineedit to the style pluginTang Haixiang2021-03-121-0/+3
* Make QStyle::proxy() always return the leaf proxySergio Martins2021-01-201-2/+4
* control scrolling of QTabBar using StyleHintSophie Kums2021-01-191-0/+5
* QStyle: add name() to return the name of the styleChristian Ehrlicher2021-01-141-0/+24
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-2/+2
* Doc: Clean up widget snippets projectPaul Wicking2020-09-101-1/+1
* QStyle: remove deprecated SH_SpellCheckUnderlineStyleChristian Ehrlicher2020-09-051-3/+0
* Linux: Fix QLabel content truncated under high dpiChen Bin2020-08-281-1/+1
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-2/+0
* Remove dead code from src/widgetsVolker Hilsheimer2020-05-111-19/+0
* Clean up some more mixed enum/int mathGiuseppe D'Angelo2020-05-071-1/+1
* Remove deprecated QStyle enum valuesVolker Hilsheimer2020-04-161-24/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-181-1/+1
|\
| * Add 'since' tag to documentation of new enum valueVolker Hilsheimer2020-03-171-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-1/+1
|\|
| * QStyle: deprecate enum values that are marked for removal in Qt 6Volker Hilsheimer2020-02-251-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-0/+2
|\|
| * QPushButton: only trigger button when click occurs within the bevel rectVolker Hilsheimer2020-01-281-0/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-3/+3
|\|
| * Doc/QtWidgets: replace some 0 with \nullptrChristian Ehrlicher2020-01-261-3/+3
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-1/+1
|\|
| * Honor alpha for SH_Table_GridLineColorChristian Ehrlicher2019-11-141-1/+1
* | Remove deprecated PE_IndicatorViewItemCheck and PE_FrameStatusBarVolker Hilsheimer2019-10-091-1/+0
|/
* QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-2/+2
* Fix qdoc warnings for Qt 5.14Friedemann Kleint2019-05-211-0/+14
* QMenu/QComboBox: Extract helper for determining the pop up geometryFriedemann Kleint2019-04-081-0/+8
* Improve documentation for opaque resize in QSplitterJan Arve Sæther2019-03-181-2/+2
* Doc: Fix typo in QStyleKai Koehne2018-12-221-1/+1
* Add QStyle::SH_SpinBox_StepModifier style hintNathan Collins2018-07-121-0/+7
* Introducing SH_SpinBox_ButtonsInsideFrameGabriel de Dietrich2018-02-051-0/+4
* doc: Remove several uses of '/' as continuation characterMartin Smith2018-01-121-8/+4
* Add an option to scroll the QComboBox on macOS with the mouse wheelAndy Shaw2018-01-051-0/+5