summaryrefslogtreecommitdiffstats
path: root/Help/cpack_gen/ifw.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Fix some redirects reported with sphinx linkcheckAlex Turbov2022-11-071-1/+1
| | | | Mostly it's about replace `http:` with `https:` protocol.
* Help: Clean up and expand CPack/IFW docsCraig Scott2022-03-271-101/+122
|
* CPackIFW: add support for signing the generated app bundles on macOSErlend E. Aasland2021-11-221-0/+7
| | | | | | | | Adds the CPACK_IFW_PACKAGE_SIGNING_IDENTITY CPackIFW variable. This variable mirrors the --sign option of the binarycreator tool. Fixes: #22927
* CPackIFW: add support for archive format and compression level optionsErlend E. Aasland2021-10-281-0/+40
| | | | | | | | | | | | | | | Adds the following CPackIFW variables: - CPACK_IFW_ARCHIVE_FORMAT - CPACK_IFW_ARCHIVE_COMPRESSION These variables control mirror the --archive-format and --compression options of the QtIFW binarycreator and repogen tools. Fixes: #22803 Co-authored-by: Erlend E. Aasland <erlend.aasland@innova.no> Co-authored-by: Awen Autret
* CPackIFW: Add support for RunProgram* config variablesErlend E. Aasland2021-10-171-0/+28
| | | | | | This patch adds support for specifying <RunProgram>, <RunProgramArguments>, and <RunProgramDescription> in the IFW configuration file.
* CPackIFW: Add support for DisableCommandLineInterface config attributeKonstantin Podsvirov2021-10-141-0/+8
|
* CPackIFW: Add support for ProductImages config optionErlend E. Aasland2021-10-081-0/+8
|
* CPackIFW: Improve warning and docs for show page list optionCraig Scott2021-02-141-1/+3
|
* Merge topic 'versionadded'Brad King2020-12-031-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | 5000f93a91 Help: Fix grammar in `.. versionadded` directives 8fea95319b Help: Add `.. versionadded` directives to module docs 8634561dca Help: Improve formatting for FindBoost and FindCUDA ea59b0cd34 Help: Fix version note for CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE 05c3060b10 Help: Fix cmake_parse_arguments version note dafcef8b50 Help: Improve styling for versionadded/deprecated directives 6ae216daef Tests: Make RunCMake.CMP0106 expected output robust to line number changes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5560
| * Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-0/+4
| | | | | | | | Issue: #19715
* | CPackIFW: Add CPACK_IFW_PACKAGE_WIZARD_SHOW_PAGE_LIST variableKonstantin Podsvirov2020-11-271-0/+6
|/ | | | | | Add CPACK_IFW_PACKAGE_WIZARD_SHOW_PAGE_LIST variable to control visibility of the widget listing installer pages on the left side of the wizard. This feature available only since QtIFW 4.0.
* Merge topic 'versionadded'Brad King2020-11-131-13/+57
|\ | | | | | | | | | | | | | | | | c43e845d09 Help: Add `.. versionadded` directives to generator docs f6fd769ae9 Help: Add `.. versionadded` directives to CPack generator docs a19058d7d8 Help: Replace some `versionadded` directives with `versionchanged` Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5495
| * Help: Add `.. versionadded` directives to CPack generator docsNikita Nemkin2020-11-121-13/+57
| | | | | | | | Issue: #19715
* | CPack/IFW: Locate the archivegen utilityErlend Egeberg Aasland2020-11-121-0/+4
|/ | | | Fixes: #21427
* Help: CPackIFW generator: offline installerJoachim Wuttke (o)2020-02-201-38/+45
| | | | | Bundle subsections under "Other Settings". Improve explanation of the Online installer.
* Help: ifw.rst: Add toc; mv "Hints" section -> subsection of "Variables"Joachim Wuttke (o)2020-02-171-26/+32
| | | | | Also explain `@ApplicationsDir@`, thanks to https://discourse.cmake.org/t/647/2 for help.
* Help: Correct typos in CPack docsJoachim Wuttke (h)2020-02-161-1/+1
|
* Help: CPack IFW Generator: not only configures, but also runs QtIFW.Joachim Wuttke (o)2020-02-131-2/+5
|
* Help: More cross references between CPackIFW and CPackIFWGenerator.Joachim Wuttke (o)2020-02-131-16/+13
| | | | And more concise section "QtIFW Tools".
* Help: CPackIFWGenerator: explain relation to CPackIWFJoachim Wuttke (o)2020-02-111-10/+7
| | | | | * Make overview more focussed * Explain the relation to CPackIFW
* Help: Show external link only once per page; explain abbreviation QtIFW.Joachim Wuttke (o)2020-02-111-18/+16
|
* CPack/IFW: Add StyleSheet fieldZaytsev Yuriy2019-05-021-0/+4
|
* Help: Replace occurrences of "Mac OS X" with "macOS"Bartosz Kosiorek2018-09-051-2/+2
| | | | | | | | Apple's main Operating system changed their name from OS X to macOS: https://www.engadget.com/2016/06/13/os-x-is-now-macos/ Revise documentation accordingly.
* Help: Add new section for CPack generatorsKyle Edwards2018-06-211-0/+335
The documentation for CPack generators previously lived in their respective internal CMake modules. This setup was misleading, because it implied that you should include the modules in your own code, which is not the case. Moving the documentation into a separate section does a better job of hiding the internal modules, which are just an implementation detail. The generator documentation has also been modified to remove any references to the module name. The CPackIFW module is a special exception: since it has user-facing macros, the documentation for these macros has been kept in the module page, while all other documentation related to the IFW generator has been moved into the new section. To make it easier to find the new documentation, the old help pages for the CPack*.cmake modules have not been deleted, but have been replaced with a link to their respective help page in the new documentation section.