aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/fileutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Utils: add FilePath::(complete)suffixDavid Schulz2021-06-041-0/+28
* Utils: Somewhat improve remote FilePath::canonicalPath()hjk2021-06-041-0/+4
* Utils: add FilePath::completeBaseNameDavid Schulz2021-06-041-0/+16
* Utils: add FilePath::baseNameDavid Schulz2021-06-031-1/+7
* Utils: Introduce FilePath::ensureWritableDir()hjk2021-06-011-0/+12
* Utils: Differentiate between WritableDir and ReadableFilehjk2021-06-011-3/+1
* Utils: Make FilePath::relativeChildPath() work with remote pathshjk2021-05-201-3/+4
* Only define CALLBACK when PCH is usedCristian Adam2021-05-191-0/+2
* Utils: Make FilePath::operator+() work with remote pathshjk2021-05-191-1/+3