- 04 Jul, 2016 1 commit
-
-
Orgad Shaneh authored
The heavy lifting was done by clazy. Change-Id: Id09b62b7b9812d9c0981202c257d18387a8b09d9 Reviewed-by:
BogDan Vatra <bogdan@kdab.com>
-
- 30 Mar, 2016 1 commit
-
-
hjk authored
Kudos to cgmb and https://github.com/cgmb/guardonce Change-Id: Ifa8970734b8d43fd08c9260c645bdb0228633791 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 19 Jan, 2016 1 commit
-
-
Tobias Hunger authored
* Update files in src/plugins Change-Id: Ia5d77fad7d19d4bb3498e78661982f68729adb22 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 10 Dec, 2015 1 commit
-
-
BogDan Vatra authored
Task-number: QTCREATORBUG-15422 Change-Id: I7be44fbe43c320c171ffb724ffd25414e184fd9a Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 01 Dec, 2015 1 commit
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-15430 Change-Id: I6746cffd8d3d4ffc71c35060ed0a2eba7a7aa64b Reviewed-by:
BogDan Vatra <bogdan@kdab.com>
-
- 17 Nov, 2015 1 commit
-
-
Tobias Hunger authored
Turn it into a class, add a isValid method and initialize it properly Change-Id: I413ca931b125c9bbfc58b855280e9e58402f3d0b Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
- 18 May, 2015 2 commits
-
-
Daniel Teske authored
Now that every usage of that command is using it in a separate thread we can do that without any problems. Change-Id: If38a734ceb5c519cd3ed28357374c83843e67c8e Task-number: QTCREATORBUG-13634 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Daniel Teske authored
We used to only identify the avd by api level and abi. That was obviously incorrect, but at the time I didn't know how to get the actual avd name from a running emulator. Turns out this is reasonable easy via telnet on the emulator port. Change-Id: I387901a5294674f44399c0726abcc9feea221e8d Task-number: QTCREATORBUG-13095 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
- 27 Apr, 2015 1 commit
-
-
Daniel Teske authored
Instead compare the toolchain version (and abi) and replace the old toolchain with the new toolchain. This requires splitting up the updating into two parts, registering the new toolchains first, then updating the kits and last removing old toolchains. Change-Id: Ida6aa27e84f683ef7a3159b69bb12f93cee4ec67 Task-number: QTCREATORBUG-14243 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
- 16 Apr, 2015 1 commit
-
-
Daniel Teske authored
Easy to do and makes the dialog feel marginally nicer. Task-number: QTCREATORBUG-13123 Change-Id: I64098f1fd751100d40227c298a9e7eb358552bfb Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
- 14 Apr, 2015 1 commit
-
-
Daniel Teske authored
Change-Id: Ib20c1f425f91f34749bce837f14ef7a1e36273e3 Task-number: QTCREATORBUG-13615 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
- 05 Mar, 2015 1 commit
-
-
Friedemann Kleint authored
Change-Id: Ie7825b9c7f3e131a8afaebbd4c245f1227c8dcd4 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
- 16 Feb, 2015 1 commit
-
-
Daniel Teske authored
Change-Id: Ia2b57013b392237434ea3649c4f60a671e84ceb5 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com> Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
- 16 Jan, 2015 1 commit
-
-
Eike Ziller authored
Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 13 Jan, 2015 1 commit
-
-
Daniel Teske authored
Two major areas of improvement: - Make connections last, so that the initial setup does not trigger any unnecessary checks. - Make fetching the list of android virtual devices a background operation. Together they reduce the time needed to open the settings for me by roughly 10 times. Task-number: QTCREATORBUG-13735 Change-Id: I0839853dcdbdfe20a183a27888e55d3c56a9b815 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
- 18 Nov, 2014 1 commit
-
-
Daniel Teske authored
Debug Deployment broke with Android 5. Also show Android 5 devices as incompatible in the device dialog if we are using debug deployment. Task-number: QTCREATORBUG-13419 Change-Id: Ic321cfa46eb724f87f338af9c4b50face06c7c06 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
BogDan Vatra <bogdan@kde.org> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
- 10 Nov, 2014 1 commit
-
-
Daniel Teske authored
We need to pass -force32bit on that platform. Change-Id: Ib2e205c7147fc573ad20467429a08f47b774b94f Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
-
- 09 Oct, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 25 Sep, 2014 1 commit
-
-
BogDan Vatra authored
Switching from Ant to Gradle brings lots of advantages: - it is way faster when rebuilding (25-50% faster than ant). - it enables first class Android Studio integration. - adding Android Extras libs (e.g. Google Play services, OBB, etc.) to your project is now painless. [ChangeLog][Android] Added Gradle support to build the APK. Change-Id: Iee492954f8ffb2c22e6ab14a8a25faf644de9a51 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 22 Sep, 2014 1 commit
-
-
BogDan Vatra authored
Change-Id: I016a0bd03801c89b29e8b736530c9e40cb5590c0 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 21 Jul, 2014 2 commits
-
-
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>
-
- 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>
-
- 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>
-
- 25 Mar, 2014 1 commit
-
-
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>
-
- 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>
-
- 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>
-
- 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>
-
- 21 Nov, 2013 1 commit
-
-
Daniel Teske authored
Change-Id: I0e57d83526dff0edb435f9d81b18e22d4ee26e08 Reviewed-by:
Robert Loehning <robert.loehning@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 1 commit
-
-
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>
-
- 22 Oct, 2013 1 commit
-
-
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>
-
- 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>
-
- 26 Sep, 2013 1 commit
-
-
Daniel Teske authored
Change-Id: I37d706b4e11c6e1353a8ee73378b7d080080678c Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
- 13 Sep, 2013 1 commit
-
-
Daniel Teske authored
Change-Id: I1f4f3065a09837414429bbfc68110ada85ea174a Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-