summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-202-6/+9
|\
| * macOS: Allow overriding NSKeyValueObservingOptions for QMacKeyValueObserverTor Arne Vestbø2019-07-182-6/+9
* | doc: Enable a declaration for qdocMartin Smith2019-07-101-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-031-0/+2
|\|
| * Mark QObject::deleteLater() as \threadsafeMarc Mutz2019-07-031-0/+2
* | QTranslator: simplify QString byte-swapping codeThiago Macieira2019-06-281-5/+2
* | Fix Clang warning about applying operator|| to non-booleanThiago Macieira2019-06-281-2/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-251-6/+6
|\|
| * move ENDSESSION_* compat defines to before they are actually usedRolf Eike Beer2019-06-131-6/+6
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-201-0/+4
|\|
| * Fix bogus setAttribute setter warningMichal Klocek2019-06-191-0/+4
* | doc: Fix tr() documentation issueMartin Smith2019-06-132-1/+6
* | Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-111-0/+5
|\ \
| * | wasm: make idealThreadCount() work on all threadsMorten Johan Sørvig2019-05-081-0/+5
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-112-0/+86
|\ \ \ | | |/ | |/|
| * | macOS: Introduce QMacKeyValueObserver and use in theme and styleTor Arne Vestbø2019-06-072-0/+86
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-071-8/+8
|\| |
| * | Rename QMacScopedObserver to the more fittingly QMacNotificationObserverTor Arne Vestbø2019-05-291-8/+8
* | | 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
* | | doc: clang reported two fake declarations to be the sameMartin Smith2019-05-132-3/+3
* | | 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
| |/ |/|
* | 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
* | 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.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
* | 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.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
* | 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
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-261-1/+1
|\|
| * Doc: mention what is the suggested replacement for QSignalMapperAlbert Astals Cid2019-03-251-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-1/+2
|\|