summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\|
| | * Fix QMetaObject::newInstance on non-QObject meta objectMilian Wolff2019-04-091-0/+6
| | * Fix off-by-one error in QTranslatorPrivate::do_load()Edward Welbourne2019-04-091-1/+1
| | * QElapsedTimer: Remove unused static nanosecondsToTicks methodKai Koehne2019-04-091-9/+0
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-101-5/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-061-5/+3
| |\|
| | * Add missing _exit tracepoints for event handlingMilian Wolff2019-04-051-2/+2
| | * Introduce Q_TRACE_SCOPE to simplify tracing of a function entry/exitMilian Wolff2019-04-051-3/+1
* | | Replace Q_DECL_NOTHROW with noexcept the remaining placesAllan Sandfeld Jensen2019-04-092-10/+10
* | | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-04-084-10/+0
* | | Optimize QTimer::singleShot(0, ...) when taking PMF or Functor callableMilian Wolff2019-04-062-0/+30
* | | Remove handling of missing very old compiler feature checkAllan Sandfeld Jensen2019-04-061-10/+2
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-0429-462/+635
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-054-5/+5
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-044-5/+5
| | |\|
| | | * Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-04-024-5/+5
| * | | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-0322-152/+152