aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/filepath.h
Commit message (Expand)AuthorAgeFilesLines
* Utils: Remove offset parameter from writeFileContentsMarcus Tillmanns2024-02-221-1/+1
* Utils: Add a FilePath::isResourceFile functionhjk2024-01-261-0/+1
* Utils: Promote a local conversion function to FilePath::fromUrl()hjk2024-01-261-0/+1
* Utils: Introduce a FilePath::chopped() convenience functionhjk2024-01-081-0/+1
* Avoid unnecessary string and list copiesYuri Vilmanis2023-11-011-1/+1
* DeviceSupport: Add more error outputMarcus Tillmanns2023-10-061-1/+2
* Utils: Add PersistentCacheStoreMarcus Tillmanns2023-09-051-0/+1
* Python: check for pyside in qt installationDavid Schulz2023-08-281-0/+1
* Utils: ensureWritableDir returns expected_strMarcus Tillmanns2023-06-221-1/+1
* FilePath: Remove const ref for enum argumentOrgad Shaneh2023-05-241-2/+2
* Utils: Add a FilePath::searchAllInDirectorieshjk2023-05-231-2/+9
* Utils: Rework FilePath::searchInDirectoryhjk2023-05-231-5/+9
* Utils: Cache FilePath::qHashMarcus Tillmanns2023-05-121-0/+1
* Fix saving of hardlinked filesEike Ziller2023-04-121-0/+1
* Utils: Replace FilePath::onDevice() by new FilePath::withMappedPath()hjk2023-04-041-1/+1
* Utils: Continue Environment/EnvironmentChange consolidationhjk2023-03-241-1/+0
* Utils: Store Device::osType in settingsMarcus Tillmanns2023-03-231-0/+1
* FilePath: Remove overloads for async tasks that don't take contextJarek Kobus2023-03-171-3/+0
* FilePath: Provide overloads for async tasks taking context objectJarek Kobus2023-03-171-0/+5
* FilePath: Integrate FileStreamerManager for async i-faceJarek Kobus2023-03-071-8/+7
* Utils: Cleanup searchInX functionsMarcus Tillmanns2023-02-241-4/+3
* Utils: Add tst_filepathMarcus Tillmanns2023-02-241-0/+3
* Utils: Add PathFilter to FilePath::searchInPathMarcus Tillmanns2023-02-091-2/+6
* Utils: Add FilePath::tmpDir and createTempFileMarcus Tillmanns2023-02-071-0/+3
* Core: Make access to remote terminal easier in codehjk2023-01-311-0/+1
* Utils: Use an enum indication the possible abort of an dir iterationhjk2023-01-261-2/+4
* Utils: Add FilePath::copyRecursivelyMarcus Tillmanns2023-01-251-0/+1
* Utils: Add FilePath.hasFileAccess()Marcus Tillmanns2023-01-121-0/+1
* Utils: Fix compile with MinGWChristian Stenger2023-01-101-1/+1
* Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settingshjk2023-01-101-1/+5
* ProjectExplorer: Improve error reportingMarcus Tillmanns2023-01-101-1/+1
* Utils: Use hidden friends for FilePath comparison, hash and debughjk2023-01-061-24/+19
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Make Utils::withTildeHomePath a FilePath memberhjk2023-01-051-0/+2
* FileFinder: FilePathifyArtem Sokolovskii2023-01-031-0/+1
* Docker: Add Filepath::localSource()Marcus Tillmanns2022-12-161-0/+3
* Utils: Add convenience functions FilePath::path{List,Component}Separatorhjk2022-12-151-0/+2
* Utils: Add std::expected implementationMarcus Tillmanns2022-12-141-6/+8
* Utils: Remove FilePath::fromUrl()hjk2022-12-141-1/+0
* Utils: Use QStringView in FilePath::setFromStringhjk2022-12-131-2/+2
* Core: Make UtilsJsExtension::relativeFilePath() work on remotehjk2022-12-011-1/+2
* Utils: Remove FilePath::operator+()hjk2022-11-301-1/+0
* Utils: FsEngine micro-optimizationshjk2022-11-291-9/+4
* Utils: Make FilePath::refersToExe(...) return the found itemhjk2022-11-281-1/+1
* Utils: Add FilePath::{suffix,fileName}View functionshjk2022-11-241-0/+2
* Utils: Introduce a FilePath::fromPathPart()hjk2022-11-231-0/+1
* Utils: Introduce a FilePath::refersToExecutableFilehjk2022-11-221-0/+4
* Utils: Introduce FilePath::isSameExecutable()hjk2022-11-211-0/+1
* Utils: Use QStringView in FilePath implementations when it makes sensehjk2022-11-171-0/+1
* Utils: Sanitize FilePath::onDevice()hjk2022-11-171-1/+0