summaryrefslogtreecommitdiff
path: root/src/plugins/android/androidsdkmanagerwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Canonicalize some includesChristian Kandeler2019-01-101-5/+5
| | | | | | | | | | | | Our canonical style is #include <utils/fileutils.h> rather than #include "utils/fileutils.h" Which makes sense, as such headers will never be found in the local directory. Change-Id: I4ca46e90d6c4d19d4b1f235f4c79caad864ef222 Reviewed-by: hjk <hjk@qt.io>
* Android: Fix Android SDK license dialog textVikas Pachdha2018-10-241-4/+5
| | | | | | | Task-number: QTCREATORBUG-21374 Change-Id: I33a145498d514a47028123639bb0808fc714d371 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-1/+1
| | | | | | | | | | | Instead, set the default level of all logs to QtWarningMsg. The call to setFilterRules overrides the user preferences in qtlogging.ini. Change-Id: Id5f6cd550d14ff7f45ae04c5d3110e0bafb0f072 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: hjk <hjk@qt.io>
* Android: Fix translation issuesEike Ziller2017-10-241-15/+0
| | | | | | | Add missing Q_OBJECT macros Change-Id: Ic2b01374e4426a7c90e9a8b4c3676e00c200300d Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Android: Fix UI textLeena Miettinen2017-10-201-1/+1
| | | | | Change-Id: Ifae94cbd89c2af06b2c44c6a3872a24726b30c59 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Android: Fix a possible race condition in SDK managerVikas Pachdha2017-10-121-1/+1
| | | | | | | | | QFutureWatcher connections are made after calling setFuture. This can lead to race condition Task-number: QTCREATORBUG-19082 Change-Id: I87379c2b14c722cf4d4a9a374bd1ac1e72b52d5c Reviewed-by: BogDan Vatra <bogdan@kdab.com>
* Andriod: Check Android SDK pending licensesVikas Pachdha2017-10-111-37/+161
| | | | | | | | | | | Pending licenses are checked before installing any package and the user is provided with an option to agree to license terms and conditions Task-number: QTCREATORBUG-19000 Change-Id: I4e149b4a6ac84c1f336bb7c50b0d62a2019c7868 Reviewed-by: BogDan Vatra <bogdan@kdab.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Android: Auto installation of missing necessary SDK packagesVikas Pachdha2017-10-111-1/+7
| | | | | | Task-number: QTCREATORBUG-18978 Change-Id: Iac3e2c956ac3da717c6509f28b8d810827947ea0 Reviewed-by: BogDan Vatra <bogdan@kdab.com>
* Android: Enable common arguments for SDK manager commandVikas Pachdha2017-10-111-1/+86
| | | | | | | Task-number: QTCREATORBUG-18978 Change-Id: I9f3e2b16a77ff949268960d2b5c5aa1896fa3770 Reviewed-by: BogDan Vatra <bogdan@kdab.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Android: Android SDK manager user interfaceVikas Pachdha2017-10-111-0/+364
Task-number: QTCREATORBUG-18978 Change-Id: I421ea66fcd4f3cf38e6cfd3be58a35b3f9204c6f Reviewed-by: BogDan Vatra <bogdan@kdab.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>