Commit Graph

21 Commits

Author SHA1 Message Date
ck
ace402f0cb Maemo: Fix application output. 2010-04-20 08:58:11 +02:00
ck
de9b203565 Maemo: Filter remote output.
Reviewed-by: kh1
2010-04-19 10:07:55 +02:00
ck
5117767551 Maemo: Make deployment thread check for cancel request. 2010-04-13 14:42:27 +02:00
ck
4dda485353 Maemo: Use on-demand shared Net7 object.
Task-number: QTCREATORBUG-1073
2010-04-07 17:36:28 +02:00
kh1
31ed02486f Revert 1eafca2011.
Fixes a crash introduced with the mentioned revision, since one can only
have a single instance of the ne7ssh object. Poroper fix follows next.

Reviewed-by: ck
2010-04-07 15:47:30 +02:00
Kai Koehne
e072f1c71d Fix compiler warnings (gcc) 2010-04-06 08:33:35 +02:00
kh1
1eafca2011 Do not use a stack allocated ne7ssh object.
Since the ne7ssh implementation starts the select thread directly inside
the constructor, we would have it polling after initializing the project
manager. Still we should apply the fix Thiago proposed for polling.

Reviewed-by: ck
2010-04-01 14:52:39 +02:00
hjk
9595504bda Long live the king! 2010-03-05 11:28:13 +01:00
ck
1fa20b3838 Maemo: Removed ifdefs for old ssh approach. 2010-02-08 17:52:56 +01:00
ck
e78763bb04 Maemo: Introduce automatic cleanup for another pointer. 2010-01-13 10:45:26 +01:00
ck
b7abc03ed0 Maemo: Fix race condition in SSH output reader. 2010-01-12 17:05:56 +01:00
ck
1b1b76ee70 Maemo: Get rid of MSVC compiler warning. 2010-01-12 14:58:48 +01:00
ck
e31236a08f Maemo: Patch Net7 library to enable continuous reading. 2010-01-12 13:40:38 +01:00
ck
b585cbdac4 Maemo: Make gdbserver port user-configurable. 2010-01-11 18:09:49 +01:00
ck
60f97e5cff Maemo: Add key deployment feature to options page. 2010-01-07 16:42:01 +01:00
ck
af64744706 Maemo: Add option to create directory on device in deployment API. 2010-01-07 15:23:33 +01:00
ck
39c466658a Maemo: Implement remote execution based on SSH library.
Currently deactivated via #ifdef, but has been tested successfully.
2010-01-05 16:45:04 +01:00
ck
b3fd927e00 Maemo: Implement deploying via SSH library (instead of scp).
The code is #ifdef'ed out for now, but has been successfully tested.
2010-01-05 12:05:36 +01:00
ck
77b59b02ac Maemo: Implement sftp file transfer (untested). 2009-12-23 12:33:34 +01:00
ck
19f1df4fe6 Maemo: Split up MaemoSshConnection.
We now have two subclasses for deploying files and
running commands, respectively.
2009-12-23 12:00:20 +01:00
ck
a266e638d6 Maemo: Add interface for ssh library (completely #ifdef'ed out for now).
This will replace the current ssh-via-QProcess approach, which
has severe drawbacks.
2009-12-23 10:53:57 +01:00