index
:
qt/qtquickcontrols2.git
5.10
5.11
5.12
5.12.1
5.12.10
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.6
5.7
5.8
5.9
5.9.8
6.0
6.0.0
6.1
dev
wip/cmake
wip/nativestyle
Qt Quick Controls 2
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
nativestyle/ScrollBar: don't show the scrollbar if the policy is AlwaysOff
Richard Moe Gustavsen
2020-10-14
1
-1
/
+1
*
ScrollView: always clip implicitly created Flickable
Richard Moe Gustavsen
2020-10-14
2
-6
/
+14
*
macOS/ScrollView: don't create contentItem too early
Richard Moe Gustavsen
2020-10-14
1
-5
/
+0
*
Have templates depend on QtQuick
Ulf Hermann
2020-10-12
3
-0
/
+5
*
Add optional imports for all the styles to controls/qmldir
Ulf Hermann
2020-10-12
3
-0
/
+23
*
Native style, macOS: add scrollviewcorner
Richard Moe Gustavsen
2020-10-12
4
-0
/
+188
*
Native style, macOS: always draw a TextField using NSTextField
Richard Moe Gustavsen
2020-10-12
1
-30
/
+1
*
Native style: add a function imageSize() rather than overriding minimumSize
Richard Moe Gustavsen
2020-10-12
2
-9
/
+14
*
Native style: ensure ScrollView contents doesn't go under the scrollbars
Richard Moe Gustavsen
2020-10-09
2
-0
/
+6
*
Native style, macOS: clip content view when ScrollView is clipped
Richard Moe Gustavsen
2020-10-09
1
-0
/
+5
*
Fix static build
Eskil Abrahamsen Blomfeldt
2020-10-09
16
-1
/
+52
*
Fix typo in Fusion impl's qmldir
Mitch Curtis
2020-10-09
2
-2
/
+2
*
Only add a shortcut if the sequence is not empty
Andy Shaw
2020-10-08
1
-2
/
+6
*
CMake: Regenerate projects to use new qt_internal_ API
Alexandru Croitor
2020-10-07
30
-60
/
+103
*
Make tests explicitly use Basic where necessary
Mitch Curtis
2020-10-07
3
-1
/
+9
*
Default to the most appropriate built-in style if none is specified
Mitch Curtis
2020-10-07
1
-0
/
+21
*
Native style, StyleItem: add property 'minimumSize'
Richard Moe Gustavsen
2020-10-06
3
-2
/
+17
*
Native style, macOS: handle focus frame special case from c++
Richard Moe Gustavsen
2020-10-06
2
-8
/
+23
*
nativestyle: SpinBox on Windows
Jan Arve Sæther
2020-10-06
4
-38
/
+38
*
Fix build after qtbase changes
Allan Sandfeld Jensen
2020-10-05
1
-10
/
+10
*
Fix compile warnings: replace QTouchEvent::touchPoints with points
Volker Hilsheimer
2020-10-02
9
-11
/
+11
*
QQuickStyleMargins: use lowercase for QML type name
Mitch Curtis
2020-10-02
1
-1
/
+2
*
Fix QQuickPaletteForeign definition
Mitch Curtis
2020-10-02
1
-1
/
+2
*
Add setAcceptTouchEvents() in more controls that handle touch events
Shawn Rutledge
2020-10-01
7
-0
/
+30
*
QQuickAbstractButton: accept touch events
Shawn Rutledge
2020-10-01
1
-0
/
+1
*
macOS: don't set the nine-patch margin exactly on the button width
Richard Moe Gustavsen
2020-09-30
1
-1
/
+1
*
QQuickAbstractButton: accept touch events
Shawn Rutledge
2020-09-30
1
-0
/
+1
*
Native style: improve debug output
Richard Moe Gustavsen
2020-09-30
2
-35
/
+55
*
Native style: don't use transient scrollbars
Richard Moe Gustavsen
2020-09-30
1
-1
/
+1
*
NativeStyle: add focus frame to the macOS style
Richard Moe Gustavsen
2020-09-29
15
-0
/
+462
*
Implement ScrollView.qml in all styles
Richard Moe Gustavsen
2020-09-29
22
-0
/
+341
*
windows: Add hover animation to Button and CheckBox
Jan Arve Sæther
2020-09-29
7
-22
/
+108
*
NativeStyle: add focusFrameRadius to QStyle
Richard Moe Gustavsen
2020-09-29
12
-0
/
+48
*
QQuickMenu: fix heap-use-after-free
Mitch Curtis
2020-09-29
2
-0
/
+11
*
QQuickMenu: fix contentModel memory leak
Mitch Curtis
2020-09-29
2
-1
/
+8
*
NativeStyle, macOS: adjust layout rects
Richard Moe Gustavsen
2020-09-28
1
-59
/
+38
*
CMake: Regenerate projects before API change
Alexandru Croitor
2020-09-25
5
-5
/
+0
*
NativeStyle, macOS: don't draw focus from QStyle
Richard Moe Gustavsen
2020-09-25
2
-160
/
+0
*
NativeStyle: rename 'nativeBackground' to '__nativeBackground'
Richard Moe Gustavsen
2020-09-25
14
-74
/
+70
*
Doc: Add Qt 6 changes files
Paul Wicking
2020-09-24
6
-0
/
+138
*
Support compile-time style selection
Mitch Curtis
2020-09-24
6
-78
/
+149
*
Remove QtQuick.Controls imports from styles' QML files
Mitch Curtis
2020-09-24
194
-194
/
+0
*
Rename "Default" style to "Basic"
Mitch Curtis
2020-09-24
130
-292
/
+292
*
Fix fallback styles overwriting themes
Mitch Curtis
2020-09-24
27
-100
/
+248
*
QtQuickControls2Plugin: store style values returned from QQuickStyle API
Mitch Curtis
2020-09-24
1
-18
/
+26
*
NativeStyle, TextField: add missing layoutRect
Richard Moe Gustavsen
2020-09-24
1
-0
/
+1
*
Fix static build
Eskil Abrahamsen Blomfeldt
2020-09-23
1
-1
/
+1
*
Don't trigger a close due to a release if we did not get a press
Andy Shaw
2020-09-18
1
-0
/
+2
*
nativestyle: Port Windows XP style
Jan Arve Sæther
2020-09-17
8
-458
/
+336
*
Native style: support progressbars with a range from 0 - 1
Richard Moe Gustavsen
2020-09-17
1
-0
/
+5
[next]