aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/fileutils.h
Commit message (Expand)AuthorAgeFilesLines
* Utils/copyRecursively: Avoid copying of copy helper instanceEike Ziller2020-07-131-4/+47
* Utils: Create re-usable Callable for copying and asking for overwriteEike Ziller2020-06-151-0/+16
* Utils: Introduce FilePath::operator/(const QString &)hjk2020-04-091-0/+2
* Debugger: Fix go to location on interruptChristian Stenger2020-01-311-1/+0
* Utils: Introduce a FilePath::absolutePath() functionhjk2019-12-191-0/+1
* Utils: export hash<Utils::FilePath>David Schulz2019-12-181-1/+1
* Utils: Move std::hash<Utils::FilePath>::operator() out of linehjk2019-12-181-6/+1
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-1/+1
* Utils: Move FileUtils::resolvePath to FilePathhjk2019-12-051-1/+1
* CMakeProjectManager: Fix clang code model when CMake PCHs are usedCristian Adam2019-10-221-0/+1
* Utils: Add a FilePath::isDir() convenience functionhjk2019-09-111-1/+2
* Utils: Split FilePath::fileNamehjk2019-08-141-1/+2
* check if Android sdk folder is writableFrederik Schwarzer2019-08-131-0/+1
* Utils: Register CommandLinehjk2019-07-311-1/+2
* Utils: Drop transitional FileName alias for FilePathhjk2019-07-241-4/+1
* Utils: Move meta char policy handling from FilePath to ConsoleProcesshjk2019-07-231-6/+1
* Utils: Add CommandLine convenience constructorshjk2019-07-231-0/+2
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-201-1/+1
|\
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-181-1/+6
|\|
* | Utils: Encourage marking of raw command line parametershjk2019-06-061-5/+7
* | Utils: Add a CommandLine::splitArguments() convenience functionhjk2019-06-061-0/+1
|/
* Utils: Pass an optional OsType parameter to CommandLine::addArghjk2019-06-051-2/+2
* Utils: Move CommandLine to fileutils.{cpp,h}hjk2019-06-031-0/+23
* Utils: Remove rarely used FilePath constructorhjk2019-05-281-1/+0
* Utils: Rename FileName to FilePathhjk2019-05-281-38/+41
* Utils: Remove now-unused FileName::appendPath()hjk2019-05-271-1/+0
* Utils: Make FileName::shortNativePath a memberhjk2019-05-201-1/+2
* Utils: Make FileName::isFileNewerThan a memberhjk2019-05-201-1/+2
* Utils: Make FileName::canonicalPath a memberhjk2019-05-201-1/+2
* Utils: Make FileName hold an QUrl optionallyhjk2019-05-171-0/+11
* Utils: Introduce a non-mutating FileName::pathAppendedhjk2019-05-151-0/+1
* Utils: Replace mutating FileName::appendStringhjk2019-05-151-2/+1
* Utils: Use data member instead of inheritance in FileNamehjk2019-05-131-8/+8
* Utils: Replace FileName::FileName(QFileInfo) by a named constructorhjk2019-05-131-2/+4
* Utils: Remove FileName::isNullhjk2019-05-131-1/+0
* Utils: RemoveFileName::{size,count,length}hjk2019-05-101-3/+1
* Utils: Remove unused FileName::chophjk2019-05-101-1/+0
* Utils: Detect hardlinks also on WindowsOrgad Shaneh2019-04-301-0/+1
* Utils: Rename one of the FileName::fromString overloadshjk2019-03-191-1/+1
* CompilationDatabase: Add folders to Project viewIvan Donchevskii2018-11-051-0/+1
* Utils: Modernize furtherAlessandro Portale2018-07-241-2/+2
* Utils: Properly name withNtfsPermissions()Andre Hartmann2018-06-051-4/+4
* Utils: Consistently use nullptrTobias Hunger2018-05-131-3/+4
* Utils: Use override consistentlyTobias Hunger2018-05-131-3/+4
* File System view: Add "New Folder" to context menuEike Ziller2018-04-111-0/+1
* Fix Utils::withNTFSPermissions with void functionEike Ziller2018-02-201-2/+5
* Add a bread crumb widget to file system viewEike Ziller2017-11-141-3/+4
* HostOsInfo/FileUtils/PersistentSettings: Fix build without QtGuiEike Ziller2017-08-221-0/+4
* FileUtils: Remove unused includes and forward declarationEike Ziller2017-08-221-1/+0
* Fix buildIvan Donchevskii2017-07-031-1/+1