No progress bar will be shown there. This is only causing warnings.
Change-Id: I909f0395d24a3aaf6499fba81ca3af1da33c208f
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This allows to mutate the tools behavior in subclasses of FormEditorItem.
Change-Id: I3ff89a662b291dd1a4644d8bfc627741bbc43eaa
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
For the FlowEditor we need to subclass from FormEditor item
and to be able to mutate the behavior.
This patch introduces the required methods and
adds virtual to existing methods.
Some members become protected.
Change-Id: I8f49de9a93b91fa70d3d8e9ca4200f12f0aaf7d7
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
The primitive types are now available as components in
Library > Qt Quick 3D.
Fixes: QDS-1544
Change-Id: I472280bab4bd219eff14b8fd30546941a7ac6a95
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
This patch exposed certain auxiliary data to the property editor.
Currently the list is hard coded.
Change-Id: I599ace622f061ffd6063950fc143ff22c963e775
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
There is a new progress bar titled "Updating Locator Caches". The
unspecific progressBarWait() will continue after that disappeared.
Project parsing did not even start then.
Change-Id: Iaa6b7c63ea5669aefa3f34329d8d6e4958ae4eab
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This patch implements a few helper classes for the FlowEditor.
These classes model the semantics of the FlowEditor items.
Change-Id: Ie8935e142da043df212cbcc38670e960c740a58e
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
We can't just add widgets after the first action of the toolbar.
The first action might not have a widget and will assert for that reason
in Qt.
Change-Id: Ib69c7d6d91bd56f25023aaebf961fef15cdcf008
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
- Hide links to sections that have not been written yet
- Fix some links to information that was moved
- Use HTTPS in links to Qt Creator Manual topics
Fixes: QTCREATORBUG-23529
Change-Id: Idd162c04fe6992bbecd2acd4a7ec388e49f29b84
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Ownership of the object is currently being move out of the class.
Make it safe to delete here nevertheless during the transition phase.
Change-Id: I54b832bd1b149e63e0b77f17dc9932a1314cf1e3
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Since the code "belonging" to the widget was split across two
classes, but isn't now, a bit of moving was necessary.
Use the opportunity to remove now-unneeded undirections to the
model and ui members.
Change-Id: I25bb96de05c67d9116f28ae342d4aebd3c4419e6
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Latest refactorings made the Welcome page display by default
the list of projects instead of the examples page.
This patch amends 938068d1e8.
Change-Id: Ie91f16e4fc7e891a34476d23c3e1b370fd7a7d68
Reviewed-by: David Schulz <david.schulz@qt.io>
Change-Id: Ia5e7a26891f062d040dcfd9a395c5e1b4cbaf321
Hack: Also search for "d" versions of the library.
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
At the moment MinGW build is running for 5 hours because a test
hangs.
The test suite should finish the 2700 tests in 120 seconds.
Change-Id: I71e2e740f916bb304c91a6a3054ae097b4076543
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This caused a crash in QtDesinStudio calling the preview in buildmanager.cpp:
for (const BuildConfiguration * const bc
: buildConfigsForSelection(target, configSelection)) {
bsl = isBuild ? bc->buildSteps() : bc->cleanSteps(); //bc was nullptr here
Change-Id: I67d165adb1b81c1b68fbc6fb38b67d4d2887eed1
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
The aspect widgets need to serve two purposes (global settings,
and in run configurations), but that's still possible with
an IOptionPageWidget base, the in-project use simply never
triggers the apply().
Change-Id: I1344a37b6dba558b950904378443682b5a068214
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
That is, instead of what is specified in the project files of the
respective build system, let the user manually set the data in the
deploy configuration.
This is intended as a last resort for use in project managers that are
not able to deduce any deployment information from the project.
Fixes: QTCREATORBUG-21854
Change-Id: I2fefb89a4aa846e52aeca69749ca03534f4f0a67
Reviewed-by: hjk <hjk@qt.io>