summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|\|
| * Fix documentation of Q_NAMESPACEOlivier Goffart2018-05-221-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-051-0/+1
|\|
| * QAbstractEventDispatcher: add a note about the timer range for Qt 6Thiago Macieira2018-05-041-0/+1
* | iOS: Document why we're using a runloop mode tracker in our event dispatcherTor Arne Vestbø2018-04-231-0/+18
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-201-6/+6
|\|
| * Fix runtime platform detection on Apple platformsTor Arne Vestbø2018-04-181-6/+6
* | QObject: Extend debug output of connectLars Schmertmann2018-04-181-1/+6
* | WinRT: Add Windows UI Automation supportAndre de la Rocha2018-04-172-0/+23
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-101-43/+48
|\|
| * Doc: Update QVariant::toString description, update see also linksPaul Wicking2018-04-091-43/+48
* | QVariant: Avoid a memory allocation with custom typesOlivier Goffart2018-04-081-3/+10