forked from qt-creator/qt-creator
Maemo: Give display names to packaging and deploy steps.
This commit is contained in:
@@ -85,6 +85,8 @@ MaemoDeployStep::~MaemoDeployStep()
|
|||||||
|
|
||||||
void MaemoDeployStep::ctor()
|
void MaemoDeployStep::ctor()
|
||||||
{
|
{
|
||||||
|
setDisplayName(tr("Deploying to Maemo device"));
|
||||||
|
|
||||||
m_connecting = false;
|
m_connecting = false;
|
||||||
m_needsInstall = false;
|
m_needsInstall = false;
|
||||||
m_stopped = false;
|
m_stopped = false;
|
||||||
|
@@ -75,6 +75,7 @@ class MaemoDeployStep : public ProjectExplorer::BuildStep
|
|||||||
friend class MaemoDeployStepFactory;
|
friend class MaemoDeployStepFactory;
|
||||||
public:
|
public:
|
||||||
MaemoDeployStep(ProjectExplorer::BuildStepList *bc);
|
MaemoDeployStep(ProjectExplorer::BuildStepList *bc);
|
||||||
|
|
||||||
virtual ~MaemoDeployStep();
|
virtual ~MaemoDeployStep();
|
||||||
MaemoDeviceConfig deviceConfig() const;
|
MaemoDeviceConfig deviceConfig() const;
|
||||||
MaemoDeviceConfigListModel *deviceConfigModel() const;
|
MaemoDeviceConfigListModel *deviceConfigModel() const;
|
||||||
|
@@ -97,6 +97,7 @@ MaemoPackageCreationStep::~MaemoPackageCreationStep()
|
|||||||
|
|
||||||
void MaemoPackageCreationStep::ctor()
|
void MaemoPackageCreationStep::ctor()
|
||||||
{
|
{
|
||||||
|
setDisplayName(tr("Packaging for Maemo"));
|
||||||
connect(buildConfiguration(), SIGNAL(buildDirectoryChanged()), this,
|
connect(buildConfiguration(), SIGNAL(buildDirectoryChanged()), this,
|
||||||
SIGNAL(packageFilePathChanged()));
|
SIGNAL(packageFilePathChanged()));
|
||||||
}
|
}
|
||||||
|
@@ -68,7 +68,6 @@ public:
|
|||||||
~MaemoPackageCreationStep();
|
~MaemoPackageCreationStep();
|
||||||
|
|
||||||
QString packageFilePath() const;
|
QString packageFilePath() const;
|
||||||
|
|
||||||
bool isPackagingEnabled() const { return m_packagingEnabled; }
|
bool isPackagingEnabled() const { return m_packagingEnabled; }
|
||||||
void setPackagingEnabled(bool enabled) { m_packagingEnabled = enabled; }
|
void setPackagingEnabled(bool enabled) { m_packagingEnabled = enabled; }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user