summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qcommonstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPushButton: fix text truncating when icon+text+menu is drawnChristian Ehrlicher2020-02-061-1/+2
* QCommonStyle: make sure to pass the widget to pixelMetric()Christian Ehrlicher2019-12-281-6/+6
* QPushButton: fix icon + text layouting in RTL modeChristian Ehrlicher2019-12-091-11/+11
* 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
* | QTabWidget: properly horizontally align tab iconChristian Ehrlicher2018-12-241-2/+3
* | Styles: replace deprecated QPalette functionsChristian Ehrlicher2018-12-171-13/+13
* | QCommonStyle: fetch `flat` property from style optionAlberto Mardegan2018-12-111-2/+2
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-091-2/+2
|\|
| * QToolButton: Don't elide text if an icon is presentChristian Ehrlicher2018-12-081-2/+2
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-221-0/+2
|\|
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-191-0/+2
| |\
| | * Modernize the "settings" featureLiang Qi2018-11-151-0/+2
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-251-1/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-171-1/+3
| |\|
| | * Modernize the "animation" featureLiang Qi2018-10-121-1/+3
* | | Fix drawing of QGroupBox's title when check box is higher than textAlexander Volkov2018-10-091-11/+16
* | | QSideBar: take the icon size from a styleAlexander Volkov2018-10-091-1/+11
* | | remove internal use of SE_ViewItemCheckIndicatorRolf Eike Beer2018-09-031-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-8/+11
|\|
| * QCommonStylePrivate::viewItemSize: Fix text width bounds calculationAles Erjavec2018-08-021-8/+11
* | Add QStyle::SH_SpinBox_StepModifier style hintNathan Collins2018-07-121-0/+3
* | QCommonStyle: properly elide last visible lineChristian Ehrlicher2018-06-251-40/+39
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-021-10/+12
|\|
| * Convert features.toolbar to QT_[REQUIRE_]CONFIGStephan Binner2018-05-021-10/+12
* | QToolButton: Elide text when constraints prevent from showing whole textChristian Ehrlicher2018-04-261-1/+2
* | QCommonStyle: use proxy pixelMetric for SE_TabBarScrollLeft/RightButtonChristian Ehrlicher2018-03-301-4/+4
* | QAbstractSpinBox: honor QAbstractSpinBox::NoButtons in sizeHint()Christian Ehrlicher2018-03-301-2/+2
* | QCommonStyle: Add title bar and tool bar extension iconsFriedemann Kleint2018-03-171-5/+37
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-131-1/+1
|\|
| * Fix typosJarek Kobus2018-02-131-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-111-0/+3
|\|
| * Merge remote-tracking branch 'origin/dev' into 5.11Liang Qi2018-02-101-14/+13
| |\
| * | Introducing SH_SpinBox_ButtonsInsideFrameGabriel de Dietrich2018-02-051-0/+3