summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Move data: decoding to functionThorvald Natvig2009-12-023-0/+170
* | | | | | | | | | | Merge commit 'origin/4.6' into oslo1-masterRohan McGovern2010-02-0173-242/+402
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | / | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Revert "Make an empty QUrl also be considered non-detached (d == 0)."Thiago Macieira2010-01-211-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | QFile::readData: Simplify codeJoão Abecasis2010-01-181-6/+2
| * | | | | | | | If the file is open, there must be an engine.João Abecasis2010-01-181-6/+9
| * | | | | | | | QFile: Fix a pre-mature pessimizationJoão Abecasis2010-01-181-44/+42
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | QFile::remove: don't fail for unrelated errorsJoão Abecasis2010-01-141-0/+1
| * | | | | | | Remove erroneous warning in QFileInfo::absolutePath()Andreas Kling2010-01-131-2/+5
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Add a way to access the normalised URL in QUrl.Thiago Macieira2010-01-111-4/+8
| * | | | | | Avoid repeatedly calling LookupAccountSid in QFSFileEngine::ownerRitt Konstantin2010-01-071-10/+21