summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/fileutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'origin/1.4' into 1.5Tim Jenssen2013-10-231-9/+12
|\
| * Fix broken random name generation for temporary directories.kh12013-09-201-8/+12
| * Small cleanup.kh12013-09-201-2/+1
* | Change some messages translator friendly.Takumi Asaki2013-07-141-3/+10
|/
* Properly calculate the file size for symlinks.kh12013-05-301-0/+34
* reformat initialize list of classesTim Jenssen2013-04-241-3/+3
* Merge remote-tracking branch 'origin/1.3'Tim Jenssen2013-03-211-18/+22
|\
| * don't pollute output too muchTim Jenssen2013-03-211-2/+0
| * fix possible loop in moveDirectoryContents methodTim Jenssen2013-03-211-2/+5
| * Fix missing wizard icon on a windows static build.kh12013-03-211-14/+17
* | Introduce QInstallerTools::copyWithException functionTim Jenssen2013-03-141-1/+1
|/
* Add 2013 to the copyright.Niels Weber2013-02-051-1/+1
* Fix mingw build...kh12013-02-041-0/+5
* "Normalize" installation path on Windows installer.kh12013-02-041-0/+46
* Make IFW compile with mingw.kh12013-01-291-1/+1