summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/remotelinuxutils.h
Commit message (Collapse)AuthorAgeFilesLines
* License updateEike Ziller2014-10-091-7/+8
| | | | | Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
| | | | | | Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
| | | | | Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Adjust license headershjk2012-10-051-22/+21
| | | | | Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Device support: Introduce IDevice helper classes.Christian Kandeler2012-08-021-4/+0
| | | | | | | | | | | | | These are for configuration of process and ports gathering activities, respectively. This couples related functionality more tightly, while keeping the number of IDevice methods at a reasonable level. For ports gathering, the patch also adds the ability to configure both the command and the parsing function; the latter used to be hardcoded in the PortsGatherer class. Change-Id: I1b8940397a51efa7ddc05dd15cf861777d118c1a Reviewed-by: hjk <qthjk@ovi.com>
* remotelinux: rename LinuxDeviceConfiguration to LinuxDevicehjk2012-08-011-1/+1
| | | | | Change-Id: I7e8a99d3339d2040a23e4e78816b13b57197dcdb Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
* ProjectExplorer: Introduce generic application runner.Christian Kandeler2012-08-011-1/+1
| | | | | | | | | | This class aims to be a flexible worker class for SSH-based run controls. It supersedes AbstractRemoteLinuxApplicationRunner as well as all of its derived classes, while having no RemoteLinux dependencies itself. Change-Id: If24f03a32126b36fc3d0b253a1615ad0af5f2b46 Reviewed-by: hjk <qthjk@ovi.com>
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
| | | | | Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Introduce the concept of an abstract device.Christian Kandeler2012-03-081-1/+0
| | | | | | | | | | The idea is that all kinds of devices inherit from one abstract base class and that they are all managed by one device manager, who does not know about their specifics. For now, the only concrete subclass is the LinuxDeviceConguration. Change-Id: I31ff5586a0fdd6bcf8dcc0554bb2b91fe65b2f3f Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
* RemoteLinux: More preparations for introducing an abstract device class.Christian Kandeler2012-03-071-1/+1
| | | | | | | | | | | | | - Introduce clone() method. - Rename "osType" to "type" and "deviceType" to "machineType". - Move machine type display out of generic settings widget. - Put only immutable attributes into the device constructor and set the others via setters. As part of this, also give the SshConnectionParameters a default proxy type. The necessity to give one to the constructor explicitly was for historical reasons. Change-Id: I84757b1b2d6371544b9ab1f3290973e5498176ce Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
* remotelinux: remove unused function RemoteLinuxUtils::hasUnixQthjk2012-02-291-5/+0
| | | | | | Change-Id: I2c77706895524bdb8aa684ba2330bc44e0044f0c Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com> Reviewed-by: hjk <qthjk@ovi.com>
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
| | | | | | | | Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Long live the king!hjk2012-01-261-1/+1
| | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
| | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* RemoteLinux: Allow deploying to and running on non-Linux unices.Christian Kandeler2011-09-141-1/+1
| | | | | | Change-Id: Ib8b8648cc93c37415e0cdb9785f47afbf04e781e Reviewed-on: http://codereview.qt-project.org/4070 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
* RemoteLinux: Move code from Maemo-specific to generic class.Christian Kandeler2011-07-271-0/+4
| | | | | | Change-Id: I3620bf5ff0471165e23d999d4dfacf26738b8bc0 Reviewed-on: http://codereview.qt.nokia.com/2297 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
* RemoteLinux: Move functions from Maemo-specific to generic class.Christian Kandeler2011-07-261-0/+52
Change-Id: If4884ffffd4398af7ba3ad1849399e8b722c1a49 Reviewed-on: http://codereview.qt.nokia.com/2164 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>