summaryrefslogtreecommitdiff
path: root/src/plugins/android/androidrunner.cpp
Commit message (Expand)AuthorAgeFilesLines
* License updateEike Ziller2014-10-091-7/+8
* Android: Use the new gdbserver name for Qt 5.4+BogDan Vatra2014-08-181-2/+4
* 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: 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
* | Remove AndroidRunner::asyncStop; always stop synchronously.Ray Donnelly2012-12-131-4/+0
* | Fix Android ps output processing when ps is really busybox.Ray Donnelly2012-12-131-5/+21
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-19/+18
|\ \ | |/
| * Adjust license headershjk2012-10-051-19/+18
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-041-9/+9
|\ \ | |/
| * Android: check UI text for style and grammarLeena Miettinen2012-10-011-9/+9
* | Do not use the fromAscii() and toAscii() functions.Christian Kandeler2012-09-211-2/+2
|/
* Fixed string typo in Android pluginSergey Belyashov2012-08-011-1/+1
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Android: Add QML debugging supportTyler Mandry2012-07-171-11/+32