Adds a mutex to guard that pointer to controller is not deleted while
doing updateWindowParameters. The render thread doesn't have control to
the node mutex, so that won't apply since it may be deleted while requesting
a mutex.
Change-Id: I8897954415c1bd7ab61ef99b420c9ac2aaa89411
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
the value was the default, and the variable is reserved for Very Special
Magic (TM) anyway.
Change-Id: Ib81471b685471f5a2f7c1d0f0c2443c09c1e9707
Reviewed-by: Jake Petroules <jake.petroules@qt.io>
setSelectionIdRange takes uint as parameters, so pass unsigneds.
engine/surface3drenderer.cpp(2445): warning #68: integer conversion
resulted in a change of sign
Change-Id: Idc347fbb462f4122b044fffd14905eea36583259
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Fix warning:
QtDataVisualization: WARNING: qtdatavis3d/src/datavisualization/input/qtouch3dinputhandler_p.h does not have the "We mean it." warning
Change-Id: I74c3c0d8f525322b135302b3ddd166c7d99010f1
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
This also ensures that INF and NaN numbers are also handled correctly
Task-number: QTBUG-57075
Change-Id: I8db693cb28303bc13f936c818147fe31b7ee1199
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
- Include examples-run.qdocinc from qtbase/doc/global.
- Add section title to Audiolevels example docs.
- Remove unnecessary leading paragraph from Custom Proxy example docs.
- Remove information about running examples from Getting Started topic.
Change-Id: I33e8189fa20bad38e52f424b0143b4031ad7872f
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
Link to the examples page instead of listing the examples here.
Change-Id: Ia1ae2796055d42e1aa5de8768808c23ab5d02134
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
Some compare types seems to have worked incorrectly and/or differently in
previous Qt versions. Made changes to autotests accordingly.
Change-Id: Ia2c5da59ebec76718266a8009bbffe060ae32470
Task-number: QTBUG-55910
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Since commit 709f6370884b110def2e4665df8fa7bbf5fae734 the plugin loader
is strict about requiring the correct interface id, to avoid loading
unrelated plugins in the loader thread (which they may not be prepared
to do).
Change-Id: Ie7ef84be45bb89887fac47fd9ac1d024a0a41acd
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Without this fix, Qt Creator does not find the example
files for opening them and tags the examples as "broken".
Task-number: QTBUG-53752
Change-Id: I8bc88c79626d1a0f2f6319b3283c9541d6ddd965
Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
Make the generated qhp file name match what qdoc expects later for
qch generation.
Change-Id: I85996c350d89f8d2638b08ba285fee0eba9b5b6f
Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com>
Do not error out if opengl is missing, but rather skip the build. This
allows people to compile qt-everywhere packages with e.g. -no-opengl .
Change-Id: I08212b53e37931347b6f6bea5736f99111bcdc92
Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com>
... or equivalent.
QtBase 5.6 headers already compile that way, so let the other
modules follow suit.
Added explicit where it was missing. This is not a source-
incompatible change, because code that breaks by this is
a bug. Let's not have this sitting around in an LTS.
Change-Id: I579e8714f94884dc555b673c9f85508f17cdc99d
Task-number: QTBUG-45291
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>