Add a link to the Layout QML type and fix the name of the import
to stop an autolink from being generated to the wrong target.
Change-Id: Id2ca5e418ea6d254813a20f00b6623ff21dda09a
Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
The API docs still contain references to OS X.
Change-Id: I622eb4d2c79f3162f5dc95e04be262d628c8d7b9
Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
The LLVM packages from the standard page are stripped down but we need
libTooling.
Change-Id: I16dd86158e97b1778e0ad1640c9f2c27d09f3c9f
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Start with an initial value 'macOS' and use in uncontroversial
places in the docs. Some explicit references to older versions
are untouched in this patch.
Change-Id: Ibea4115c45fc2ff2c9a0518d92797df26fd4138f
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
"Error: A state cannot have the specified child item"
Change-Id: I83b4916126e0abe6b3b5ab5c6ccfc171e82fde4e
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
- Update the screenshot
- Use "select" instead of "specify", because items and
properties can be selected from lists.
Change-Id: I292f7900d956c682e3f4b6071bbef9a6362cc6be
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
Some fields are only available in some wizards.
Change-Id: Ibecca943fcd5ce8bdc131896762093c1918d56cd
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
Add the Qt SCXML index file to be able to link to the module
docs.
Change-Id: Ibd28071cdc3c98c07fb91c73732d809ffed5333b
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Add an image for an icon that consists of 2 masks, and
therefore cannot be used directly from source.
Change-Id: Iffcf274db1dc1444c894aabaa6452747f95089f8
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
To-Do List > To-Do Entries to match the output pane title.
Change-Id: Ia37ff8a49b91a1db5773a0bd37f80b87ad1c8049
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
There was an official release in June, and given that LLDB on Linux
is still fragile, requiring at least the latest officially released
version seems in order.
Change-Id: Iabbdc654071b28166c7f9ea550eaa7db304cb4a0
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
The label name was changed, but the doc was not fixed.
Change-Id: I585db2824837f1b076133306d3af5276bcdaae28
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
Having "to synchronize the QML state into the scene graph" makes it
seem as if it would be the counterpart of "sync" in the render
thread loop and it is not
Change-Id: Id8efc3bddf5ea5c15d93a63f195e16f0966bb4f8
Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
Earlier versions work, but do not report a mapping between targets and
files. This will make all files end up in one ProjectPart and thus have
targets with custom flags/defines/include paths fail.
Change-Id: Ie1fb9f616de120be1f88528db42b0a2152787606
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
The newly introduced auto save option is restricted to user definable
MIME types. The underlaying tool's restriction, however, is only if the
current editor is a cpp editor. This patch makes the tools also MIME
types restrict-able. In addition the auto save functionality is now only
applicable if the file matches the auto save MIME types as well as the
MIME types of the chosen tool.
Change-Id: Ic430b4a07341647e6c8e95d2b802a17db1637a36
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>