summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles
Commit message (Expand)AuthorAgeFilesLines
* windows: make native styles support QT_SCALE_FACTORMorten Sørvig2022-05-191-1/+4
* Stylesheet: Another positioning fix for the menu indicatorVolker Hilsheimer2022-05-181-5/+4
* Stylesheet: fix toolbutton menu indicator renderingVolker Hilsheimer2022-05-161-12/+17
* Use SPDX license identifiersLucie Gérard2022-05-1636-1372/+76
* Stylesheet: Don't ignore item check indicator stylingVolker Hilsheimer2022-05-062-5/+31
* QtWidgets: replace remaining uses of QL1String with QL1StringViewSona Kurazyan2022-05-023-8/+10
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-026-444/+443
* QtWidgets: includemocs v2022Marc Mutz2022-04-291-0/+2
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-266-16/+16
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-191-2/+4
* QProxyStyle: reimplement event() handlingGiuseppe D'Angelo2022-04-091-7/+2
* QProxyStyle: do not pass DeferredDelete to baseStyleTimur Pocheptsov2022-04-071-0/+4
* Doc: Add \relates command for documented global functions/macrosTopi Reinio2022-03-251-0/+2
* Improve style drawing under DPR scalingEirik Aavitsland2022-03-251-2/+30
* QTabBar: let styles draw tab text with foreground roleVolker Hilsheimer2022-03-212-2/+4
* Fix deprecated use of QBA/Q*String::countMårten Nordheim2022-03-151-1/+1
* QStyle: Fix cases when logicalValue is outside rangeRobert Löhning2022-03-101-2/+4
* QStyle: Fix overflows and crash when converting slider positionsRobert Löhning2022-03-091-7/+7
* Eliminate double arrow in QToolButtonAxel Spoerl2022-02-161-4/+12
* Stylesheet: Fix tab layout when tab has a font and iconsVolker Hilsheimer2022-02-021-6/+18
* Fix version in which SH_Table_AlwaysDrawLeftTopGridLines was addedVolker Hilsheimer2022-01-211-1/+1
* Remove unused .qrc filesJoerg Bornemann2022-01-171-179/+0
* QFusionStyle: don't draw an invalid outline for up/down buttonsTimur Pocheptsov2022-01-171-20/+24
* QCSS: Support Qt 5-style integer property selectorsVolker Hilsheimer2022-01-151-20/+34
* QStyle docs: Use since enum attributeKai Köhne2022-01-121-30/+16
* Never handle scrollbars styled with box or border changes as transientVolker Hilsheimer2021-11-291-0/+10
* Fix and complete style sheet support for QToolButtonVolker Hilsheimer2021-11-261-39/+51
* Initialize QStyleOptionProgressBar with QStyle::State_HorizontalZhang Hao2021-11-081-0/+1
* Fusion: Consistent width calculation and rendering of menu itemsVolker Hilsheimer2021-10-271-39/+45
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-152-7/+7
* widgets: Fix typos in documentationJonas Kvinge2021-10-123-8/+9
* Add style hint for preventing spin box selection on up/downVolker Hilsheimer2021-10-083-0/+8
* Doc: fix qdoc warning, add \inmodule for qdrawutil headerVolker Hilsheimer2021-09-051-0/+1
* Port to QImage and QPixmap deviceIndependentSize()Morten Sørvig2021-09-013-9/+5
* Modify the internal rectangle drawing of CE_RubberBandTang Haixiang2021-08-231-4/+7
* QStyle: allow styles to control the margin around icons in QLineEditWang Peng2021-08-173-1/+7
* StyleSheet: Use rule for ComboBox in embedded QLineEditVolker Hilsheimer2021-08-121-6/+5
* Implement missing support for 'em' and 'ex' lengths in style sheetVolker Hilsheimer2021-08-101-22/+50
* Fusion style: TabBar: Use common style to draw a close buttonNodir Temirkhodjaev2021-07-201-11/+0
* QStyle: Add SP_TabCloseButtonVolker Hilsheimer2021-07-203-25/+20
* Respect style sheet rules for checked and selected menu itemsVolker Hilsheimer2021-07-141-1/+1
* Support styled menu icons in otherwise unstyled menu itemsVolker Hilsheimer2021-07-142-30/+48
* Use base style when drawing item view item with only indicator styledVolker Hilsheimer2021-07-141-5/+9
* QDuplicateTracker: accept the number of elements to reserve as a ctor argumentMarc Mutz2021-07-141-2/+1
* Add high-resolution pixmaps for macOS dock widget title iconsVolker Hilsheimer2021-07-0521-8/+8
* Put SVG versions of several built-in icons under version controlVolker Hilsheimer2021-06-2424-0/+416
* Fix recursion crash when calling setStyleSheet with `qproperty-styleSheet`Zhang Yu2021-06-181-0/+3
* Add a style hint to draw the left/top border lines when header is hiddenAndy Shaw2021-06-162-0/+6
* Make dockwidget title bar buttons show againVolker Hilsheimer2021-06-141-4/+6
* Correctly support style sheet for toolbutton menus and arrowsVolker Hilsheimer2021-06-111-25/+96