summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
| * | Add qt_safe_ftok wrapper for ftokLouai Al-Khanji2015-09-303-2/+16
* | | QMetaObjectBuilder: replace two signed comparisons with one unsigned oneMarc Mutz2015-10-081-8/+8
* | | QMetaObjectBuilder: replace a QVector with std::vectorMarc Mutz2015-10-071-103/+101
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-259-73/+49
|\| |
| * | Use QTypeInfo<T>::isRelocatable in QVariantThiago Macieira2015-09-242-2/+2
| * | Doc: Mention that calling parent class event() is importantAlbert Astals Cid2015-09-231-0/+7
| * | Clean up some Apple-related includes and declarations.Jake Petroules2015-09-221-4/+0
| * | Doc: Make QSignalBlocker more discoverableSze Howe Koh2015-09-081-2/+2
| * | WinRT: Fixed possible integer overflow in timer registration codeOliver Wolff2015-09-021-1/+2
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-0/+2
| |\|
| | * Doc: add clarification about signals not being buffered when blockedSamuel Gaist2015-08-061-0/+2
| * | Be more tolerant with multiple differerent metatype registrationsOlivier Goffart2015-08-261-17/+8
| * | Add #ifdef to avoid qdoc missing function warningLouai Al-Khanji2015-08-251-0/+5
| * | Fix invalid documentation function referenceLouai Al-Khanji2015-08-251-2/+2
| * | Move QCoreApplication::quitLockEnabled documentation to single placeLouai Al-Khanji2015-08-251-16/+4
| * | Avoid recreating QVariantLists when extracted from a QVariantJocelyn Turcotte2015-08-242-18/+3
| * | Merge dev into 5.6Oswald Buddenhagen2015-08-173-81/+83
| |\ \
| * | | Prefer QT_PLUGIN_PATH over compiled-in paths.Milian Wolff2015-08-111-11/+12
* | | | Introduce Qt::AA_PluginApplication replacing Qt::AA_MacPluginApplication.Friedemann Kleint2015-09-011-3/+3
* | | | add Pointer event typeShawn Rutledge2015-08-201-0/+2
| |/ / |/| |
* | | Use QScopedPointer for library pathsUlf Hermann2015-08-131-31/+21