summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qcommonstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTabBar: draw text within moving tabAxel Spoerl2023-04-201-1/+4
* CommonStyle/QSpinBox: fix rendering up/down symbols in high-dpi modeChristian Ehrlicher2023-04-151-16/+15
* Widgets/Styles: pass correct style option struct to subelementsChristian Ehrlicher2023-04-041-1/+7
* CommonStyle/QSpinBox: fix rendering up/down symbols in high-dpi modeChristian Ehrlicher2023-03-311-9/+44
* Add a platform theme option to affect SH_UnderlineShortcutMikolaj Boc2023-02-071-2/+5
* QToolButton: Elide text when constraints prevent from showing whole textChristian Ehrlicher2023-01-301-1/+2
* QCommonStyle code cleanupAxel Spoerl2023-01-171-84/+102
* Fix build with -no-feature-imageformat_pngTasuku Suzuki2023-01-171-1/+1
* QListView: Prevent infinite loop when wrapping text of item with null-iconVolker Hilsheimer2023-01-041-5/+14
* Revert "Let styles indicate that they support dark mode"Volker Hilsheimer2022-12-081-1/+0
* Let styles indicate that they support dark modeSanthosh Kumar2022-11-261-0/+1
* Widgets: Fix high dpi hover iconChristian Stenger2022-11-161-1/+1
* QTreeView: fix drawing of background for alternate rowsVolker Hilsheimer2022-10-241-1/+1
* Add QPlatformTheme::MenuBarFocusOnAltPressReleaseVolker Hilsheimer2022-10-231-1/+4
* Add all known StyleHint values to QCommonStyle::styleHint's switchMikolaj Boc2022-09-141-2/+42
* QCommonStyle: use logging categoriesTimur Pocheptsov2022-08-091-4/+8
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Stylesheet: Don't ignore item check indicator stylingVolker Hilsheimer2022-05-061-1/+3
* QtWidgets: replace remaining uses of QL1String with QL1StringViewSona Kurazyan2022-05-021-3/+5
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-021-252/+246
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-261-2/+2
* QTabBar: let styles draw tab text with foreground roleVolker Hilsheimer2022-03-211-1/+2
* Add style hint for preventing spin box selection on up/downVolker Hilsheimer2021-10-081-0/+3
* QStyle: allow styles to control the margin around icons in QLineEditWang Peng2021-08-171-0/+3
* QStyle: Add SP_TabCloseButtonVolker Hilsheimer2021-07-201-25/+17
* Add high-resolution pixmaps for macOS dock widget title iconsVolker Hilsheimer2021-07-051-8/+8
* Make dockwidget title bar buttons show againVolker Hilsheimer2021-06-141-4/+6
* Add setting the ICON size attribute in lineedit to the style pluginTang Haixiang2021-03-121-0/+3
* Unbreak binary compatibility in QStyleOptionHeaderVolker Hilsheimer2021-02-191-5/+5
* QDial: fix painting QDial when the rect has an offsetChristian Ehrlicher2021-01-291-2/+2
* QPushButton: fix drawing pushbutton with a menuChristian Ehrlicher2021-01-201-8/+9
* control scrolling of QTabBar using StyleHintSophie Kums2021-01-191-0/+3
* QTabBar/Windows: Fix close button icons being too small on high-res screensFriedemann Kleint2021-01-151-11/+26
* QHeaderView: respect the font role while calculating the elided textChristian Ehrlicher2020-12-081-1/+8
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-7/+7
* Adjust the format of code blocks in function pixelMetric()Xu Shitong2020-11-161-13/+16
* Remove Qt4Compatible paintingAllan Sandfeld Jensen2020-11-121-9/+0
* Fix conversion warnings when setting alpha to QColorFriedemann Kleint2020-09-151-1/+1
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-1/+1
* QStyle: remove deprecated SH_SpellCheckUnderlineStyleChristian Ehrlicher2020-09-051-3/+0
* Remove QStyleOptionProgressBar::orientation memberVolker Hilsheimer2020-08-291-4/+4
* Port QtBase to the new QIcon::pixmap() APIMorten Johan Sørvig2020-08-291-29/+29
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-1/+1
* Don't crop the icon when it is aligned to the leftAndy Shaw2020-08-191-3/+3
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-3/+3
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-1/+1
* Add an option to set the alignment of the text in QComboBoxAndy Shaw2020-05-151-1/+1
* QtWidgets: fix a few more int/char -> QChar conversionsMarc Mutz2020-04-301-1/+1
* Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-211-1/+1
* Remove deprecated QStyle enum valuesVolker Hilsheimer2020-04-161-11/+1