summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qcommonstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-101-10/+5
* Don't use deprecated QPixmapCache::find overloadVolker Hilsheimer2020-03-041-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-02-241-21/+21
|\
| * Fix wrong DPI used by QStyle::pixelMetric()Friedemann Kleint2020-02-221-21/+21
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-081-1/+2
|\|
| * QPushButton: fix text truncating when icon+text+menu is drawnChristian Ehrlicher2020-02-061-1/+2
* | QPushButton: only trigger button when click occurs within the bevel rectVolker Hilsheimer2020-01-281-0/+6
* | Deprecate all methods that use QMatrixJarek Kobus2020-01-281-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-021-6/+6
|\|
| * QCommonStyle: make sure to pass the widget to pixelMetric()Christian Ehrlicher2019-12-281-6/+6
* | Fix QSpinbox default widthChristian Ehrlicher2019-12-181-1/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-11/+11
|\|
| * QPushButton: fix icon + text layouting in RTL modeChristian Ehrlicher2019-12-091-11/+11
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-15/+15
* | Honor alpha for SH_Table_GridLineColorChristian Ehrlicher2019-11-141-1/+1
|/
* QCommonStyle: Add SP_DialogNoButton case in standardIconKai Uwe Broulik2019-09-281-0/+1