| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Change-Id: I17570e5eab6c0902691c521af408e30aa7dd1a7f
Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
|
| |
|
|
|
|
| |
Fixes: QTVSADDINBUG-1259
Change-Id: I74d186ee275f299c211d12913a4e7dce25516619
Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
|
| |
|
|
|
| |
Change-Id: I9ab1f8919a3d28cb546cd71bfdc8da1f6ae9e123
Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
|
| |
|
|
|
| |
Change-Id: I7f3edecd0ae0ec12377db70207eaf18e6a1b8c00
Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
|
| |
|
|
|
| |
Change-Id: I0405b6a9657e3cb0030a00f7f31c73cc46cfe7cf
Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
|
| |
|
|
|
|
| |
Change-Id: I1201bb1528ebe7393f01de80fe697a2cd3eb1e20
Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
|
| |
|
|
|
|
| |
Task-number: QTVSADDINBUG-1080
Change-Id: I99e3682e5dd84b32bc2fdd04dfefbb2fbe0f3eee
Reviewed-by: Miguel Costa <miguel.costa@qt.io>
|
| |
|
|
|
|
|
| |
Do not throw if the first string object to be compared is null.
Change-Id: If5524796d88858afce6172ead46c607c225db216
Reviewed-by: Miguel Costa <miguel.costa@qt.io>
|
| |
|
|
|
|
|
| |
Fixes: QTVSADDINBUG-1163
Change-Id: I830345fb7bd2ecfa35c55a491c895f0d8f5eff4b
Reviewed-by: Ali Can Demiralp <ali.demiralp@qt.io>
Reviewed-by: Miguel Costa <miguel.costa@qt.io>
|
| |
|
|
|
|
| |
Change-Id: I796e92f5a5b57f8075d12274258585fbf8e6793a
Reviewed-by: Miguel Costa <miguel.costa@qt.io>
Reviewed-by: Ali Can Demiralp <ali.demiralp@qt.io>
|
| |
|
|
|
|
|
|
| |
... WITH Qt-GPL-exception.
Fixes: QTVSADDINBUG-1179
Change-Id: I74fe451eec352af13436548cfd9a28f832fc0757
Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
|
| |
|
|
|
|
|
|
| |
Task-number: QTVSADDINBUG-1163
Change-Id: Ib3fcaa607f5ce191b981dc7d7357b430f75adffe
Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Reviewed-by: Ali Can Demiralp <ali.demiralp@qt.io>
Reviewed-by: Miguel Costa <miguel.costa@qt.io>
|
| |
|
|
|
| |
Change-Id: I38700243f7ef55239b247945324e4e0a978b097f
Reviewed-by: Miguel Costa <miguel.costa@qt.io>
|
| |
|
|
|
|
| |
Change-Id: I462c9cc4b96aaf354f77739da64202e2a7dc8af2
Reviewed-by: Ali Can Demiralp <ali.demiralp@qt.io>
Reviewed-by: Miguel Costa <miguel.costa@qt.io>
|
| |
|
|
|
|
|
|
|
|
| |
Because of the way these special identifiers in Qt Version managers
are processed, we cannot allow them to be used as the version name.
Both trigger path resolution and do not lead to the actual installation
that was originally associated with the name.
Change-Id: I793b1cc728d48f81bce6e0f0c474125b67ccc4a5
Reviewed-by: Miguel Costa <miguel.costa@qt.io>
|
| |
|
|
|
|
|
|
|
|
|
| |
After adding a Qt version, validation takes place upon clicking
the Apply button. If a validation error occurs, the warning icon
is now displayed in the first row of the data grid.
This is particularly helpful when multiple Qt versions are added
using the auto-detect feature.
Change-Id: I2a9de7d6f2f844ac08adcc1b3d573c6a9c8ccd67
Reviewed-by: Miguel Costa <miguel.costa@qt.io>
|
| |
|
|
|
| |
Change-Id: Ie7f3245b97ad360f2ace8e9465415d161495f0ed
Reviewed-by: Miguel Costa <miguel.costa@qt.io>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Autodetect:
* The Qt Creater versions settings file
* The Windows User programs location (Qt installer)
* The Windows common programs location (Qt installer)
Manual detect:
* By pointing to the Qt installer location
* Using the installer created versions settings file
* Recursivly iterating sub-directories searching for qmake
Fixes: QTVSADDINBUG-1081
Change-Id: Ic8aebe88dbbd89c62b68ade461557b9d084dd83c
Reviewed-by: Miguel Costa <miguel.costa@qt.io>
|
| |
|
|
|
|
|
|
|
|
|
| |
When the user removed a Qt version and then created a new one
with the same name, a validation error occurred. This happened
because the deleted version was still included in the validation
process.
Task-number: QTVSADDINBUG-1022
Change-Id: I2a16205dcd552542e5f6289f9c4a772416dd0d85
Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
|
|
|
With this change, all QtProject/Qt MsBuild related classes are
moved into the core library. Also moves 'Option' related files
into the core library as discussed. Some code needed to be adapted.
Exception: QtVersionProvider and QtModulesEditor need to stay in
package, otherwise they will not be picked up by the MEF component
framework.
Change-Id: I9aacd62df38ebc4a9676c2021bb50b1f99e7b7d0
Reviewed-by: Miguel Costa <miguel.costa@qt.io>
|