index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
widgets
/
styles
/
qfusionstyle.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
fusion: Implement high contrast style
Piotr Wiercinski
2025-05-15
1
-2
/
+16
*
fusion: Remove dead code
Piotr Wiercinski
2025-04-08
1
-9
/
+0
*
QFusionStyle: Disable SH_EtchDisabledText
Christian Ehrlicher
2025-03-09
1
-1
/
+1
*
Fusion style: Fix drawing mdi close button with dpr != 1.0
Christian Ehrlicher
2025-03-02
1
-10
/
+8
*
Fusion style: simplify CC_TitleBar paintings
Christian Ehrlicher
2025-03-02
1
-142
/
+97
*
Widgets/styles: don't create a QPen when not needed
Christian Ehrlicher
2025-02-01
1
-38
/
+33
*
Widgets: pass dpr to QIcon::pixmap()
Christian Ehrlicher
2024-12-29
1
-1
/
+2
*
QFusionStyle: Use QFontMetricsF instead of QFontMetrics
Nodir Temirkhodjaev
2024-12-19
1
-5
/
+5
*
Fusion style: adjust sizeFromContents() for CT_PushButton
Christian Ehrlicher
2024-11-30
1
-0
/
+2
*
Widget styles: use palette brushes to set the painter's brush
Volker Hilsheimer
2024-11-29
1
-1
/
+1
*
Fusion style: merge PE_FrameDockWidget and PE_FrameWindow drawing
Christian Ehrlicher
2024-11-28
1
-27
/
+13
*
Fusion style: misc speedup drawing indeterminate progress bar
Christian Ehrlicher
2024-11-28
1
-7
/
+14
*
Fusion style: cleanup PE_IndicatorToolBarSeparator drawing
Christian Ehrlicher
2024-11-28
1
-22
/
+14
*
QFusionStyle::pixelMetric() - set PM_ButtonMargin to 6
Axel Spoerl
2024-11-22
1
-1
/
+1
*
QFusionStyle/CC_Slider: don't paint tickmarks antialiased
Volker Hilsheimer
2024-11-20
1
-0
/
+1
*
Implement PM_ButtonMargin in QFusionStyle::pixelMetric()
Axel Spoerl
2024-11-19
1
-0
/
+3
*
QFusionStyle/CC_Slider: consistently turn anti-aliasing on
Volker Hilsheimer
2024-11-18
1
-12
/
+10
*
QFusionStyle: Use the generated pixmap key for the ComboBox
Volker Hilsheimer
2024-11-15
1
-1
/
+1
*
QCachedPainter: add and use pixmapRect()
Christian Ehrlicher
2024-11-05
1
-7
/
+7
*
FusionStyle: fix QCachedPainter usage for PE_PanelButtonCommand
Christian Ehrlicher
2024-11-05
1
-1
/
+1
*
Fusion style: cleanup drawControl()
Christian Ehrlicher
2024-11-03
1
-56
/
+60
*
Fusion style: cleanup drawComplexControl()
Christian Ehrlicher
2024-11-03
1
-39
/
+26
*
Fusion style: cleanup drawPrimitive()
Christian Ehrlicher
2024-11-03
1
-60
/
+41
*
Fusion style: remove unused variables in CE_TabBarTabShape
Christian Ehrlicher
2024-11-02
1
-20
/
+4
*
Fusion style: cache pixmap for PE_FrameGroupBox
Christian Ehrlicher
2024-11-02
1
-1
/
+6
*
Fusion style: use QCachedPainter
Christian Ehrlicher
2024-10-30
1
-156
/
+123
*
Fusion style: use QCachedPainter for CC_Slider
Christian Ehrlicher
2024-10-29
1
-77
/
+55
*
Fusion style: convert some functions to constexpr statics
Christian Ehrlicher
2024-09-19
1
-34
/
+34
*
Widgets/fusion style: remove check for _q_isComboBoxPopupItem property
Christian Ehrlicher
2024-08-30
1
-5
/
+2
*
Fusion style/QScrollbar: use correct arrow rect
Christian Ehrlicher
2024-08-13
1
-2
/
+2
*
Fusion style/QScrollbar: fix drawing the scroll arrows with high dpi
Christian Ehrlicher
2024-08-10
1
-19
/
+11
*
Widgets/Styles: add helper function to get devicePixelRatio
Christian Ehrlicher
2024-08-10
1
-13
/
+9
*
Fusion style/QProgressBar: don't ignore the paint offset
Christian Ehrlicher
2024-07-03
1
-0
/
+2
*
Docs: silence documentation warning in QFusionStyle
Volker Hilsheimer
2024-05-06
1
-1
/
+1
*
QStyleHelper: pass devicePixelRatio to uniqueName()
Christian Ehrlicher
2024-04-22
1
-6
/
+8
*
QStyle: let styleCachePixmap() use the correct devicePixelRatio
Christian Ehrlicher
2024-04-22
1
-14
/
+12
*
QStyle: deprecate PM_DialogButtons* enums
Christian Ehrlicher
2024-04-17
1
-1
/
+0
*
Widgets: Improve usage of string view types
Anton Kudryavtsev
2024-04-08
1
-1
/
+1
*
Fix -Wimplicit-fallthrough for clang
Tim Blechmann
2024-03-01
1
-0
/
+1
*
QFusionStyle: Pass handling of FrameGroupBox to base style
Christian Ehrlicher
2024-02-13
1
-15
/
+13
*
Remove extra semi-colons
Tasuku Suzuki
2024-02-06
1
-1
/
+1
*
Fusion style: add right side indent to groupbox title
Ghenady Kuznetsov
2024-02-03
1
-3
/
+5
*
Fusion style: add indent to groupbox title
Ghenady Kuznetsov
2024-01-31
1
-0
/
+4
*
Fusion style: wrongly used PixelMetric enum
Ghenady Kuznetsov
2024-01-23
1
-5
/
+5
*
Fusion style: add clip region for groupbox title
Ghenady Kuznetsov
2024-01-17
1
-0
/
+16
*
QFusionStyle: draw slider in a scrollbar using lighter color
Timur Pocheptsov
2024-01-16
1
-1
/
+3
*
Widgets: pass widget to QStyle::pixelMetric()
Christian Ehrlicher
2024-01-16
1
-7
/
+7
*
Styles/fusion: Adjust QSlider painting with modified paint rect
Christian Ehrlicher
2024-01-12
1
-2
/
+6
*
QFusionStyle: fix painting handle with tickmarks enabled
Christian Ehrlicher
2024-01-12
1
-16
/
+26
*
CommonStyle/QSlider: use drawLines() instead single drawLine() calls
Christian Ehrlicher
2024-01-09
1
-8
/
+10
[next]