aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/fileutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean headers in Utils.Friedemann Kleint2013-03-191-4/+0
* Cleanup preprocessor statementsDebao Zhang2013-02-221-15/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | cleanPath() already implies fromNativeSeparators()Oswald Buddenhagen2012-11-061-2/+1
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-091-1/+1
|\|
| * Fix copyRecursively not returning when it shouldTobias Hunger2012-10-081-1/+1
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\|
| * Adjust license headershjk2012-10-051-21/+20
* | Merge origin/2.6Eike Ziller2012-10-051-0/+6
|\|
| * FileName: Fix isChildOf for some corner casesOrgad Shaneh2012-10-041-0/+6
* | Locator on Linux/Mac: Show ~ instead of $HOME in paths.Nikolai Kosjar2012-09-111-0/+18
* | Utils::FileUtils: Use Utils::FileName for file paths instead of QString.Christian Kandeler2012-09-071-34/+31
* | HostOsInfo: Add some more useful abstractions.Christian Kandeler2012-09-051-8/+5
* | Utils: Introduce HostOsInfo class.Christian Kandeler2012-08-271-10/+5
|/
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Added overload for FileName::isChildOfKonstantin Tokarev2012-07-181-0/+6
* Don't add a '/' if the filename is emptyBogDan Vatra2012-07-091-1/+1
* qtcassert: move actual printing to separate function and enforce stylehjk2012-04-171-4/+4
* FileUtils: Remove symbolic links when removing a directoryAurindam Jana2012-03-271-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-7/+7
* Long live the king!hjk2012-01-261-1/+1
* 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