summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ExtractOp: fix leftover empty directories when 'targetDir' arg is usedArttu Tarkiainen2022-10-311-2/+2
* Use static initialization for external-link regexpArttu Tarkiainen2022-10-261-2/+3
* Merge remote-tracking branch 'origin/4.5' into masterKatja Marttila2022-10-2412-26/+105
|\
| * Adjust available space checking for the metadata cacheArttu Tarkiainen2022-10-241-17/+12
| * CLI: Add new '--cache-path' optionArttu Tarkiainen2022-10-216-4/+31
| * CLI: Add new 'clear-cache' commandArttu Tarkiainen2022-10-215-1/+23
| * Add possibility to synchronize metadata cache manuallyArttu Tarkiainen2022-10-213-4/+39
* | Replace QRegExp usages by QRegularExpressionChristian Stenger2022-10-2114-45/+49
* | Handle Qt6 inside the project filesChristian Stenger2022-10-211-1/+4
|/
* Allow generation and signing of MT in macosKatja Marttila2022-10-207-96/+183
* 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
* Fix possible uncaught exceptions while loading package dataArttu Tarkiainen2022-10-191-189/+200
* Fix some translated textsFriedemann Kleint2022-10-192-3/+5
* libarchive: support linking with zlib compiled into QtCoreArttu Tarkiainen2022-10-181-0/+4
* 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-1426-188/+1665
* 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-115-12/+40
* 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
* CLI: add support for hiding values of printed optionsArttu Tarkiainen2022-09-223-2/+45
* Replace .vbs hack to update maintenance tool binary on WindowsArttu Tarkiainen2022-09-079-45/+153
* Disable package manager and updater for offline maintenance toolArttu Tarkiainen2022-09-072-8/+40
* Merge remote-tracking branch 'origin/4.4' into masterKatja Marttila2022-08-303-8/+19
|\
| * Uninstaller remove target directory if it is emptyYAMAMOTO Atsushi2022-08-251-7/+6
| * Uninstaller remove maintenancetool's data filesYAMAMOTO Atsushi2022-08-251-0/+8
| * Uninstaller remove installerResources directoryYAMAMOTO Atsushi2022-08-251-0/+3
| * Do not convert newline characters in license filesYAMAMOTO Atsushi2022-08-191-1/+1
| * Set encoding to UTF-8 when writing license fileYAMAMOTO Atsushi2022-08-191-0/+1
* | Replace 'Setup Wizard' and 'Wizard' with just 'Setup'Andreas Pakulat2022-08-3017-69/+69
* | Merge remote-tracking branch 'origin/4.4'Arttu Tarkiainen2022-08-182-45/+70
|\|
| * Fix unnecessary QSet transformKatja Marttila2022-06-221-7/+3
| * Fix bug when installer is not installing required componentsKatja Marttila2022-06-202-44/+73
| * Revert "Fix bug when installer is not installing all required components"Katja Marttila2022-06-201-6/+3
| * Fix bug when installer is not installing all required componentsKatja Marttila2022-06-171-3/+6
| * Revert "Display progress for loading component install scripts"Katja Marttila2022-06-163-36/+7
| * Display progress for loading component install scriptsArttu Tarkiainen2022-06-143-7/+36
* | Display progress for loading component install scriptsArttu Tarkiainen2022-06-163-7/+36
* | Fix local binary checkJoni Poikelin2022-06-151-1/+1
* | Allow searching components also in the updater viewArttu Tarkiainen2022-06-151-1/+0
* | MT: Quote paths for UninstallString and ModifyPath registry valuesArttu Tarkiainen2022-06-151-2/+6
* | Add note about selecting another location for temporary downloadsArttu Tarkiainen2022-06-151-2/+8
* | Add component list of components to be installed to installationlogKatja Marttila2022-06-131-0/+1
* | Print developer warning message when loading translation file failsArttu Tarkiainen2022-06-131-1/+8
|/