index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
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.5.5
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
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
quicknativestyle
/
qstyle
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add macOS style for SearchField
Dilek Akcay
2025-06-03
6
-1
/
+222
*
macOS: Port from deprecated NSAppearance.currentAppearance
Tor Arne Vestbø
2025-05-23
2
-40
/
+12
*
Use QStyleHints::colorScheme() instead of qt_mac_applicationIsInDarkMode()
Tor Arne Vestbø
2025-04-24
1
-7
/
+8
*
Update Mac style when platform theme's colorScheme changes
Tor Arne Vestbø
2025-04-22
3
-13
/
+12
*
qml: remove unused header
Zhao Yuhang
2025-04-13
1
-2
/
+0
*
Port away from QPair
Zhao Yuhang
2025-04-12
1
-1
/
+2
*
Fix unused variable warnings in QQuickMacStyle
Tor Arne Vestbø
2025-04-10
1
-4
/
+4
*
Replace deprecated QImage::mirror(ed) with flip(ped)
Volker Hilsheimer
2024-12-02
2
-6
/
+7
*
Windows style: set painter brush and palette entries using the existing brush
Volker Hilsheimer
2024-11-30
1
-17
/
+17
*
Common Style: set painter brush using the existing brush
Volker Hilsheimer
2024-11-30
1
-3
/
+3
*
Replace all occurrences of Q_OS_MAC with more appropriate defines
Tor Arne Vestbø
2024-06-04
1
-3
/
+3
*
Mac style: draw dock widget titles and status bar without gradient
Volker Hilsheimer
2024-04-10
1
-57
/
+3
*
Mac style: draw MDI window title bar without gradient
Volker Hilsheimer
2024-04-10
1
-10
/
+1
*
Silence -Wimplicit-fallthrough for clang
Tim Blechmann
2024-03-03
1
-0
/
+1
*
Use safe snprintf call instead of sprintf in qquickwindowsxpstyle
Wladimir Leuschner
2023-11-21
1
-8
/
+10
*
Fix build without features.itemmodel
Tasuku Suzuki
2023-10-18
4
-2
/
+26
*
qimage/qpixmap: use rvalue overloads more
Anton Kudryavtsev
2023-09-15
2
-6
/
+6
*
macOS: correct PM_*FocusFrameRadius values
Mitch Curtis
2023-09-08
1
-5
/
+5
*
Update windows application API change in quick windows style
Santhosh Kumar
2023-06-29
1
-1
/
+1
*
Remove obsolete Q_ENUMS usage
Fabian Kosmale
2023-05-02
1
-1
/
+0
*
Add startAngle and endAngle properties to Dial
Matthias Rauter
2023-04-28
3
-10
/
+10
*
Fix build with -no-feature-settings
Tasuku Suzuki
2023-03-03
1
-0
/
+2
*
macOS style: only overlap if transient
Volker Hilsheimer
2023-02-16
1
-2
/
+3
*
Override dark with light mode for quick controls using windows style
Santhosh Kumar
2023-01-04
3
-0
/
+41
*
Clean up QQuickWindowsStyle
Peter Varga
2022-12-20
7
-2781
/
+2
*
QQuickMacStyle: stop using deprecated constants, use suggested replacements
Timur Pocheptsov
2022-12-02
1
-1
/
+1
*
Fix implicit size in qml button
Santhosh Kumar
2022-10-31
1
-3
/
+4
*
Replace usages of Q_CLANG_QDOC with Q_QDOC
Luca Di Sera
2022-10-13
2
-3
/
+3
*
mac style (quick): sync slider setup with qmacstyle
Timur Pocheptsov
2022-09-16
1
-1
/
+13
*
Remove unused .pri files in src/
Mitch Curtis
2022-07-21
3
-53
/
+0
*
Native style: ensure implicitSize is not less than minimumSize
Richard Moe Gustavsen
2022-07-06
1
-9
/
+10
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
27
-1026
/
+54
*
QStyleOptionFrame: mark Shape and Shadow as designed to be ORed together
Marc Mutz
2022-04-05
1
-0
/
+1
*
Improve style drawing under DPR scaling
Richard Moe Gustavsen
2022-04-01
1
-2
/
+30
*
Remove unused code to fix warning in qquickmacstyle_mac.mm
Mitch Curtis
2022-03-22
1
-21
/
+0
*
Make sure all private headers include at least one other
Thiago Macieira
2022-03-10
4
-1
/
+6
*
qquickmacstyle: Fix several warnings
Maximilian Goldstein
2022-01-13
1
-24
/
+31
*
QQuickMacStyle: fix some deprecation warnings
Timur Pocheptsov
2021-12-18
1
-8
/
+8
*
Use up-to date LGPL license header
Kai Köhne
2021-11-29
18
-198
/
+252
*
Avoid unnecessary color format conversion
JiDe Zhang
2021-10-29
4
-4
/
+5
*
Fix build: remove unused parameters and dead code
Volker Hilsheimer
2021-10-18
1
-153
/
+1
*
Fix warning generated by current versions of GCC
André de la Rocha
2021-09-29
1
-1
/
+1
*
Fix Sliders handle size in native Windows style
Jan Arve Sæther
2021-09-17
1
-16
/
+14
*
Fix build without accessibility
Mitch Curtis
2021-08-26
2
-1
/
+6
*
Remove Windows 7 codepaths
Oliver Wolff
2021-08-02
1
-15
/
+0
*
Fix compilation for msvc2019
Igor Bugaev
2021-06-29
1
-2
/
+2
*
Update to latest qml CMake API
Craig Scott
2021-06-05
30
-0
/
+28100