qt5base-lts/src/corelib
Samuel Gaist abe3373489 Doc: Add information about QThread own methods thread affinity
This patch improves the documentation regarding the thread affinity of
QThread's own methods. It's not always clear for people new to threading
that a QThread object lives in the old thread were it was instantiated
and that calling the methods of said objects will also happen there.

Change-Id: I3599851ebc97a33602ca6499da254a08aec59b2b
Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
2018-06-03 20:26:47 +00:00
..
animation Fix GCC 8 warning in qvariantanimation 2018-02-14 05:43:55 +00:00
codecs QUtf8: Add some UTF-8 text operation functions 2018-02-03 21:31:57 +00:00
doc improve documentation, mostly of the QT_TR*_NOOP macros 2018-04-25 17:17:04 +00:00
global Document qRound's rounding semantics 2018-05-30 16:12:03 +00:00
io qprocess: don't leak pid pipe if redirection fails in startDetached() 2018-05-30 10:58:01 +00:00
itemmodels QSortFilterProxyModel: don't assert when old model gets destroyed 2018-05-26 11:24:53 +00:00
kernel Add function to safely access the shared application on Apple platforms 2018-05-30 09:16:23 +00:00
mimetypes QMimeDatabase: check 128 bytes rather than 32, for text vs binary 2018-04-27 07:27:21 +00:00
plugin Merge remote-tracking branch 'origin/5.9' into 5.11 2018-02-14 12:51:24 +01:00
serialization QJsonDocument: Avoid overflow of string lengths 2018-05-14 10:52:47 +00:00
statemachine doc: Correct remaining qdoc warning in qsignaltransition.cpp 2018-01-04 12:50:29 +00:00
thread Doc: Add information about QThread own methods thread affinity 2018-06-03 20:26:47 +00:00
tools Use qFuzzyCompare instead of qFuzzyIsNull in QPointF == 2018-05-30 08:28:11 +00:00
configure.json QTemporaryFile: Disable O_TMPFILE on Android 2018-05-22 19:26:26 +00:00
corelib.pro Remove src/corelib/arch, merging with src/corelib/thread 2018-03-19 20:36:45 +00:00
debug_script.py macOS: Add LLDB debug script when building with separate debug info (dSYM) 2017-07-07 18:09:45 +00:00
eval.pri
Qt5Config.cmake.in Remove CMake code for CMake < 3.1 2018-03-24 22:31:18 +00:00
Qt5CoreConfigExtras.cmake.in Remove CMake code for CMake < 3.1 2018-03-24 22:31:18 +00:00
Qt5CoreConfigExtrasMkspecDir.cmake.in
Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in
Qt5CoreMacros.cmake Remove CMake code for CMake < 3.1 2018-03-24 22:31:18 +00:00
Qt5CTestMacros.cmake
Qt5ModuleLocation.cmake.in Use separate Qt5Config.cmake inside build directory 2016-11-25 10:46:34 +00:00
Qt5ModuleLocationForInstall.cmake.in cmake: avoid @var@ expansion in older CMake versions 2017-07-10 21:25:47 +00:00
QtCore.dynlist
qtcore.tracepoints Support for LTTNG and ETW tracing 2018-01-28 19:17:02 +00:00
qtzlib.pro