summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Fixed crash at application exit when QProcess was used in SymbianMiikka Heikkinen2010-03-051-0/+2
* Do not use realpath() with uclibcMarkus Goetz2010-03-041-0/+3
* Symbian file system use optimisation for stat and symlinksmread2010-02-261-0/+10
* Fix a signed/unsigned comparison compiler warningJoão Abecasis2010-02-251-1/+1
* Cleaning of the patch to QTBUG-3168Benjamin Poulain2010-02-251-2/+2
* Patch to QTBUG-3168Carolina Gomes2010-02-251-5/+22
* doc: Corrected typo.Martin Smith2010-02-231-2/+2
* doc: Added \obsolete.Martin Smith2010-02-232-7/+10
* amend the doc, as suggested by rittkOswald Buddenhagen2010-02-221-3/+2
* 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 '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
|/
* 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
|/
* 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
* 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