summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* wasm: rename platform, refactor files and other thingsLorn Potter2018-07-163-7/+7
* wasm: clean up corelibLorn Potter2018-06-113-12/+8
* wasm: add mutex to QThreadPrivateLorn Potter2018-06-071-4/+0
* wasm: wip/webassembly <-> 5.11 diff minimizationMorten Johan Sørvig2018-06-043-2/+1
* Merge remote-tracking branch 'gerrit/5.11' into wip/webassemblyMorten Johan Sørvig2018-06-015-11/+50
|\
| * 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
| * Fix documentation of Q_NAMESPACEOlivier Goffart2018-05-221-0/+1
| * QAbstractEventDispatcher: add a note about the timer range for Qt 6Thiago Macieira2018-05-041-0/+1
* | wasm: move event dispatcher implementationMorten Johan Sørvig2018-06-012-83/+11
* | webassembly: make moveToThread do what it doesLorn Potter2018-05-141-4/+0
* | Merge remote-tracking branch 'origin/5.11.0' into wip/webassemblyMorten Johan Sørvig2018-05-1110-122/+168
|\|
| * Fix runtime platform detection on Apple platformsTor Arne Vestbø2018-04-181-6/+6
| * Doc: Update QVariant::toString description, update see also linksPaul Wicking2018-04-091-43/+48
| * Make sure we can build with -no-feature-itemmodelUlf Hermann2018-03-215-32/+60
| * Modernize the "regularexpression" featureUlf Hermann2018-03-206-29/+36
| * Android: Fix possible crashBogDan Vatra2018-03-141-1/+1
| * doc: Make fromStdVariant() appear in the QVariant docsMartin Smith2018-03-142-2/+2
| * document that QueryWhatsThis is a QHelpEventSergio Martins2018-03-111-1/+1
| * Allow use of template class instances inheriting from a Q_GADGET in QmlNils Jeisecke2018-03-101-10/+16
* | wasm: fix no-thread native build on macOSLorn Potter2018-04-231-1/+2
* | webassembly: remove additional processingLorn Potter2018-04-161-3/+1
* | webassembly: remove incompatible functions we don't needLorn Potter2018-04-164-13/+1
* | webassembly: fix depth and stencil opengl framebuffersLorn Potter2018-04-101-0/+3
* | Merge remote-tracking branch 'gerrit/5.11' into HEADMorten Johan Sørvig2018-03-0834-337/+512
|\|
| * Merge "Merge remote-tracking branch 'origin/5.10' into 5.11" into refs/stagin...Liang Qi2018-02-152-9/+15
| |\
| | * Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-152-9/+15
| | |\
| | | * Revert "QVariant: convert QDateTime and QTime to string with milliseconds"Thiago Macieira2018-02-011-2/+2
| | | * Android: Defer initialization of logging rules until qApp constructionTor Arne Vestbø2018-02-011-0/+8
| | | * Fix asserts and crashes in QWinEventNotifier activation loopJoerg Bornemann2018-01-262-9/+15
| | | * QVariant: convert QDateTime and QTime to string with millisecondsThiago Macieira2018-01-251-2/+2
| | | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-242-4/+4
| | | |\
| * | | | Share event dispatcher creation between QThreadPrivate and QCoreApplicationTor Arne Vestbø2018-02-151-23/+4
| |/ / /
| * | | Merge "Merge remote-tracking branch 'origin/5.9' into 5.11" into refs/staging...Liang Qi2018-02-142-4/+12
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-142-4/+12
| | |\ \ \
| | | * | | Android: Defer initialization of logging rules until qApp constructionTor Arne Vestbø2018-02-071-0/+8
| | | | |/ | | | |/|
| | | * | Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-202-4/+4
| * | | | Make QThreadPrivate::createEventDispatcher do exactly what it saysTor Arne Vestbø2018-02-141-1/+3
| * | | | Don't expect QCoreApplictionPrivate::eventDispatcher to be setTor Arne Vestbø2018-02-141-2/+3
| * | | | Use explicit QThreadData::hasEventDispatcher() where possibleTor Arne Vestbø2018-02-143-11/+11
| |/ / /
| * | | Fix typosJarek Kobus2018-02-133-3/+3
| * | | Add support for Apple Unified LoggingTor Arne Vestbø2018-02-122-0/+126
| * | | QVariant: Add missing conversion from QJsonValue to double & floatThiago Macieira2018-02-111-0/+4
| * | | Merge remote-tracking branch 'origin/dev' into 5.11Liang Qi2018-02-105-63/+86
| |\ \ \
| | * | | Modernize logging in CoreFoundation and iOS event dispatchersTor Arne Vestbø2018-02-052-63/+44
| | * | | Support for LTTNG and ETW tracingRafael Roquetto2018-01-281-0/+10
| | * | | Add support for converting from std::variantAllan Sandfeld Jensen2018-01-252-0/+32
| * | | | QVariant: convert QDateTime and QTime to string with millisecondsThiago Macieira2018-02-051-2/+2
| |/ / /
| * | | doc: clang-qdoc must not see certain function declarationsMartin Smith2018-01-242-2/+4
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-204-14/+41
| |\ \ \ | | | |/ | | |/|