summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-082-2/+2
|\
| * A few trivial optimizationsThorbjørn Lindeijer2010-02-052-2/+2
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-041-0/+1
|\ \
| * | doc: Fixed some qdoc warnings.Martin Smith2010-02-041-0/+1
* | | Merge remote branch 'origin/4.6' into qt-master-from-4.6Olivier Goffart2010-02-043-19/+26
|\ \ \ | |/ / |/| |
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into 4.6-int...Qt Continuous Integration System2010-02-021-1/+1
| |\ \
| | * | optimization: get rid of QString::fromUtf16() usageOswald Buddenhagen2010-02-011-1/+1
| * | | Fixed no-timeout case for QProcess::waitForFinished in SymbianMiikka Heikkinen2010-02-011-17/+24
| * | | Catch by reference rather than by valueIain2010-02-011-1/+1
| |/ /
* | | QDir fix issues with (shared) cached listsJoão Abecasis2010-02-031-4/+6
* | | Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-013-21/+30
|\ \ \ | |/ /
| * | Core classes, examples, demos: Some changes from string to charMarkus Goetz2010-01-281-1/+1
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-281-1/+4
| |\ \
| | * | Autotest: add a test for allowing hostnames ending in dotThiago Macieira2010-01-221-1/+1
| | * | Fix QUrl::toAce for domains with dot at endThorvald Natvig2010-01-221-1/+4
| * | | Fix QSettings default paths not being initialized when setPath() is calledDaniel Molkentin2010-01-271-19/+25
| |/ /
* | | Merge commit 'oslo1/master' into oslo1-masterRohan McGovern2010-02-0114-424/+529
|\ \ \
| * | | Use X/Open LFS extensions for 64-bit support on directory iterationJoão Abecasis2010-01-292-16/+17
| * | | nano-optimizationsRitt Konstantin2010-01-291-10/+4
| * | | code cleanup and styling fixesRitt Konstantin2010-01-292-159/+108
| * | | QDirPrivate: remove unused q_ptr and Q_DECLARE_PUBLICRitt Konstantin2010-01-291-13/+8
| * | | QDir: clear internal file lists cache earlyRitt Konstantin2010-01-291-4/+3
| * | | QDirPrivate::setPath: always initialize the file engineRitt Konstantin2010-01-291-9/+4
| * | | optimize QDir::cd()Ritt Konstantin2010-01-291-7/+6
| * | | QDirPrivate::Data: remove needless clear()-s in constructorsRitt Konstantin2010-01-291-5/+4
| * | | QDir::cleanPath: strip trailing slash for "/:/" on non-win platformsRitt Konstantin2010-01-291-3/+6
| * | | QDir::entry(Info)List(): really use cached dataRitt Konstantin2010-01-291-2/+6
| * | | Fix QDir::operator[] documentationRitt Konstantin2010-01-291-4/+1
| * | | Fix regressions introduced in 3a5eb87965b60a3e249a16dc48cb06f4759dfb1bJoão Abecasis2010-01-271-10/+10
| * | | Whitespace cleanupRitt Konstantin2010-01-261-68/+18
| * | | cleanups & styling fixesRitt Konstantin2010-01-261-47/+46
| * | | QFileInfo: Implement additional caching of FileOwner stringsRitt Konstantin2010-01-262-2/+18
| * | | qfileinfo_p.h: removed unnecessary dependency on QFSFileEngineRitt Konstantin2010-01-262-4/+4
| * | | Simplify QFileInfoPrivate::getFileTimeRitt Konstantin2010-01-261-18/+11
| * | | QFileInfo: Don't re-stat files, when in caching modeRitt Konstantin2010-01-262-32/+44
| * | | QFileInfoPrivate::Data: don't call clear() from constructorsRitt Konstantin2010-01-261-4/+6
| * | | fix regression introduced in 44766d2Ritt Konstantin2010-01-261-0/+2
| | |/ | |/|
| * | Merge branch '4.6'Thiago Macieira2010-01-211-53/+50
| |\ \
| * \ \ Merge branch '4.6'Thiago Macieira2010-01-182-2/+6
| |\ \ \
| * \ \ \ Merge branch '4.6'Thiago Macieira2010-01-1373-143/+267
| |\ \ \ \
| * | | | | add a hash function to QUrl, and remove the xmlpatterns specific onePeter Hartmann2010-01-131-0/+7
| * | | | | Merge branch '4.6'Thiago Macieira2010-01-082-5/+14
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch '4.6'Thiago Macieira2010-01-053-14/+14
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch '4.6'Thiago Macieira2009-12-264-7/+8
| |\ \ \ \ \ \ \
| * | | | | | | | fix small leftovers from the Win9x removal in the codeminiak2009-12-221-8/+7
| * | | | | | | | Merge commit 'origin/4.6'Olivier Goffart2009-12-151-1/+2
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Re-enabled support for the FSEvents-based QFileSystemWatcher.Denis Dzyubenko2009-12-092-6/+6
| * | | | | | | | | Implemented getting a canonical file name on Mac OS X 10.5Denis Dzyubenko2009-12-091-1/+16
| * | | | | | | | | Use realpath only on OS we know it works on.Denis Dzyubenko2009-12-091-3/+9
| * | | | | | | | | Merge branch '4.6'Thiago Macieira2009-12-024-19/+42
| |\ \ \ \ \ \ \ \ \