summaryrefslogtreecommitdiff
path: root/src/widgets/styles
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...Tarja Sundqvist2022-08-161-10/+11
|\
| * StyleSheet: Use rule for ComboBox in embedded QLineEditVolker Hilsheimer2021-08-131-6/+6
| * Calculate space requirement of menu items based on widest elementsVolker Hilsheimer2021-06-091-4/+5
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-161-0/+9
|\ \ | |/
| * Don't draw focus frame if widget has style rules that affect borderDoris Verria2021-05-121-0/+9
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...Tarja Sundqvist2022-04-071-7/+19
|\ \ | |/
| * Fix read-only pseudo-state in QPlainTextEdit stylesheetEirik Aavitsland2021-04-091-1/+7
| * Fix incorrectly-drawn menu indicator for QPushButton on macOSDoris Verria2021-04-061-1/+2
| * Fix label margins for pulldowns with custom styled menu indicator on macOSDoris Verria2021-04-061-0/+7
| * Revert "QPushButton: fix support of style sheet rule for text alignment"Volker Hilsheimer2021-03-121-4/+2
| * QStylesheetStyle: fix push button label alignmentChristian Ehrlicher2021-03-111-1/+1
* | Revert "Update commercial license headers"Tarja Sundqvist2021-03-2436-741/+741
|/
* Correct item indent in checkable menus in stylesheet styleEirik Aavitsland2021-02-031-2/+2
* Fix read-only pseudo-state in QTextEdit/Browser stylesheetEirik Aavitsland2021-02-031-0/+13
* Make QStyle::proxy() always return the leaf proxySergio Martins2021-02-021-2/+4
* Set the PlaceholderText color in the palette from the stylesheet as wellAndy Shaw2021-01-281-0/+1
* Update commercial license headersTarja Sundqvist2021-01-2636-741/+741
* QTabBar/Windows: Fix close button icons being too small on high-res screensFriedemann Kleint2021-01-255-11/+29
* QComboBox/Fusion style: elide text when it's too longChristian Ehrlicher2021-01-241-1/+2
* 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
|\ \ | |/