Backported from upstream 9b74862771aff940361078533cca5b5e78bdf630
Change-Id: I9c457cfa19bd3b6d21469545230e73e49e4f8dde
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Nobody complained for more than a year, this is good to go.
Change-Id: I83811513f9be364a160ad86ecf7ca45a77529e6d
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
It is unexpected and not required at all, since
the operators are well defined for invalid nodes.
Change-Id: I56841a21b8ba814fc2996485084584d9b4b521c2
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
The device is always available via runTool().
Change-Id: I4a2a791a5a75b32803c06fc34947b82b869fe31c
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Mark the actual files as "do not overwrite" and not a copy of said file
that will then get destroyed after the new attribute is set.
Task-number: QTCREATORBUG-18284
Change-Id: I49272b4070bc2ef499bf28da002b83dc01008bc2
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Explicitly selecting the right overloading for setNamedColor
Change-Id: Id5aad47ec84b672d70f393456054d4cd779b7a21
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This saves the user from resizing columns every time they open the
session manager.
Change-Id: Ida6a4ea7723cd913185d77e06aa0d2218f0e30a4
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Initialize pointer to nullptr and use that as indicator that IosConfiguration
was initialized instead of a static bool.
Change-Id: I7d1c5b38e25282d065ddeb4ba1415c28932aa64b
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Just add a symbols to collect the tag of a type when the type name is
unknown.
Change-Id: Id3a83a07d7061a73fbdc92555fe93eef06285ed3
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Otherwise when we search "<a href=\"http:www.kde.org\">ss</a>"
we will see qlabel as a richtext.
So you can copy link and you see text as richtext element
Change-Id: I10451b1ffee9b94913e3a6bbe0e1ded1e797e04e
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Users can select the development team to use for deploying
and provisioning apps.
Change-Id: I32c444ace70d06d1cf693c65193271e2d4a2f1ac
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Starting from 5.9 Boot2Qt devices are supported with a new plugin and
projects created with wizards should still use virtual keyboard for
them.
Task-number: QTCREATORBUG-18247
Change-Id: I5dcc6436d49d29cb8956a2b7d5eec72ff5542f10
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Warn users who might have installed cdb in a none default path that
they have to define an environment variable during compile time.
Change-Id: Ic7e1cd02e596b9ad862214ac00ef319a76a6e7e1
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
- made code more local by moving clicked slot to lambda
- use class initializations
- move default value inside the constructor to reduce arguments
Change-Id: I98735a0b4c69ea538ed1af6133ef1054039a1b11
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This also re-enables the remote linux case and enables
the recording of a single run of events.
Change-Id: I9ea55017c8e5f2f17e6f32c5453df48093e41931
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>