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.5
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/5.6.0' into 5.7
v5.7.0-alpha1
Oswald Buddenhagen
2016-03-07
14
-29
/
+631
|
\
|
*
DirectFB: Fix build in C++98 mode
v5.6.0
Thiago Macieira
2016-03-03
2
-5
/
+5
|
*
fix non-git non-prefix shadow builds
Oswald Buddenhagen
2016-03-02
1
-1
/
+1
|
*
Add changelog for 5.6.0
Frederik Gladhorn
2016-03-01
1
-0
/
+519
|
*
Fix syncqt.pl not respecting #pragma qt_no_master_include in files with Windo...
Simon Hausmann
2016-02-25
1
-0
/
+1
|
*
Fix crash when a standard bus isn't available
Thiago Macieira
2016-02-25
1
-2
/
+2
|
*
Doc: Simple CSS style: Convert font-sizes from px to pt
Topi Reinio
2016-02-23
1
-9
/
+9
|
*
Fix builds without session management.
v5.6.0-rc1
Andreas Hartmetz
2016-02-18
1
-0
/
+4
|
*
Add option to disable "session management by closing windows".
Andreas Hartmetz
2016-02-15
7
-12
/
+90
*
|
Add QWheelEvent::inverted()
Morten Johan Sørvig
2016-03-06
11
-22
/
+102
*
|
tst_qglobal.cpp: fix compilation with an actual C++14 compiler
Marc Mutz
2016-03-05
1
-2
/
+2
*
|
xcb: support more visual formats
Louai Al-Khanji
2016-03-04
1
-0
/
+14
*
|
QXcbBackingStore: Minor code cleanup
Louai Al-Khanji
2016-03-04
1
-8
/
+2
*
|
xcb: Do not create OpenGL-enabled platform windows for raster windows
Louai Al-Khanji
2016-03-04
1
-1
/
+1
*
|
Drop hand-rolled ASCII conversion from QAbstractConcatenable::convertFromAscii()
Marc Mutz
2016-03-04
1
-15
/
+1
*
|
iOS: rely on built-in compiler macros to check for CPU features
Erik Verbruggen
2016-03-04
1
-7
/
+1
*
|
QFontEngine: use RAII for font_, face_ members
Marc Mutz
2016-03-04
5
-50
/
+59
*
|
QtNetwork: use printf-style qWarning/qDebug where possible (I)
Marc Mutz
2016-03-04
7
-14
/
+14
*
|
QtGui: use printf-style qWarning/qDebug where possible (I)
Marc Mutz
2016-03-04
21
-47
/
+55
*
|
Optimized fetchUntransformed RGB888
Allan Sandfeld Jensen
2016-03-04
4
-0
/
+30
*
|
QHttpNetworkConnection: fix expensive iteration over QMultiMap::values()
Marc Mutz
2016-03-04
1
-3
/
+2
*
|
QXcbNativeIntegration: Add query for compositing enabled
Gabriel de Dietrich
2016-03-04
2
-2
/
+8
*
|
QtNetwork: optimize container usage
Anton Kudryavtsev
2016-03-03
7
-43
/
+61
*
|
QBearerEngine: break out repeated loops as methods.
Anton Kudryavtsev
2016-03-03
1
-45
/
+25
*
|
QtGui: mark some more types as movable/primitive
Marc Mutz
2016-03-03
14
-0
/
+24
*
|
QHostAddress: enable (N)RVO in toString() for gcc
Anton Kudryavtsev
2016-03-03
1
-10
/
+3
*
|
xcb: Be smarter about how we flush
Louai Al-Khanji
2016-03-03
1
-59
/
+145
*
|
QLocalServer, QLocalSocket: simpler use of startsWith()
Anton Kudryavtsev
2016-03-03
2
-2
/
+2
*
|
QtNetwork: optimize if-else conditions.
Anton Kudryavtsev
2016-03-03
4
-15
/
+14
*
|
QtGui: Mark some more types as shared for Qt 6.
Marc Mutz
2016-03-03
3
-2
/
+9
*
|
QMainWindowLayout: eradicate Q_FOREACH loops: Extract Method allMyDockWidgets()
Marc Mutz
2016-03-03
1
-12
/
+23
*
|
QStringBuilder: don't allocate memory in convertFromAscii()
Marc Mutz
2016-03-03
3
-8
/
+8
*
|
QOpenGLTexture: de-duplicate setBorderColor() code
Anton Kudryavtsev
2016-03-02
1
-21
/
+2
*
|
Restore multisampled FBOs on ANGLE
Laszlo Agocs
2016-03-02
1
-1
/
+17
*
|
Simplify and speed up code resolving gl functions
Lars Knoll
2016-03-02
3
-15
/
+3
*
|
Clean up resolving of OpenGL functions on Windows
Lars Knoll
2016-03-02
7
-662
/
+189
*
|
Refactor initialization/caching code for versioned opengl functions
Lars Knoll
2016-03-02
31
-3035
/
+1212
*
|
Adjust sizes when snapping layout items to pixel grid
Jan Arve Sæther
2016-03-02
2
-14
/
+33
*
|
Use an enum for versioning the opengl function backends
Lars Knoll
2016-03-02
5
-90
/
+114
*
|
Fix test tst_QIcon::fromThemeCache().
Friedemann Kleint
2016-03-02
1
-3
/
+24
*
|
Avoid qMin in format conversions when possible
Allan Sandfeld Jensen
2016-03-01
2
-22
/
+71
*
|
QGenericMatrix<N,M,T>: mark as relocatable, depending on T
Marc Mutz
2016-03-01
1
-0
/
+11
*
|
Integrate network sockets into the multichannel infrastructure
Alex Trotsenko
2016-03-01
17
-19
/
+139
*
|
Fix detectProcessorFeatures() fallback path on ARM
Tor Arne Vestbø
2016-03-01
1
-2
/
+2
*
|
Cleanups
Lars Knoll
2016-03-01
1
-39
/
+27
*
|
Generate more compact code to resolve the QOpenGLExtraFunctions
Lars Knoll
2016-03-01
4
-549
/
+397
*
|
Generate more compact code to resolve the QOpenGLFunctions
Lars Knoll
2016-03-01
2
-523
/
+351
*
|
Remove some now unused code
Lars Knoll
2016-03-01
1
-346
/
+2
*
|
Get rid of the gles3helper class
Lars Knoll
2016-03-01
4
-844
/
+195
*
|
Ensure we can query all GL functions in all platform plugins
Lars Knoll
2016-03-01
7
-9
/
+32
[next]