summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * QTranslator: avoid unhandled exceptionAnton Kudryavtsev2019-03-161-1/+2
* | Doc: replace 0 with \nullptr in documentationChristian Ehrlicher2019-03-131-8/+8
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-062-9/+15
|\|
| * testlib: Prevent Apple test logger from stomping on other loggersTor Arne Vestbø2019-03-052-9/+15
* | Fix typos in deprecation messages, noticed during code reviewEdward Welbourne2019-03-041-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-284-12/+15
|\|
| * Doc: update the note about nested deleteLater()Thiago Macieira2019-02-271-2/+4
| * Use qEnvironmentVariable for QT_PLUGIN_PATHSThiago Macieira2019-02-271-2/+2
| * Make the QEventDispatcherWin32Private::interrupt flag atomicThiago Macieira2019-02-272-8/+9
* | Fix can not -> cannotRobert Loehning2019-02-253-3/+3
* | QtCore: replace null and nullptr with \nullptr in documentationChristian Ehrlicher2019-02-185-15/+16
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-151-1/+48
|\|
| * Track call sites of QMacAutoReleasePools for debugging pool usageTor Arne Vestbø2019-02-131-11/+48
| * Add developer documentation on how to debug missing auto-release poolsTor Arne Vestbø2019-02-121-0/+10
* | Add missing "override" specifiersAlessandro Portale2019-02-131-17/+17
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-082-4/+11
|\|
| * QMetaObject::Connection overview documentation improvementsAndreas Hartmetz2019-02-061-4/+7
| * qtlite: Fix build libs with -no-feature-regularexpressionMikhail Svetkin2019-01-271-0/+4
* | QtCore: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-283-9/+9
* | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2019-01-282-5/+15
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-262-5/+15
| |\|
| | * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-231-4/+2
| | |\
| | | * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-0811-272/+285
| | | |\
| | | * | Doc: Restore documentation for QTest functions in other modulesTopi Reinio2019-01-041-4/+2
| | * | | Document that you shouldn't Q_ENUM() things outside the int rangeUlf Hermann2019-01-221-0/+12
| | * | | Doc: End sentence about Q_GADGET with dotKai Koehne2019-01-221-1/+1
* | | | | Windows: improve QTimer::remainingTime when called before processEventsChristian Andersen2019-01-281-2/+8
|/ / / /
* | | | QMimeData: Prefer UTF-8 when multiple charsets are availableJohan Klokkhammer Helsing2019-01-231-0/+5
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-213-1/+15
|\| | |
| * | | fix out-of-bounds access on trailing percent sign in tr() argumentOswald Buddenhagen2019-01-141-0/+4
| * | | Doc: mention that some filtered events need to be explicitly acceptedMitch Curtis2019-01-101-0/+4
| * | | qWaitFor: Prevent being stuck in QCoreApplication::processEventsTor Arne Vestbø2019-01-091-1/+7
| | |/ | |/|
* | | Minor optimizationLars Knoll2019-01-071-13/+13
* | | Minor optimizationLars Knoll2019-01-071-2/+4