summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles
Commit message (Expand)AuthorAgeFilesLines
* 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-11-271-2/+4
* Fix qstylesheetstyle clip border errorLu YaNing2020-11-081-2/+2
* Don't show QPushButton as hovered unless the mouse is within the bevelVolker Hilsheimer2020-11-021-0/+1
* Fusion: Don't add unnecessarily extra padding for a groupboxAndy Shaw2020-09-251-1/+6
* QStyleSheetStyle: Fix push button hit testing with paddingVolker Hilsheimer2020-09-151-2/+5
* Doc: Clean up widget snippets projectPaul Wicking2020-09-101-1/+1
* Linux: Fix QLabel content truncated under high dpiChen Bin2020-08-281-1/+1
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-1/+1
* Don't crop the icon when it is aligned to the leftAndy Shaw2020-08-191-3/+3
* Compare the showDecorationSelected variable when caching the optionAndy Shaw2020-07-151-1/+2
* Fix breakage of QPushButton on macOS when a style sheet was setVolker Hilsheimer2020-06-111-0/+1
* Clean up some more mixed enum/int mathGiuseppe D'Angelo2020-05-211-1/+1
* QStyleSheetStyle: fix some premature pessimizationsMarc Mutz2020-05-191-5/+6
* Fix warnings from deprecated QStyle enum valuesVolker Hilsheimer2020-05-161-0/+6
* Revert "QCommonStyle::pixelMetric(): Silence warnings about deprecated enum v...Fabian Kosmale2020-04-081-38/+7
* QCommonStyle::pixelMetric(): Silence warnings about deprecated enum valuesFriedemann Kleint2020-03-311-7/+38
* Fix Fusion style ignoring SH_UnderlineShortcut from proxy styleJoni Poikelin2020-03-301-2/+2
* Fusion Style: Use qobject_cast rather than dynamic_castUlf Hermann2020-03-231-1/+1
* Add 'since' tag to documentation of new enum valueVolker Hilsheimer2020-03-171-1/+1
* Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-063-0/+3
* Don't use deprecated QPixmapCache::find overloadVolker Hilsheimer2020-03-041-1/+1
* QStyle: deprecate enum values that are marked for removal in Qt 6Volker Hilsheimer2020-02-252-8/+12
* Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-02-243-27/+27
|\
| * Fix wrong DPI used by QStyle::pixelMetric()Friedemann Kleint2020-02-223-27/+27
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-221-0/+6
|\|
| * QStyle: Use primary screen DPI as default DPIMorten Johan Sørvig2020-02-211-0/+6
* | Windows style: Turn off SH_EtchDisabledText in dark modeFriedemann Kleint2020-02-181-0/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-081-1/+2
|\|
| * QPushButton: fix text truncating when icon+text+menu is drawnChristian Ehrlicher2020-02-061-1/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-043-3/+3
|\|
| * Fix 'the the' typo in commentsLinus Jahn2020-02-022-2/+2
| * Windows style: Fix wrong color of non-editable combo boxFriedemann Kleint2020-01-301-1/+1
* | QPushButton: only trigger button when click occurs within the bevel rectVolker Hilsheimer2020-01-283-0/+10
* | Deprecate all methods that use QMatrixJarek Kobus2020-01-282-2/+2
* | Doc: Replace some usages of 0/zero/null with \nullptrSze Howe Koh2020-01-271-1/+1
* | Doc/QtWidgets: replace some 0 with \nullptrChristian Ehrlicher2020-01-263-14/+14
* | Windows QPA: Provide an experimental palette for dark modeFriedemann Kleint2020-01-252-0/+18
* | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-16/+15
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-061-0/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-061-0/+1
| |\|
| | * QSS/QComboBox: set correct palette when drawing SC_ComboBoxArrowChristian Ehrlicher2020-01-051-0/+1
* | | Stylesheet: Handle tabs with elide mode set correctlyAndy Shaw2020-01-063-0/+34
|/ /
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-021-6/+6
|\|
| * QCommonStyle: make sure to pass the widget to pixelMetric()Christian Ehrlicher2019-12-281-6/+6
* | Fix QSpinbox default widthChristian Ehrlicher2019-12-181-1/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-161-1/+1
|\|
| * Doc: Fix qdoc compilation errors qtbaseNico Vertriest2019-12-121-1/+1
* | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-1/+1
* | Support checkable QComboBox items with styles using a popup dropdownVolker Hilsheimer2019-12-111-3/+5