- 22 Feb, 2012 18 commits
-
-
Daniel Teske authored
Makes it easier to later find the task again, and does actually not change the order in the normal case Change-Id: I2f36f2e7a6ab52c06e35be22820438a809ecb012 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
That was missed in adding the session parameter Change-Id: Iedcfef99b2f897ad2764495fb5f65bfc7943e847 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Change-Id: Ic748ada71e46811a05ced52ea7b1172ad02eb2ee Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Fix the RVCT/GCCE environment variables that need to be set for SBSv2. Change-Id: I4a0c6dec1ba92b420aab927985853071bffd6642 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
hjk authored
Change-Id: I536424b679829ba8cbe18928e8c708a4a700751f Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I9f909b2209eaf5e81b1475d87219ae63e2741075 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Christian Kandeler authored
Task-number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=298677 Change-Id: Iaf8206874bac34e959aad62011e331cef5904b37 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Christian Kandeler authored
The debian/rules file has to made executable, just like in the normal packaging step. Change-Id: Idcd20551c2720503ef7cea844dfad8f24281582c Task-number: QTCREATORBUG-6866 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Christian Stenger authored
Change-Id: I3af0e0cde985c4b04bd4ae8181c3b82cda22b2b8 Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Nicolas Arnaud-Cormos authored
Nokia plugins (like Core) are needed for any other plugin. Automatically add them, even if the PROVIDER is not Nokia. Change-Id: I2b32d27b34fc1043f5f4a1e1607b24dc01c9c631 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Thomas Hartmann authored
Task-number: QTCREATORBUG-6967 Change-Id: Ie14d77ea0cc06e567a6802b7112a1f5926dc62cc Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Thomas Hartmann authored
Widgets are only supportted for Maemo5 Change-Id: I7ee3bae8d8521b06cb42e179784eb83ab91ad097 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
hjk authored
Change-Id: If45028926e0ea444c34276da4a891141bffec80e Reviewed-by:
hjk <qthjk@ovi.com>
-
Thomas Hartmann authored
Change-Id: I4297125fd2b220d68cfa287c65be857241786819 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Erik Verbruggen authored
Missed this one. Change-Id: I6176cab1d65ebe14ba34b9bb0c565bed6e152c4a Reviewed-by:
Bill King <bill.king@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
hjk authored
This was broken after 503c6e26. Task-number: QTCREATORBUG-6989 Change-Id: I4419c7efb541e7a2f6d089c279d66c9a52baf46b Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Daniel Teske authored
Change-Id: I476041991fbcc4a540f62d8221846375cdf52dea Reviewed-by:
hjk <qthjk@ovi.com>
-
Daniel Teske authored
Missed in moving the class Change-Id: Iec712b64338d0ec84d7aa599d36f1a7845be2a74 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 21 Feb, 2012 22 commits
-
-
Kai Koehne authored
The CppEngine can abort the setup (e.g. because no valid debugger is found) in state EngineSetupRequested. In this case the Qml Engine will be already in state EngineSetupOk ... let it gracefully move to InferiorSetupFailed via InferiorSetupRequested. Change-Id: Ib2fe81193db30b7fa2db15e898d294182f8fc76d Reviewed-by:
hjk <qthjk@ovi.com>
-
Daniel Teske authored
Ensure that it is updated as the lines are moved. That can be later used to quickly find and remove the marks again. Change-Id: I2285111996d5c8ef12f792fd73ff00ce186addc1 Reviewed-by:
hjk <qthjk@ovi.com>
-
Daniel Teske authored
Change-Id: I563b93beb836dad43146319f97fb48192a139511 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
hjk authored
This helps when copy-pasting from e.g. a shell script. Change-Id: I8beb8f29189d1cd8c85818819c46bf3ed21b5f5a Reviewed-by:
hjk <qthjk@ovi.com>
-
Daniel Teske authored
Before we would only offer widgets for targets which had at least a qt version. Thus it was impossible to import a in source desktop build if the user had no qt version for the desktop in the settings. Change-Id: Ib8e04b1569ac3499c11c5cfda6c708f5fd408144 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
ITargetFactory::supportedTargetIds should return all targets that this factory can support, regardless of e.g. installed qt versions. Whereas canCreate() should check the availability of e.g. a qt version. This makes supportedTargetIds() have the same meaning as ITargetFactory::supportsTargetId(). Change-Id: I744abb89e441026d6f3f8de21944d780e9b9fa32 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: I7918a0eb89b2d3a3edcbb6bec4021db89c546a72 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Flex Ferrum authored
Change-Id: I7eef048a7952a79f031ae3d0abba68e3c5ffbfb8 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Tobias Hunger authored
Change-Id: I8df8ca7d4440436acb595d69d64f460125d4dbd0 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Change-Id: Id61e744dd1bd837a6b8dfa2120cd8cdcf81851e0 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Christian Stenger authored
Change-Id: I1ce57c671eab1ff2084724b7799867326cd7ed24 Reviewed-by:
Bill King <bill.king@nokia.com>
-
Robert Loehning authored
Change-Id: Ief66b17723d867711bd9eb4a9fa549e930efd7f9 Reviewed-by:
Christian Stenger <christian.stenger@nokia.com> Reviewed-by:
Bill King <bill.king@nokia.com>
-
Aurindam Jana authored
Show QML/Javascript objects as a tree when evaluated in the console. Change-Id: I42901bf9bda3f18fb9fb1ca309a8370ccbe37c0a Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Christian Stenger authored
Change-Id: Id7a8a01d48cd78e98edad9885ecb41360e62e649 Reviewed-by:
Bill King <bill.king@nokia.com>
-
Tobias Hunger authored
Change-Id: Ie005436f999b98f211872970be3b24965190b1a9 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
hjk authored
This is the first step of a larger refactoring. The plan is to make debuggersettings more orthogonal to individual runconfiguration implementation. This patch alone already pushes the settings handling to the debugger plugin and removes code duplication in the runconfiguration implementation. Change-Id: I4c78d1658ea462d3df14b873f8f41cc918a23f1a Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Tobias Hunger authored
Change-Id: I589b78bbaea2c94506fa1ae8877f0523e42f0ad2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Christian Stenger authored
Change-Id: Id829958f434ed96569ac3278271a2d2caf78d674 Reviewed-by:
Bill King <bill.king@nokia.com>
-
Martin Aumüller authored
Change-Id: I732cc9d6ad1693cf6227bca7c7d6e80a9357fd23 Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
Change-Id: I0f49d3a26c801af84bb578478bd4778356507cf6 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Kai Koehne authored
Actually use the QML debugger instead of the CPP one. This broke in commit fe8cead2. Change-Id: Ifd4b98a74ee03d3cffab4547564708e3b83b2bd3 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Erik Verbruggen authored
Change-Id: I480470c299f49a02d2a216d3aece81a843d73ce1 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-