summaryrefslogtreecommitdiff
path: root/src/plugins/qt4projectmanager/qt-maemo/maemosshrunner.cpp
Commit message (Expand)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
* Maemo: Fix possible crash on stopping a run control.Christian Kandeler2011-01-041-0/+5
* Fix Creator crash on SSH connection loss.Christian Kandeler2010-10-261-4/+6
* Maemo: QML debugging is not possible on Fremantle ...Christian Kandeler2010-10-081-2/+5
* Maemo: State machine bugfixes in remote process execution.Christian Kandeler2010-10-081-5/+7
* Maemo: Only mention mounting stuff to user when it's actually done.Christian Kandeler2010-10-081-7/+44
* Maemo: Fix SSH signal connections.Christian Kandeler2010-10-061-1/+1
* Maemo: Introduce explicit states to SshRunner.Christian Kandeler2010-10-041-59/+106
* Maemo: Remove unused function.Christian Kandeler2010-09-301-5/+0
* Maemo: Use tighter regular expression for pkill.Christian Kandeler2010-09-281-2/+6
* Maemo: Support QML-only debugging.Christian Kandeler2010-09-161-1/+1
* L10n: tr()-fixes, message strings, compiler warnings.Friedemann Kleint2010-09-151-1/+1
* Maemo: Support QML debugging.Christian Kandeler2010-09-081-2/+6
* Maemo: Display UTFS server stderr output.Christian Kandeler2010-08-261-0/+2
* Maemo: Some adaptations for Harmattan.Christian Kandeler2010-08-251-2/+2
* Maemo: Toolchain for remote mounter needs to be dynamic.Christian Kandeler2010-08-231-1/+2
* Maemo: Fix UTFS server readiness detection.Christian Kandeler2010-08-171-0/+2
* Maemo: Better reporting of SSH timeouts, additional unmount step.Christian Kandeler2010-08-171-27/+48
* Maemo: Device configurations now have a list of free ports.ck2010-08-131-6/+21
* Maemo: Add deployment via remote mount.ck2010-08-111-3/+4
* Maemo: Improve progress reporting of remote process start and shutdown.ck2010-08-101-2/+7
* Maemo: Better reporting of mount errors.ck2010-08-101-2/+0
* Maemo: Encapsulate remote mount functionality in its own class.ck2010-08-101-220/+67
* Maemo: Put mount specification class into its own set of source files.ck2010-08-101-6/+4
* Maemo: Do the bind() for remote mounts on the device.ck2010-08-021-27/+43
* Maemo: Determine host address from device automatically.ck2010-08-021-2/+1
* Maemo: Complete support for debugging via remote gdb.ck2010-07-301-29/+33
* Maemo: Fix ProFileOption settings, write INSTALLS in maemo scope.ck2010-07-271-1/+1
* Maemo: Finish implementing "remote mount" feature.ck2010-07-261-22/+49
* Maemo: Implement remote mount functionality.ck2010-07-231-5/+172
* Maemo: Factor SSH operations out of run control classes.ck2010-07-141-0/+193