aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools
diff options
context:
space:
mode:
Diffstat (limited to 'packaging-tools')
-rw-r--r--packaging-tools/configurations/linux/config.xml.template.linux.qtcreator3
-rw-r--r--packaging-tools/configurations/mac/config.xml.template.mac.qtcreator1
-rw-r--r--packaging-tools/configurations/windows/config.xml.template.windows.qtcreator1
-rw-r--r--packaging-tools/configurations/windows/config.xml.template.windows.qtcreator.x641
-rw-r--r--packaging-tools/releases/release-creator6
-rw-r--r--packaging-tools/releases/release-creator-preview6
-rw-r--r--packaging-tools/releases/release-qtcreator-master8
-rw-r--r--packaging-tools/releases/release-qtcreator-stable8
8 files changed, 19 insertions, 15 deletions
diff --git a/packaging-tools/configurations/linux/config.xml.template.linux.qtcreator b/packaging-tools/configurations/linux/config.xml.template.linux.qtcreator
index c4cfbd88b..650bfa270 100644
--- a/packaging-tools/configurations/linux/config.xml.template.linux.qtcreator
+++ b/packaging-tools/configurations/linux/config.xml.template.linux.qtcreator
@@ -12,7 +12,8 @@
<!-- @homeDir@ and @rootDir@ are some of the supported vars -->
<TargetDir>@homeDir@/qtcreator-%QTC_DISPLAY_VERSION%</TargetDir>
<AdminTargetDir>/opt/qtcreator-%QTC_DISPLAY_VERSION%</AdminTargetDir>
- <WizardDefaultHeight>520</WizardDefaultHeight>
+ <WizardDefaultHeight>560</WizardDefaultHeight>
+ <WizardDefaultWidth>820</WizardDefaultWidth>
<AllowSpaceInPath>true</AllowSpaceInPath>
<MaintenanceToolName>QtCreatorUninstaller</MaintenanceToolName>
</Installer>
diff --git a/packaging-tools/configurations/mac/config.xml.template.mac.qtcreator b/packaging-tools/configurations/mac/config.xml.template.mac.qtcreator
index 35580f5dc..b6ddd770c 100644
--- a/packaging-tools/configurations/mac/config.xml.template.mac.qtcreator
+++ b/packaging-tools/configurations/mac/config.xml.template.mac.qtcreator
@@ -13,6 +13,7 @@
<!-- @homeDir@ and @rootDir@ are some of the supported vars -->
<TargetDir>@homeDir@/Applications/Qt Creator %QTC_DISPLAY_VERSION%</TargetDir>
<WizardDefaultHeight>560</WizardDefaultHeight>
+ <WizardDefaultWidth>820</WizardDefaultWidth>
<AllowSpaceInPath>true</AllowSpaceInPath>
<MaintenanceToolName>Uninstall Qt Creator</MaintenanceToolName>
</Installer>
diff --git a/packaging-tools/configurations/windows/config.xml.template.windows.qtcreator b/packaging-tools/configurations/windows/config.xml.template.windows.qtcreator
index 8fd216581..b8148c093 100644
--- a/packaging-tools/configurations/windows/config.xml.template.windows.qtcreator
+++ b/packaging-tools/configurations/windows/config.xml.template.windows.qtcreator
@@ -14,5 +14,6 @@
<!-- @homeDir@ and @rootDir@ are some of the supported vars -->
<TargetDir>@rootDir@/Qt/qtcreator-%QTC_DISPLAY_VERSION%</TargetDir>
<WizardDefaultHeight>560</WizardDefaultHeight>
+ <WizardDefaultWidth>820</WizardDefaultWidth>
<AllowSpaceInPath>true</AllowSpaceInPath>
</Installer>
diff --git a/packaging-tools/configurations/windows/config.xml.template.windows.qtcreator.x64 b/packaging-tools/configurations/windows/config.xml.template.windows.qtcreator.x64
index 8b23f4a3d..f69787467 100644
--- a/packaging-tools/configurations/windows/config.xml.template.windows.qtcreator.x64
+++ b/packaging-tools/configurations/windows/config.xml.template.windows.qtcreator.x64
@@ -14,5 +14,6 @@
<!-- @homeDir@ and @rootDir@ are some of the supported vars -->
<TargetDir>@rootDir@/Qt/qtcreator-%QTC_DISPLAY_VERSION%</TargetDir>
<WizardDefaultHeight>560</WizardDefaultHeight>
+ <WizardDefaultWidth>820</WizardDefaultWidth>
<AllowSpaceInPath>true</AllowSpaceInPath>
</Installer>
diff --git a/packaging-tools/releases/release-creator b/packaging-tools/releases/release-creator
index cc9f2a78d..2ac101eac 100644
--- a/packaging-tools/releases/release-creator
+++ b/packaging-tools/releases/release-creator
@@ -5,9 +5,9 @@
## Global defines
################################################################################
[ifwtools]
-windows-x86: installer-framework-build-tqtc_3.0-win-x86.7z
-linux-x64: installer-framework-build-tqtc_3.0-linux-x64.7z
-mac-x64: installer-framework-build-tqtc_3.0-mac-x64.7z
+windows-x86: installer-framework-build-tqtc_3.1.0-win-x86.7z
+linux-x64: installer-framework-build-tqtc_3.1.0-linux-x64.7z
+mac-x64: installer-framework-build-tqtc_3.1.0-mac-x64.7z
[release.global]
version: 4.9.0
diff --git a/packaging-tools/releases/release-creator-preview b/packaging-tools/releases/release-creator-preview
index 0f77d9c62..b1c4ae4b9 100644
--- a/packaging-tools/releases/release-creator-preview
+++ b/packaging-tools/releases/release-creator-preview
@@ -5,9 +5,9 @@
## Global defines
################################################################################
[ifwtools]
-windows-x86: installer-framework-build-tqtc_3.0-win-x86.7z
-linux-x64: installer-framework-build-tqtc_3.0-linux-x64.7z
-mac-x64: installer-framework-build-tqtc_3.0-mac-x64.7z
+windows-x86: installer-framework-build-tqtc_3.1.0-win-x86.7z
+linux-x64: installer-framework-build-tqtc_3.1.0-linux-x64.7z
+mac-x64: installer-framework-build-tqtc_3.1.0-mac-x64.7z
[release.global]
version: 4.10.0
diff --git a/packaging-tools/releases/release-qtcreator-master b/packaging-tools/releases/release-qtcreator-master
index 6382732b5..b73aab7f4 100644
--- a/packaging-tools/releases/release-qtcreator-master
+++ b/packaging-tools/releases/release-qtcreator-master
@@ -5,10 +5,10 @@
## Global defines
################################################################################
[ifwtools]
-windows-x86: installer-framework-build-tqtc_3.0-win-x86.7z
-windows-x64: installer-framework-build-tqtc_3.0-win-x86.7z
-linux-x64: installer-framework-build-tqtc_3.0-linux-x64.7z
-mac-x64: installer-framework-build-tqtc_3.0-mac-x64.7z
+windows-x86: installer-framework-build-tqtc_3.1.0-win-x86.7z
+windows-x64: installer-framework-build-tqtc_3.1.0-win-x86.7z
+linux-x64: installer-framework-build-tqtc_3.1.0-linux-x64.7z
+mac-x64: installer-framework-build-tqtc_3.1.0-mac-x64.7z
[release.global]
version: 4.10.0
diff --git a/packaging-tools/releases/release-qtcreator-stable b/packaging-tools/releases/release-qtcreator-stable
index c60e1a66e..bef49c297 100644
--- a/packaging-tools/releases/release-qtcreator-stable
+++ b/packaging-tools/releases/release-qtcreator-stable
@@ -5,10 +5,10 @@
## Global defines
################################################################################
[ifwtools]
-windows-x86: installer-framework-build-tqtc_3.0-win-x86.7z
-windows-x64: installer-framework-build-tqtc_3.0-win-x86.7z
-linux-x64: installer-framework-build-tqtc_3.0-linux-x64.7z
-mac-x64: installer-framework-build-tqtc_3.0-mac-x64.7z
+windows-x86: installer-framework-build-tqtc_3.1.0-win-x86.7z
+windows-x64: installer-framework-build-tqtc_3.1.0-win-x86.7z
+linux-x64: installer-framework-build-tqtc_3.1.0-linux-x64.7z
+mac-x64: installer-framework-build-tqtc_3.1.0-mac-x64.7z
[release.global]
version: 4.9.0