summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* 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
* improve readability a bit moreRitt Konstantin2010-01-071-8/+8
* fix styling; improve readabilityRitt Konstantin2010-01-071-36/+33
* make it possible to retrieve name of the user who owns the fileRitt Konstantin2010-01-071-1/+2
* Fix bugs evidenced by change to keep flush errors on QFile::closeJoão Abecasis2010-01-072-1/+4
* Don't drop errors from flush on QFile::closeJoão Abecasis2010-01-071-3/+6
* Avoid double-buffering in QFileJoão Abecasis2010-01-071-4/+3
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Martin Smith2010-01-0773-90/+195
|\
| * Make an empty QUrl also be considered non-detached (d == 0).Thiago Macieira2010-01-071-1/+1
| * Improve QUrl constructing performance by making empty URLs have d==0.Thiago Macieira2010-01-071-15/+119
| * QIODevice: Fix readAll()Markus Goetz2010-01-061-2/+3
| * Update copyright year to 2010Jason McDonald2010-01-0673-73/+73
* | doc: Added enum values to table for Qt 4.5 and 4.6.Martin Smith2010-01-071-6/+8
|/
* doc: Clarified that .lnk files are System files on Windows.Martin Smith2010-01-061-3/+4
* Small optimization in QIODevice::readAll()Markus Goetz2010-01-051-2/+10
* Fix typo in QFSFileEnginePrivate::canonicalizedMarkus Goetz2010-01-041-1/+1
* QUrl::toEncoded() fix for the case of "password, but no username".David Faure2009-12-281-5/+9
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2009-12-262-9/+5
|\
| * revert f36fb8b2b63b3734cc2bd66b329ca4fef1204845Ritt Konstantin2009-12-232-9/+5
* | Fix warning on 64-bit build with MSVC.Thiago Macieira2009-12-251-1/+1
|/
* Warn when calling QFileInfo::absolutePath() on an improper object.Andreas Kling2009-12-211-0/+2
* Fixed QResource to respect the explicitely set localeDenis Dzyubenko2009-12-171-1/+1
* An optimisation to QTextStreamDenis Dzyubenko2009-12-161-5/+4
* Ensure that QProcessEnvironment::operator== doesn't crashThiago Macieira2009-12-101-1/+2
* Use realpath() only on systems we know it works on.Denis Dzyubenko2009-12-091-1/+1
* Fix regression in tst_QFileSystemWatcherBradley T. Hughes2009-12-011-7/+3
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Bradley T. Hughes2009-12-011-3/+4
|\
| * Re-enabled realpath() on symbian.Denis Dzyubenko2009-12-011-1/+1
| * Fix a crash in QFSFileEnginePrivate::canonicalized() on Mac OS X 10.5Prasanth Ullattil2009-12-011-3/+4
* | Make sure file descriptors are valid in the dnotify implementation of QFileSy...Bradley T. Hughes2009-12-011-2/+2
|/
* Fixes a crash on Mac with QFileInfo.Denis Dzyubenko2009-11-301-1/+5
* Unix: Avoid stat() when opening a fileMarkus Goetz2009-11-301-12/+20
* Fix memory leak in the DNotify implementation of QFileSystemWatcherBradley T. Hughes2009-11-271-0/+3
* Improve QFileInfo benchmarkMarkus Goetz2009-11-271-1/+1
* Avoid using return value from a temporary objectMarius Storm-Olsen2009-11-261-2/+1
* Optimize QFSFileEnginePrivate::canonicalized() by using realpath()Markus Goetz2009-11-251-0/+12
* Fix QFile::map in Linux 64bitOlivier Goffart2009-11-251-1/+1
* Fix regression introduced in 1e6b424b692b20dcfec920f8d3563e520ec1ff05João Abecasis2009-11-201-1/+5
* Revert check for file size to a warning in QFile::mapJoão Abecasis2009-11-191-1/+1
* Merge branch '4.6' of oslo-staging-1 into 4.6Simon Hausmann2009-11-191-0/+3
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-11-183-3/+3
| |\
| * | Fix regression introduced in 98a05681851db9d88b1364af52be543715fbe306João Abecasis2009-11-181-0/+3
* | | Merge oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-11-191-4/+4
|\ \ \
| * | | Ran the script utils/normalizeOlivier Goffart2009-11-181-4/+4
* | | | Merge remote branch 'staging/4.6' into 4.6Simon Hausmann2009-11-183-117/+103
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Removing unnecessary chunking and stat'ing when reading QIODeviceJoão Abecasis2009-11-171-54/+81
| * | Fix regression introduced in c08e708037d33271825ce6a6a1ac640e96b70c36João Abecasis2009-11-171-4/+2
| * | Fix QIODevice::getChar optimizationJoão Abecasis2009-11-171-46/+12