summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qcommonstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Widget style: Use per-screen DPI in QStyleHelper::dpiScaled()Friedemann Kleint2019-08-231-57/+58
* QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-10/+10
* Fix build without features.itemviewsTasuku Suzuki2019-05-121-4/+1
* QAbstractSpinBox: fix some ui glitchesChristian Ehrlicher2019-05-101-1/+2
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-091-4/+21
|\
| * QAbstractItemView: make v-aligned items texts more user-friendlyChristian Ehrlicher2019-03-081-4/+21