- Nov 18, 2013
-
-
Tobias Hunger authored
... when opening a project that is no longer found on disk. Task-number: QTCREATORBUG-10703 Change-Id: I5163c85469d354d2cf48959dcae6303c69392b8f Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
So far the simplified project tree was a flat list of files for qbs projects. With this change it is a flat list of Products, each containing a flat list of all files referrenced. Change-Id: If53e80ca69f595df245a20af9f9ced1121cf30af Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Leena Miettinen authored
Update screen shot. Change-Id: Icf09fd196f86f1ba9be13817528ac509c34d8655 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Kai Koehne authored
Change-Id: I49b0a7d83d0be4586c5e11a482b109461f1a05d6 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Tobias Nätterlund authored
This fixes an issue that wouldn't let you continue in the BlackBerry environment setup wizard after installing an NDK. Task-number: QTCREATORBUG-10675 Change-Id: Id36f9ea95793f04d21304d92b2a2d0de675546f1 Reviewed-by:
Mehdi Fekari <mfekari@blackberry.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- Nov 17, 2013
-
-
hjk authored
Task-number: QTCREATORBUG-9207 Change-Id: Ic98fb9a99c250dccf2735f28d0d3fefa7d1da52f Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I96498b93bb1632de8ca960ae24ec54e31f8c0897 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Nov 15, 2013
-
-
Oswald Buddenhagen authored
some qt prfs use this variable, so better set it it to avoid some noise. Change-Id: I606c88dd7664b1cd8b490d60badd5c6bf80fd1c9 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Oswald Buddenhagen authored
unlike .qmake.cache & co., the presence of this file has no magic effects on where mkspecs, modules and other things are searched. as the obvious name "cache" is of course already taken, we call it "stash". the file is searched up to the super cache (if present), otherwise up to the normal cache/conf (if present), otherwise up to the root. if it's not found, it is created next to the super cache (if present), otherwise next to the cache/conf (if present), otherwise in the current output directory. note that the cache really should be created and populated by the top-level project if there are subprojects: otherwise, if there is an "anchor" (super/cache/conf), subprojects would race for updating the cache and make a mess. without an "anchor", each subproject would just create its own cache, kind of defeating its purpose. this is no different from the existing "cache", but it's worth mentioning that removing the "anchoring" function does not remove the "nesting order" constraint. Task-number: QTBUG-31340 Change-Id: I786d40cef40d14582a0dd4a9407863001bec4c98 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> (cherry picked from qtbase/ff31d87cc883dcf17ab459a15eac04e074d9614a) Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Oswald Buddenhagen authored
otherwise, if the output dir is the root, the path would be denormalized. the code for finding existing files already does that. Change-Id: I56d70477e9c9ffcd936325068624a84df10ffd87 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> (cherry picked from qtbase/72075656cfeac570ce002c517a22b1c5d7bc0dd0) Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Oswald Buddenhagen authored
there is no point in setting the variables already when peeking into the caches, as that is done in a separate evaluator anyway. it also makes no sense to have them set while loading the spec itself, as it's not permitted to do anything with the caches. so set them at the next convenient point, which is right before actually loading the caches. Change-Id: I3717ddf94353dc04e12c52e542f16ed27b578e14 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> (cherry picked from qtbase/0f68222e9ebdf42778d4bb84260268764eb55b30) Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
We need to check all ro.product.cpu.abi# properties, but there's a limited amount of those. So only check up to 5 to ensure that the loop always terminates. On irc a user reported that on his device adb shell getprop returns "/bin/sh: getprop: not found", so this loop was never terminated. Change-Id: I819b28cdbedb0bf557ba58e8495a8da5eeb8dc8d Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com>
-
Daniel Teske authored
Change-Id: Ibce483484975e2817ad28ce00ea1f2d9ae06a497 Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com>
-
Daniel Teske authored
Change-Id: Ia149f8eed040d5fe370286025cf76f7a6e7f47db Reviewed-by:
Christian Stromme <christian.stromme@digia.com>
-
Tobias Hunger authored
Looks like you need to do that after canceling it... This stops "Evaluation" progress bars from sticking around. Change-Id: Ie0a9f88ba96cba261939c210fddb11bc43779416 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Leena Miettinen authored
It would be better to have this information only in one place, but as we have it in several places, it should at least be the same information everywhere. Change-Id: Ib599a25156780f8f897ad87d0dce9c968a32098b Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
El Mehdi Fekari authored
Change-Id: Icfbe5d46d0f6e29cfe68be57872fba9c15b5419d Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
El Mehdi Fekari authored
Change-Id: I08805d2901b4e7577497594ea0aaf5c45bec4a5f Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
Thomas Hartmann authored
This makes drag and drop faster than merging code. Task-number: QTCREATORBUG-9361 Change-Id: If9779d7439ea41edfb80c08161b7ef3d0f08cf41 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Now the TransformOrigin can be edited again. Change-Id: Ie89c7aed2f092f303286091cc44655ff70dae777 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Leena Miettinen authored
Update screen shots. Change-Id: I0205792498150b2aabd11e12ee65e03fff3bf577 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Eskil Abrahamsen Blomfeldt authored
A missing else was causing the else:unix-branch of the ios condition to always execute for unix platforms, overwriting any of the settings from before. Result was e.g. that Android builds would not properly install their assets. Change-Id: Icf8d2e77ff7eaea478cc2f945d3aee7929cc4078 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Orgad Shaneh authored
When class has a virtual destructor Change-Id: Ifcc9a05ee1eb1144ed7e035b9f077846fcb96cf3 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Ulf Hermann authored
With V4 the Javascript profiler is unusable. In order not to suggest to the user that it is actually usable, we disable it if it doesn't show any data. However, when profiling applications that don't use V4, yet, the JS profiler actually works and has to be enabled. Change-Id: Iecb97c0940addd157c5ebe229edb614448cc0554 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Tobias Hunger authored
Change-Id: I31db9d3f969d8e634cb5c84b1f3563c09e13cfd7 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Leena Miettinen authored
The Glossary was linked to three times from the Building and Running topic. Change-Id: I01f934abc3a51bfd32a1233e19da3073abe56e8c Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
hjk authored
Change-Id: I09c83b1746462b688d9c8328987ee23c0a09be7e Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Leena Miettinen authored
Simulator Qt is not distributed any more and plugins for the platforms that used it are no longer delivered with Qt Creator. If someone is still using Qt Simulator, they will have the documentation delivered with it. Change-Id: Ifc0cc7fa875e29b0cdff89772cf0f41d52a05f35 Reviewed-by:
Rainer Keller <rainer.keller@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
David Schulz authored
Change-Id: Ie4a53b05bf4e32a80cc7636f9ac16b094f6dc359 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Orgad Shaneh authored
Instead of building the hierarchy from the most basic class that implements the virtual function, start from the looked up class. Change-Id: Ia674fbb4a92dd45d4ca7bc621c54b411264cbe3d Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Thomas BOUTROUE authored
- Added the right TextFormat for dsFunction - Added TODO comments for missing dsError and dsAlert Task-number: QTCREATORBUG-10788 Change-Id: I31862971ac5b47f13036aa9c55552778ad88d4ee Reviewed-by:
Thomas Boutroue <thebootroo@gmail.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Tobias Nätterlund authored
Change-Id: I7e5be01328ab32db9218fbdefaede7044131d2b9 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Andreas Holzammer <andreas.holzammer@kdab.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Eike Ziller authored
Task-number: QTCREATORBUG-9843 Change-Id: If25196f727f5cc573560fa69f69c645eba00b0d0 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
Even if it was an empty argument. Change-Id: I610c4cea82bdbc557e63acd1663040ca70a5d3ee Reviewed-by:
hjk <hjk121@nokiamail.com>
-
David Schulz authored
Change-Id: I9daf0e057a3f5a274ae6b44c0c46ac7b1e036fe6 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
David Schulz authored
...to a numeric value for encoded debugger values. Change-Id: I9969ea01f50738210963fa08dc871edc90c1bae2 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Przemyslaw Gorszkowski authored
Very simple tests for include hierarchy model: * test if checked file includes one file * test if checked file is included by one file * test if checked file includes one file and is included by one file Change-Id: I3688f9ddb86a569f780fc156bdfcf6b81a9fb0c1 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Leena Miettinen authored
Explain why the field might still show "System" even though "UTF-8" is now the default. Change-Id: I2960d4cb86405d122ee31690a07e7a57176d093d Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Nov 14, 2013
-
-
Tobias Hunger authored
We want to restore even partially valid ABIs (e.g. those where we are not 100% sure about the supported word width). This change fixes Mingw compilers that went missing from their kits after creator was reopened: The ABI did not get restored due to the word width not being set and the default host ABI was set instead. This then made the debugger no longer a match (msvc20x does not match msys!) and thus getting removed from its kit. Task-number: QTCREATORBUG-10463 Change-Id: Ie89c7aed2f092f3032860915c74655ff70dae77d Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Fawzi Mohamed authored
Task-number: QTCREATORBUG-10695 Change-Id: I4a61cc03f0aa978d07d48e8f56f032a7a666879b Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-