aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/fileutils.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | FileUtils: Adds toFilePathList functionMarcus Tillmanns2022-08-041-1/+6
* | filepath: Move FileUtils:: function out of FilePath.cppMarcus Tillmanns2022-08-041-0/+183
* | Utils: Improve FileUtils::commonPathAlessandro Portale2022-07-291-0/+46
* | FileUtils: Pass parent to file dialoghjk2022-07-271-1/+1
* | filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-1/+53
|/
* Utils: More forward declarations / drop unused headers [S]Jarek Kobus2022-05-251-0/+1
* Utils: More forward declarations / drop unused headers [D-G]Jarek Kobus2022-05-251-0/+2
* Utils lib: Remove unneeded includes from cpp filesJarek Kobus2022-05-191-6/+1
* FileUtils: Add some helper to handle ls-style outputhjk2022-02-151-0/+38
* Utils: Pass dialog parent to Utils::* file dialoghjk2021-08-171-16/+20
* Utils: Use FilePath in copy helpershjk2021-08-101-12/+9
* Utils: Make FileSaver somewhat work for remote fileshjk2021-08-041-5/+22
* Utils: Provide FilePath based wrappers for common dialogshjk2021-07-261-1/+72
* Utils: Move filterEntriesHelper() out of FilePathChristian Stenger2021-07-221-1/+0
* Utils: Split FilePath off fileutils.hhjk2021-07-221-1336/+73
* Docker: Implement fallback for DockerDevice::directoryEntries()hjk2021-07-161-3/+38
* ProjectExplorer: Use FilePaths in project tree nodeshjk2021-07-161-2/+23
* Utils: Introduce a FilePath::withNewPath() convenience methodhjk2021-07-161-0/+20
* Utils: Make FilePath::resolvePath() work with remote pathshjk2021-07-161-1/+3
* Utils: Remove odd check from FilePath::resolvePathhjk2021-07-151-2/+0
* Utils: Add/fix FilePath::isFile and FilePath::isDirhjk2021-07-141-6/+20
* Utils: Allow an offset in FilePath::readContents()hjk2021-07-091-2/+5
* Utils: Change semantics of FilePath::onDeviceSearchInPath()hjk2021-07-081-4/+4
* Utils: Allow additional directories for FilePath::searchInPathhjk2021-07-071-3/+3
* Utils: Add a FilePath::environmenthjk2021-07-071-0/+10
* Utils: Move resolveSymLinks from FileUtils to FilePathhjk2021-07-021-8/+10
* Utils: Introduce FilePath::is{Relative,Absolute}Pathhjk2021-07-021-7/+17
* Utils: Make FilePath::isNewerThan work remotelyhjk2021-07-021-7/+5
* Utils: Make a FilePath's osType publicly accessiblehjk2021-07-021-8/+10
* Utils: Merge FileUtils::removeRecursively() into FilePathhjk2021-07-021-11/+11
* Utils: Implement FilePath::withExecutableSuffix()hjk2021-06-301-0/+14
* Utils: Add FilePath::symLinkTargethjk2021-06-301-7/+13
* Utils: Also pass Sort flag to FilePath::dirEntrieshjk2021-06-291-3/+5
* Utils: Add a FilePath::ensureExistingFilehjk2021-06-291-0/+14
* Utils: Implement FilePath::removeRecursivelyhjk2021-06-291-0/+10
* Utils: Implement FilePath::rename()hjk2021-06-281-0/+9
* Utils: add FilePath::isWritableFileDavid Schulz2021-06-231-0/+10
* Utils: add permissions() to FilePathDavid Schulz2021-06-171-0/+9
* Utils: add rename function to fileutilsDavid Schulz2021-06-171-0/+7
* Utils: Implement FilePath::writeFileContents()hjk2021-06-161-0/+13
* Utils: Make FileUtils::copyIfDifferent work also with remote pathshjk2021-06-141-10/+15
* Utils: Support remote FilePath::{lastModified,{remove,copy}File}hjk2021-06-141-1/+22
* CMake: Collect also remote filenames from generateBuildTargets()hjk2021-06-141-0/+7
* Utils: Introduce a FilePath::cleanPathhjk2021-06-111-0/+7
* Utils: add home FilePath convenience functionDavid Schulz2021-06-101-2/+7
* Utils: Improve FilePath::parentDir() for the remote casehjk2021-06-101-2/+4
* Utils/ProjectExplorer: Add IDevice::searchInPathhjk2021-06-101-0/+21
* Debugger: filepathify DiagnosticLocationDavid Schulz2021-06-091-3/+3
* Utils: Add a FilePath::lastModified() interfacehjk2021-06-091-0/+6
* ProjectExplorer: Implement (Docker)Device::exists(filePath)hjk2021-06-071-1/+4