aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androidrunner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Android: Fix debugging applications that link many modulesEskil Abrahamsen Blomfeldt2015-02-111-8/+0
* Update LicenseEike Ziller2015-01-161-7/+7
* Fix broken debugging on Android 5.0Alex Blasche2014-11-201-34/+141
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Android: Add comment about the protocol used in the runnerhjk2014-09-181-0/+53
* | AndroidRunner: Initialize qmlPort member even if unused.hjk2014-09-171-0/+2
* | Debugger: Better remote engine setup result reportinghjk2014-09-161-1/+1
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-08-191-2/+4
|\|
| * Android: Use the new gdbserver name for Qt 5.4+BogDan Vatra2014-08-181-2/+4
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-08-151-2/+8
|\|
| * Android: Do not create temporary files in CWDEike Ziller2014-08-121-2/+3
| * Android: Use the new gdbserver name for Qt 5.4+BogDan Vatra2014-08-081-0/+5
* | Android: Remove Necessitas supportBogDan Vatra2014-07-211-1/+0
|/
* Android: Increase timeout for adb to 10sDaniel Teske2014-06-261-2/+2
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-2/+2
* Android: Treat "fatal" messages error outputUlf Hermann2014-03-141-1/+2
* Android: Properly split stderr into lines and drop unrelated messagesUlf Hermann2014-03-141-13/+18
* Android: Don't read from adb logcat while PID isn't knownUlf Hermann2014-03-131-0/+3
* Android: fix capitalization and punctuation in UI textLeena Miettinen2014-03-071-1/+1
* Remove leading newline characters from translated messages.Friedemann Kleint2014-02-281-3/+3
* Android: Fix debugger startup by trying harder to find the pid.Daniel Teske2014-02-201-32/+31
* AndroidRunner: Handle incomplete lines betterDaniel Teske2014-02-141-6/+12
* Android: Rework settings dialogDaniel Teske2014-01-171-1/+1
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Android: Remove various waitForFinished(-1)Daniel Teske2013-11-221-2/+2
|/
* Android: Make AndroidRunner::stop() workDaniel Teske2013-11-011-6/+4
* Android: Make warnings in application output red tooDaniel Teske2013-10-301-1/+3
* Rename namespace Qt4ProjectManager to QmakeProjectManagerhjk2013-10-161-1/+1
* Android: androiddeployqt supportDaniel Teske2013-09-261-7/+8
* Merge remote-tracking branch 'origin/2.7' into 2.8Eike Ziller2013-06-251-2/+7
|\
| * AndroidRunner: Fix CheckPidTimer to not fire foreverDaniel Teske2013-06-181-2/+7
* | Android Deploy Options: Clean up uiDaniel Teske2013-05-291-1/+3
* | Android: Add QML profilingAurindam Jana2013-05-061-3/+10
* | Android: Setup QML debuggingAurindam Jana2013-04-231-16/+28
* | Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-04-081-142/+205
|\|
| * Debugging on Androidhjk2013-04-081-142/+205
* | Move DebuggerRunConfigurationAspect into DebuggerTobias Hunger2013-04-051-2/+3
* | Demote debuggerrunconfigurationaspectTobias Hunger2013-04-051-3/+5
|/
* Android: select device with "adb -d" if it have invalid serial noSergey Shambir2013-02-261-14/+10
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Fix AndroidRunner stop action.BogDan Vatra2013-01-241-5/+0
* | Remove useless warning dialog.BogDan Vatra2013-01-211-9/+7
* | Use /data/local/tmp instead of /data/local to deploy local libsBogDan Vatra2013-01-171-1/+1
* | Send static_init_classes paratemer to Android applicationBogDan Vatra2013-01-171-0/+3
* | Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-161-2/+10
|\|
| * Fix crash when pressing stop buttonBogDan Vatra2013-01-151-3/+6
* | Use QProcess::kill() rather than QProcess::terminate() for adb.exeRay Donnelly2012-12-131-3/+3