- 18 May, 2015 2 commits
-
-
BogDan Vatra authored
Change-Id: Ifbf1987e1b4322f1a0878855a12c4966bd77dc71 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
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>
-
- 22 Apr, 2015 1 commit
-
-
Alessandro Portale authored
/system/bin/app_process can be a link to e.g. /system/bin/app_process32, which we resolve first via "adb shell" before calling "adb pull". Task-number: QTCREATORBUG-14201 Change-Id: Ic133cf0bcec3234839680584ff4807f443161e6c Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- 16 Apr, 2015 1 commit
-
-
Daniel Teske authored
Change-Id: Ib0bb4ff89581a66b21431fe0009003b1f1430021 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
-
- 31 Mar, 2015 1 commit
-
-
hjk authored
Task-number: QTCREATORBUG-14201 Change-Id: I50441b2eeac2f2d71c16201a650a5a2e2fcb9512 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
- 19 Jan, 2015 1 commit
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-13427 Change-Id: I49ab3be15fc38df1564ee10f9515d92fbb6ff047 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>
-
- 07 Jan, 2015 1 commit
-
-
Robert Loehning authored
Change-Id: Iab93aea9e7ec17dd8196a957f90beb1ee3179605 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
- 06 Jan, 2015 1 commit
-
-
Robert Loehning authored
Change-Id: I45778c9562ba530a36ddaf201f0c61d380d701cf Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
- 18 Nov, 2014 2 commits
-
-
Eskil Abrahamsen Blomfeldt authored
This works around missing support for standalone installations of signed packages in androiddeployqt. The tool will use its arguments to decide what the package to install is named, so the arguments need to match the ones used to build the package. In particular, we need to tell it that we are creating a signed package. This is intended as a temporary solution. The tool should be fixed to support this use case properly, but the changes needed there were deemed too risky at this point in the release cycle, so we apply the work-around for now. Task-number: QTCREATORBUG-13431 Change-Id: I03163582979715e7daa389c49bf10a88b5879db7 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com> Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
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>
-
- 27 Oct, 2014 1 commit
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-13244 Change-Id: Iad4620a07994bd8944b48a117fac6a695a866205 Reviewed-by:
Ulf Hermann <ulf.hermann@digia.com> Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
- 21 Oct, 2014 1 commit
-
-
BogDan Vatra authored
Change-Id: I313b7a991fcc7adc7b9da85dbebc6dcd65b78ced Reviewed-by:
Daniel Teske <daniel.teske@digia.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>
-
- 16 Sep, 2014 1 commit
-
-
BogDan Vatra authored
On Qt 5.4 the problem was fixed by https://codereview.qt-project.org/#/c/91261/ Change-Id: Id139fe2fe1e83ac5108ffeeb140cb8d2f16747c7 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 25 Aug, 2014 1 commit
-
-
hjk authored
Less typing and less cycles than join(QString) where appropriate Change-Id: I6ebc0e17e4d7fd9845864dd95b7de4ba4dad6906 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 08 Aug, 2014 1 commit
-
-
BogDan Vatra authored
On Qt < 5.4 androiddeployqt can't be used to only install the package (and qt libs if the debug deployment was chose). Change-Id: Ia7939e7988163ec04bdc7a927fd3a89e4d824782 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 24 Jul, 2014 1 commit
-
-
Alessandro Portale authored
Change-Id: Idb866407347722766edbc85ce20799b088ce36dd Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 23 Jul, 2014 1 commit
-
-
Robert Loehning authored
Change-Id: I13306304f43933a8f0a642f10b6b05b796635f63 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 22 Jul, 2014 1 commit
-
-
BogDan Vatra authored
Change-Id: Iec98cc61854d690f0fa0f4b19978dc16ede2db48 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 21 Jul, 2014 4 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
Change-Id: I082acfad3b20d5e096fbb2ca3db775bb527eaf7a Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
BogDan Vatra authored
If the build failed there's no point in opening a shell. Change-Id: Icf27fa82c105f934a5d81ab0f317e0396cb12697 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
BogDan Vatra authored
Change-Id: I2944f6c36fee7b362ef7dbbf1053954c41607fe8 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
- 01 Jul, 2014 1 commit
-
-
Christian Kandeler authored
Currently we pass in some places by value, elsewhere by const ref and for some weird reason also by const value in a lot of places. The latter is particularly annoying, as it is also used in interfaces and therefore forces all implementors to do the same, since leaving the "const" off is causing compiler warnings with MSVC. Change-Id: I65b87dc3cce0986b8a55ff6119cb752361027803 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 12 Jun, 2014 1 commit
-
-
Eike Ziller authored
We have fileNameCaseSensitivity and withExecutableSuffix et al. Change-Id: I79bd2cd57e258c3f15673a661a49bab597d7afa4 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 06 May, 2014 1 commit
-
-
Tobias Hunger authored
Change-Id: I3ea10aa204b1ea41702edab09884b416cd6d9e06 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 03 Apr, 2014 1 commit
-
-
BogDan Vatra authored
Task-number: QTCREATORBUG-11417 Change-Id: If9de1dd40b6f43f020d6d5fef59519b0946b3888 Reviewed-by:
Daniel Teske <daniel.teske@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>
-
- 27 Mar, 2014 1 commit
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-11417 Change-Id: Ie94e1b7c149feda9c25554b5eff5862498dda81d Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
- 07 Mar, 2014 1 commit
-
-
Leena Miettinen authored
Change-Id: I132e849264f4be6c5378ece9bbf95943d25b9f69 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 29 Jan, 2014 1 commit
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-11339 Change-Id: Id571813ae6c057b76a384c21a2330be908b3ba6e Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
- 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>
-
- 10 Jan, 2014 1 commit
-
-
Daniel Teske authored
Since we copy the java files to the build directory, we need to adjust the path that the java compiler emits for error messages. For that the JavaParser needs to know the source directory, which is the android package source dir and the build directory. The AndroidDeployQtStep thus needs more information then just the input json file and now stores the path to the .pro file to both retrieve the input file and the android package source directory. Task-number: QTCREATORBUG-10904 Change-Id: Ib5141b35b610bc2eee568a096fc5e930f9eb2e47 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@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>
-
- 17 Dec, 2013 1 commit
-
-
Eskil Abrahamsen Blomfeldt authored
androiddeployqt uses toLocal8Bit() to get the correct encoding for executing shell commands, which is broken when Creator sets the process locale to something different from the shell. This caused build failures for all users on systems where the default build path is translated to something which contains non-latin characters. Task-number: QTBUG-34316 Change-Id: I4e7dd0d3351d164b720f042bb21f668589df5527 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 21 Nov, 2013 1 commit
-
-
Daniel Teske authored
Ensure that the widget and the step's settings are in sync with each other. Also don't restore the sign state since that leads to a password prompt on restoring the project. Task-number: QTCREATORBUG-10835 Change-Id: I4c3ead74e8caa6c87096c13173530a9c8ccae6aa Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
- 14 Nov, 2013 2 commits
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-10777 Change-Id: Ie02ecbd95c38a50512b943e5f688bf4187a1eda5 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
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>
-