summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux
Commit message (Expand)AuthorAgeFilesLines
* madde: prefer using Profile instead of qt4BuildConfiguration etchjk2012-07-262-12/+20
* device handling: move LinuxDeviceConfiguration::MachineType to IDevicehjk2012-07-262-36/+5
* remotelinux: use IDevice base class when appropriatehjk2012-07-255-32/+22
* debugger: simplify StartGdbServerDialoghjk2012-07-252-47/+28
* debugger: remove unued gnutarget parameterhjk2012-07-251-8/+0
* debugger: remove unused codehjk2012-07-251-1/+0
* ProfileChooser: Introduce flags specifying which profiles to list.Friedemann Kleint2012-07-241-1/+1
* Changed return type of :ICore::mainWindow() to QWidget*Konstantin Tokarev2012-07-192-2/+0
* Contact -> qt-project.orgEike Ziller2012-07-1999-297/+99
* Debugger: Profile -> TargetOrgad Shaneh2012-07-171-1/+1
* move ProfileChooser from Debugger to ProjectExplorerOrgad Shaneh2012-07-171-3/+3
* remote linux: fix mem leakMontel Laurent2012-07-164-1/+12
* remote linux configuration: fix mem leak. Private struct never deletedMontel Laurent2012-07-162-0/+6
* New QNX plugin.Tobias Nätterlund2012-07-136-13/+32
* *QtVersion::warningReason(): de-duplicate codeOswald Buddenhagen2012-07-092-10/+0
* make *QtVersion::warningReason() return a string listOswald Buddenhagen2012-07-092-4/+5
* debugger: adjust to profile changeshjk2012-06-282-20/+24
* RemoteLinux: Fix run config clone method.Christian Kandeler2012-06-281-2/+1
* remotelinux: remove line noisehjk2012-06-281-10/+9
* debugger: make <F10> work to 'break on main' for remote linuxhjk2012-06-271-2/+3
* Remove useless virtual keywordsTobias Hunger2012-06-211-2/+2
* Make clear that the RemoteLinuxRC Id is actually a prefixTobias Hunger2012-06-215-14/+12
* Profile introductionTobias Hunger2012-06-2139-974/+313
* Make PluginManager mostly static.Eike Ziller2012-06-191-2/+1
* runconfig: consolidate createConfigurationWidget implementationshjk2012-06-192-7/+0
* Fix qbs code styleYuchen Deng2012-06-191-1/+1
* debugger: merge notifyEngineRemoteSetup* and handleRemoteSetup*hjk2012-06-132-7/+7
* embeddedlinux: let F10/F11 start debugging with break on mainhjk2012-06-131-4/+5
* SSH: Add parent object to SshConnection constructor.Christian Kandeler2012-06-081-3/+1
* SSH: Streamline SshRemoteProcessRunner's output handling.Christian Kandeler2012-06-0812-98/+44
* SSH: Name SshRemoteProcess::ExitStatus values like the QProcess ones.Christian Kandeler2012-06-0810-23/+23
* Fix warnings about uninitialized variablesTobias Hunger2012-06-071-1/+1
* SSH: Fix some potential crashes.Christian Kandeler2012-06-062-4/+8
* RemoteLinux: Make disk space check step extensible.Christian Kandeler2012-06-062-6/+10
* remotelinux: use base classes when appropriatehjk2012-06-054-12/+11
* idevice: move ssh connection parameters to base classhjk2012-06-052-115/+12
* remotelinux: code stylehjk2012-06-051-3/+1
* RemoteLinux: Respect "no_default_install" CONFIG setting.Christian Kandeler2012-06-041-19/+12
* RemoteLinux: Respect "no_deault_target" setting.Christian Kandeler2012-06-011-2/+7
* RemoteLinux: Add new deploy step that checks for free space.Christian Kandeler2012-05-319-5/+579
* DeviceFactory: Allow for querying supported device typesTobias Hunger2012-05-302-7/+10
* SSH: Use plain pointers to SshConnection objects.Christian Kandeler2012-05-299-41/+39
* Fix non-void function that returned without a return valueThiago Macieira2012-05-221-1/+2
* Move SSH support into a dedicated library.Christian Kandeler2012-05-2231-91/+95
* DebuggingHelper: Move to QtSupportTobias Hunger2012-05-182-5/+4
* RemoteLinux: Don't assume the ln command understands "-v".Christian Kandeler2012-05-161-1/+1
* Device support: Use Core::Id for device type.Christian Kandeler2012-05-165-7/+7
* editormanager: simplify use of interfacehjk2012-05-111-1/+1
* Catch a few common errors for failing .pro parsingDaniel Teske2012-05-091-2/+2
* Qt run configurations: emit enabledChanged if the disable reason changedDaniel Teske2012-05-081-3/+6