The parent/child relations between scxml tags are correct.
Change-Id: I58cd4153feee8b7cf8bdb74f89486e9fbc641839
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
The result might not make sense, but the user should
have the option to check for himself.
Change-Id: I1792452906a5a27fd57b8f531792e63ef63033c8
Reviewed-by: hjk <hjk@qt.io>
...because the Qt Creator documentation does not describe anymore how to
get LLVM/Clang.
Change-Id: Ifb684c1a67d94af59ce221415c5c2f410a013a17
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
The source code can be multi line which would contains end lines. Windows
endline contains '\r' which are not present under unix. To unify the test
we simply remove the 'r'.
Change-Id: Icf78b5188c9a4801ec13e455a49a069b20c64e97
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Sometimes you want to compare unix and windows texts in tests. This is a
convenient function to remove the carriage returns.
Change-Id: I164298b70d3d775dd45903ea3753ac0e68ed2fdc
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Make sure we set a current search engine.
Regression introduced by 57ca90b846
Task-number: QTCREATORBUG-17346
Change-Id: Ia65971411e70124b0ea78cfe06597e34a6416af6
Reviewed-by: David Schulz <david.schulz@qt.io>
Use the \l command where links are needed and normal text or
the \uicontrol command, otherwise.
Change-Id: I5da25819dcd051d3a06d48a08964a6e9052bd22a
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Remove the build instructions because they are not end user relevant
and belong into Qt Creator's README.md.
* Restructure into the sections "About ...", "Activating ..." and
"Configuring ...".
* Simplify/clarify here and there.
Change-Id: I7b3abd03bc4fe9215db804a4cd69e9d796b8bf9b
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Use the [QML] specifier to make sure that the links lead
to QML type documentation.
Change-Id: I93afda14a72cdfe5e941378e332f66bdfe131352
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
Method to find the pid is changed. Not all android versions support grep
and test commands
Task-number: QTCREATORBUG-17272
Change-Id: Ifa67444af55eaf06fb2d6f6bb0439cfaf3bf305e
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
DEBUG_SYMBOL_PARAMETERS.SubElements is uninitialized when the
symbol is not expanded.
Change-Id: I6e5bd3920bd3569b70ac467f9e4d3b0be11c9deb
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Connect directly to the editor widget, which has a strong type.
Change-Id: I4d9778bc4a3c8ba1b37c5a5c0286fd72cda135de
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
It is still used as a slot.
Change-Id: Iffebebce771362b5b2d836d73adca4e1a3919d40
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
The "ABIs" field is now read-only and the "Working directory"
field has been added.
Change-Id: If94860dafe6409e99b6f99b2bdd0ce500f2ade61
Reviewed-by: hjk <hjk@qt.io>