summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in remote linuxTobias Hunger2012-02-132-3/+4
* RemoteLinux: Use explicit address for gdbserver to listen on.Christian Kandeler2012-02-101-2/+3
* SSH: Export information about the underlying TCP connection.Christian Kandeler2012-02-102-1/+2
* RemoteLinux: Change table view into tree view.Christian Kandeler2012-02-101-20/+15
* RemoteLinux: Make deploy configuration dependent on embedded target.Christian Kandeler2012-02-101-3/+2
* Wizards: changes the structure of WizardsThomas Hartmann2012-02-082-0/+15
* RemoteLinux: Move some stuff into the new target base class.Christian Kandeler2012-02-0815-84/+73
* remotelinux: use treeview to list processes.hjk2012-02-074-36/+34
* RemoteLinux: Introduce abstract base class for remote Linux targets.Christian Kandeler2012-02-076-35/+128
* Debugger: Make language to debug (QML/CPP) explicitKai Koehne2012-02-011-0/+2
* Fix non-needed usage of QString's fromLocal8Bit() and fromUtf8()Denis Mingulov2012-01-308-11/+11
* Task: Update Task to use Utils::FileName and Core::IdTobias Hunger2012-01-302-6/+6
* Long live the king!hjk2012-01-26109-109/+109
* Don't remove unconfigured custom executables on async parsesDaniel Teske2012-01-263-4/+5
* Use new static ICore interface.hjk2012-01-247-10/+10
* RemoteLinux: Fix error message.Christian Kandeler2012-01-241-1/+1
* RemoteGdb: Fix setup for attaching via dialogKai Koehne2012-01-231-1/+1
* Deploy steps: Get rid of useless aggregation.Nikolai Kosjar2012-01-232-26/+14
* TC: Use FileName for debuggerCommand()Tobias Hunger2012-01-191-1/+1
* Windows build fix.Eike Ziller2012-01-131-2/+2
* Deploy steps: Introduce SimpleBuildStepConfigWidget.Nikolai Kosjar2012-01-118-187/+10
* ProjectExplorer: use enum instead of QString for run modehjk2012-01-113-11/+9
* Remote Process Dialog: Update buttons if sysroot changesKai Koehne2012-01-041-0/+2
* Revert "Remote Linux: Rework device testing"Christian Kandeler2011-12-2114-560/+301
* Remote Linux: Rework device testingTobias Hunger2011-12-2114-301/+560
* Don't leak PortListPrivate.Frederik Gladhorn2011-12-142-0/+6
* Revert "remotelinux: don't double-add plugin to object pool"Eike Ziller2011-12-132-0/+7
* Rework SSH key generation dialog.Christian Kandeler2011-12-123-202/+172
* RemoteLinux: Simplify default deploy step widget summary text.Christian Kandeler2011-12-121-5/+1
* Deploy steps: Hide details button if applicableNikolai Kosjar2011-12-123-0/+34
* remotelinux: don't double-add plugin to object poolhjk2011-12-082-7/+0
* RemoteLinux: Properly remove object from pool.Christian Kandeler2011-12-082-0/+6
* debugger/remotelinux: new dialog to attach to remote processhjk2011-12-088-258/+206
* debugger: pass selected gdbserver port back to debugger pluginhjk2011-12-083-3/+27
* Use Utils::FileName for various bits in QtVersionDaniel Teske2011-12-076-8/+8
* debugger: clearer naming for some of the remote operationshjk2011-12-071-1/+1
* SSH: Don't expose SshRemoteProcess object from SshRemoteProcessRunner.Christian Kandeler2011-12-056-18/+14
* RemoteLinux: Fix visual glitch when canceling key deployment.Christian Kandeler2011-11-294-24/+30
* RemoteLinux: Support generic attributes in device configuration.Christian Kandeler2011-11-282-5/+20
* compile fix with namespaceshjk2011-11-243-34/+5
* UI files: Do not polute the global Ui namespaceTobias Hunger2011-11-2413-58/+70
* RemoteLinux: Rename and unconstify deploy step function.Christian Kandeler2011-11-238-13/+13
* RemoteLinux: Don't make presence of device an absolute prerequisite ...Christian Kandeler2011-11-227-16/+8
* Fix buildTobias Hunger2011-11-161-1/+1
* Linux device: s/name()/displayName()/Tobias Hunger2011-11-166-17/+17
* SSH: Derive SshRemoteProcess from QIODevice.Christian Kandeler2011-11-152-2/+2
* Remote Linux RC: Use same look as other widgetsTobias Hunger2011-11-151-1/+9
* Remote Linux: Fix handling of debuggersTobias Hunger2011-11-154-76/+38
* SSH: Make API of SshRemoteProcess more similar to the one of QProcess.Christian Kandeler2011-11-146-45/+32
* RemoteLinux: Consistently use remoteEnvironmentTobias Hunger2011-11-115-24/+24