summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qstylesheetstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* QStyleSheetStyle: replace c arrays with std::arrayChristian Ehrlicher2025-06-141-90/+39
* QStyleSheetStyle: use range-based for loopsChristian Ehrlicher2025-06-131-12/+11
* QStyleSheetStyle: avoid creating QStringChristian Ehrlicher2025-06-031-6/+6
* StyleSheetStyle: Don't paint CE_ComboBoxLabel when no stylesheet is setChristian Ehrlicher2025-06-021-0/+2
* QStyleSheetstyle: misc cleanup of QStyleSheetBorderImageDataChristian Ehrlicher2025-05-281-14/+7
* Widgets: compile without features tabwidget/tabbar/toolbuttonChristian Ehrlicher2025-05-011-2/+8
* QStyleSheetStyle: fix CT_MenuItem with custom fontChristian Ehrlicher2025-03-041-5/+5
* Widgets: add enum values to QStyleOptionViewItem::ViewItemFeatureChristian Ehrlicher2025-01-201-1/+1
* QStyleSheetStyle: Honor box settings for QSpinBoxChristian Ehrlicher2024-12-281-3/+3
* QStyleSheetStyle: Fix resetting fonts for subwidgetsChristian Ehrlicher2024-12-171-3/+3
* QStyleSheetStyle: Use qss attributes for CE_ComboBoxLabelChristian Ehrlicher2024-12-081-2/+0
* QStyleSheetStyle: avoid double lookups to QRenderRule::styleHintsChristian Ehrlicher2024-11-301-13/+15
* QStyleSheetStyle: avoid unnecessary conversions to QStringChristian Ehrlicher2024-11-191-12/+11
* StyleSheet/QTreeView: draw empty area and background of semi-transparent itemsVolker Hilsheimer2024-11-061-5/+10
* QStyleSheetStyle: Don't calc size for CT_SpinBox when not handledChristian Ehrlicher2024-11-011-0/+2
* QStyleSheetStyle: fix drawing CE_MenuItem with iconsChristian Ehrlicher2024-10-311-2/+1
* QStyleSheetStyle: Fix styling CE_ItemViewItemChristian Ehrlicher2024-10-051-0/+20
* Widget/StylesheetStyle: don't draw checkmarks for combobox dropdownChristian Ehrlicher2024-08-301-4/+15
* Widgets/Styles: add helper function to get devicePixelRatioChristian Ehrlicher2024-08-101-6/+6
* Skip rendering border for the decoration area of the tree viewSanthosh Kumar2024-06-211-1/+17
* QStyleSheetStyle: Don't try to load a pixmap with an empty filenameChristian Ehrlicher2024-04-181-0/+3
* Revert "QStyleSheetStyle: Propagate CE_ItemViewItem drawing to baseStyle"Axel Spoerl2024-04-131-2/+2
* QStyleSheetStyle: Propagate CE_ItemViewItem drawing to baseStyleWladimir Leuschner2024-04-101-2/+2
* Don't show mnemonics in dockwidget titlesChristian Ehrlicher2024-03-091-1/+1
* QStyleSheetStyle: don't draw check indicator twiceChristian Ehrlicher2024-03-091-3/+5
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* QStyleSheetStyle: pass dpr to QIcon::pixmap()Christian Ehrlicher2023-12-151-13/+19
* QStyleSheetStyle: misc cleanupChristian Ehrlicher2023-12-141-27/+21
* Draw ItemViewItem icon after the background in QStyleSheetStyleMatthias Rauter2023-11-101-7/+4
* QStyleSheetStyle: use pmf-style connectChristian Ehrlicher2023-10-211-11/+14
* ItemViews/css: Honor size for sort indicator only when there is oneChristian Ehrlicher2023-09-251-7/+23
* Rename accent color in QPaletteSanthosh Kumar2023-08-181-8/+8
* QTabBar: share verticalTabs(Shape) with QStyleSheetStyleMarc Mutz2023-07-051-11/+1
* QStyleSheetStyle: Default to foreground for unset brushes onlyAxel Spoerl2023-06-091-5/+15
* Don't double draw ItemViewItems' icons in QStyleSheetStyle::drawControlAxel Spoerl2023-06-081-0/+5
* Implement color role AccentColor in QStyleSheetStyle and QCssParserAxel Spoerl2023-05-221-8/+27
* QStyleSheetStyle: avoid #define ceil()Marc Mutz2023-05-111-4/+1
* QStyleSheetStyle: fix unity-build with chunk-size 13Marc Mutz2023-05-101-0/+2
* Use QCss:: namespace when accessing Value on IntegrityAmir Masoud Abdol2023-04-231-2/+2
* QStyleSheet: rotate QSizeGrip image around centerVolker Hilsheimer2023-04-181-6/+5
* Widgets/Styles: pass correct style option struct to subelementsChristian Ehrlicher2023-04-041-1/+6
* Replace ushort*/uint* with char16_t*/char32_t* in private API [1]Ahmad Samir2023-03-151-2/+2
* QStyleSheet: never treat styled scrollbars as transientVolker Hilsheimer2023-02-271-2/+2
* Fix build with -no-feature-texteditTasuku Suzuki2023-02-101-1/+2
* StyleSheet: use item background rule when filling row backroundVolker Hilsheimer2022-10-251-4/+12
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-15/+15
* Style sheets: add placeholder text color property for edit widgetsEirik Aavitsland2022-09-291-5/+8
* StyleSheetStyle: Fix color of placeholder texts in text editsEirik Aavitsland2022-09-271-1/+5
* QtWidgets: Fix mismatches between string types and literalsMate Barany2022-09-231-1/+1