summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-231-0/+1
|\
* | 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
* | 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
|\ \
| * | Use QScopedPointer for library pathsUlf Hermann2015-08-131-31/+21
| * | winrt: Refactor platform plugin for XAML supportAndrew Knight2015-08-132-50/+62
* | | Prefer QT_PLUGIN_PATH over compiled-in paths.Milian Wolff2015-08-111-11/+12
|/ /
* | Reduce memory usage of dynamic propertiesSimon Hausmann2015-08-101-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-065-4/+45
|\|
| * Doc: Don't advertise QLocale::system() in QTranslator::load documentationKai Koehne2015-07-231-1/+1
| * Doc:added doc to undocumented functionsNico Vertriest2015-07-223-3/+40
| * QtCore: Fix const correctness in old style castsThiago Macieira2015-07-203-3/+4
* | Doc: Fix qdoc warnings about missing \inmoduleKai Koehne2015-08-041-0/+1
* | Replace ifdefs with QDir::listSeparator()Sérgio Martins2015-07-291-6/+1
* | QTimer: Force a compilation error with pmf without objectOlivier Goffart2015-07-271-2/+6
* | qvariant: Pass a couple of large types by const-ref in Qt6Sérgio Martins2015-07-222-0/+16
* | Wec2013 initial port.Bjoern Breitmeyer2015-07-212-2/+21
* | Selectively update library paths when creating QCoreApplicationUlf Hermann2015-07-201-19/+98
* | 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