summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-08-161-1/+0
|\|
| * Glib dispatcher: use default priority for timersSune Vuorela2018-08-131-1/+0
* | Fix QMetaObject naming of class enum flagAllan Sandfeld Jensen2018-08-115-32/+116
* | Make QEventDispatcherCoreFoundaton work on secondary threadsMorten Johan Sørvig2018-08-093-14/+27
* | QEventDispatcherCoreFoundation: add overrideMorten Johan Sørvig2018-08-091-12/+12
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-08-072-3/+4
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-072-3/+4
| |\|
| | * QObject: do allow setProperty() to change the type of the propertyThiago Macieira2018-08-041-1/+2
| | * QDeadlineTimer: Fix documentation typoAndre Hartmann2018-08-011-2/+2
* | | QTimer: Add const to some singleShot methodsThiago Macieira2018-08-071-2/+2
* | | Fix ASAN error about new-delete-size-mismatch in QVariantSimon Hausmann2018-08-071-1/+2
|/ /
* | Make qcoreapplication_win compile in mingw g++ 8.2Mårten Nordheim2018-08-061-2/+2
* | Add private helper class QMacScopedObserverTor Arne Vestbø2018-08-061-0/+44
* | Add a few overrides in Qt CoreAlessandro Portale2018-08-052-2/+2
* | Windows: Refactor the debug operator for the MSG message structFriedemann Kleint2018-08-031-388/+254