summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux
Commit message (Expand)AuthorAgeFilesLines
* Further string fixesRobert Loehning2011-11-032-3/+3
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-03103-206/+206
* Added missing tr()Robert Loehning2011-10-201-2/+3
* debugger: fix order of special actions to start debugginghjk2011-10-191-3/+4
* Fix licenses.Eike Ziller2011-10-182-0/+64
* RemoteLinux: Allow additional entries in run config widget form layout.Christian Kandeler2011-10-112-9/+16
* Debugger: Always show "Start Debugging" methodsKai Koehne2011-10-101-1/+3
* RemoteLinux: Support IPv6 connections in ports gatherer.Christian Kandeler2011-10-041-2/+12
* Fix restoring of Qt4RunconfigurationsDaniel Teske2011-10-041-1/+1
* RemoteLinux: Make missing target path non-fatal.Christian Kandeler2011-09-295-19/+21
* RemoteLinux: Allow more space for device configuration names...Christian Kandeler2011-09-281-14/+1
* RemoteLinux: Make strings translateable.Christian Kandeler2011-09-281-1/+1
* RemoteLinux: Introduce default name to device wizard page.Christian Kandeler2011-09-282-1/+7
* RemoteLinux: Add support for alternate remote command.Christian Kandeler2011-09-274-4/+81
* RemoteLinux: Make custom command deployment step extensible.Christian Kandeler2011-09-265-56/+110
* RemoteLinux: Make GenericDirectUploadService extensible.Christian Kandeler2011-09-261-9/+10
* RemoteLinux: Add "custom command" deployment step.Christian Kandeler2011-09-238-15/+488
* debugger: more robust port number parsinghjk2011-09-231-1/+1
* RemoteLinux: Deployment improvements.Christian Kandeler2011-09-224-3/+27
* RemoteLinux: Fix remote processes listing.Christian Kandeler2011-09-221-5/+9
* remotelinux: compile fixhjk2011-09-221-1/+1
* debugger/remote linux: add dialog to start gdbserver on the devicehjk2011-09-228-8/+520
* RemoteLinux: Fix plugin deployment.Christian Kandeler2011-09-221-10/+14
* Introduce new "Madde" plugin.Christian Kandeler2011-09-22107-16495/+1
* s/error_message/errorMessage/ghjk2011-09-212-3/+3
* RemoteLinux: Export two more classes.Christian Kandeler2011-09-202-2/+2
* RemoteLinux: Take adavantage of new proParsingDone() signal.Christian Kandeler2011-09-192-24/+4
* all: less QScopedPointerhjk2011-09-192-4/+8
* d-ptr stylehjk2011-09-168-97/+96
* whitespacehjk2011-09-167-24/+24
* debugger: hard-code some qt5 related pathshjk2011-09-161-2/+2
* Merge remote-tracking branch 'origin/2.3'Eike Ziller2011-09-161-1/+3
|\
| * Harmattan: Don't overwrite manifest file when opening project.Christian Kandeler2011-09-161-1/+3
* | Make linux devices configuration less huge.Eike Ziller2011-09-162-103/+64
* | Merge remote-tracking branch 'origin/2.3'Eike Ziller2011-09-153-31/+78
|\ \ | |/
| * Harmattan: Fix initial packaging icon.Christian Kandeler2011-09-071-1/+1
| * Harmattan: Fix package version updates.Christian Kandeler2011-09-072-5/+58
| * RemoteLinux: Don't show message box on remote process crash.Christian Kandeler2011-09-011-3/+0
| * Harmattan: Include Aegis manifest in list of files to add to project.Christian Kandeler2011-09-011-21/+18
* | Coding style: Pure virtual functions, private implementation pointers.Christian Kandeler2011-09-1557-908/+908
* | RemoteLinux: Allow deploying to and running on non-Linux unices.Christian Kandeler2011-09-144-8/+10
* | QMakeStep: Honor declarative_debug configuration for imported buildsKai Koehne2011-09-141-1/+1
* | RemoteLinux: Change output at the end of a deploy step.Christian Kandeler2011-09-091-2/+2
* | RemoteLinux: Change default deployment method.Christian Kandeler2011-09-091-5/+4
* | RemoteLinux: Make GenericDirectUploadStep extensible.Christian Kandeler2011-09-092-5/+6
* | ABI: Improve tool chain selection for Qt projectsTobias Hunger2011-09-082-2/+2
* | RemoteLinux: Don't assume a POSIX-compliant ps command.Christian Kandeler2011-09-085-155/+34
* | RemoteLinux: Grab used ports information from /proc.Christian Kandeler2011-09-083-5/+19
* | RemoteLinux: Respect qmake scopes for subdirs deployment.Christian Kandeler2011-09-071-4/+2
* | RemoteLinux: It's not a fatal error when ports gathering fails.Christian Kandeler2011-09-072-4/+10