aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/ssh/remoteprocess/remoteprocesstest.cpp
Commit message (Expand)AuthorAgeFilesLines
* SSH: Turn some manual tests into autotestsChristian Kandeler2018-10-231-366/+0
* Reduce usage of qApp in favor of static function callsAlessandro Portale2017-04-241-23/+23
* Tests: Use Qt5-style connectsOrgad Shaneh2016-06-281-20/+29
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* SSH: Fix exit code of tests.Christian Kandeler2015-06-291-18/+18
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Misc: Remove unneeded qualificationsOrgad Shaneh2015-02-061-4/+3
|/
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Replace QString::fromLocal8Bit("") callsKai Koehne2013-11-051-1/+1
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* SSH: Streamline SshRemoteProcessRunner's output handling.Christian Kandeler2012-06-081-8/+6
* SSH: Name SshRemoteProcess::ExitStatus values like the QProcess ones.Christian Kandeler2012-06-081-2/+2
* SSH: Use plain pointers to SshConnection objects.Christian Kandeler2012-05-291-4/+8
* Move SSH support into a dedicated library.Christian Kandeler2012-05-221-7/+7
* SSH: Update tests.Christian Kandeler2012-03-311-27/+46
* Removed module names from #include directives.Erik Verbruggen2012-02-151-3/+3
* Long live the king!hjk2012-01-261-1/+1
* SSH: Don't expose SshRemoteProcess object from SshRemoteProcessRunner.Christian Kandeler2011-12-051-3/+3
* SSH: Support different read channels in SshRemoteProcess.Christian Kandeler2011-11-291-12/+68
* SSH: Derive SshRemoteProcess from QIODevice.Christian Kandeler2011-11-151-11/+63
* SSH: Adapt tests to API changes.Christian Kandeler2011-11-141-16/+16
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Replace qt-info@nokia.com with info@qt.nokia.comhjk2011-07-061-1/+1
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\
| * Update license.hjk2011-04-131-14/+13
* | SSH: Implement terminal support and corresponding tests.Christian Kandeler2011-04-061-12/+32
|/
* SSH: Fix tests to adapt to new location (utils vs. core plugin).Christian Kandeler2011-04-011-3/+3
* tests: add licence headersBill King2011-02-181-0/+33
* SSH: Add test for remote process execution.Christian Kandeler2010-10-281-0/+184