summaryrefslogtreecommitdiff
path: root/src/libs/utils/fileutils.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Utils: use unique_ptr for QFile objectIvan Donchevskii2017-07-031-5/+5
* Add std::hash for FileNameEike Ziller2017-06-191-0/+16
* Fix check if example location is writable on WindowsEike Ziller2017-05-291-0/+27
* Merge remote-tracking branch 'origin/4.0' into 4.1Eike Ziller2016-06-221-0/+1
|\
| * cmake: resolve symlinks when comparing source directories.David Faure2016-06-201-0/+1
* | Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
|/
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* FileUtils: Replace FileNameList with an aliasTobias Hunger2015-11-041-10/+1
* Introduce dragging for all explorer nodes.Jochen Becher2015-06-151-53/+0