summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * 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
* | Windows: Fix QEventLoop::ExcludeUserInputEvents for pointer eventsFriedemann Kleint2018-08-031-13/+18
* | Merge branch '5.11' into devEdward Welbourne2018-07-313-0/+34
|\|
| * Doc: Extend description of ShortcutOverride eventPaul Wicking2018-07-191-0/+6
| * Linux: Bypass glibc's broken open() implementationThiago Macieira2018-07-172-0/+28
* | Fix typo as->hasFrederik Gladhorn2018-07-161-2/+2
* | testlib: Move qtestsystem helpers to their respective modulesTor Arne Vestbø2018-07-163-1/+221
* | QThread: Centralize the creation of the event dispatcherThiago Macieira2018-07-142-5/+3
* | Allow loading of empty translation filesKai Koehne2018-07-121-6/+4
* | Tracepoints: trace QObject construction and destructionGiuseppe D'Angelo2018-07-041-0/+5
* | Add qbswap for a memory regionThiago Macieira2018-07-041-2/+3