summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-294-2/+8
|\
| * QSystemSemaphore: Clear error after successful operationKonstantin Ritt2013-11-284-2/+8
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-2616-102/+238
|\|
| * QCoreApplication: Add static setter for application file path.Friedemann Kleint2013-11-262-21/+43
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-266-13/+70
| |\
| | * Fix deadlock when disconnecting connections made with function pointersv5.2.0-rc1Olivier Goffart2013-11-261-3/+2
| | * Fix a race that occurred as we unlock the mutex to destroy the functor in ~QO...Olivier Goffart2013-11-261-4/+16
| | * Allow for QtDeclarative and QtQml to co-exist at run-timeSimon Hausmann2013-11-252-3/+9
| | * iOS: Use separate release pool for qt_ios_version()Tor Arne Vestbø2013-11-221-0/+5
| | * Fix race condition between destruction of QObjectsAllan Sandfeld Jensen2013-11-221-3/+4
| | * iOS: Fix linking against QtCoreTor Arne Vestbø2013-11-221-0/+3
| | * Add QSysInfo::MacVersion enum values and parsing for iOSTor Arne Vestbø2013-11-212-0/+29
| | * Fix compilation with MSVC2013 & C++11 supportMichał Urbańczyk2013-11-211-0/+2
| * | Clear QCoreApplication::applicationFilePath cache if argv[0] changes.Robin Burchell2013-11-201-0/+8
| * | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-11-201-1/+1
| |\|
| | * Fix QCoreApplication documentation.Mitch Curtis2013-11-151-1/+1
| * | Doc: Q_REVISION/Q_INVOKABLE are added to declaration not definition.Sérgio Martins2013-11-191-2/+2
| |/
| * QVariant: Convert automatically from enum types to integral types.Olivier Goffart2013-11-081-12/+45
| * Fix QVariant::canConvert with longlongOlivier Goffart2013-11-081-0/+2
| * QMetaType: Fix conversion between module types.Stephen Kelly2013-11-061-1/+2
| * BlackBerry: Prevent superfluous removal of socket notifiersBernd Weimer2013-11-051-12/+11
| * Doc: Fix broken linksSze Howe Koh2013-11-052-4/+2
| * Don't cache QCoreApplication::appName.Robin Burchell2013-10-312-10/+5
| * Android: Fix problem with leaking local refs.Christian Strømme2013-10-303-8/+27
| * Issue correct warnings with QObject::startTimer()Sze Howe Koh2013-10-301-2/+2
| * remove qt_windows.h include from qwineventnotifier.hJoerg Bornemann2013-10-291-1/+1
| * QJNI: Don't detach from the thread as long as the thread is alive.Christian Strømme2013-10-251-16/+13
| * Fix virtual key mapping on MS WindowsJuan Luis Boya García2013-10-251-0/+5
* | Make use of the internal space for enum in QVariantOlivier Goffart2013-11-082-2/+2
* | use apartment threading for CoInitializeExMaurice Kalinowski2013-11-051-1/+1
* | Refactor plugin loading for WinRTMaurice Kalinowski2013-11-051-0/+4
* | WinRT compatibility functions: properly return ERANGE from getenvAndrew Knight2013-11-041-1/+1
* | QSignalBlocker: (new) RAII class for QObject::blockSignals()Marc Mutz2013-10-302-0/+119
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-244-6/+97
|\|
| * BlackBerry: improve BPS event lifetime managementJonathan Hoffmann2013-10-232-4/+90
| * Implement native gestures on OS X.Morten Johan Sørvig2013-10-171-1/+1
| * Account for QPolygonF type when loading/saving the QVariantAndy Shaw2013-10-151-1/+6
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-1125-256/+322
|\|
| * Android: Add QAndroidJniXxx as friend classes in qjni.Christian Strømme2013-10-091-2/+2
| * Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-0822-233/+233
| * QPA: Fix event dispatcher dependent operations in platform integrationLaszlo Agocs2013-10-072-0/+6
| * Doc: Discuss the concept of thread affinity in more detailSze Howe Koh2013-10-061-7/+35
| * QObject: use per-thread storage for qFlagLocation()Marc Mutz2013-10-051-14/+6
| * Android: Add private ctors in QJNIObjectPrivate that takes va_list.Christian Strømme2013-10-042-0/+40
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-10-093-7/+30
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-043-7/+30
| |\|
| | * Doc: correct QTimer accuracy information - it depends on the timer typeThiago Macieira2013-10-021-7/+12
| | * Fix bootstrapped build of QCoreApplicationThiago Macieira2013-09-301-0/+1
| | * Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+17
* | | Mark some members in the event Unix dispatchers as finalThiago Macieira2013-10-062-22/+30
|/ /