summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in documentationKatja Marttila2022-11-042-2/+2
* Add possibility to post load install scriptsKatja Marttila2022-11-0421-95/+247
* Fix usage of obsolete toList() callKatja Marttila2022-11-031-3/+3
* Merge remote-tracking branch 'origin/4.5'Arttu Tarkiainen2022-11-0329-167/+2346
|\
| * Update ChangelogArttu Tarkiainen2022-11-031-0/+13
| * Merge remote-tracking branch 'origin/4.4' into 4.5Arttu Tarkiainen2022-11-0313-35/+132
| |\
| | * Fix installer stalling when there's only one CPU core4.4Arttu Tarkiainen2022-09-271-4/+6
| | * Update Changelog4.4.2Katja Marttila2022-09-191-0/+9
| | * Fix uninstallation of needed virtual componentsKatja Marttila2022-09-161-1/+2
| | * Update IFW version to 4.4.2Katja Marttila2022-09-125-19/+19
| | * Attach to squish only when the port is separately givenKatja Marttila2022-09-082-13/+11
| | * Windows: fix installation error with concurrent Extract operationsArttu Tarkiainen2022-09-017-16/+103
| | * Fix typo resulting in accessing wrong operation result containerArttu Tarkiainen2022-09-011-1/+1
| * | Update translation filesArttu Tarkiainen2022-11-0216-132/+2200
| * | Macos: Fix maintenance tool install from repositoryKatja Marttila2022-11-011-0/+1
* | | Doc: add overview of using QObjects with the scripting APIArttu Tarkiainen2022-10-311-0/+15
* | | ExtractOp: fix leftover empty directories when 'targetDir' arg is usedArttu Tarkiainen2022-10-311-2/+2
* | | Tests: Fix debug messages from cli testKatja Marttila2022-10-311-24/+31
* | | Use static initialization for external-link regexpArttu Tarkiainen2022-10-261-2/+3
* | | Merge "Merge remote-tracking branch 'origin/4.5' into master"Katja Marttila2022-10-2419-35/+161
|\ \ \
| * | | Merge remote-tracking branch 'origin/4.5' into masterKatja Marttila2022-10-2419-35/+161
| |\| |
| | * | Adjust available space checking for the metadata cacheArttu Tarkiainen2022-10-241-17/+12
| | * | Doc: Update 'Specifying Settings' topic to describe local cache settingsArttu Tarkiainen2022-10-214-3/+11
| | * | CLI: Add new '--cache-path' optionArttu Tarkiainen2022-10-218-10/+34
| | * | CLI: Add new 'clear-cache' commandArttu Tarkiainen2022-10-217-1/+39
| | * | Add possibility to synchronize metadata cache manuallyArttu Tarkiainen2022-10-214-4/+65
* | | | Update IFW version to 5.0.0Katja Marttila2022-10-245-17/+17
|/ / /
* | | Replace QRegExp usages by QRegularExpressionChristian Stenger2022-10-2114-45/+49
* | | Handle Qt6 inside the project filesChristian Stenger2022-10-212-2/+6
|/ /
* | Allow generation and signing of MT in macosKatja Marttila2022-10-2013-111/+236
* | Fix installer not respecting PersistentLocalCache value properlyArttu Tarkiainen2022-10-201-3/+10
* | Fix user set metadata cache path not saved for maintenance toolArttu Tarkiainen2022-10-201-0/+3
* | Add auto-tests for metadata cacheArttu Tarkiainen2022-10-209-1/+411
* | Fix possible uncaught exceptions while loading package dataArttu Tarkiainen2022-10-191-189/+200
* | COIN: Use Pipenv when running notarize scriptAntti Kokko2022-10-191-2/+14
* | Fix some translated textsFriedemann Kleint2022-10-192-3/+5
* | libarchive: support linking with zlib compiled into QtCoreArttu Tarkiainen2022-10-185-8/+20
* | Fix missing message of QInstaller::Error exception on SDKApp::notify()Arttu Tarkiainen2022-10-181-1/+3
* | Show information dialog after clearing metadata cacheArttu Tarkiainen2022-10-186-6/+45
* | Metadatajob: allow replacing existing items to metadata cacheArttu Tarkiainen2022-10-181-1/+1
* | Add persistent metadata file cacheArttu Tarkiainen2022-10-1452-198/+1724
* | Doc: fix "Cannot tie this documentation to anything" warningArttu Tarkiainen2022-10-141-0/+2
* | Optimize keeping component reference count in InstallerCalculatorArttu Tarkiainen2022-10-111-8/+3
* | Optimize retrieving components by nameArttu Tarkiainen2022-10-116-15/+42
* | Fix deprecate QCommandLineOption::setHidden() usageKatja Marttila2022-09-291-2/+2
* | libarchive: disable crypto support from builds on macOSArttu Tarkiainen2022-09-291-5/+5
* | Replace ProductVersion placeholder with actual valueKatja Marttila2022-09-291-1/+1
* | Adjust the 'ready to install' message to avoid repeating the app nameAndreas Pakulat2022-09-2717-51/+51
* | Update IFW version to 4.5.0Katja Marttila2022-09-265-17/+17
* | CLI: add support for hiding values of printed optionsArttu Tarkiainen2022-09-223-2/+45