summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* rtems: Fix detection bad file descriptorMikhail Svetkin2019-06-051-0/+9
* rtems: Disable sys/sem.h includeMikhail Svetkin2019-06-061-1/+1
* QEventDispatcherWin32: rework sending of posted eventsAlex Trotsenko2019-05-252-70/+56
* QtCore: use qUtf16Printable and %ls, qErrnoWarning()Marc Mutz2019-05-292-5/+5
* QCommandLineParser: add --help-all, to show Qt options as wellDavid Faure2019-05-153-0/+11
* qobject_p.h: Const-correctness fixKevin Funk2019-05-271-1/+1
* Make QCoreApplicationPrivate's destructor virtual in bootstrapped buildsGiuseppe D'Angelo2019-05-291-0/+5
* Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-272-1/+28
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-271-1/+2
| |\
| | * Update QMetaEnum::fromType()'s static assert's error messageEdward Welbourne2019-05-151-1/+2
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-161-0/+26
| |\|
| | * Warn when setting attributes after QCoreApplication is createdSergio Martins2019-05-141-0/+26
* | | QBasicTimer: add some noexcept and constexprMarc Mutz2019-05-241-3/+3
* | | Don't allow to copy QBasicTimer in Qt 6, it would stop the timerSérgio Martins2019-05-252-0/+81
* | | QtPrivate::QSmartPointerConvertFunctor: Fix deprecation warningFriedemann Kleint2019-05-241-1/+1
* | | QBasicTimer: share some codeMarc Mutz2019-05-231-25/+2
* | | Remove usages of Q_OS_WINCEJoerg Bornemann2019-05-231-6/+0
* | | Update outdated comment in QEventDispatcherWin32::processEventsJoerg Bornemann2019-05-231-1/+1
* | | Disable copies in QObjectData / QObjectUserDataGiuseppe D'Angelo2019-05-182-0/+15
* | | Cleanup the fallout of QWeakPointer::data() deprecationGiuseppe D'Angelo2019-05-171-2/+2
* | | Deprecate QWeakPointer::data()Giuseppe D'Angelo2019-05-161-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-152-3/+3
|\| |
| * | doc: clang reported two fake declarations to be the sameMartin Smith2019-05-132-3/+3
* | | QPointer: fix swap()Giuseppe D'Angelo2019-05-131-1/+5
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-137-70/+402
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-093-60/+392
| |\|
| | * Fix integer overflows in QDeadlineTimerKonstantin Shegunov2019-05-082-60/+383
| | * Windows: Add debug output for message WM_DPICHANGEDFriedemann Kleint2019-05-081-0/+9
| * | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-084-10/+10
* | | QTypeModuleInfo: fix clang '-wconstant-logical-operand' warningsYulong Bai2019-05-091-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-074-32/+45
|\| |
| * | QtCore: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-05-032-0/+6
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-031-11/+9
| |\|
| | * Reduce amount of tracepoints required for event trackingMilian Wolff2019-05-021-11/+9
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-021-21/+27
| |\|
| | * Refactor QMetaObject::activate tracepointsMilian Wolff2019-04-301-17/+17
| | * Improve QObject::moveToThread docMiłosz Kosobucki2019-04-281-4/+10
| * | Fix -Wdeprecated-copy warningsAllan Sandfeld Jensen2019-05-011-1/+4
* | | Compile for Qt 6Lars Knoll2019-05-021-0/+4
* | | Prefix textstream operators with Qt::Lars Knoll2019-05-022-5/+5
* | | Remove handling of missing =delete and =default supportAllan Sandfeld Jensen2019-05-023-9/+9
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-271-2/+14
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-261-2/+14
| |\|
| | * Android: Fix hang in runOnAndroidThreadSync and requestPermissionsSyncBogDan Vatra2019-04-251-2/+14
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-241-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-161-2/+2
| |\|
| | * corelib: invokeMethod: Allow non copyable functors to be usedHugo Beauzée-Luyssen2019-04-121-2/+2
* | | QRegExp include cleanupSamuel Gaist2019-04-192-0/+2
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-113-10/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-103-10/+7
| |\|