summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-201-1/+1
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-181-1/+1
| |\
| | * optimization: get rid of QString::fromUtf16() usage, part 2Oswald Buddenhagen2010-02-161-1/+1
* | | Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-183-14/+8
|\ \ \ | |/ /
| * | Fix copyright year.Jason McDonald2010-02-162-2/+2
| * | Fix bug in QDirPrivate::setPath, affecting QDir::cd, cdUp and setPathJoão Abecasis2010-02-111-12/+6
| |/
* | Merge branch '4.6' into qt-master-from-4.6Thiago Macieira2010-02-173-5/+22
|\ \ | |/ |/|
| * Fix a deadlock in kqueue implementation of QFileSystemWatcherBradley T. Hughes2010-02-161-4/+14
| * doc: Added \section1 about serializing operators for Qt collections.Martin Smith2010-02-161-0/+7
| * doc: Fixed several typos.Martin Smith2010-02-121-1/+1
* | 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
| |\ \ \ \