summaryrefslogtreecommitdiff
path: root/src/libs/utils/fileutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
* Windows: Do not try to save files with reserved namesTobias Hunger2016-10-071-0/+16
* cmake: resolve symlinks when comparing source directories.David Faure2016-06-201-3/+17
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* FileUtils: Replace FileNameList with an aliasTobias Hunger2015-11-041-19/+0
* Normalize file paths on OS XEike Ziller2015-09-101-2/+8
* Introduce dragging for all explorer nodes.Jochen Becher2015-06-151-155/+0
* Utils: Avoid copy on FileName::toString()Orgad Shaneh2015-02-271-2/+2
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Replace QFileInfo::fileName() with FileName::fileName()Orgad Shaneh2015-01-291-1/+1
* | Utils: Introduce FileName::fileName()Orgad Shaneh2015-01-281-0/+24
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2015-01-141-1/+15
|\ \ | |/
| * Fix OS X file drops from FinderEike Ziller2015-01-091-1/+15
* | C++: handle case-insensitive file names in the CPlusPlus::SnapshotErik Verbruggen2014-12-171-0/+26
* | C++: handle case-insensitive file names in the WorkingCopyErik Verbruggen2014-12-151-0/+5
|/
* Utils::FileName: Fix append("") appending a '/'Daniel Teske2014-11-071-0/+2
* Introduce and use FileName::exists()hjk2014-11-031-1/+8
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Editors: Support dragging from outline viewsEike Ziller2014-09-301-3/+41
* | Android: Say hello to gradle!BogDan Vatra2014-09-251-14/+21
* | Editors: Support drag & drop from bookmarks paneEike Ziller2014-09-231-21/+28
* | Core: Add a basic extension for the JsExpanderTobias Hunger2014-09-181-2/+22
* | Support drag and drop between splitsEike Ziller2014-09-121-4/+13
* | File drag&drop: Move mime data creation to central placeEike Ziller2014-09-111-0/+21
|/
* Utils: Remove unneeded namespace qualificationsOrgad Shaneh2014-07-161-2/+2
* Fix compilation.Christian Kandeler2014-07-101-0/+1
* Core: Refactor file dropping into reusable componentEike Ziller2014-07-091-0/+70
* Avoid explicit checks for windows host when working with file pathsEike Ziller2014-06-121-1/+1
* Replace unneeded #ifdef.Christian Kandeler2014-05-051-9/+9
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-4/+4
* QMakeProject: Fix inconsistent isAbsolutePathDaniel Teske2014-04-161-0/+26
* Fix some typosSergio Ahumada2014-03-051-1/+1
* Utils::FileName: Enable qDebug() << Utils::FileName()Daniel Teske2014-02-131-0/+8
* FileUtils: Add static method to construct FileNames from Latin1Tobias Hunger2014-02-111-0/+7
* Make sure to generate qmake friendly file namesTobias Hunger2014-02-061-0/+19
* Utils: Fix getting a case sensitive path on windows.David Schulz2014-01-311-42/+9
* Utils::FileName: Rename append to appendString()Daniel Teske2014-01-091-4/+4
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Crossify normalizePathNameOrgad Shaneh2013-10-241-0/+58
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-09-271-6/+7
|\
| * Doc: edit utils docsLeena Miettinen2013-09-091-6/+7
* | QDoc: Fix QDoc warningsTobias Hunger2013-09-261-1/+1
* | Qt4BC: Simplify shadowbuild/builddirectory handlingTobias Hunger2013-08-281-0/+12
|/
* Fix buildv2.8.0-rcEike Ziller2013-06-271-1/+1
* FileName: Support "~ -> homePath" substitutionOrgad Shaneh2013-06-271-1/+4
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-3/+3
* FileSaver: Do not rollback if we never opened the fileTobias Hunger2013-06-051-3/+5
* Editor: Added Dialog for read only files.David Schulz2013-04-081-0/+6