summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/fileutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix building in macOs with Qt6Katja Marttila2023-06-131-1/+1
* Adapt to changes in QHash and QSetChristian Stenger2023-01-171-1/+1
* Merge remote-tracking branch 'origin/4.5' into masterKatja Marttila2022-12-131-2/+2
|\
| * Fix installer resource writing to admin folderKatja Marttila2022-12-021-2/+2
* | Use QFileInfo::exists() as that is documented to be fasterKatja Marttila2022-11-041-2/+2
* | Merge remote-tracking branch 'origin/4.5'Arttu Tarkiainen2022-11-031-0/+46
|\|
| * Merge remote-tracking branch 'origin/4.4' into 4.5Arttu Tarkiainen2022-11-031-0/+46
| |\
| | * Windows: fix installation error with concurrent Extract operationsArttu Tarkiainen2022-09-011-0/+46
* | | Replace QRegExp usages by QRegularExpressionChristian Stenger2022-10-211-2/+2
|/ /
* | Fix some translated textsFriedemann Kleint2022-10-191-1/+1
* | Add persistent metadata file cacheArttu Tarkiainen2022-10-141-10/+18
|/
* Revert "Simplify QInstaller::generateTemporaryFileName()"Arttu Tarkiainen2022-03-151-11/+21
* Use of separators in Execute operationKatja Marttila2022-02-031-4/+12
* Fix deprecation warnings from building with Qt 5.15.2Arttu Tarkiainen2021-12-211-2/+2
* Simplify QInstaller::generateTemporaryFileName()Arttu Tarkiainen2021-10-211-21/+11
* Add support for generating offline installer from onlineArttu Tarkiainen2021-01-151-0/+95
* Add high dpi image support for Logo and ProductImagesKatja Marttila2020-12-211-0/+17
* Replace obsolete qrand() with QRandomGeneratorKatja Marttila2020-11-041-2/+2
* Remove unused code blocks and functionsKatja Marttila2020-11-041-23/+1
* Doc: Remove internal classes and structs from generated documentationArttu Tarkiainen2020-09-211-0/+6
* Doc: Reduce the amount of documentation warningsArttu Tarkiainen2020-09-211-0/+82
* Doc: Fix documentation warningsTopi Reinio2020-09-161-1/+3
* CLI: decrease the amount of default debug printsKatja Marttila2020-02-201-6/+6
* Use of QLoggingCategoryKatja Marttila2020-02-131-7/+9
* Enable QInstaller::setDefaultFilePermissions() also on WindowsArttu Tarkiainen2019-11-011-6/+2
* Refactor setting and checking of file permissionsArttu Tarkiainen2019-08-301-0/+37
* Update usage of Apple-related terminologyArttu Tarkiainen2019-08-161-2/+2
* Change quantity information unit textKatja Marttila2019-02-071-8/+8
* Replace 0 with nullptrKatja Marttila2019-01-091-3/+3
* Delete directory if there are readonly filesKatja Marttila2018-09-241-8/+17
* Merge remote-tracking branch 'origin/2.0'Katja Marttila2017-01-301-17/+12
|\
| * License header update to GPL-EXCEPTKatja Marttila2017-01-261-17/+12
* | Merge remote-tracking branch 'origin/2.0'Iikka Eklund2016-01-201-4/+3
|\|
| * Update license headersIikka Eklund2015-12-291-4/+3
* | Make the installation relocatable (with some limitations).Karsten Heimrich2015-07-141-0/+16
* | Sanitize QDebug outputKai Koehne2015-07-091-6/+5
* | Unify translated error messagesKai Koehne2015-06-241-18/+24
* | Convert to Qt 5 connect syntaxKai Koehne2015-06-151-1/+1
|/
* Update CopyrightKai Koehne2015-02-181-7/+7
* Set objectName for QThreadKai Koehne2015-02-021-0/+1
* Add LGPLv3 as new licenseKai Koehne2014-10-161-14/+7
* Some more documentation fixes (removes more warnings).kh12014-10-151-3/+0
* Workaround for QFileInfo::isBundle().kh12014-07-041-0/+19
* Replace Q_OS_MAC with Q_OS_OSXNiels Weber2014-07-031-1/+1
* Don't use QObject::tr().kh12014-06-241-25/+36
* Split out the file IO stuff and adjust other files respectively.kh12014-06-241-70/+0
* Fix replace maintenance tool binary.kh12014-06-041-1/+1
* Use QTemporaryDir instead of our homemade solution.kh12014-06-031-60/+0
* Use qt_windows.h.kh12014-01-071-7/+1
* fix generation of random temp directory nameTim Jenssen2013-12-101-6/+49