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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split QQnxWindow into QQnxEglWindow and QQnxRasterWindow
Fabian Bumberger
2013-09-18
11
-475
/
+718
*
Include hidden headers in trees and tables consistently
Jan Arve Saether
2013-09-18
6
-15
/
+77
*
Resolve error caused by server-initiated TLS renegotiation
Scott Deboy
2013-09-17
1
-5
/
+16
*
qmake: added WMAppManifest generation for winphone target
Kamil Trzcinski
2013-09-17
2
-0
/
+68
*
Use egl.prf in xcb instead of hardcoding -lEGL
Laszlo Agocs
2013-09-17
1
-1
/
+1
*
eglfs: Do not leak the QOpenGLShaderProgram instance
Laszlo Agocs
2013-09-17
1
-0
/
+1
*
eglfs: Sanitize the X11 hooks
Laszlo Agocs
2013-09-17
4
-40
/
+121
*
Export x11 screen of the QXcbConnection to the native interface
Martin Gräßlin
2013-09-17
2
-2
/
+16
*
Add CUPS Page Set options to print support
Martin Klapetek
2013-09-17
5
-7
/
+136
*
Fix extension of static plugins
Stephen Kelly
2013-09-17
1
-6
/
+15
*
MetaType: Fix memory leak of QAtomicInt.
Stephen Kelly
2013-09-17
1
-0
/
+2
*
MetaType: Fix operator{++,--}(int) with the type-erased const_iterators.
Stephen Kelly
2013-09-17
2
-4
/
+34
*
QMap: don't dereference nullptr II
Marc Mutz
2013-09-17
1
-4
/
+4
*
QMap: don't dereference nullptr
Marc Mutz
2013-09-17
1
-5
/
+7
*
Remove mentioning of 5.0 Alpha from QPA Readme
Kai Koehne
2013-09-17
1
-6
/
+4
*
Fix name of argument in documentation
Kai Koehne
2013-09-17
1
-1
/
+1
*
Fix the C++11 and GCC-atomic intrinsics when not using GCC
Thiago Macieira
2013-09-17
2
-38
/
+51
*
Remove useless code setting but not using variables
Thiago Macieira
2013-09-17
1
-3
/
+0
*
qeglfshooksrpi: update vc_dispmanx_element_change_attributes
Dario Freddi
2013-09-16
1
-7
/
+1
*
QObject: allow connecting to functors with a receiver object
Dario Freddi
2013-09-16
5
-34
/
+334
*
Don't use ARMv5/6/7 atomics on 64-bit ARM, as they are AArch32 specific
Tor Arne Vestbø
2013-09-16
1
-3
/
+3
*
Don't use Mac OS X QCollator backend on iOS
Tor Arne Vestbø
2013-09-16
3
-4
/
+4
*
Add support for ARMv8/ARM64 to qprocessordetection.h
Tor Arne Vestbø
2013-09-16
1
-3
/
+13
*
QDateTime: fix unused function warning on non-Windows
Marc Mutz
2013-09-16
1
-1
/
+1
*
Un-export qt_registerFont() internal function
Konstantin Ritt
2013-09-16
2
-10
/
+10
*
Add QFileSelector API
Alan Alpert
2013-09-16
27
-2
/
+773
*
Fix spelling in Q_STATIC_ASSERT in qobject_cast
Olivier Goffart
2013-09-16
1
-2
/
+2
*
qdoc: Now reports duplicate page titles better.
Martin Smith
2013-09-16
3
-7
/
+22
*
Don't send posted events from QWindowSystemInterface::sendWindowSystemEvents
Tor Arne Vestbø
2013-09-16
9
-30
/
+64
*
remove unnecessary beginPaint and endPaint overrides
Shawn Rutledge
2013-09-16
14
-50
/
+2
*
WinRT: Disable PCRE JIT
Andrew Knight
2013-09-16
1
-0
/
+1
*
Simplify QFileSystemModel::remove by using QDir::removeRecursively
David Faure
2013-09-16
2
-28
/
+4
*
Don't depend on QtQuick plugin in QtWidgets
Eskil Abrahamsen Blomfeldt
2013-09-16
1
-2
/
+2
*
Implement windowsErrorString for WinRT
Oliver Wolff
2013-09-16
1
-0
/
+12
*
qelapsedtimer for WinRT
Oliver Wolff
2013-09-15
1
-1
/
+7
*
Fix QTextEngine build on MSVC2008 debug mode.
Nicolás Alvarez
2013-09-15
1
-0
/
+1
*
Disable sqlite for Windows Phone 8 builds
Oliver Wolff
2013-09-15
1
-0
/
+2
*
qmake: added file deployment support for winrt and winphone targets
Kamil Trzcinski
2013-09-15
5
-60
/
+123
*
qmake: added support for WindowsMetadataFile
Kamil Trzcinski
2013-09-15
3
-0
/
+19
*
qmake: added CompileAsWinRT switch to the VCCLCompilerTool (the cl /ZW option)
Kamil Trzcinski
2013-09-15
3
-0
/
+10
*
Use correct toolset version for winphone builds
Oliver Wolff
2013-09-15
2
-4
/
+5
*
qmake: enable default reference for all winphone targets
Kamil Trzcinski
2013-09-15
1
-0
/
+10
*
qmake: added VCPROJ_ARCH variable.
Kamil Trzcinski
2013-09-15
1
-4
/
+13
*
qmake: added WinRT and WinPhone configuration switch
Kamil Trzcinski
2013-09-15
4
-2
/
+29
*
Fixed sqlite build for WinRT
Oliver Wolff
2013-09-15
1
-0
/
+1
*
Create clean makefiles for winrt builds
Andrew Knight
2013-09-15
1
-0
/
+93
*
Revert "Reimplement qBinaryFind in terms of std::lower_bound"
Giuseppe D'Angelo
2013-09-14
1
-3
/
+2
*
Use Q_STATIC_ASSERT to report error about missing Q_OBJECT
Olivier Goffart
2013-09-14
6
-13
/
+38
*
Do 64-bit loops in QBitArray::count(bool)
Thiago Macieira
2013-09-14
1
-1
/
+6
*
Let the compiler do the unaligned loads in QBitArray::count(bool)
Thiago Macieira
2013-09-14
1
-2
/
+21
[next]