- 18 Aug, 2014 1 commit
-
-
Tobias Hunger authored
This change also adds a AbstractMacroExpander for the QtKitInformation. It supports the following variables in the Kit display name: %{Qt:version} - Qt version number %{Qt:type} - Qt type %{Qt:name} - Qt version name %{Qt:mkspec} - mkspec used by the Qt version Task-number: QTCREATORBUG-11118 Change-Id: I7263781336ab561c34880b187ebd55e81e6ca215 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 21 Jul, 2014 5 commits
-
-
Daniel Teske authored
Change-Id: I93f5f3248dc83ab5d53def6e86431354b431c26f Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
BogDan Vatra authored
- Split up androiddeployqt into two steps: One building the apk, and one deploying it to the device. - The build apk step base class AndroidBuildApkStep is ihneritaged by the qmake specific class QmakeAndroidBuildApkStep. - The deployment step is still called androiddeployqt - Move all qmake specific code to the qmakeprojectmanager plguin - Flip the depencency between the android and qmake plugin, now the qmake plugin depends on the android plugin, implementing a interface the android plugin provides. - Note: This removes the debug deployment for now. Change-Id: I1c386640159ed14b637668abde8eb3b9009ab803 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
BogDan Vatra authored
And not based on the build sdk version. Change-Id: I31a37652d40408e7bfc3f49366d97f560ee99c71 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
BogDan Vatra authored
Change-Id: I527c7ce13b01f441183940a5e0ea2baec64c04e3 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
BogDan Vatra authored
Change-Id: I082acfad3b20d5e096fbb2ca3db775bb527eaf7a Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
- 17 Jul, 2014 1 commit
-
-
Daniel Teske authored
android list avd outputs "Target: Android L (Preview) (API level L)", which we treat as API Level 20 now. Change-Id: Idc74fc833ffd69959af9d25cdaaa115f35c06831 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
- 16 Jul, 2014 1 commit
-
-
Orgad Shaneh authored
Change-Id: I4a8a8f68bb1e52750380218793ec3029b488c01f Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 26 Jun, 2014 1 commit
-
-
Daniel Teske authored
On some machines adb takes a longer than 5s to finish. The reasons for that are unknown. Change-Id: I949dc40b8f407aa98be0456df47a9ebe88e230a5 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
- 19 Jun, 2014 2 commits
-
-
hjk authored
Change-Id: Id60005f4760746299827fb502f1c0afec71542df Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@digia.com>
-
Nikita Baryshnikov authored
Change-Id: I4f6011cc2b6127037249aabc2426a88ad7108ebf Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 08 May, 2014 1 commit
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-10601 Change-Id: I3d1fef8a44f434f7eb484f538863c436b4e3a21c Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
- 14 Apr, 2014 2 commits
-
-
Daniel Teske authored
Change-Id: I287c0b7acb32d391080a57792740b3316a87c64d Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Daniel Teske authored
Handle the case where the output doesn't end in ==== Change-Id: Ia37f64259c3cae9a016d854dc1b056d9a4459a62 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
- 01 Apr, 2014 1 commit
-
-
Daniel Teske authored
Filter the list of api levels to only show those that can be created. Change-Id: I7aaaa58324ca44176e39982cda29d746011fa346 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
- 27 Mar, 2014 1 commit
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-11877 Change-Id: I5fa4b4667c27a7b82addd7845dd504d4eb6108cf Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 25 Mar, 2014 2 commits
-
-
Daniel Teske authored
The check for errors was wrong and didn't even get the right string. Fix that, and also use a QMessageBox for the errors. Task-number: QTCREATORBUG-11729 Change-Id: I9aecd1dcbeabb35d60833419f7997ea4c704d65b Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
Daniel Teske authored
Change-Id: Ib4f65eb0b63fdcb03468d28bf6c65a50074182bb Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
- 14 Mar, 2014 1 commit
-
-
Kimmo Leppälä authored
With the latest Android SDK Tools installed deployment to Android Virtual Device failed since the format of "android list avd" changed to include device tag information. Task-number: QTCREATORBUG-11658 Change-Id: I72a2427dedfaf0cd7638b9805c545fda0bd6598e Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Kimmo Leppälä <kimmo.leppala@digia.com>
-
- 11 Mar, 2014 2 commits
-
-
Daniel Teske authored
Create the device first, as otherwise no kits are generated and create toolchains next. This should fix that the AndroidPotentialKit doesn't vanish in some cases. Change-Id: Ia9141f72a146da157dc713c1e2f293747fa369bd Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-11056 Change-Id: I81b58d08b66b4fb8322e5c6c4935ddfb9470318f Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
- 07 Mar, 2014 1 commit
-
-
hjk authored
Change-Id: I8f20addd45fae422f723047689d98e9d903cce6b Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 20 Feb, 2014 1 commit
-
-
Daniel Teske authored
Broken in the settings dialog refactor Change-Id: Ibb4777c36e332d9972048f4cd339e890518c523c Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 11 Feb, 2014 1 commit
-
-
Tobias Hunger authored
Change-Id: Ida513eb0537e2ef0c55887d0df21de956e85e983 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 17 Jan, 2014 1 commit
-
-
Daniel Teske authored
Make it possible to create multiple AndroidConfigs so that we can have a different one in the settings dialog from the global one. Move pretty much every method from AndroidConfigurations to AndroidConfig, so that the settings dialog can work with its copy. Also add some additional logic to the settings page around the java setting. To start the avd manager we need both a sdk path and a java path. Also do some basic additional checking of the java path. Task-number: QTCREATORBUG-7724 Task-number: QTCREATORBUG-10936 Task-number: QTCREATORBUG-10937 Task-number: QTCREATORBUG-11059 Task-number: QTCREATORBUG-11218 Change-Id: I148c69b9c98a8a070d17d9b0e223d01db1750e69 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 09 Jan, 2014 1 commit
-
-
Daniel Teske authored
The function's operation of simply appending the string as is would be fine if FileNames were strings. But they aren't, so the function name should be intentionally ugly to stand out. Change-Id: I85e16844e2d69cacb6566c538182b84300c45161 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 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>
-