summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | Minor optimizationLars Knoll2019-01-071-2/+4
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-072-2/+11
|\| |
| * | Fix warnings about uninitialized variablesJędrzej Nowacki2019-01-061-0/+6
| * | macOS: Optimize detection of dark modeTor Arne Vestbø2019-01-041-2/+5
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-0410-270/+274
|\| |
| * | 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
| |/
* | Deprecate QObject::findChildren(const QRegExp &, ...)Lars Knoll2018-12-142-0/+6
* | Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-125-5/+5
* | doc: Let qdoc ignore Q_DECLARE_INTERFACEMartin Smith2018-12-051-1/+4
* | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2018-12-042-2/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-042-2/+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
* | | QTranslator: add initial largefile supportThiago Macieira2018-12-041-20/+13
|/ /
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-225-9/+31
|\|
| * 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.12' into devLiang Qi2018-11-105-16/+20
|\| | |
| * | | 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
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-063-4/+11
|\| | |
| * | | 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
* | | | doc: Fix all clang parse errors in QtBase during PCH buildMartin Smith2018-11-052-2/+6
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-012-11/+40
|\| | |
| * | | 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
| | |/ | |/|
* | | Clarify behavior of QCoreApplication::processEventsTor Arne Vestbø2018-10-301-4/+11
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-258-118/+47
|\| |
| * | 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
* | | doc: Remove indistinguishable declarationMartin Smith2018-10-232-20/+5
* | | Remove spurious Q_FALLTHROUGH()Edward Welbourne2018-10-091-4/+1
* | | Revert "qdoc: Add default include dirs to qdoc command line"Martin Smith2018-10-091-1/+1
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-081-0/+4
|\| |
| * | winrt: Explicitly set main thread in QCoreApplication's constructorOliver Wolff2018-10-081-0/+4
* | | qdoc: Add default include dirs to qdoc command lineMartin Smith2018-10-051-1/+1
* | | Implement QDataStream operator for QCborSimpleValueJędrzej Nowacki2018-10-031-14/+0
* | | Finish qmetatype migration to type switcherJędrzej Nowacki2018-10-031-434/+190