aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/archive.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Remove Utils::optionalEike Ziller2022-09-011-5/+5
* Use SPDX license identifiersLucie GĂ©rard2022-08-261-24/+2
* Utils: Drop unused headers [A-H]Jarek Kobus2022-05-251-1/+1
* Archive: Connect to QtcProcess::done() signalJarek Kobus2022-04-061-6/+5
* Archive: Avoid calling blocking stopProcessJarek Kobus2022-03-251-88/+32
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-1/+1
* Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-251-1/+1
* Add missing "emit"sAlessandro Portale2021-11-111-5/+6
* Fix unzip tool not being resolvedVikas Pachdha2021-11-091-0/+1
* Utils: Introduce a FilePath::searchInPath() convenience functionhjk2021-08-231-2/+2
* Utils: FilePathify Archive::unarchive furtherhjk2021-08-191-3/+3
* Utils: FilePathify Archivehjk2021-08-171-57/+43
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-2/+2
* Use refactored ProcessModeJarek Kobus2021-08-091-1/+0
* MimeDatabase: add FilePath convenience functionDavid Schulz2021-06-231-1/+1
* Utils: Drop QProcess specific parameters from QtcProcess::finished()hjk2021-06-141-1/+1
* Remove some redundant uses of QtcProcess::exitCodehjk2021-06-031-2/+1
* Utils: Move QProcess base to QtcProcessPrivatehjk2021-06-021-12/+8
* Utils: Copy some SynchronousProcess function to QtcProcesshjk2021-04-301-6/+6
* Add support for powershell Expand-Archive for archivesThomas Hartmann2021-02-231-0/+16
* Plugin install: Make 7z verboseEike Ziller2020-06-251-1/+1
* Plugin install: Fix crash on cancelEike Ziller2020-06-231-0/+6
* Utils: Fix compile on unixDavid Schulz2020-06-161-19/+16
* Utils: check windows registry for archive toolsDavid Schulz2020-06-161-21/+61
* Fix build: Utils/archive.cpp needs to include QTimerTobias Hunger2020-06-151-0/+1
* Utils/Archive: Add simple async APIEike Ziller2020-06-151-24/+76
* Utils: Fix compile with gcc 5.3Christian Stenger2020-06-021-10/+10
* Support more file formats for unarchiving pluginsEike Ziller2020-05-291-20/+63
* Move unarchiving code out of the plugin dialog codeEike Ziller2020-05-291-0/+124