summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt/master'Jason Barron2009-08-1369-224/+227
|\
| * Update URL's to use new domain.Jason McDonald2009-08-121-4/+4
| * Update contact URL in license headers.Jason McDonald2009-08-1269-69/+69
| * code clean-up and style fixesRitt Konstantin2009-08-116-37/+25
| * merge nativeAbsoluteFilePath and nativeAbsoluteFilePathCoreRitt Konstantin2009-08-111-11/+5
| * optimize inlines in QFSFileEngineRitt Konstantin2009-08-112-7/+7
| * minor optimizationsRitt Konstantin2009-08-111-10/+3
| * optimize longFileName() a bitRitt Konstantin2009-08-111-5/+6
| * don't mix link's target's permissions with link's Exe*Perm bitsRitt Konstantin2009-08-111-1/+2
| * don't mix calculated and forced permission bitsRitt Konstantin2009-08-111-14/+14
| * move dubbed code into static funtionRitt Konstantin2009-08-111-4/+10
| * QFSFileEngine must set LocalDiskFlag regardless file exists or notRitt Konstantin2009-08-111-2/+3
| * '.' and '..' must not be hiddenRitt Konstantin2009-08-112-10/+15
| * avoid crash when testing HiddenFlag and BaseName is emptyRitt Konstantin2009-08-111-1/+2
| * avoid needless const_cast-sRitt Konstantin2009-08-111-9/+10
| * replace QFile::exists() by QT_STAT() respectivelyRitt Konstantin2009-08-111-3/+7
| * micro-optimization in QFSFileEngine::mkdirRitt Konstantin2009-08-111-3/+3
| * don't set FileType flag when link's target doesn't existsRitt Konstantin2009-08-111-3/+4
| * QFSFileEngine::mkdir fix on WindowsRitt Konstantin2009-08-111-2/+6
| * Make QFileInfo::isSymlink() work for symlinks on WindowsAndy Shaw2009-08-111-0/+2
| * remove compiler warning for Windows CEJoerg Bornemann2009-08-101-24/+22
| * Doc: Clarified the behavior of QDir::exists().David Boddie2009-08-101-5/+10
* | s/class/struct/Harald Fernengel2009-08-101-1/+1
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-08-101-1/+11
|\ \
| * \ Merge commit 'qt/master-stable'Jason Barron2009-08-101-1/+11
| |\ \ | | |/
| | * Fix a bug in QProcess. QProcess was not reentrant on UnixBenjamin Poulain2009-08-061-1/+11
* | | moved declaration of engine to better match merge and to remove warningmread2009-08-101-1/+2
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-08-0746-1676/+1974
|\ \ \ | |/ /
| * | Update license headers according to commit 858c70f768e.axis2009-08-063-9/+9
| * | Replaced $MODULE$ with hardcoded module names.axis2009-08-063-3/+3
| * | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATEHarald Fernengel2009-08-0615-15/+15
| * | Merge commit 'origin/master'Jason Barron2009-08-0420-32/+34
| |\ \
| * \ \ Merge commit 'qt/master-stable'Jason Barron2009-08-046-6/+30
| |\ \ \ | | | |/ | | |/|
| | * | Fix deadlock in the fsevents file watcher.Norwegian Rock Cat2009-08-032-1/+7
| | * | Port of Qt to QNXHarald Fernengel2009-07-291-1/+1
| | * | Port of Qt to VxWorksRobert Griebl2009-07-294-4/+22
| * | | Merge commit 'qt/master-stable'Jason Barron2009-07-301-2/+2
| |\ \ \ | | |/ /
| | * | Fix startDetached: the pipes must be CLOEXEC for them to work.Thiago Macieira2009-07-281-2/+2
| * | | Merge commit 'qt/master-stable'Jason Barron2009-07-288-21/+626
| |\ \ \ | | |/ /
| | * | Doc: Replace links to obsolete APIs.Volker Hilsheimer2009-07-253-8/+10
| | * | fix minor issue introduced in 6ca14dcRitt Konstantin2009-07-241-8/+4
| | * | Document my new backend.Norwegian Rock Cat2009-07-241-3/+5
| | * | Compile.Norwegian Rock Cat2009-07-241-1/+1
| | * | Implement an FSEvents-based QFileSystemWatcherEngineNorwegian Rock Cat2009-07-234-2/+607
| * | | Merge commit 'qt/master-stable'Jason Barron2009-07-2723-1627/+1301
| |\ \ \ | | |/ /
| | * | Fix two errors of QDirIteratorPrivate::matchesFilters()Benjamin Poulain2009-07-231-8/+2
| | * | Fix potential deadlock in QAbstractFileEngineJoão Abecasis2009-07-221-10/+12
| | * | Prefer mutable over const_cast.João Abecasis2009-07-222-5/+4
| | * | Bugfix/optimization in QResourceFileEngineIteratorJoão Abecasis2009-07-221-2/+1
| | * | Off-by-one error in QResourceFileEngineIteratorJoão Abecasis2009-07-221-1/+1