hjk
473a741c9f
Utils: Rename FileName to FilePath
...
More in line with QFileInfo terminonlogy which appears to be
best-of-breed within Qt.
Change-Id: I1d051ff1c8363ebd4ee56376451df45216c4c9ab
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io >
2019-05-28 12:23:26 +00:00
Christian Kandeler
c6a6c12f05
Canonicalize some includes
...
Our canonical style is
#include <utils/fileutils.h>
rather than
#include "utils/fileutils.h"
Which makes sense, as such headers will never be found in the local
directory.
Change-Id: I4ca46e90d6c4d19d4b1f235f4c79caad864ef222
Reviewed-by: hjk <hjk@qt.io >
2019-01-10 09:04:46 +00:00
Alessandro Portale
39400381b3
iOS: Modernize
...
modernize-*
Change-Id: I64d2bb4320c9b444bc13e90099600628eac1f5a6
Reviewed-by: Orgad Shaneh <orgads@gmail.com >
2018-11-13 15:44:34 +00:00
Christian Stenger
8a45da420a
iOS: Fix compile with gcc4.9
...
Change-Id: If53601ce112aeb7d0fd1d7558a1060dc6e7f0562
Reviewed-by: Eike Ziller <eike.ziller@qt.io >
2018-05-23 08:04:58 +00:00
Vikas Pachdha
4d082b9500
iOS: Use stdout of smctl commands
...
Avoid MessageTracer logs being fed to the device listing json document
Change-Id: Ia35b39d787d2df27e6f743e0b6dc401799c383db
Reviewed-by: Eike Ziller <eike.ziller@qt.io >
2018-05-23 07:03:11 +00:00
Vikas Pachdha
78f9ff036f
Remove code noise
...
Change-Id: I34d5df0be0a7772f9e08635afb398d6289840a92
Reviewed-by: Eike Ziller <eike.ziller@qt.io >
2017-07-05 12:30:46 +00:00
Vikas Pachdha
18638d5560
iOS: Add UI for simulator device management
...
UI under devices tab to enable iOS simulator device management
Task-number: QTCREATORBUG-17602
Change-Id: I66dbf57f07dac107c253518ded5ffd78b8ce4555
Reviewed-by: Eike Ziller <eike.ziller@qt.io >
2017-07-05 12:29:13 +00:00
Vikas Pachdha
a4a78ae8b1
iOS: Fix run without deploy on iOS simulator
...
Task-number: QTCREATORBUG-18107
Change-Id: Ie847cdab672ff2df7af0c2fee742901de0783861
Reviewed-by: Eike Ziller <eike.ziller@qt.io >
2017-05-02 10:32:07 +00:00
Vikas Pachdha
30a8e05a00
iOS: Do not boot a simulator in Booted state
...
It results into a simulator window with an error
Change-Id: I47d55082bf248fc6558e995158b631d75adb8617
Reviewed-by: Eike Ziller <eike.ziller@qt.io >
2017-03-16 09:23:17 +00:00
Vikas Pachdha
00d424eadb
iOS: Extend SimulatorControl
...
Add new API's to extend iOS simulator support in Qt Creator
Task-number: QTCREATORBUG-17602
Change-Id: I7e949762a7740f2ffb927f25f327b3e82cd8e180
Reviewed-by: Eike Ziller <eike.ziller@qt.io >
2017-02-15 12:23:41 +00:00
Vikas Pachdha
b2a33d3118
iOS: Extend the information cached for simulator
...
Change-Id: Ia2bc421b2af7d1e82d48bbd9d7914f177fef30d0
Reviewed-by: Eike Ziller <eike.ziller@qt.io >
2017-02-14 14:57:20 +00:00
Vikas Pachdha
54677f4985
iOS: Capture console output of launched app on iOS simulator
...
Task-number: QTCREATORBUG-17483
Change-Id: Id18c51e20cf8b396fc610918610f04d39ead28b0
Reviewed-by: Eike Ziller <eike.ziller@qt.io >
2017-01-10 09:34:31 +00:00
Vikas Pachdha
ccc5359c42
iOS: Remove the step to spawn the app before launch on iOS
...
This causes timing issues on certain devices resulting in
app startup failure
Task-number: QTCREATORBUG-17336
Change-Id: I190b5415bdef1fc80a415b0cb872b95b883db5d8
Reviewed-by: Eike Ziller <eike.ziller@qt.io >
2016-12-20 16:09:14 +00:00
Nikolai Kosjar
569f4499c0
iOS: Fix build
...
Include <memory> for std::shared_ptr.
Change-Id: I549eef8e8dc42b58b07e3528d55193ed8c54dd7e
Reviewed-by: Eike Ziller <eike.ziller@qt.io >
(cherry picked from commit 6614b7a276 )
2016-11-16 08:51:05 +00:00
Vikas Pachdha
f28cefce8c
iOS: Make iOS simulator usage asynchronous
...
Change-Id: I5770b372542690560680ef3208a284c7f0cf6670
Reviewed-by: Eike Ziller <eike.ziller@qt.io >
(cherry picked from commit aa355b4f70 )
2016-11-16 08:50:45 +00:00
Christian Kandeler
bd07b29b7b
iOS: Fix build with namespaced Qt
...
Change-Id: I09f07ed853e0c9fba8b856d1851b5994f4318945
Reviewed-by: Christian Stenger <christian.stenger@qt.io >
2016-10-18 04:37:45 +00:00
Vikas Pachdha
2b0daf42ce
iOS: Replaces ios_sim tool with simctl
...
Task-number: QTCREATORBUG-16947
Change-Id: Ia28d5e4f9f220d566bd64da73989e8c24ef3eb37
Reviewed-by: Eike Ziller <eike.ziller@qt.io >
2016-10-17 13:46:34 +00:00