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
/
corelib
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix QtDeclarative and QtQml co-existence part three ;(
v5.2.0
Simon Hausmann
2013-12-06
2
-4
/
+15
*
Windows command line parsing: Do escape backslash.
Friedemann Kleint
2013-12-06
1
-2
/
+2
*
Document that disconnectNotify may be called with a mutex locked
Olivier Goffart
2013-12-04
1
-0
/
+13
*
Android: Fix crash caused by QJNIs classLoader code.
Christian Strømme
2013-12-04
1
-1
/
+2
*
Fix invalid memory read when shutting down QML applications
Simon Hausmann
2013-11-29
1
-1
/
+1
*
Fix deadlock when disconnecting connections made with function pointers
v5.2.0-rc1
Olivier Goffart
2013-11-26
1
-3
/
+2
*
Fix a race that occurred as we unlock the mutex to destroy the functor in ~QO...
Olivier Goffart
2013-11-26
1
-4
/
+16
*
Allow for QtDeclarative and QtQml to co-exist at run-time
Simon Hausmann
2013-11-25
2
-3
/
+9
*
iOS: Use separate release pool for qt_ios_version()
Tor Arne Vestbø
2013-11-22
1
-0
/
+5
*
Fix race condition between destruction of QObjects
Allan Sandfeld Jensen
2013-11-22
1
-3
/
+4
*
iOS: Fix linking against QtCore
Tor Arne Vestbø
2013-11-22
1
-0
/
+3
*
Add QSysInfo::MacVersion enum values and parsing for iOS
Tor Arne Vestbø
2013-11-21
2
-0
/
+29
*
Fix compilation with MSVC2013 & C++11 support
Michał Urbańczyk
2013-11-21
1
-0
/
+2
*
Fix QCoreApplication documentation.
Mitch Curtis
2013-11-15
1
-1
/
+1
*
QVariant: Convert automatically from enum types to integral types.
Olivier Goffart
2013-11-08
1
-12
/
+45
*
Fix QVariant::canConvert with longlong
Olivier Goffart
2013-11-08
1
-0
/
+2
*
QMetaType: Fix conversion between module types.
Stephen Kelly
2013-11-06
1
-1
/
+2
*
BlackBerry: Prevent superfluous removal of socket notifiers
Bernd Weimer
2013-11-05
1
-12
/
+11
*
Doc: Fix broken links
Sze Howe Koh
2013-11-05
2
-4
/
+2
*
Don't cache QCoreApplication::appName.
Robin Burchell
2013-10-31
2
-10
/
+5
*
Android: Fix problem with leaking local refs.
Christian Strømme
2013-10-30
3
-8
/
+27
*
Issue correct warnings with QObject::startTimer()
Sze Howe Koh
2013-10-30
1
-2
/
+2
*
remove qt_windows.h include from qwineventnotifier.h
Joerg Bornemann
2013-10-29
1
-1
/
+1
*
QJNI: Don't detach from the thread as long as the thread is alive.
Christian Strømme
2013-10-25
1
-16
/
+13
*
Fix virtual key mapping on MS Windows
Juan Luis Boya García
2013-10-25
1
-0
/
+5
*
BlackBerry: improve BPS event lifetime management
Jonathan Hoffmann
2013-10-23
2
-4
/
+90
*
Implement native gestures on OS X.
Morten Johan Sørvig
2013-10-17
1
-1
/
+1
*
Account for QPolygonF type when loading/saving the QVariant
Andy Shaw
2013-10-15
1
-1
/
+6
*
Android: Add QAndroidJniXxx as friend classes in qjni.
Christian Strømme
2013-10-09
1
-2
/
+2
*
Doc: Adding mark-up to boolean default values.
Jerome Pasion
2013-10-08
22
-233
/
+233
*
QPA: Fix event dispatcher dependent operations in platform integration
Laszlo Agocs
2013-10-07
2
-0
/
+6
*
Doc: Discuss the concept of thread affinity in more detail
Sze Howe Koh
2013-10-06
1
-7
/
+35
*
QObject: use per-thread storage for qFlagLocation()
Marc Mutz
2013-10-05
1
-14
/
+6
*
Android: Add private ctors in QJNIObjectPrivate that takes va_list.
Christian Strømme
2013-10-04
2
-0
/
+40
*
Doc: correct QTimer accuracy information - it depends on the timer type
Thiago Macieira
2013-10-02
1
-7
/
+12
*
Fix bootstrapped build of QCoreApplication
Thiago Macieira
2013-09-30
1
-0
/
+1
*
Doc: Add docs for rvalue references and move constructors
Geir Vattekar
2013-09-27
1
-0
/
+17
*
Make QCoreApplicationPrivate::appName() thread-safe
Tor Arne Vestbø
2013-09-26
1
-0
/
+3
*
Don't assume QCoreApplication::applicationName() will never change
v5.2.0-alpha1
Tor Arne Vestbø
2013-09-25
2
-6
/
+9
*
Android: Use the application's class loader when loading Java classes.
Christian Strømme
2013-09-25
3
-4
/
+33
*
Fixed QJNIEnvironment reference counting.
Yoann Lopes
2013-09-25
1
-3
/
+5
*
Fix some doc errors.
Frederik Gladhorn
2013-09-21
2
-5
/
+5
*
Remove qFind usage from QCoreApplication
Giuseppe D'Angelo
2013-09-21
1
-1
/
+1
*
Port of Qt 4's Windows session management
Samuel Gaist
2013-09-21
1
-0
/
+19
*
QDateTime - Change date/time storage to msecs
John Layt
2013-09-20
1
-0
/
+2
*
WinRT: Shared memory support
Andrew Knight
2013-09-20
1
-3
/
+27
*
Fixed compilation of QSystemsemaphore for WinRT
Kamil Trzcinski
2013-09-20
1
-0
/
+8
*
WinRT: Basic global support
Andrew Knight
2013-09-20
3
-5
/
+21
*
MetaType: de-inline the container iterables.
Stephen Kelly
2013-09-20
2
-225
/
+400
*
Android: Add private API for jni in QtCore
Christian Strømme
2013-09-20
3
-3
/
+2374
[next]