index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.1
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
5.9.8
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add qtwidgetsglobal.h and qtwidgetsglobal_p.h
Lars Knoll
2016-07-14
27
-2
/
+27
*
Clean up qwindowdefs_win.h
Lars Knoll
2016-07-14
1
-2
/
+5
*
Merge remote-tracking branch 'origin/5.7' into dev
Liang Qi
2016-06-13
5
-10
/
+5
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-06-10
7
-23
/
+11
|
|
\
|
|
*
Paint small progressbars correctly on Vista+
Nico Rieck
2016-06-10
1
-1
/
+1
|
|
*
Enable testStyleOptionInit for all styles and fix affected styles.
Hannah von Reth
2016-06-06
7
-27
/
+12
*
|
|
Remove all code paths related to unsupported Apple platforms.
Jake Petroules
2016-06-04
1
-8
/
+7
*
|
|
Add support for Apple tvOS
Mike Krus
2016-05-17
1
-1
/
+1
*
|
|
QtWidgets: Increase Windows API level to 0x600 (Windows Vista).
Friedemann Kleint
2016-05-17
4
-462
/
+81
*
|
|
Merge remote-tracking branch 'origin/5.7' into dev
Liang Qi
2016-05-12
8
-97
/
+116
|
\
\
\
|
|
/
/
|
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-04-29
1
-2
/
+2
|
|
\
\
|
|
|
/
|
|
*
qstyle: Make image description match the image.
Sérgio Martins
2016-04-28
1
-2
/
+2
|
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-04-27
2
-2
/
+18
|
|
\
\
|
|
|
/
|
|
*
QWindowsVistaStyle: Fix CE_MenuBarItem with QStyleSheetStyle.
Friedemann Kleint
2016-04-23
1
-1
/
+1
|
|
*
Fusion style: Observe text alignment of QGroupBox.
Friedemann Kleint
2016-04-22
1
-1
/
+17
|
*
|
Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7
Liang Qi
2016-04-26
4
-79
/
+77
|
|
\
\
|
|
*
\
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-04-25
4
-79
/
+77
|
|
|
\
\
|
|
|
|
/
|
|
|
*
QWindowsXPStyle: Enlarge QLineEdit/QComboBox when High DPI scaling is active.
Friedemann Kleint
2016-04-19
1
-3
/
+5
|
|
|
*
QWindowsXP/VistaStyle: Move the Vista treeview handling to QWindowsXPStylePri...
Friedemann Kleint
2016-04-18
4
-76
/
+72
|
*
|
|
Darwin: set SH_BlinkCursorWhenTextSelected to false on Darwin
Richard Moe Gustavsen
2016-04-25
1
-0
/
+4
|
*
|
|
Android: don't iterate over .keys()
Marc Mutz
2016-04-25
1
-2
/
+3
|
*
|
|
Android: eradicate Q_FOREACH loops [needing qAsConst()]
Marc Mutz
2016-04-25
1
-3
/
+3
|
*
|
|
Android: eradicate Q_FOREACH loops [already const]
Marc Mutz
2016-04-25
1
-9
/
+9
|
|
/
/
*
|
|
QtWidgets: Introduce delegating constructors.
Friedemann Kleint
2016-05-02
1
-9
/
+2
*
|
|
Windows CE cleanup.
Friedemann Kleint
2016-04-14
8
-10226
/
+0
*
|
|
Take the size and the icon size for MDI buttons from a style
Alexander Volkov
2016-04-13
4
-20
/
+31
*
|
|
Merge remote-tracking branch 'origin/5.7' into dev
Liang Qi
2016-04-11
9
-129
/
+165
|
\
\
\
|
|
/
/
|
*
|
QtBase: use erase and std::remove_if with QList and QVector
Anton Kudryavtsev
2016-04-08
1
-6
/
+7
|
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-04-07
7
-110
/
+141
|
|
\
\
|
|
|
/
|
|
*
Refactor QWindowsXPStylePrivate::drawBackground() and helpers.
Friedemann Kleint
2016-04-06
2
-9
/
+7
|
|
*
Make sure QStyleOption is correctly initialized.
Hannah von Reth
2016-04-05
1
-7
/
+3
|
|
*
Vista style animation: Create images with device pixel ratio.
Friedemann Kleint
2016-04-05
2
-17
/
+18
|
|
*
Windows XP style: Change theme logic to use qreal.
Friedemann Kleint
2016-04-05
5
-69
/
+65
|
|
*
Windows XP style: Allow High DPI scaling to draw directly.
Friedemann Kleint
2016-04-05
2
-11
/
+51
|
*
|
Widgets: use QStringRef to optimize memory allocation
Anton Kudryavtsev
2016-04-06
3
-13
/
+17
*
|
|
QtWidgets: Remove Windows CE.
Friedemann Kleint
2016-04-07
3
-122
/
+6
*
|
|
Merge remote-tracking branch 'origin/5.7' into dev
Liang Qi
2016-04-05
6
-24
/
+44
|
\
\
\
|
|
/
/
|
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-04-04
2
-3
/
+6
|
|
\
\
|
|
|
/
|
|
*
QMacStyle: Return a guess for SE_ProgressBarGroove's rect
Gabriel de Dietrich
2016-03-29
1
-0
/
+3
|
|
*
Allow to style arrows drawn with drawPrimitive in QCommonStyle.
Hannah von Reth
2016-03-25
1
-3
/
+3
|
*
|
Unify license header usage.
Jani Heikkinen
2016-03-29
1
-5
/
+5
|
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Simon Hausmann
2016-03-24
1
-7
/
+1
|
|
\
\
|
|
|
/
|
|
*
Fix Fusion style combobox dirty lines in HiDPI mode.
Marko Kangas
2016-03-24
1
-7
/
+1
|
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Simon Hausmann
2016-03-23
3
-9
/
+32
|
|
\
\
|
|
|
/
|
|
*
QLineEdit: Use High DPI pixmap for clear button.
Friedemann Kleint
2016-03-22
3
-9
/
+32
*
|
|
Merge remote-tracking branch 'origin/5.7' into dev
Liang Qi
2016-03-22
12
-43
/
+90
|
\
\
\
|
|
/
/
|
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-03-21
11
-29
/
+87
|
|
\
\
|
|
|
/
|
|
*
QtWidgets: includemocs
Marc Mutz
2016-03-18
7
-0
/
+15
|
|
*
QWindows(XP)Style: fix build with Clang after includemocs run
Marc Mutz
2016-03-18
2
-2
/
+0
|
|
*
QMacStyle: Ensure proper focus ring clipping
Gabriel de Dietrich
2016-03-17
2
-22
/
+70
[next]