summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux
Commit message (Expand)AuthorAgeFilesLines
* 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
* | RemoteLinux: Deploy tarball to /tmp.Christian Kandeler2011-09-071-4/+1
* | RemoteLinux: Remove unused class member.Christian Kandeler2011-09-071-2/+1
* | Remove unnecessary virtual keywordsTobias Hunger2011-09-071-8/+8
* | RemoteLinux: Make incremental deployment configurable...Christian Kandeler2011-09-075-5/+99
* | RemoteLinux: Give default value to constructor argument.Christian Kandeler2011-09-061-1/+1
* | core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-051-1/+1
* | core: remove usages of Core::ICore::instance()->modeManager()hjk2011-09-051-2/+1
* | RemoteLinux: Only source remote files when they exist.Christian Kandeler2011-09-011-1/+7
* | Header cleanup in Qt4ProjectManager.Friedemann Kleint2011-08-1811-15/+25
* | Header cleanup in ProjectExplorer.Friedemann Kleint2011-08-182-1/+4
* | RemoteLinux: Let application runners set the device configuration.Christian Kandeler2011-08-172-1/+8
* | Header cleanup in QtSupport.Friedemann Kleint2011-08-171-0/+1
* | RemoteLinux: Export LinuxDeviceConfigurations.Christian Kandeler2011-08-154-70/+113
* | RemoteLinux: Add support for auto-detected devices.Christian Kandeler2011-08-153-8/+27
* | Merge remote-tracking branch 'origin/2.3'Eike Ziller2011-08-102-4/+8
|\ \ | |/
| * MeeGo: Adapt package name to changed OVI store requirements.Christian Kandeler2011-08-082-4/+8
* | RemoteLinux: Get rid of non-standard mkdir option.Christian Kandeler2011-08-101-1/+1
* | RemoteLinux: Don't do timestamp checks for file-by-file deployment.Christian Kandeler2011-08-101-2/+4
* | RemoteLinux: Fix crash introduced by merge.Christian Kandeler2011-08-091-0/+7
* | RemoteLinux: Make deploy step widget detect more possible changes.Christian Kandeler2011-08-031-2/+4
* | MeeGo: Fix initial deployment button state.Christian Kandeler2011-08-031-1/+1
* | RemoteLinux: Use full namespace for signal/slot parameter.Christian Kandeler2011-08-033-5/+5
* | RemoteLinux: Export generic device configuration factory.Christian Kandeler2011-08-022-5/+3
* | RemoteLinux: Private implementation for all exported classes.Christian Kandeler2011-08-0253-513/+739
* | RemoteLinux: Allow non-editable device configurations.Christian Kandeler2011-08-012-2/+8