- Mar 05, 2014
-
-
Tobias Hunger authored
This patch breaks the build and I do not see a trivial fix. This reverts commit 83ad1724. Change-Id: I86823414ae0252b7a2031cebc30f635097f38332 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I07d9ea0946ec44b4d1a7d7d02b1f50dbaf78f6e6 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Change-Id: I7aff223cdbc108fc51554a5f53f8c5efb3856864 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Add a method for a VCS to tell creator where it installed additional tools that it came with. This is useful for e.g. git on windows which ships with a nice bunch of unix tools. Change-Id: Ibc5f2fb57307bfadad140bd57d83917e56d57153 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Mehdi Fekari authored
This cannot be done in the "check device" deploy step since the deploy configuration does not know which run mode will be used, which is mandatory since this check is only required with debug mode. Task-number: QTCREATORBUG-11513 Change-Id: I25121cf61afcf947c3873a6d2767877892ab4afc Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
Nikolai Kosjar authored
...since that's not thread-safe and thus leads to crashes from time to time. Change-Id: I907ae8b5c4d60bfc82bc97b55cc5d62d8bbeae04 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Tobias Nätterlund authored
The -debugNative parameter should only be passed to blackberry-deploy when C++ debugging is enabled. Task-number: QTCREATORBUG-11460 Change-Id: I3dba64bb57211f1c6d6b972e8afe5fa77451fb7c Reviewed-by:
Mehdi Fekari <mfekari@blackberry.com> Reviewed-by:
Fanda Vacek <fvacek@blackberry.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
Tobias Hunger authored
Consistently use the same method to trigger re-evaluations. Change-Id: I3af86ec8f811cfb64fcfd3784c8d3e79a8154b21 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Trigger a re-evaluation of the state when the base filename or the environment changes. Both can effect whether a command is found or not. Change-Id: I3fcb9683296113e04f7a78bb2d3ae681f6603823 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
Change-Id: I2ece1fb47eb48c4e56561ed2c947dc1c997af344 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Alessandro Portale authored
Making sure that the file name field has "ant.bat" set, and that the filtering really works. This patch also ensures that native file separators are shown. Task-Number: QTCREATORBUG-11628 Change-Id: Ibab8c145d0b832e5ad2e2ff62a81818e4044f13e Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
Change-Id: Ie28b6f52b91adcfb947203e6354f24412e0edfae Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Alessandro Portale authored
If the user installs a fresh Android SDK and selects its path in the Android options, Qt Creator will still say that this is not a valid Android SDK. The reason is that Qt Creator also checks for the platform tools to be installed. Installing those is a separate step which needs to be done after installing the SDK. This patch enables Qt Creator to tell the user if the platform tools are missing, but the SDK is otherwise fine. Change-Id: I3557fb93d46e8677498843250302d12c8babb1df Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Sergio Ahumada authored
Change-Id: I3be73c2a4d256a0d28e863fd2517a4d7442b34d8 Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
- Mar 04, 2014
-
-
Rainer Keller authored
Check for existing Qt versions, toolchains and devices if those ids are given. Change-Id: I0447d55e01cc40e43669ba7999126b0260974c0b Reviewed-by:
Rainer Keller <rainer.keller@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I5403ae8b7a238f24aadd26c1db3a1b8b4c83fdb2 Reviewed-by:
Rainer Keller <rainer.keller@digia.com>
-
Friedemann Kleint authored
Change-Id: Ia88815313272709e0f2c2954ed94d258647c5726 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-11621 Change-Id: I2be90e1814afcaab8c3c9a84e2682e5192dfe472 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Thomas Hartmann authored
If there are no files we return a string list containing an empty string. Task-number: QTCREATORBUG-11327 Change-Id: Idd6680b9b2d9c702c2267796695ef60de0d95fab Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Orgad Shaneh authored
Compare full function signature, or at least argument count. Task-number: QTCREATORBUG-10295 Change-Id: Iead4d067209a8aea77cfcea2cd1ca5d08f87b165 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Orgad Shaneh authored
Change-Id: I1a5d78af88719a5070fea387559e2e2863ea6aca Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Thomas Hartmann authored
Task-number: QTCREATORBUG-11334 Change-Id: I65b3f95bdc5a57971854fb8bce620a275f646ff5 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Tobias Hunger authored
The gnumake manual states that the make errors start either with a make executable or a makefile, followed by a message. This message starts with "warning: " for warnings and with "*** " for fatal errors. Normal errors have no prefix. This patch should make sure all these are recognized and also simplifies the code a bit. It also adds a new unit test for the lines starting with a Makefile. That one addresses QTCREATORBUG-10576. Task-number: QTCREATORBUG-10576 Change-Id: Ib3ef2ff5e324e773d7e78bb148bf09e9875b985e Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
The code still assumes host == target in some places... Change-Id: Ief495df6ff5fbff890fc46d42a6b29eee3a1ed2c Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Fawzi Mohamed authored
Change-Id: I06982188952d23ecee876dd4a7d6e805b81a7cb5 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Orgad Shaneh authored
Change-Id: I51eb77abd8f6903408336a47396d54a7eda7331f Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Eike Ziller authored
Task-number: QTCREATORBUG-11605 Change-Id: Idbca992cab23bca847f69765e1fe11e697b231f9 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Mar 03, 2014
-
-
Friedemann Kleint authored
Do not use QObject::tr(), use native file paths, use complete contexts. Change-Id: Icc4990b4c2ca5b9ae6f6b639db9e1a45a93e0a65 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Tobias Hunger authored
Give the settingspath where the Qt Creator profiles are stored in the Qbs build- and install steps. Change-Id: I048525083fc39ca824d866e885d44325306e1030 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
This is necessary since the build may change the the properties of the build targets (executable name, etc.), so we can not proceed to run anything without that update. Change-Id: I9790c529db5e4da61f59e638a05339ada714353c Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Qbs can no longer tell us which projects produce an installed executable, so just create run configurations for everything. Change-Id: Ifd2b5941d0909b63a64139d91a970fb75f0c3b78 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Tobias Hunger authored
Change-Id: Ie4452d668ad8355b0f68f5d41e9a26a13c2c8586 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Eike Ziller authored
It's not sufficient to try to create a QUrl on a string to find out if it is an url, because that automatically treats strings without any special characters as "local file urls". Task-number: QTCREATORBUG-11570 Change-Id: I18071aed5b3fbdd717b045c2f6e3e90385be8584 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
El Mehdi Fekari authored
Task-number: QTCREATORBUG-10540 Change-Id: Ie6f23e2a10afd0f1ef96bee10006461675ecb22f Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
Eike Ziller authored
Change-Id: I81a3f5751be653c15ebef8efbbeaa716c2fdb390 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
El Mehdi Fekari authored
Task-number: QTCREATORBUG-11513 Change-Id: I7c2a2e0c4fa7315c961bd0354e0f7db7d71185a2 Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
Leena Miettinen authored
Also add links to more tutorials in the Qt reference documentation and Qt Creator documentation. To test, just copy the files to the respective folders in a Qt Creator installation. No need to pull and rebuild. Change-Id: Ia24f07342849ac826d29965e6d70bc24712715e9 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Friedemann Kleint authored
Fix spelling, do not use QObject::tr(). Change-Id: If0c55e956ea749ad6ca37cb3ad98c880beaabb49 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Tobias Hunger authored
"Run in Terminal" is checked/unchecked according to the consoleApplication property found in qbs. Rename the forceGuiMode method to better describe what it is used for. Change-Id: I485058c85563cf4d3ced0d1a5f8cb1bf89791750 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
David Schulz authored
Task-number: QTCREATORBUG-11610 Task-number: QTCREATORBUG-11194 Change-Id: Ia5e70dad0f66ec4d6ee610b59963321ce1fb20ad Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-