summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* CMake: Use AUTOMOC/AUTOUIC/AUTORCCTobias Hunger2018-12-141-2/+2
* 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
* | Implement QJsonDocument data stream operatorsJędrzej Nowacki2018-10-031-2/+6
* | Expose type id from QMetaType instanceJędrzej Nowacki2018-10-012-0/+13
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-293-7/+19
|\|
| * 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
* | | Fix a few overrides in Qt CoreAlessandro Portale2018-09-251-2/+2
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-251-0/+9
|\| |
| * | doc: add note about QAbstractEventDispatcher::wakeUp() for {Unix,Glib}Gatis Paeglis2018-09-161-0/+9
* | | doc: Fix several miscellaneous qdoc warningsMartin Smith2018-09-241-0/+4
* | | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2018-09-162-2/+3
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-162-2/+3
| |\| |
| | * | 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
* | | | Fix return value of GLib event dispatcher socketNotifierSourceCheckAndreas Hartmetz2018-09-161-1/+1
* | | | GLib event dispatcher: fix iteration in source check in error caseAndreas Hartmetz2018-09-161-2/+3
|/ / /
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-062-9/+9
|\| |
| * | Rename QTimer::connectTo() to QTimer::callOnTimeout()Sergio Martins2018-09-032-9/+9
* | | QObject: Document order of events on destructionUlf Hermann2018-09-041-1/+2
|/ /
* | 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