summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-087-124/+140
|\
| * 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
* | qt_poll: split out into separate file and sanitize buildLouai Al-Khanji2015-12-055-234/+317
* | QEventDispatcherUNIX: Remove unused mainThread member variableLouai Al-Khanji2015-12-042-4/+0
* | Remove the socketpair special case for eventdispatcher on INTEGRITY.Rolland Dudemaine2015-12-041-10/+1
* | Remove inclusion of sys/sem.h for INTEGRITY.Rolland Dudemaine2015-12-041-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-022-3/+3
|\|
| * Doc: added QQuickItem also uses UngrabMouseNico Vertriest2015-11-301-1/+1
| * QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-283-6/+6
* | Add qt_safe_pollLouai Al-Khanji2015-12-013-6/+312
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-295-6/+6
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-271-20/+21
|\|
| * Proof-reading fixes to QCoreApplication documentation.Edward Welbourne2015-11-251-20/+21
* | Don't call setlocale(3) in bootstrap codeUlf Hermann2015-11-241-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2015-11-232-7/+22
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-232-7/+22
| |\|
| | * 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
* | | Interpret precision == -128 as "shortest" double conversionUlf Hermann2015-11-231-16/+5
|/ /
* | Remove remaining support for BlackberryLouai Al-Khanji2015-11-219-749/+11
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-183-10/+15
|\|
| * 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
* | QVariantIsNull: remove the non-C++11 implementationOlivier Goffart2015-11-161-39/+0
* | qobject.h: remove hack that simulated decltypeOlivier Goffart2015-11-162-10/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-049-31/+35
|\|
| * 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
| |/ /
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-237-3/+1408
|\| |
| * | 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
* | | QMetaObjectBuilder: replace index-based for loops with C++11 range-forMarc Mutz2015-10-171-139/+123
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-1412-103/+126
|\| |
| * | 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