summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qcommonstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* QCommonStyle: Fix painting arrows when size is evenChristian Ehrlicher2024-05-031-26/+32
* Revert "QCommonStyle: paint arrows with anti-aliasing"Axel Spoerl2024-04-261-4/+5
* QCommonStyle: don't use a QImage when drawing arrowsChristian Ehrlicher2024-04-221-11/+8
* QStyleHelper: pass devicePixelRatio to uniqueName()Christian Ehrlicher2024-04-221-1/+1
* QCommonStyle: paint arrows with anti-aliasingChristian Ehrlicher2024-04-221-5/+6
* QStyle: deprecate PM_DialogButtons* enumsChristian Ehrlicher2024-04-171-9/+0
* StyleSheet: respect a font weight set for header sectionsVolker Hilsheimer2024-04-111-3/+6
* Widgets: Improve usage of string view typesAnton Kudryavtsev2024-04-081-9/+10
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* QFusionStyle: Pass handling of FrameGroupBox to base styleChristian Ehrlicher2024-02-131-1/+1
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* Widgets: pass widget to QStyle::pixelMetric()Christian Ehrlicher2024-01-161-22/+22
* QCommonStyle: use themeHint(IconPixmapSizes) in iconFromWindowsTheme()Christian Ehrlicher2024-01-091-4/+6
* Don't show mnemonics in dockwidget titlesSune Vuorela2024-01-071-1/+1
* QWindowsTheme: honor dpr when requesting standard iconsChristian Ehrlicher2023-12-221-4/+9
* QCommonStyle: make sure QPainter::save/restore() is called balancedChristian Ehrlicher2023-12-161-54/+52
* QCommonStyle: fix focus rect drawing, don't fill the backgroundDavid Faure2023-12-041-2/+1
* QCommonStyle: draw focus rect using qDrawPlainRectDavid Faure2023-11-291-7/+7
* QCommonStyle: Adjust painting arrows in high-dpi modeChristian Ehrlicher2023-11-261-14/+14
* QStyledItemDelegate/TreeView: fix showing lineedit editorChristian Ehrlicher2023-11-211-6/+2
* QPushButton: fix QPushButton with icon in rtl modeChristian Ehrlicher2023-11-201-5/+8
* QStyle: cleanup iconFromApplicationTheme()Christian Ehrlicher2023-11-041-22/+4
* QCommonStyle: add missing standard iconsChristian Ehrlicher2023-10-291-0/+13
* QCommonStyle: add 128px icons for standardbutton-closetabChristian Ehrlicher2023-10-291-3/+3
* QCommonStyle: add 128px icons for toolbar-extChristian Ehrlicher2023-10-291-2/+2
* QCommonStyle: add 128px icon for cleartextChristian Ehrlicher2023-10-291-1/+1
* QCommonStyle: add 128px versions of media iconsChristian Ehrlicher2023-10-291-8/+7
* QCommonStyle: add missing png icons derived from svg onesChristian Ehrlicher2023-10-291-0/+18
* QCommonStyle: cleanup standardIcon()/standardPixmap() [2/2]Christian Ehrlicher2023-10-291-455/+217
* QCommonStyle: cleanup standardIcon()/standardPixmap() [1/2]Christian Ehrlicher2023-10-261-257/+257
* QCommonStyle: use addIconFiles() to avoid copy'n'pasteChristian Ehrlicher2023-10-251-158/+66
* QCommonStyle: simplify removeAnimationChristian Ehrlicher2023-10-211-10/+7
* QCommonStyle: use pmf-style connectChristian Ehrlicher2023-10-211-8/+4
* QCommonStyle: misc cleanupChristian Ehrlicher2023-10-181-30/+19
* qcommonstyle: use rvalue overloads moreAnton Kudryavtsev2023-09-191-5/+4
* QStyle: don't use the QPixmapCache when a style sheet is setVolker Hilsheimer2023-07-111-5/+4
* 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