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
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
automatically link plugins belonging to qt modules when building static apps
Oswald Buddenhagen
2014-04-09
1
-0
/
+1
*
Fix a typo in QBitArray documentation
Jędrzej Nowacki
2014-04-09
1
-6
/
+6
*
Support for DH and ECDH key exchange for QSslSocket servers
Richard J. Moore
2014-04-09
3
-0
/
+80
*
Only define Q_COMPILER_INITIALIZER_LISTS for MSVC 12 SP 2
Frederik Gladhorn
2014-04-09
1
-1
/
+6
*
Fix crash when trying to place toolbar into zero-height window.
Friedemann Kleint
2014-04-09
3
-20
/
+32
*
QWindowsOpenGLContextFormat: Default to version 2.
Friedemann Kleint
2014-04-09
1
-0
/
+2
*
Fix crash in qt_try_modal.
Friedemann Kleint
2014-04-09
1
-2
/
+1
*
Add unhandled Android keys.
BogDan Vatra
2014-04-09
1
-151
/
+316
*
QNX: Work around dlclose issue
Bernd Weimer
2014-04-09
1
-0
/
+8
*
Fix out-of-range shifting
Maurice Kalinowski
2014-04-09
1
-2
/
+2
*
QComboBox: Set the proper font after a MacSizeChange event
Gabriel de Dietrich
2014-04-09
1
-0
/
+12
*
Cocoa: Use private property to enable NSWindow child windows
Gabriel de Dietrich
2014-04-09
2
-1
/
+9
*
QPageSize: remove QPageSize:: overqualifications
Marc Mutz
2014-04-09
2
-167
/
+167
*
Cocoa: Fix possible printing memory leak.
Morten Johan Sørvig
2014-04-09
1
-4
/
+5
*
Cocoa: Fix crash when creating printer object.
Morten Johan Sørvig
2014-04-09
1
-3
/
+6
*
Update qtgui.qdoc regarding OpenGL
Laszlo Agocs
2014-04-09
1
-17
/
+35
*
QOpenGLWidget: Avoid crashing if updateGL is called before the first resize
Jocelyn Turcotte
2014-04-09
1
-0
/
+3
*
Accessibility Mac: Cache Accessible Elements and Notify about changes
Frederik Gladhorn
2014-04-09
10
-62
/
+226
*
Correct QOpenGLContext::versionFunctions() docs
Laszlo Agocs
2014-04-09
1
-4
/
+6
*
Forward "_q_platform_*" QWidgets's properties to QWindow.
Tomasz Olszak
2014-04-09
2
-0
/
+7
*
XCB: Only use the XFixes extension if available
Uli Schlachter
2014-04-09
1
-1
/
+1
*
QPageSize: clean up operator==
Marc Mutz
2014-04-08
1
-3
/
+1
*
QPageLayout: clean up operator==
Marc Mutz
2014-04-08
1
-3
/
+1
*
QPageLayout: provide op!=
Marc Mutz
2014-04-08
2
-0
/
+16
*
QPageLayout: make op== non-member
Marc Mutz
2014-04-08
2
-7
/
+11
*
QPageLayout: use QExplicitlySharedDataPointer
Marc Mutz
2014-04-08
2
-1
/
+12
*
QPageLayout: remove QPageLayout:: overqualifications
Marc Mutz
2014-04-08
2
-27
/
+27
*
QPageSize: provide op!=
Marc Mutz
2014-04-08
2
-0
/
+10
*
QPageSize: make op== non-member
Marc Mutz
2014-04-08
2
-6
/
+11
*
QPageSize: mark ctors explicit
Marc Mutz
2014-04-08
1
-6
/
+6
*
Don't access null pointer
Gatis Paeglis
2014-04-08
1
-3
/
+6
*
Prevent QUnifiedTimer from ticking backwards.
Michael Brasser
2014-04-08
1
-4
/
+6
*
Ensure we initialize things before checking the openssl version.
Richard J. Moore
2014-04-08
1
-0
/
+3
*
QTestCase: fix macros taking expressions to avoid clang warnings
Shawn Rutledge
2014-04-08
1
-7
/
+7
*
Fix xcb plugin backing store byte order issue
Jason Haslam
2014-04-08
1
-9
/
+24
*
QNX: Destroy window buffers when resized
Bernd Weimer
2014-04-08
3
-37
/
+31
*
HB-NG on Mac: Fix PDF in end of string
Eskil Abrahamsen Blomfeldt
2014-04-08
1
-2
/
+22
*
Mac style: Fix one-pixel offset for combo boxes in small size
Gabriel de Dietrich
2014-04-08
1
-1
/
+1
*
QCUPSSupport: fix misuse of QDateTime::addDays()
David Faure
2014-04-08
1
-1
/
+1
*
QNetworkReplyHttpImpl: fix misuse of QDateTime::addSecs()
David Faure
2014-04-08
1
-2
/
+1
*
Mark Variable Length Arrays as a TS feature for C++14
Thiago Macieira
2014-04-08
1
-1
/
+2
*
Fix QNetworkRequest::setRawHeader() for QT_NO_CAST_FROM_BYTEARRAY
Richard J. Moore
2014-04-08
1
-1
/
+1
*
Don't redefine dynamic_cast if it's already a macro
Thiago Macieira
2014-04-08
1
-1
/
+1
*
Android: use glyph cache resizing workaround with Vivante GC1000 GPU.
Yoann Lopes
2014-04-07
1
-1
/
+2
*
QPageLayout: use existing qBound()
Marc Mutz
2014-04-07
1
-9
/
+4
*
network: finish all pending replies upon error
Peter Hartmann
2014-04-07
1
-11
/
+16
*
QStyle: Add new SH_ComboBox_UseNativePopup style hint
Gabriel de Dietrich
2014-04-07
2
-0
/
+4
*
QComboBox: Use native popups on Mac
Gabriel de Dietrich
2014-04-07
2
-6
/
+94
*
QGuiApplication: fix crash caused by posting fake mouse event
Richard Moe Gustavsen
2014-04-07
1
-6
/
+10
*
fix build for MSVC 2010
Joerg Bornemann
2014-04-07
1
-2
/
+2
[next]