summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qcommonstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTabBar/Windows: Fix close button icons being too small on high-res screensFriedemann Kleint2021-01-151-11/+26
* 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
* | QtWidgets: Fix deprecation warningsFriedemann Kleint2019-03-011-2/+2
* | Replace QWidget::margin() with QWidget::contentsMargins()Christian Ehrlicher2019-02-131-3/+7
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-63/+101
|\|
| * QToolButton: fix handling multi-line textsChristian Ehrlicher2019-02-071-2/+20
| * QCommonStyle: factor out elided text calculationChristian Ehrlicher2019-02-071-61/+81
* | QtGui: mark obsolete QPixmapCache::find() functions as deprecatedChristian Ehrlicher2019-02-021-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-261-13/+23
|\|
| * QAbstractItemView: fix rendering centered/right aligned item textChristian Ehrlicher2019-01-241-13/+23
* | Don't treat the ampersand in a titlebar as a mnemonicAndy Shaw2019-01-081-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-041-1/+2
|\|
| * Pass the alignment to QFontMetrics::elidedText()Andy Shaw2018-12-211-1/+2