summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-0811-272/+285
|\
| * 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
* | Doc: Restore documentation for QTest functions in other modulesTopi Reinio2019-01-041-4/+2
|/
* 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
* | | QObject: Check for declarative signals in isSignalConnectedKari Oikarinen2018-11-081-13/+12
* | | Update various qt_attribution.json filesEdward Welbourne2018-11-021-0/+1
* | | QtCore/Windows: Output unknown messages in hex in the debug operator for MSGFriedemann Kleint2018-11-011-1/+1
* | | Treat shorts as int in QVariant::canConvert()Allan Sandfeld Jensen2018-11-011-3/+9
* | | QObject: Fix isSignalConnected() when signals have been disconnectedKari Oikarinen2018-10-311-11/+23
* | | QtCore/Windows: Add pointer messages to the debug operator for MSGFriedemann Kleint2018-10-311-0/+17
| |/ |/|
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-211-0/+8
|\|
| * QWinEventNotifier: fix crash on application shutdownThiago Macieira2018-10-191-0/+8
* | QMetaEnum: fix UBAnton Kudryavtsev2018-10-171-2/+6
* | Create empty list only if it's needed in QMetaMethod::parameterNamesAnton Kudryavtsev2018-10-171-2/+1
* | Clarify behavior of QAbstractEventDispatcher::processEventsTor Arne Vestbø2018-10-161-0/+9
* | Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-154-112/+20
* | glib dispatcher: rework userEventSourcePrepare() event sourceGatis Paeglis2018-10-142-2/+3
* | winrt: Explicitly set main thread in QCoreApplication's constructorOliver Wolff2018-10-081-0/+4
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-272-5/+5
|\|
| * Modernize the "datestring" featureLiang Qi2018-09-241-4/+4
| * Export qt_open64 from QtCoreThiago Macieira2018-09-241-1/+1
* | Tracepoints: trace signal activationGiuseppe D'Angelo2018-09-251-2/+14
* | doc: add note about QAbstractEventDispatcher::wakeUp() for {Unix,Glib}Gatis Paeglis2018-09-161-0/+9
* | Fix binary compatibility with old generated moc filesOlivier Goffart2018-09-151-1/+2
* | Doc: Remove extra \a command causing QDoc macro expansion errorPaul Wicking2018-09-141-1/+1
* | Rename QTimer::connectTo() to QTimer::callOnTimeout()Sergio Martins2018-09-032-9/+9
* | Windows code: Fix to prefer ranged-for, as clang-tidy advisesFriedemann Kleint2018-09-021-5/+2
* | Windows code: Fix clang-tidy warnings about else after jumpsFriedemann Kleint2018-09-023-39/+38
* | qelapsedtimer_win.cpp: Fix clang-tidy warning about else after returnFriedemann Kleint2018-09-021-3/+2
* | Remove codepaths and checks for unsupported Apple platformsTor Arne Vestbø2018-08-311-65/+14
* | WebAssembly for QtBaseMorten Johan Sørvig2018-08-303-1/+47
* | Windows code: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-08-303-11/+17
* | Update QMetaObjectBuilder::MetaObjectFlag enumBogDan Vatra2018-08-302-3/+8
* | Allow registering constructor for a set of dynamic typesBogDan Vatra2018-08-303-70/+166
* | Weak-import global objects used for logging on Apple platformsTor Arne Vestbø2018-08-252-0/+4
* | Improve detection and handling of unsupported Apple platformsTor Arne Vestbø2018-08-253-12/+15
* | macOS: Take application appearance into account when drawing glyphsTor Arne Vestbø2018-08-242-3/+19
* | Modernize the "thread" featureUlf Hermann2018-08-175-24/+19
* | Optimize implementation of Indexes generatorMikhail Svetkin2018-08-161-7/+25