summaryrefslogtreecommitdiff
path: root/src/plugins/qt4projectmanager/qt-maemo/maemodirectdeviceuploadstep.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Maemo: Create dedicated plugin.Christian Kandeler2011-05-261-249/+0
| | | | | | | | | | | | | | | No change in functionality for now. More support for generic remote Linux support is planned to be added. The changes in decreasing order of magnitude: 1) Move contents of qt4projectmanager/qt-maemo to new "RemoteLinux" plugin. 2) Make some classes in qt4nodes public for now. More decoupling in that area will follow. 3) Fix some minor problems uncovered by the move. Change-Id: I51d0c7977c10019eb6080cd6620bc28ecebad3c4 Reviewed-on: http://codereview.qt.nokia.com/106 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Fix/add copyright headersTobias Hunger2011-05-061-0/+32
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* Maemo: Introduce abstract base class for deploy steps targeting devices.Christian Kandeler2011-04-211-1/+1
| | | | | | This will make it possible for a MaemoRunConfiguration to work with deploy steps that do not use Utils::SshConnection, but still want to make use of our device configurations.
* Maemo: Fix issue with cached device configuration.Christian Kandeler2011-04-211-1/+1
| | | | | | | External functions need to access the real device config, internal ones need the cached one during deployment. Task-number: QTCREATORBUG-4514
* Maemo: Add direct SFTP deployment method.Christian Kandeler2011-04-121-0/+217
Not used yet.