summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/tarpackagecreationstep.cpp
Commit message (Expand)AuthorAgeFilesLines
* Give the values of BuildStep::OutputFormat better namesChristian Kandeler2017-01-191-6/+7
* RemoteLinux: Fix incomplete serialization in TarPackageCreationStepChristian Kandeler2017-01-171-0/+2
* RemoteLinux: Add incremental deployment to the TarPackageCreationStepDaniel Trevitz2017-01-021-2/+95
* RemoteLinux: Use Qt5-style connectsOrgad Shaneh2016-07-011-4/+5
* BuildStep: Remove finished() signal and use FutureInterface to reportTobias Hunger2016-04-251-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+13
* BuildManager: Provide context of earlier build steps to initTobias Hunger2015-11-161-2/+2
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-8/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* RemoteLinux: Add possibility to ignore missing files while deploying.Oleksii Serdiuk2013-10-011-2/+57
* Core::Id: Remove some explicit casts to Core::IdTobias Hunger2013-09-031-1/+1
* RemoteLinux: Fix typos in tar packaging step.Christian Kandeler2013-08-091-1/+1
* Clean headers in RemoteLinux.Friedemann Kleint2013-04-041-2/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | TarPackageCreationStep: Use static_cast not qobject_castDaniel Teske2013-01-241-1/+1
* | RemoteLinux: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-271-7/+7
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-20/+20
|\ \ | |/
| * Adjust license headershjk2012-10-051-20/+20
* | Do not use the fromAscii() and toAscii() functions.Christian Kandeler2012-09-211-6/+6
* | Do not use qMemSet and qMemCopy.Christian Kandeler2012-09-211-14/+16
* | RemoteLinux: Remove dependency on Qt4ProjectManager.Christian Kandeler2012-08-241-13/+7
|/
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Use Core::Id in project-related objectsTobias Hunger2012-04-251-2/+2
* Removed module names from #include directives.Erik Verbruggen2012-02-151-4/+4
* RemoteLinux: Move some stuff into the new target base class.Christian Kandeler2012-02-081-3/+2
* Long live the king!hjk2012-01-261-1/+1
* Deploy steps: Introduce SimpleBuildStepConfigWidget.Nikolai Kosjar2012-01-111-13/+6
* Deploy steps: Hide details button if applicableNikolai Kosjar2011-12-121-0/+2
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | RemoteLinux: Allow skipping default targets in tar packages.Christian Kandeler2011-10-241-0/+5
* | Less magic in BuildStep::buildConfiguration() and deployConfiguration()Daniel Teske2011-10-241-1/+1
* | Make AbstractPackagingStep and derived classes thread safeDaniel Teske2011-10-201-7/+21
|/
* RemoteLinux: Overhaul deployment infrastructure.Christian Kandeler2011-08-011-0/+1
* RemoteLinux: Introduce abstract packaging step.Christian Kandeler2011-07-151-0/+305