summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* | CBOR: Complete the conversions between CBOR, JSON and Qt meta typesThiago Macieira2018-07-041-5/+338
* | Metatype: make the Qt CBOR value-like types built-in meta typesThiago Macieira2018-07-044-3/+38
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-027-5/+62
|\|
| * Fix metatype trait for types that are both QObject and Q_GADGETDaniel Vrátil2018-06-301-2/+2
| * Doc: Fix signal name in QTimer documentationJoerg Bornemann2018-06-221-1/+1
| * Doc: Add missing full stops in briefsPaul Wicking2018-06-211-1/+1
| * Merge remote-tracking branch 'origin/5.11.1' into 5.11Qt Forward Merge Bot2018-06-193-1/+53
| |\
| | * Access private properties via sandbox-safe API on Apple OSesTor Arne Vestbø2018-06-143-1/+49
| | * Fix warning about receiver 'UIApplication' being a forward classTor Arne Vestbø2018-06-091-0/+4
| * | Doc: Point to the SG-10 SD-6 as a requirement for C++14 featureThiago Macieira2018-06-161-0/+5
| |/
* | Tracepoints: refactor the existing tracepoint namesGiuseppe D'Angelo2018-06-281-2/+2
* | Tracepoints: add tracing for QEventsGiuseppe D'Angelo2018-06-282-4/+33
* | QMetaType: remove compatibility code for MSVC 2013Thiago Macieira2018-06-251-20/+6
* | Code tidy: replace a for loop with an algorithmGiuseppe D'Angelo2018-06-081-3/+1
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-083-11/+48
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-073-11/+48
| |\|
| | * Add function to safely access the shared application on Apple platformsTor Arne Vestbø2018-05-303-11/+41
| | * Add function to check whether or not we're part of an extension on Apple OSesTor Arne Vestbø2018-05-302-0/+7
* | | Docs: remove a repetitionGiuseppe D'Angelo2018-06-071-2/+1
|/ /
* | De-inline QCoreApplication::send(Spontaneous)EventGiuseppe D'Angelo2018-06-062-8/+19
* | Add note about calling invokable functions from QML when returning QObjectsSimon Hausmann2018-06-061-0/+5
* | Deregister QTextCodec on destructionIgor Mironchik2018-05-261-1/+4
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-241-0/+1
|\|