aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androiddeploystepwidget.ui
Commit message (Collapse)AuthorAgeFilesLines
* Android: Remove Necessitas supportBogDan Vatra2014-07-211-113/+0
| | | | | Change-Id: I082acfad3b20d5e096fbb2ca3db775bb527eaf7a Reviewed-by: BogDan Vatra <[email protected]>
* Fix tooltips, add lacking dotsJarek Kobus2014-03-131-2/+2
| | | | | Change-Id: Id54a11b6868d5033fd1ecfd6324b7e50b94e305c Reviewed-by: Leena Miettinen <[email protected]>
* Android: androiddeployqt supportDaniel Teske2013-09-261-1/+1
| | | | | Change-Id: I37d706b4e11c6e1353a8ee73378b7d080080678c Reviewed-by: Eskil Abrahamsen Blomfeldt <[email protected]>
* Android: Implement device selection dialogDaniel Teske2013-09-131-4/+11
| | | | | Change-Id: I1f4f3065a09837414429bbfc68110ada85ea174a Reviewed-by: BogDan Vatra <[email protected]>
* Android Deploy Options: Clean up uiDaniel Teske2013-05-291-128/+78
| | | | | | | Task-number: QTCREATORBUG-9208 Change-Id: I1b1864908a24af3cd7c576831656267a6390b583 Reviewed-by: BogDan Vatra <[email protected]>
* Android: Remove "Edit rules.xml" buttonDaniel Teske2013-03-071-7/+0
| | | | | | | It serves no pratical purpose. Change-Id: I65494ca6be14c96baa6bad521f11e130edfc614a Reviewed-by: BogDan Vatra <[email protected]>
* UI text: fix Android stringsLeena Miettinen2013-02-131-1/+1
| | | | | | | | Fix capitalization in messages and UI text. Change-Id: I09fd826566f756cf2afaa4e29f93572089b9a8aa Reviewed-by: BogDan Vatra <[email protected]> Reviewed-by: hjk <[email protected]>
* Android: Make local deployment smartDaniel Teske2013-01-241-1/+8
| | | | | | | | | | | | On deploying, first check the timestamps of the files on the device, and then only copy+strip+deploy the files that are newer. Add a button for cleaning /data/local/tmp/qt as that is no longer done on each deployment. Task-number: QTCREATORBUG-8538 Change-Id: I93c4e6266d7d748b0a4735e00806282315227d4b Reviewed-by: BogDan Vatra <[email protected]> Reviewed-by: Daniel Teske <[email protected]>
* Android: check UI text for style and grammarLeena Miettinen2012-10-011-3/+3
| | | | | | Change-Id: I8b808cf374fcdc124c5b2b7d9a113e6d64b17f2f Reviewed-by: BogDan Vatra <[email protected]> Reviewed-by: Leena Miettinen <[email protected]>
* tr()-fixes for 2.6.Friedemann Kleint2012-08-011-8/+8
| | | | | | | | | | | - Fix typos and various capitalization errors. - Fix wrong placeholders. - Remove QCoreApplication::tr(). - Fix androidpackagecreationwidget.ui, remove translation from combo and clean up some HTML markup. Change-Id: I51bcdad90c770c0f861a9d17e92b9c9222c6e8bf Reviewed-by: Robert Löhning <[email protected]>
* Fixed capitalization of "Qt"Robert Loehning2012-07-301-4/+4
| | | | | Change-Id: I9580c9f2a067ec30da111eb6ada61f5064a4dc5b Reviewed-by: Friedemann Kleint <[email protected]>
* Android pluginBogDan Vatra2012-04-241-0/+156
Change-Id: Iad58914f067a6ef6d3412ccd42f757d821e39e45 Reviewed-by: Alessandro Portale <[email protected]>