- 08 Jan, 2014 1 commit
-
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 04 Dec, 2013 1 commit
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-10983 Change-Id: I73dbc3e5279db8d85954d15411b68c47a038bafb Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 26 Nov, 2013 1 commit
-
-
Daniel Teske authored
The output is shown in the general message pane. Which is rather suboptimal since both ways to create avds are via a modal dialog, thus the output is not even accessible easily. So far no one has reported issues with failed avd creation. In case someone does, we now have the output of the command. Task-number: QTCREATORBUG-10601 Change-Id: I41c68d48fd317cd0e892a5ab3f5e2a5fa4bcbae9 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
- 22 Nov, 2013 1 commit
-
-
Daniel Teske authored
That waits forever. For processes that should finish in a reasonable time, we should not wait forever. I changed most of the waits to 5s, all of those functions do handle a failed waitForFinished. I doubt that all callers do also handle it correctly, but that's probably still better than waiting forever. Task-number: QTCREATORBUG-10868 Change-Id: I368a911f19a4f81d71b24cf9d58796bd99878040 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
- 21 Nov, 2013 2 commits
-
-
Daniel Teske authored
Change-Id: I0e57d83526dff0edb435f9d81b18e22d4ee26e08 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Daniel Teske authored
Change-Id: Ia5b4f9a1be705dd2b6a0a5ae1f5d44f272973c17 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
- 20 Nov, 2013 1 commit
-
-
Daniel Teske authored
Change-Id: Ie697a36747118de61fb1d35cbfc71bc939a88600 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 19 Nov, 2013 1 commit
-
-
Daniel Teske authored
See the below task for details: Task-number: QTCREATORBUG-10575 Change-Id: I7756d8780b33ede4c3d4eac7e281c9eabfa47e35 Reviewed-by:
Robert Loehning <robert.loehning@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 15 Nov, 2013 2 commits
-
-
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>
-
- 14 Nov, 2013 2 commits
-
-
Daniel Teske authored
Now takes a QFutureInterface to enable canceling and beautify the code by splitting it up. Change-Id: Ifedf19c3ad1a37a9b7cb6b7db8ec799ceebc5392 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
Daniel Teske authored
So that the function can be reused by waitForAvd. Change-Id: I0b7a86a13bf6a5f5b16d1d1cab362e7200a9a26f Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
- 30 Oct, 2013 1 commit
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-10574 Change-Id: I169762ce9d2388866f1aa16f2b7128cfd42e7cee Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 28 Oct, 2013 1 commit
-
-
Tobias Hunger authored
Change-Id: I89853ffb4192b0da1f34d471e250d4ec32daa3da Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 23 Oct, 2013 1 commit
-
-
Daniel Teske authored
For users upgrading from a broken 3.0 beta installation Change-Id: Ieecf38f74879d1efacbfd775ab29eba9e17a4c43 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 22 Oct, 2013 3 commits
-
-
El Mehdi Fekari authored
DebuggerItemManager::registerDebugger() should return the id of the added debugger in order to use it when setting a kit's debugger (addDebugger() creates and adds a copy of the passed debugger object with a unique id). The DebuggerKitInformation::setDebugger() method should set only already existing and registered debuggers. Task-number: QTCREATORBUG-10436 Change-Id: Icdcd1ed92aafe9eda44abf831aa9983dd6801980 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
Note, that we don't know the names of the started avds, so we look for a avd that has the same abi and apiLevel. Task-number: QTCREATORBUG-10411 Change-Id: I5f6ff3ee0dddcf2bb8fca981ccedf437e32da677 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
BogDan Vatra authored
If adb daemon is not started, adb devices command will add two lines to the output, messing up the devices list. Change-Id: I40dcf586d2661df2de0a56aaac543c3b4739ab0d Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 18 Oct, 2013 2 commits
-
-
Daniel Teske authored
Also rename/change highestAvailablePlatform to highestAvailableSdk. This fixes a bug reported on irc, where the lists for sdk and ndk were different and the highestAvailablePlatform was not available as in the sdk. Change-Id: I17fec9e8ce1913e933ddcf8eaa21d6bb6e14c5be Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Daniel Teske authored
The available platforms in the ndk might not be the same as in the sdk. This patch is renames everything using the ndk platform list to ndkPlatforms, except the highestAvailablePlatform which wrongly uses the ndk platform list. Change-Id: I02d9b68bbc27b0c748281678fe654d5f4244578d Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
- 11 Oct, 2013 3 commits
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-10241 Change-Id: I8245547f851174314b99bde857f257692ed35bfb Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
hjk authored
Change-Id: I818ba7d95c52b87a84de6bfdaac8436258ac249a Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-10006 Change-Id: I7e10ef1280ed2388c1e9341dad32935d22ce05ed Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
- 10 Oct, 2013 2 commits
-
-
hjk authored
Change-Id: Iee529e1c43c4b1a37d7894edee0ea4ecc81762d2 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
Task-number: QTCREATORBUG-10341 Change-Id: I197ae5745d5caba12bce3e148ada2a589ac7f9b3 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 09 Oct, 2013 1 commit
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-10224 Change-Id: I3d360a095ef76674e762e5bd795f21ab21685953 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
- 26 Sep, 2013 1 commit
-
-
Daniel Teske authored
Change-Id: I37d706b4e11c6e1353a8ee73378b7d080080678c Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
- 25 Sep, 2013 1 commit
-
-
hjk authored
Task-number: QTCREATORBUG-10189 Change-Id: Icddd09a1a931371133a1d03ca8cf600e76295eac Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 24 Sep, 2013 1 commit
-
-
hjk authored
Change-Id: I888b30094ed75818ee3af58c94ebf8468afa5eb9 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 13 Sep, 2013 1 commit
-
-
Daniel Teske authored
Change-Id: I1f4f3065a09837414429bbfc68110ada85ea174a Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
- 09 Sep, 2013 1 commit
-
-
Orgad Shaneh authored
Use it in Android plugin Change-Id: Id3ae707d5425e99a2e5b993e1ed98dddd73809a9 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 05 Sep, 2013 1 commit
-
-
hjk authored
Change-Id: I3b6427ec038d61ea3166880ae51292f87f7b861b Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 03 Sep, 2013 1 commit
-
-
Tobias Hunger authored
Change-Id: I74df950ff9de6ddc639a4b32bec55c269b5fb0e1 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 02 Sep, 2013 2 commits
-
-
Daniel Teske authored
It's rare that users will want older toolchains. In updateAutomaticKits distinguish between a Kit being removed since the toolchain doesn't exist anymore. Which happens on e.g. changing the ndk path. If the toolchain still exists, then it isn't the newest anymore, so demote the Kit to a manual kit thus enabling the user to remove it if he no longer needs it. Change-Id: I59203abc9bed5f2c46a002cea68fd72a84283840 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Change-Id: Id62c9ffb875f5bb9e19b04d477d85726c2503964 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 30 Aug, 2013 1 commit
-
-
hjk authored
Apply static 'pattern' for QtVersionManager, de-noise using code. Change-Id: Id66ac90094cd7312d1e72abbdbce4c02b078456e Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 29 Aug, 2013 2 commits
-
-
hjk authored
Apply static 'pattern' for ToolChainManager, de-noise using code. Change-Id: I196dc6f39dc2c61b1783aecad3faa0b23849e00a Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: I65c76f3ff43e1479075926c7e3fa460cca74d8fe Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 28 Aug, 2013 2 commits
-
-
Daniel Teske authored
For now just show that in the compile output. Change-Id: I332a8cae5653155175abfb1a4877ca1ca7cce8d5 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
Daniel Teske authored
Change-Id: I39c69bace0926e381b3569818401ddda8dd2c986 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-