summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation with MSVC2013 & C++11 supportMichał Urbańczyk2013-11-211-0/+2
* Fix QCoreApplication documentation.Mitch Curtis2013-11-151-1/+1
* 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
* 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
* 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
* 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
* Make QCoreApplicationPrivate::appName() thread-safeTor Arne Vestbø2013-09-261-0/+3
* Don't assume QCoreApplication::applicationName() will never changev5.2.0-alpha1Tor Arne Vestbø2013-09-252-6/+9
* Android: Use the application's class loader when loading Java classes.Christian Strømme2013-09-253-4/+33
* Fixed QJNIEnvironment reference counting.Yoann Lopes2013-09-251-3/+5
* Fix some doc errors.Frederik Gladhorn2013-09-212-5/+5
* Remove qFind usage from QCoreApplicationGiuseppe D'Angelo2013-09-211-1/+1
* Port of Qt 4's Windows session managementSamuel Gaist2013-09-211-0/+19
* QDateTime - Change date/time storage to msecsJohn Layt2013-09-201-0/+2
* WinRT: Shared memory supportAndrew Knight2013-09-201-3/+27
* Fixed compilation of QSystemsemaphore for WinRTKamil Trzcinski2013-09-201-0/+8
* WinRT: Basic global supportAndrew Knight2013-09-203-5/+21
* MetaType: de-inline the container iterables.Stephen Kelly2013-09-202-225/+400
* Android: Add private API for jni in QtCoreChristian Strømme2013-09-203-3/+2374
* Android: Added JNI_OnLoad to QtCoreChristian Strømme2013-09-204-0/+242
* MetaType: Add assignment operator to the container iterators.Stephen Kelly2013-09-192-0/+28
* MetaType: Fix memory leak of QAtomicInt.Stephen Kelly2013-09-171-0/+2
* MetaType: Fix operator{++,--}(int) with the type-erased const_iterators.Stephen Kelly2013-09-171-4/+4
* QObject: allow connecting to functors with a receiver objectDario Freddi2013-09-163-32/+112
* Fix spelling in Q_STATIC_ASSERT in qobject_castOlivier Goffart2013-09-161-2/+2
* Implement windowsErrorString for WinRTOliver Wolff2013-09-161-0/+12
* Use Q_STATIC_ASSERT to report error about missing Q_OBJECTOlivier Goffart2013-09-145-13/+34
* MetaType: Fix operator{+,-}(int) with the type-erased const_iterators.Stephen Kelly2013-09-132-4/+32
* Remove some unneeded constructors.Stephen Kelly2013-09-131-11/+3
* Fix new warnings under Clang 3.3Thiago Macieira2013-09-131-34/+36
* Remove qCopy from QCoreApplicationGiuseppe D'Angelo2013-09-121-1/+3