summaryrefslogtreecommitdiff
path: root/src/plugins/ios/iosrunconfiguration.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ios: correcly update executable path in the uiFawzi Mohamed2013-12-161-1/+3
| | | | | | | | | changing the build directory did not update the path shown in the run configuration ui (but the correct one would be used) Task-number: QTCREATORBUG-11080 Change-Id: I4105cb6ffd21bffe59e9bbbccdf427caf88646d6 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* Braces cleanupOrgad Shaneh2013-11-141-2/+1
| | | | | Change-Id: I8413252c90a1487d291f15d92837c30ab697b245 Reviewed-by: hjk <hjk121@nokiamail.com>
* iOS: Unify translation of iOS-Device.Friedemann Kleint2013-11-041-5/+1
| | | | | | Change-Id: I01374545ec3882a1dc9b08adccf4632f38438efb Reviewed-by: Daniel Teske <daniel.teske@digia.com> Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
* Rename plugins/qt4projectmanager to qmakeprojectmanagerhjk2013-10-291-3/+3
| | | | | | | This finally renames the plugin itself. Change-Id: Ibdf4f4b4e9776c2fdc809e0127f3e1310de44bd1 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* Qt4ProjectManager: Rename {Qt4,Qmake}{Project,Pr{i,o}FileNode}hjk2013-10-291-2/+2
| | | | | | Change-Id: I27139d8ccc17b665853bec4a37e80568680b5fcc Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: David Schulz <david.schulz@digia.com>
* Qt4ProjectManager: Rename {Qt4,Qmake}BuildConfiguration{Factory,}hjk2013-10-291-2/+2
| | | | | | Change-Id: Id49e347cc448f6a28271b6af775d56b6e00b4908 Reviewed-by: David Schulz <david.schulz@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Qt4ProjectManager: Rename the "normal" qt4* files to qmake*hjk2013-10-161-3/+3
| | | | | | Change-Id: I5e173900a4008c72c67a30eaa9c101027c1b43af Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: David Schulz <david.schulz@digia.com>
* Rename namespace Qt4ProjectManager to QmakeProjectManagerhjk2013-10-161-1/+1
| | | | | | | First step towards plugin renaming. Change-Id: I8ac017660a7aa2bda0d7bb7d72ab0cfceaf6cfd2 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* ios: preliminary support for iosFawzi Mohamed2013-10-021-0/+275
first work in progress support for ios * separate iosTool using xml communication used for device info and run * iossim tool to handle the simulator * debug prepared but not working * separate gcc toolchain detection fix for simulator 1) add a QT built for ios 2) open a project, for example qtbase/examples/widgets/animation/animatedtiles/animatedtiles.pro 3) build/run... Change-Id: I7e01604e416338cbe4692dfb34f5d3f31312702d Reviewed-by: Eike Ziller <eike.ziller@digia.com>