summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/tarpackagecreationstep.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
| | | | | Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Use Core::Id in project-related objectsTobias Hunger2012-04-251-2/+2
| | | | | | | | Use Core::Id for all the project related objects in favor of plain QStrings. Change-Id: I790ab40cb29899efdb49c413a77609486f52e683 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Removed module names from #include directives.Erik Verbruggen2012-02-151-4/+4
| | | | | | | | Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* RemoteLinux: Move some stuff into the new target base class.Christian Kandeler2012-02-081-3/+2
| | | | | | | | | All these things were always conceptually per-target, but due to not having a common target class we had to awkwardly implement the concept using shared pointers. Change-Id: I1bb1992a230a485d519a892a6ca602a6846fc3cf Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* Long live the king!hjk2012-01-261-1/+1
| | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Deploy steps: Introduce SimpleBuildStepConfigWidget.Nikolai Kosjar2012-01-111-13/+6
| | | | | | | | | | This simplifies some deploy steps and replaces RemoteLinuxDeployStepWidget. Change-Id: I4ad82c498cee0f15e1c93bf915cd48355017eb84 Reviewed-by: Daniel Teske <daniel.teske@nokia.com> Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com> Reviewed-by: Paweł Polański <pawel.3.polanski@nokia.com>
* Deploy steps: Hide details button if applicableNikolai Kosjar2011-12-121-0/+2
| | | | | | | | | Task-number: QTCREATORBUG-6674 Change-Id: I3cca8a75b1108f4fede09191cfed76c8fcf44c0e Reviewed-by: Daniel Teske <daniel.teske@nokia.com> Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com> Reviewed-by: Paweł Polański <pawel.3.polanski@nokia.com>
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/libs/qmljs/qmljsinterpreter.cpp src/libs/qmljs/qmljsinterpreter.h src/plugins/debugger/qml/scriptconsole.cpp src/plugins/git/gitplugin.cpp src/plugins/qmlprofiler/canvas/qdeclarativetiledcanvas.cpp src/plugins/qmlprofiler/canvas/qdeclarativetiledcanvas_p.h Change-Id: Iad59c8d87c72a21c79c047e374c0ab689998af39
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
| | | | | | | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* | RemoteLinux: Allow skipping default targets in tar packages.Christian Kandeler2011-10-241-0/+5
| | | | | | | | | | | | Change-Id: I229aa0ec3bfa1a135c9f14e272900995ac834421 Task-number: QTCREATORBUG-6324 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
* | Less magic in BuildStep::buildConfiguration() and deployConfiguration()Daniel Teske2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Where the deploy stuff depends on the activeBuildConfiguration it's likely to be wrong or worse could be used to crash creator. So make those places stand out. Also if we ever move towards supporting meta-builds of multiple buildconfigurations at once, then using the active build configuration is wrong. Change-Id: I754a77a4a8b352e79e8a6703c26ed41a189cf74e Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* | Make AbstractPackagingStep and derived classes thread safeDaniel Teske2011-10-201-7/+21
|/ | | | | Change-Id: I30d412dde2484b756dd2f06ed0a7b5030c14c9eb Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
* RemoteLinux: Overhaul deployment infrastructure.Christian Kandeler2011-08-011-0/+1
| | | | | | | | | | - Introduce generic and Madde-specific deploy configuration widgets. - Move project file update logic into dedicated class. - Generic deploy configuration widget no longer has the ability to change deployment settings via the GUI, because we cannot know which qmake scope to use for that. Change-Id: Ie542a0852c8aa1c6b416cd7aece4e48c1cc2de7c Reviewed-on: http://codereview.qt.nokia.com/2445 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
* RemoteLinux: Introduce abstract packaging step.Christian Kandeler2011-07-151-0/+305
This removes the dependency of the tar packaging step on Maemo-specific code. Change-Id: I863b13e643a5028edaf2f571f63b1a52d229812b Reviewed-on: http://codereview.qt.nokia.com/1709 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>