summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-163-14/+35
| |\|
| | * Prevent O(n^2) behavior when calling QObject::deleteLaterErik Verbruggen2018-01-163-14/+31
| | * Document Q_COREAPP_STARTUP_FUNCTION is no good in static libsLaszlo Agocs2018-01-101-0/+4
| * | QMetaObject::invokeMethod: don't leak the slot objectThiago Macieira2018-01-141-0/+6
* | | Add doc explaining the gotcha when connecting a signal to qApp->exitd3fault2018-01-091-0/+14
* | | doc: Remove undef of Q_GADGETMartin Smith2018-01-091-5/+0
* | | doc: Correct clang parsing errors in qvariant.hMartin Smith2018-01-094-2/+41
* | | doc: Remove Q_QDOC declarations that are no longer neededMartin Smith2018-01-091-5/+1
* | | doc: Remove unnecessary #ifndef Q_QDOCMartin Smith2018-01-091-3/+0
* | | doc: Correct qdoc warnings in qobject.cpp and qmetatype.cppMartin Smith2018-01-085-40/+33
* | | doc: Correct remaining qdoc warnings in qdeadlinetimer.cppMartin Smith2018-01-062-9/+9
* | | doc: Correct remaining qdoc warnings in qmetaobject.cppMartin Smith2018-01-041-3/+3
* | | doc: Correct remaining qdoc warnings in qvariant.cppMartin Smith2018-01-041-8/+8
* | | doc: Correct remaining qdoc warnings in qtimer.cppMartin Smith2018-01-042-7/+7
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-025-7/+9
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-304-6/+8
| |\|
| | * Don't crash with null receiver/context in new-style connectsSergio Martins2017-12-191-1/+1