summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* move ENDSESSION_* compat defines to before they are actually usedRolf Eike Beer2019-06-131-6/+6
* Fix bogus setAttribute setter warningMichal Klocek2019-06-191-0/+4
* macOS: Introduce QMacKeyValueObserver and use in theme and styleTor Arne Vestbø2019-06-072-0/+86
* Rename QMacScopedObserver to the more fittingly QMacNotificationObserverTor Arne Vestbø2019-05-291-8/+8
* Update QMetaEnum::fromType()'s static assert's error messageEdward Welbourne2019-05-151-1/+2
* Warn when setting attributes after QCoreApplication is createdSergio Martins2019-05-141-0/+26
* Fix integer overflows in QDeadlineTimerKonstantin Shegunov2019-05-082-60/+383
* Windows: Add debug output for message WM_DPICHANGEDFriedemann Kleint2019-05-081-0/+9
* Reduce amount of tracepoints required for event trackingMilian Wolff2019-05-021-11/+9
* Refactor QMetaObject::activate tracepointsMilian Wolff2019-04-301-17/+17
* Improve QObject::moveToThread docMiłosz Kosobucki2019-04-281-4/+10
* Android: Fix hang in runOnAndroidThreadSync and requestPermissionsSyncBogDan Vatra2019-04-251-2/+14
* corelib: invokeMethod: Allow non copyable functors to be usedHugo Beauzée-Luyssen2019-04-121-2/+2
* 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
* 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
* Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-04-024-5/+5
* Doc: mention what is the suggested replacement for QSignalMapperAlbert Astals Cid2019-03-251-1/+1
* QTranslator: avoid unhandled exceptionAnton Kudryavtsev2019-03-161-1/+2
* testlib: Prevent Apple test logger from stomping on other loggersTor Arne Vestbø2019-03-052-9/+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
* 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
* QMetaObject::Connection overview documentation improvementsAndreas Hartmetz2019-02-061-4/+7
* qtlite: Fix build libs with -no-feature-regularexpressionMikhail Svetkin2019-01-271-0/+4
* 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
* | | 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
| |/ |/|
* | Fix warnings about uninitialized variablesJędrzej Nowacki2019-01-061-0/+6
* | macOS: Optimize detection of dark modeTor Arne Vestbø2019-01-041-2/+5
* | macOS: Remove Mojave forward-declarations now that we build with Xcode 10Tor Arne Vestbø2019-01-031-8/+4
* | QtCore: Unify license headersKai Koehne2018-12-229-262/+263
* | Doc: mark QMetaObject::invokeMethod overloads as threadsafeThiago Macieira2018-12-181-0/+7
|/
* CoreText: Use QCFType to track CoreFoundation member variablesTor Arne Vestbø2018-11-281-1/+1
* qobject_p.h: Use nullptr everywhereKevin Funk2018-11-281-1/+1
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-191-0/+2
|\
| * Modernize the "settings" featureLiang Qi2018-11-151-0/+2
* | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-163-10/+15
|\ \
| * | Doc: Fix various documentation warningsTopi Reinio2018-11-063-10/+15
* | | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-094-3/+8
|\ \ \ | | |/ | |/|
| * | Modernize the "textcodec" featureLiang Qi2018-11-074-3/+8