summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix livelock at application exit if threads were runningThiago Macieira2016-02-022-5/+13
* Fix memory leak if QMetaType::create is called for an unknown typeJędrzej Nowacki2016-02-011-2/+3
* Move Cocoa key code helper functions to QtCoreTor Arne Vestbø2016-01-292-0/+153
* Bump copyright year to 2016Kai Koehne2016-01-291-2/+2
* Q*Application: don't allocate memory just to compare C stringsMarc Mutz2016-01-231-7/+9
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-194-16/+42
|\
| * Fix UB in QVariant::canConvert()Marc Mutz2016-01-111-3/+6
| * Allow socket events processing with a foreign event loop on WindowsAlex Trotsenko2016-01-052-13/+33
| * Add explicit note about removeMappings() not disconnecting the signalAndy Shaw2015-12-111-0/+3
* | Fix GCC 6 warning about placement-new operator on too little spaceThiago Macieira2016-01-121-18/+37
* | QVariant: use v_construct instead of duplicating logicThiago Macieira2016-01-121-31/+4
* | QVariant: make sure to default-initialize in v_constructThiago Macieira2016-01-121-1/+1
* | QVariant: make sure two floating points compare equal if they are equalThiago Macieira2016-01-111-1/+1
* | winrt: Added timeout to await functionOliver Wolff2016-01-051-8/+21
* | Fix deadlock when setting environment variables.Samuel Nevala2016-01-041-15/+36
* | winrt: Align error code handling with WinCEMaurice Kalinowski2015-12-151-1/+1
* | winrt: Avoid blocking for the first processEvents runMaurice Kalinowski2015-12-141-2/+11
* | winrt: Use Windows 10 features when availableMaurice Kalinowski2015-12-111-0/+4
* | QVariant: retain duplicate keys when convertingThiago Macieira2015-12-081-2/+2
* | WinRT: Add RETURN_[]_IF_FAILED_WITH_ARGS macros.Friedemann Kleint2015-12-071-0/+10
* | Fix typo in QObject::disconnect() documentationSérgio Martins2015-12-071-1/+1
* | Combine environment variable implementationsSamuel Nevala2015-12-036-123/+129
* | Doc: added QQuickItem also uses UngrabMouseNico Vertriest2015-11-301-1/+1
* | QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-283-6/+6
* | Proof-reading fixes to QCoreApplication documentation.Edward Welbourne2015-11-251-20/+21
* | OSX: fix build.Erik Verbruggen2015-11-211-1/+2
* | Doc: added doc about removal option qmljsdebugger by QCoreApplicationNico Vertriest2015-11-191-2/+3
* | OS X: Add opt-in for CoreFoundation event dispatcherMorten Johan Sørvig2015-11-191-3/+13
* | Make CoreFoundation event dispatcher available on OS X alsoTimur Pocheptsov2015-11-132-9/+14
* | Prefer "daylight-saving time" and "DST" over "daylight time".Edward Welbourne2015-11-121-1/+1
* | Doc: fixed broken linksNico Vertriest2015-11-042-2/+2
* | winrt: Don't wait for runOnXamlThread to finish for timers.Samuel Nevala2015-11-042-13/+15
* | qcoreapplication_win.cpp: Correct FIXME comment on qWinMain().Friedemann Kleint2015-11-021-3/+4
* | Doc: corrected minor language mistakeNico Vertriest2015-10-281-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-261-0/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-231-0/+1
| |\|
* | | Android: use Q_UNIMPLEMENTED()Marc Mutz2015-10-262-11/+11
|/ /
* | Fix compilation on OSX when building in a namespace.Erik Verbruggen2015-10-201-0/+3
* | Move QEventDispatcherCoreFoundation to QtCoreMorten Johan Sørvig2015-10-165-2/+1323
* | Dispatch all key and all generic motion events java objects to QtCoreBogDan Vatra2015-10-152-1/+82
* | Fixed a QTimer::singleShot() crash when a functor callback is usedJuha Turunen2015-10-121-7/+2
* | QtCore/qmake: drop some unneeded QChar -> QString conversionsMarc Mutz2015-10-111-1/+1
* | QMetaProperty::write should reset the property if an empty QVariant is givenOlivier Goffart2015-10-092-3/+15
* | Fix crash in QMetaProperty::write for custom types and conversionOlivier Goffart2015-10-091-2/+2
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-027-89/+91
|\|
| * Fix two data races in QThread/QThreadDataDavid Faure2015-09-223-8/+8
| * Fix the spurious socket notifications under WindowsAlex Trotsenko2015-09-103-79/+80
| * Doc: Corrected link issues in qtbaseNico Vertriest2015-09-041-2/+3
* | Add qt_safe_ftok wrapper for ftokLouai Al-Khanji2015-09-303-2/+16
* | Use QTypeInfo<T>::isRelocatable in QVariantThiago Macieira2015-09-242-2/+2