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
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
/
gui
/
painting
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up comments and dead code
Paul Olav Tvete
2015-07-01
1
-1
/
+0
*
Merge remote-tracking branch 'qt/dev' into dev-highdpi
Paul Olav Tvete
2015-06-09
26
-268
/
+262
|
\
|
*
Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/dev
Simon Hausmann
2015-06-04
19
-261
/
+236
|
|
\
|
|
*
Merge remote-tracking branch 'origin/5.5' into dev
Simon Hausmann
2015-06-03
19
-261
/
+236
|
|
|
\
|
|
|
*
Syntax clean up in qimagescale
Allan Sandfeld Jensen
2015-06-02
1
-27
/
+26
|
|
|
*
Fix wrong method name in QColor documentation
Allan Sandfeld Jensen
2015-06-01
1
-4
/
+4
|
|
|
*
Avoid QWidget dependency in QtGui
Laszlo Agocs
2015-06-01
2
-7
/
+7
|
|
|
*
Clip QOpenGLWidget and QQuickWidget correctly
Laszlo Agocs
2015-06-01
2
-16
/
+47
|
|
|
*
Combine x and y oriented sample helpers
Allan Sandfeld Jensen
2015-05-30
2
-120
/
+58
|
|
|
*
Remove unused call indirection
Allan Sandfeld Jensen
2015-05-30
1
-20
/
+4
|
|
|
*
Adjust curveThreshold based on strokeWidth
Allan Sandfeld Jensen
2015-05-22
1
-1
/
+1
|
|
|
*
MSVC: Silence compiler warning about INFINITY
Kai Koehne
2015-05-11
1
-9
/
+8
|
|
|
*
Add flip support to QPlatformBackingStore::toTexture()
Laszlo Agocs
2015-05-06
2
-25
/
+48
|
|
|
*
Make data tables const.
Volker Krause
2015-05-05
6
-12
/
+12
|
|
|
*
Add Q_REQUIRED_RESULT in several places
Sérgio Martins
2015-05-04
2
-12
/
+12
|
|
|
*
Add noexcept to move constructors and assignment operators
Allan Sandfeld Jensen
2015-05-04
6
-10
/
+11
|
*
|
|
De-duplicate vtables, part I: exported private classes
Marc Mutz
2015-06-03
4
-4
/
+11
|
|
/
/
|
*
|
Fix users of QTextLayout::additionalFormats to use the new API
Marc Mutz
2015-05-30
1
-2
/
+2
|
*
|
Q*GlyphCache: de-inline dtor and export vtable
Marc Mutz
2015-05-26
2
-1
/
+13
*
|
|
Merge branch 'wip/highdpi' of git://code.qt.io/qt/qtbase into dev-highdpi
Paul Olav Tvete
2015-05-13
21
-5322
/
+4639
|
\
|
|
|
*
|
Merge remote-tracking branch 'origin/5.5' into dev
Liang Qi
2015-04-27
4
-41
/
+36
|
|
\
|
|
|
*
Short-cut SSE4 unpremultiply
Allan Sandfeld Jensen
2015-04-25
1
-2
/
+4
|
|
*
Revert "Remove separate SSE4 unpremultiply function"
Allan Sandfeld Jensen
2015-04-23
4
-41
/
+34
|
*
|
Mark QRGba64 as Q_PRIMITIVE_TYPE
Marc Mutz
2015-04-27
1
-0
/
+2
|
*
|
Don't use anonymous types declared in an anonymous union
Liang Qi
2015-04-22
1
-6
/
+8
|
*
|
Merge remote-tracking branch 'origin/5.5' into dev
Liang Qi
2015-04-22
12
-3070
/
+1176
|
|
\
|
|
|
*
Remove separate SSE4 unpremultiply function
Allan Sandfeld Jensen
2015-04-16
4
-34
/
+41
|
|
*
Optimize non-native bilinear transforms
Allan Sandfeld Jensen
2015-04-16
1
-12
/
+33
|
|
*
Cleanup and optimization of qimage smoothscale
Allan Sandfeld Jensen
2015-04-15
6
-726
/
+762
|
|
*
Support gradients natively in the PDF generator
Lars Knoll
2015-04-09
2
-233
/
+270
|
|
*
Remove table of mostly null pointers
Allan Sandfeld Jensen
2015-04-08
1
-2066
/
+70
|
*
|
Add qHash(QMatrix) and qHash(QTransform)
Marc Mutz
2015-04-21
4
-1
/
+51
|
*
|
Remove <qhash.h> where it's not used
Marc Mutz
2015-04-20
2
-2
/
+0
|
*
|
Move composition out of qdrawhelper.c
Allan Sandfeld Jensen
2015-04-16
5
-2364
/
+2236
|
*
|
Implement radial and conical gradients for rgb64 rendering
Allan Sandfeld Jensen
2015-04-15
4
-101
/
+120
|
*
|
Extend high color rendering to image rendering
Allan Sandfeld Jensen
2015-04-14
3
-73
/
+1068
|
*
|
Add support for more composition modes in rgb64 rendering
Allan Sandfeld Jensen
2015-04-13
2
-4
/
+287
|
*
|
Fix RGB30 painting tests
Allan Sandfeld Jensen
2015-04-13
1
-13
/
+8
*
|
|
Friedemann's crash fix
Paul Olav Tvete
2015-05-05
1
-24
/
+26
*
|
|
Multi-screen fixes
Paul Olav Tvete
2015-05-04
1
-3
/
+6
*
|
|
DevicePixels -> NativePixels
Paul Olav Tvete
2015-04-15
1
-4
/
+4
*
|
|
Use qreal for devicePixelRatio everywhere
Morten Johan Sørvig
2015-04-15
4
-7
/
+10
*
|
|
Move qHighDpi functions into the QHighDpi namespace
Paul Olav Tvete
2015-04-14
1
-4
/
+4
*
|
|
Merge remote-tracking branch 'gerrit/dev' into dev-highdpi
Morten Johan Sørvig
2015-04-13
21
-290
/
+1012
|
\
|
|
|
*
|
Solid and gradients in high color accuracy
Allan Sandfeld Jensen
2015-04-10
11
-186
/
+925
|
*
|
Merge remote-tracking branch 'origin/5.5' into dev
Liang Qi
2015-04-08
1
-11
/
+0
|
|
\
|
|
|
*
[QFontEngineFT] Guarantee correct metrics for alphamap and its bounding box
Konstantin Ritt
2015-04-07
1
-11
/
+0
|
*
|
Merge remote-tracking branch 'origin/5.5' into dev
Liang Qi
2015-04-06
2
-84
/
+67
|
|
\
|
|
|
*
Optimize fetching pixel values for SSE2 bilinear sampling
Allan Sandfeld Jensen
2015-04-04
1
-72
/
+59
|
|
*
Merge remote-tracking branch 'origin/5.4' into 5.5
Liang Qi
2015-03-31
1
-12
/
+8
|
|
|
\
[next]