aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/fileutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* FileName: Add method to find parent directoriesTobias Hunger2012-01-251-0/+22
* Fix FileName::appendPath (and through that Qt abi detection on Mac)Eike Ziller2012-01-181-1/+1
* Utils: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-061-1/+1
* Use Utils::FileName for various bits in QtVersionDaniel Teske2011-12-071-1/+14
* Add FileName isChildOf/relativePath and endsWith and appendPathDaniel Teske2011-12-061-11/+59
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/[email protected]/[email protected]/hjk2011-11-031-2/+2
* | Fix qt namespace compile, move qHash(Utils::FileName) to qt namespaceDaniel Teske2011-11-091-0/+2
* | Introduce Utils::FileName classDaniel Teske2011-11-081-0/+91
|/
* move api docs to ... the apiOswald Buddenhagen2011-10-211-45/+33
* don't rewrite symlink on save, rewrite target insteadVlad Brovko2011-10-201-0/+22
* FileUtils: Add some safety checks to removeRecursively().Christian Kandeler2011-07-221-2/+17
* RemoteLinux: Move generic Dir/File functions into Utils.Daniel Molkentin2011-07-061-0/+140
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Compile Mac.Friedemann Kleint2011-04-201-1/+0
* fix setResult(QDataStream *)Oswald Buddenhagen2011-04-181-2/+1
* add fileutils: classes for error-checked reading and writing of filesOswald Buddenhagen2011-04-181-0/+247