summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-285-32/+60
|\|
| * Make sure we can build with -no-feature-itemmodelUlf Hermann2018-03-215-32/+60
* | qdoc: properly omit comments for enums marked with omitvalueChristian Ehrlicher2018-03-272-2/+2
* | Allow QWinEventNotifier to coexist with waiting functionsAlex Trotsenko2018-03-271-3/+4
* | Add QTimer::connectTo(), a shorthand way of connecting to timeout()Sergio Martins2018-03-252-0/+55
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-216-29/+36
|\|
| * Modernize the "regularexpression" featureUlf Hermann2018-03-206-29/+36
* | Allow log messages to be grouped by activity on Apple OSesTor Arne Vestbø2018-03-152-2/+133
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-153-3/+3
|\|
| * Android: Fix possible crashBogDan Vatra2018-03-141-1/+1
| * doc: Make fromStdVariant() appear in the QVariant docsMartin Smith2018-03-142-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-121-1/+1
|\|