summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles
Commit message (Expand)AuthorAgeFilesLines
* Fix read-only pseudo-state in QTextEdit/Browser stylesheetEirik Aavitsland2021-01-131-0/+13
* Set the PlaceholderText color in the palette from the stylesheet as wellAndy Shaw2021-01-121-0/+1
* QStylesheetStyle: fix push button label alignmentChristian Ehrlicher2020-12-241-1/+1
* QStyleAnimation: make sure the last frame of animation is renderedWang Chuan2020-12-071-2/+2
* QPushButton: fix support of style sheet rule for text alignmentXiang Xiaojun2020-12-041-2/+4
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-041-1/+1
* Adjust code format, add space after 'if'Zhang Sheng2020-11-165-20/+20
* Adjust the format of code blocks in function pixelMetric()Xu Shitong2020-11-161-13/+16
* Remove Qt4Compatible paintingAllan Sandfeld Jensen2020-11-122-12/+0
* Fix qstylesheetstyle clip border errorLu YaNing2020-11-081-2/+2
* Don't show QPushButton as hovered unless the mouse is within the bevelVolker Hilsheimer2020-10-221-0/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-2/+2
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-1/+1
* Fusion: Don't add unnecessarily extra padding for a groupboxAndy Shaw2020-09-251-1/+6
* Fix some qdoc warnings: typosVolker Hilsheimer2020-09-211-1/+1
* Fix conversion warnings when setting alpha to QColorFriedemann Kleint2020-09-152-2/+2
* QStyleSheetStyle: Fix push button hit testing with paddingVolker Hilsheimer2020-09-151-2/+5
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-1/+0
* Doc: Clean up widget snippets projectPaul Wicking2020-09-101-1/+1
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-103-6/+6
* QStyleOptionGraphicsItem: remove deprecated member matrix/levelOfDetailChristian Ehrlicher2020-09-062-36/+2
* QStyle: remove deprecated SH_SpellCheckUnderlineStyleChristian Ehrlicher2020-09-053-7/+0
* Remove QStyleOptionProgressBar::orientation memberVolker Hilsheimer2020-08-297-28/+15
* Port QtBase to the new QIcon::pixmap() APIMorten Johan Sørvig2020-08-292-38/+33
* Linux: Fix QLabel content truncated under high dpiChen Bin2020-08-281-1/+1
* Rename QStyleOptionMenuItem::tabWidth to reservedShortcutWidthVolker Hilsheimer2020-08-275-7/+9
* macOS: rename 'macintosh' style to 'macos'Richard Moe Gustavsen2020-08-261-1/+7
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-252-13/+13
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-1/+1
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-2/+0
* Don't crop the icon when it is aligned to the leftAndy Shaw2020-08-191-3/+3
* Reset version of QStyleOption types to 1 for Qt 6Volker Hilsheimer2020-08-161-10/+10
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-3/+3
* Fix compiler issues when qreal is floatMichal Klocek2020-08-051-1/+1
* Windows QPA: Move dark mode handling to the new interfaceFriedemann Kleint2020-07-251-6/+5
* Compare the showDecorationSelected variable when caching the optionAndy Shaw2020-07-151-1/+2
* Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOSTor Arne Vestbø2020-07-081-1/+1
* Use QList instead of QVector in widgetsJarek Kobus2020-07-024-26/+37
* Add keyboardModifiers member to QStyleOptionSlider, and use it for macVolker Hilsheimer2020-07-022-2/+3
* Doc: make paragraph about access of QStyleOption members consistentVolker Hilsheimer2020-07-021-90/+122
* Remove deprecated QStyleOption::init()Christian Ehrlicher2020-06-212-9/+2
* Remove deprecated QStyleOptionFooVx typedefsChristian Ehrlicher2020-06-202-122/+0
* Fix breakage of QPushButton on macOS when a style sheet was setVolker Hilsheimer2020-06-111-0/+1
* Port QtWidgets from QStringRef to QStringViewLars Knoll2020-06-103-3/+3
* Remove winrtOliver Wolff2020-06-061-9/+9
* allow definition of SP_LineEditClearButton in cssMartin Koller2020-05-251-0/+2
* Add an option to set the alignment of the text in QComboBoxAndy Shaw2020-05-155-5/+13
* Remove dead code from src/widgetsVolker Hilsheimer2020-05-112-26/+0
* Merge QStyleOptionTabV4 into QStyleOptionTabGiuseppe D'Angelo2020-05-083-21/+14
* QStyleSheetStyle: fix some premature pessimizationsMarc Mutz2020-05-071-5/+6