Replace deprecated Q_OS_OSX macro used in several places with the newer
Q_OS_MACOS. Old style reference of Apple's desktop operating system name
as "OS X" in documentation and files are also replaced with "macOS"
where applicable.
Task-number: QTIFW-1406
Change-Id: I0561d5e0d964917ac4fca0702d58a06b85d30e57
Reviewed-by: Katja Marttila <katja.marttila@qt.io>
This change allows to categorize repositories in component selection
page. Using categorized repositories will by default show only
uncagetorized repository items in tree. Selecting one or several categories
using checkbox will update the treeview to show all selected categorized repository
content. Repository's metadata is fetched only after the category is selected.
Categorized repositories can be defined in config.xml:
<RepositoryCategories>
<RemoteRepositories>
<Displayname>category 1</Displayname>
<Repository> <Url>(url)</Url></Repository>
</RemoteReposiories>
...
<RepositoryCategories
Change-Id: I6eae9daee70b1afa322144d52c11f25d0b655ebf
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
Added missing content for example --> making it possible to test it.
Changes to be committed:
new file: examples/dependencies/packages/componentA/data/installcontentA.txt
new file: examples/dependencies/packages/componentB/data/installcontentB.txt
new file: examples/dependencies/packages/componentC/data/installcontentC.txt
new file: examples/dependencies/packages/componentD/data/installcontentD.txt
new file: examples/dependencies/packages/componentE/data/installcontentE.txt
new file: examples/dependencies/packages/componentF.subcomponent1.subsubcomponent1/data/installcontentF_1_1.txt
new file: examples/dependencies/packages/componentF.subcomponent1.subsubcomponent2/data/installcontentF_1_2.txt
new file: examples/dependencies/packages/componentF.subcomponent1/data/installcontentF_1.txt
new file: examples/dependencies/packages/componentF.subcomponent2.subsubcomponent1/data/installcontentF_2_1.txt
new file: examples/dependencies/packages/componentF.subcomponent2.subsubcomponent2/data/installcontentF_2_2.txt
new file: examples/dependencies/packages/componentF.subcomponent2/data/installcontentF_2.txt
new file: examples/dependencies/packages/componentF/data/installcontentF.txt
new file: examples/dependencies/packages/componentG/data/installcontentG.txt
Change-Id: I40fde219a5ab866f611e596dd5991b9b93c8856f
Reviewed-by: Katja Marttila <katja.marttila@qt.io>
This commit adds new AllowUnstableComponents configuration. Setting
AllowUnstablecomponents to true in config.xml will
* allow installing other components when there are errors in scripts
* allow installing other components when there are missing dependencies
* will mark the 'broken' components uninstallable in treeview
Task-number: QTIFW-930
Change-Id: I8d28cf9c4b0401e0bb76795e87d581f39b64f128
Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
Althogh 'Checkable' value is set to package, that can contain packages to
install. Enabling the install of components using 'Checkable' value.
Change-Id: I05d65fe2da65644872d46bdef3accd5e3f16ad31
Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
This change will introduce new element 'Checkable' for package.
Setting checkable to false will hide checkbox. Useful if use case
is to install one sub item instead of all sub items.
Change-Id: I8c731e77353b6da539dddcecdc8495b28ef5f7ea
Task-number: QTIFW-773
Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
Reviewed-by: Iikka Eklund <iikka.eklund@theqtcompany.com>
This patch extends the CreateShortcut operation on Windows such that it
recognizes a new optional 'description' argument - if specified, it's
used to set the description (AKA "comment") of the Windows shortcut.
Change-Id: Ib0ab48bd30e83d9cc89b1bad7d2b88e9109bdcea
Reviewed-by: Katja Marttila <katja.marttila@theqtcompany.com>
Change in QTIFW-390 caused that LANG cannot be used anymore in Windows and
Linux to change the language. Instead LANGUAGE should be used in Linux and
system settings changed in Windows
Change-Id: I2fa6881652e31836d85e2b7442a39a418654ee80
Task-number: QTIFW-791
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Now it is possible to set a stylesheet file to customize
the wizard's UI. The stylesheet adds to the config.xml
file using the new "StyleSheet" element.
Change-Id: I66271f755a0f742e96cf433fe557423a2261e432
Reviewed-by: Iikka Eklund <iikka.eklund@theqtcompany.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Commit 17e29fc8d3 introduced a behavior change, the
installer.components is no longer a array property,
it is now a function returning an array. Update docs.
Change-Id: I4fcdee6cff4572012236e1ac0768013a1e5689ac
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
This feature is available after setting
InstallActionColumnVisible property to true
inside config.xml
Change-Id: I5071d5c5c4562100a96530c581de01760ca0d2d5
Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com>
Example folder name was changed.
Change-Id: I0970c23c88f385205441c022b356c03fb72a122d
Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com>
Now they are all located in distinct subfolders of
one common IfwExamples folder located in home.
Change-Id: Ife92e8d7f7fc33bc1f941f49c75333d0e4fc72d1
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Add an example showing how the translation of components
works. Also document this.
Make translated license files work again.
Task-number: QTIFW-469
Change-Id: I3c13ecc9941b09370d0713b19b2683b42454c43c
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Missed the example docs in the previous commit.
Change-Id: Ia48ae1bad208498429c39be8ff8c472b8b4786aa
Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
Mark installer.variable("os") as deprecated, and replace it with
systemInfo.productType in the examples.
Change-Id: Ic86af21369cd066fc003b268f001101b642f6d2d
Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Make clear that all current examples illustrate how
to use component scripts.
Change-Id: Id1015912723ed2f8f982d8316c8923e47e4897bc
Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
Fix issues in the example files.
Use the same values in all config.xml files to be able
to use a standard text to describe them.
Change-Id: I3a6dae58270906f590cde0c6e234d9bbb75d34f7
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Fix issues in the example files and unify some values to
make it possible to use standard text for the configuring
section.
Change-Id: I4e4236d519d075fc1f0461e3b863989ca0373cd3
Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
And the docs.
Change-Id: I35f5edc1ad95df29d033e4220af003bac480d6e3
Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Updated according to user feedback to make descriptions clearer.
Added documentation for all sections in config.xml, explained HomeDir,
and added a link to variable list.
Deleted an obsolete note.
Updated screenshots.
Change-Id: I255569f8a09c7c3b996b6e201c5469874027cf60
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>