summaryrefslogtreecommitdiff
path: root/src/plugins/ios/iosrunfactories.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Always pass Core::Id by value.Christian Kandeler2014-07-011-4/+4
| | | | | | | | | | | Currently we pass in some places by value, elsewhere by const ref and for some weird reason also by const value in a lot of places. The latter is particularly annoying, as it is also used in interfaces and therefore forces all implementors to do the same, since leaving the "const" off is causing compiler warnings with MSVC. Change-Id: I65b87dc3cce0986b8a55ff6119cb752361027803 Reviewed-by: hjk <hjk121@nokiamail.com>
* Allow the user to restrict rc creation to certain .proDaniel Teske2014-06-161-6/+10
| | | | | | Task-number: QTCREATORBUG-10953 Change-Id: Iff1a31c007ac777bfa390d48237480ef56ffc0e4 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* RunFactories: Simplify pathFromId by using Core::Id::suffixAfterDaniel Teske2014-06-161-5/+1
| | | | | Change-Id: I2b65071be3e57c59588e6421d15c7739c257e1c5 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* QmakeProject: Replace applicationProFilePaths by idsForNodesDaniel Teske2014-06-161-3/+1
| | | | | Change-Id: Ie10e8cb93f26eb2087272646668fafd480b0208d Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* QmakeProject: Rework allProFiles()Daniel Teske2014-06-121-4/+8
| | | | | Change-Id: I49309565368fb8e00dd5a67c0e3ac77392924c75 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* ProjectNodes: Refactor runConfigurationsFor()hjk2014-04-291-1/+1
| | | | | | | | | Rename to runConfigurations() and remove the node argument which is available as 'this'. Adjust const-ness of node argument in RunConfigurationFactory::runConfigurationsForNode Change-Id: Icb63e96a305152f90135a2656536de2581faafaf Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* ios: add qml profiler supportFawzi Mohamed2014-03-311-1/+5
| | | | | Change-Id: I6dbea675a77ed0d151dc6bbdcfa501c00107998c Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
* ios: fix access of deleted run controlFawzi Mohamed2014-02-251-2/+2
| | | | | | Change-Id: I8c65f5d9e3480b5c60157cd46da3ef57a63cf32c Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
* ios: explicitly stop an application when running on the same deviceFawzi Mohamed2014-02-141-3/+14
| | | | | | | iOS devices can run an application at a time. Change-Id: I85a24ff32fbee571830a4bc4be8b18259f87924a Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
| | | | | | Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Revert "ios: disable run button while an application is running"Fawzi Mohamed2013-11-291-27/+3
| | | | | | | | | This reverts commit 96ecfb9e4a500837e048cf29a89fe52d31ec1db9 device changes at the moment do not trigger projectexplorer's slotUpdateRunActions so this reduces the usability if one starts out without device. Change-Id: I9fc4ba14ce45d5000d0a8af5c06e0ca9b3080d86 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
* ios: disable run button while an application is runningFawzi Mohamed2013-11-281-3/+27
| | | | | | Task-number: QTCREATORBUG-10670 Change-Id: I23b553984b2c1848983299613004cbd910dc92dc Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
* Rename plugins/qt4projectmanager to qmakeprojectmanagerhjk2013-10-291-2/+2
| | | | | | | 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 the "normal" qt4* files to qmake*hjk2013-10-161-2/+2
| | | | | | 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-2/+2
| | | | | | | First step towards plugin renaming. Change-Id: I8ac017660a7aa2bda0d7bb7d72ab0cfceaf6cfd2 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* ios: fixes for C++11 compilationFawzi Mohamed2013-10-101-26/+0
| | | | | Change-Id: I1d333c623f204a41dc92ebd03cbd67958e4588a7 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* ios: preliminary support for iosFawzi Mohamed2013-10-021-0/+202
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>