summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-183-4/+28
* Make the event delivery go through some more static functionsThiago Macieira2015-07-183-16/+33
* Revamp the CLOEXEC support in QtThiago Macieira2015-07-171-43/+17
* Remove unnecessary check from qt_safe_pipe: condition can never happenThiago Macieira2015-07-171-4/+0
* Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-176-24/+32
|\
| * Windows: Fix crash when using wmain() and passing a fake argv.Friedemann Kleint2015-07-131-1/+1
| * doc: Correction in access(): signals are now publicAlejandro Exojo2015-07-121-2/+3
| * Remove the warning printed when QObject's destructor catches exceptionsThiago Macieira2015-07-081-8/+1
| * Fix the remainingTime() result after the first activation of a QTimerThiago Macieira2015-07-081-5/+16
| * Make the Windows qt_msectime() function return 64-bitThiago Macieira2015-07-082-2/+2
| * doc: Fix and improve QMetaMethod::tagAlejandro Exojo2015-07-061-6/+9
* | Mark some QtMetaTypePrivate classes movableMarc Mutz2015-07-161-0/+8
* | QPairVariantInterfaceImpl: init all fieldsMarc Mutz2015-07-161-0/+4
* | QPointer: remove user-declared empty destructorMarc Mutz2015-07-131-1/+1
* | qdoc:Fixed a few qdoc errorsMartin Smith2015-07-072-7/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-016-24/+57
|\|
| * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-272-5/+26
| |\
| | * Don't document the IsGadget flagThiago Macieira2015-06-231-1/+1
| | * Doc: document future direction of QCoreApplication::notify()Thiago Macieira2015-06-221-0/+11
| | * Don't enforce all QMetaType::TypeFlag difference across Qt versionsAlex Blasche2015-06-101-4/+14
| * | winrt: don't return invalidated timers in QEventDispatcherWinRT::registeredTi...Oliver Wolff2015-06-231-1/+1
| * | Use qthread_win.cpp for WinRT as wellOliver Wolff2015-06-231-11/+10
| * | Make QMetaObject::Connection check its state deeplyThiago Macieira2015-06-192-1/+12
| * | QCoreApplication::applicationFilePath(): Fix array bounds violation of argv.Friedemann Kleint2015-06-111-5/+7
| * | fix usage of wince scopeOswald Buddenhagen2015-06-051-1/+1
| |/
* | QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-0114-121/+121
* | Force Visual C++ math.h to define the M_ constantsThiago Macieira2015-06-221-0/+10
* | QMetaObjectBuilder: replace an inefficient QList with QVectorMarc Mutz2015-06-171-1/+1
* | QMetaObjectBuilder: replace inefficient QLists with QVectorMarc Mutz2015-06-171-6/+12
* | QPointer: add member-swapMarc Mutz2015-06-172-0/+10
* | Use "Ex"-versions of WaitForSingle/MultipleObject(s) where possibleOliver Wolff2015-06-162-3/+2
* | Allow types with a comma in Q_PROPERTYOlivier Goffart2015-06-121-0/+4
* | core: Add several QList::reserve() calls.Sérgio Martins2015-06-111-1/+3
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-06-048-195/+325
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-038-195/+325
| |\|
| | * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/...Jani Heikkinen2015-06-022-180/+293
| | |\
| | | * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-012-180/+293
| | | |\
| | | | * Android: Store and use the class names as key when caching.Christian Strømme2015-05-082-180/+293
| | * | | Merge 5.5 into 5.5.0Oswald Buddenhagen2015-06-012-5/+10
| | |\| |
| | | * | QMetaType: Fix compilation with non default constructible Q_GADGETOlivier Goffart2015-05-271-1/+1
| | | * | QMetaType: Do not automatically register types that derives from a Q_GADGETOlivier Goffart2015-05-232-4/+9
| | * | | winrt: Fixed timer handling in case where additional user events occurOliver Wolff2015-05-261-3/+6
| | |/ /
| | * | WinRT: Fix warnings for Windows PhoneMaurice Kalinowski2015-05-191-0/+1
| | * | WinRT/Winphone: Fix warnings in qtbaseOliver Wolff2015-05-181-1/+2
| | * | Fix QtPrivate::IsQEnumHelper<void>Olivier Goffart2015-05-171-0/+1
| | * | WinRT: fix namespaced buildJoerg Bornemann2015-05-161-2/+6
| | * | Don't overwrite applicationName if already set.David Faure2015-05-091-4/+6
* | | | De-duplicate vtables, part I: exported private classesMarc Mutz2015-06-032-1/+13
|/ / /
* | | Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-0/+17
* | | Make QSystemError const-correctMarc Mutz2015-05-232-6/+6