summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Compilation with pedantic or when QtCore is not specified in the include pathOlivier Goffart2009-10-011-5/+1
* optimize read() and readAll()Oswald Buddenhagen2009-09-301-20/+24
* optimize scan()Oswald Buddenhagen2009-09-301-2/+1
* improve condition nestingOswald Buddenhagen2009-09-301-11/+23
* Merge branch 'focusFixes' into 4.6axis2009-09-301-2/+2
|\
| * Fixed some uncommon codepaths to compile.axis2009-09-301-2/+2
* | Compile.Eskil Abrahamsen Blomfeldt2009-09-301-0/+72
* | Fix floating point precision when using qreal with QDataStreamEskil Abrahamsen Blomfeldt2009-09-303-9/+107
* | Adds QUrl::fromUserInput, gathered from QWebView::guessUrlFromString.Jocelyn Turcotte2009-09-292-0/+77
* | Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-291-1/+1
|\ \ | |/
| * Revert the new QFSEventsFileSystemWatcherEngine on Mac for now.Alexis Menard2009-09-291-1/+1
* | Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-241-1/+1
|\ \ | |/
| * Uninitialised variable fix for qfilesystemwatcher_symbianmread2009-09-241-1/+1
* | Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-2372-1691/+2237
|\ \ | |/
| * Fixed crash in QFileSystemWatcher for addPath(nonExistingFile)gunnar2009-09-221-0/+6
| * fix failing qdir autotestShane Kearns2009-09-221-1/+1
| * Fix memleak in tst_qhttpnetworkconnectionMarkus Goetz2009-09-221-1/+3
| * qdoc: Added \brief texts to all the since 4.6 functions.Martin Smith2009-09-211-4/+6
| * Document that errors from flush are ignored in QFile::close()João Abecasis2009-09-161-1/+1
| * Fix -Wconversion warnings where possible.David Faure2009-09-131-1/+1
| * Do not make Mac-specific checks on FreeBSD.Raphael Kubo da Costa2009-09-131-2/+2
| * Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-09-1072-293/+296
| |\
| | * Some unneeded semicolons lessAlessandro Portale2009-09-091-1/+1
| | * Unable to access file means QFile::PermissionsErrorJoão Abecasis2009-09-091-1/+1
| | * Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-0972-293/+308
| | |\
| | | * Update license headers again.Jason McDonald2009-09-0972-288/+288
| | | * Fix windows implemetation of QLocalSocket to emit bytesWritten() signalabcd2009-09-092-0/+2
| | * | Fixed 'use of function is deprecated' warnings reported by RVCTJanne Anttila2009-09-092-3/+4
| * | | Fixed various PlatSec violations when app had no AllFiles capability.Miikka Heikkinen2009-09-101-1/+9
| | |/ | |/|
| * | Fixed resolving absolute paths in Symbian.Miikka Heikkinen2009-09-081-5/+18
| |/
| * Fix for qfileinfo autotest: LocalDiskFile set also for non-existing filev4.6.0-tp1aavit2009-09-071-1/+2
| * qfsfileengine_win.cpp MinGW compile fixJoerg Bornemann2009-09-031-3/+5
| * Removing unused member in QFilePrivateJoão Abecasis2009-09-021-1/+0
| * doc: Fixed several qdoc errors.Martin Smith2009-09-021-1/+1
| * QTextStreamPrivate: Initialization in constructor missingMarkus Goetz2009-09-021-1/+1
| * QTextStreamPrivate: Removed unnecessary conditionMarkus Goetz2009-09-021-1/+1
| * Coverity: Small fix for QIODeviceMarkus Goetz2009-09-011-1/+6
| * Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-8/+30
| |\
| | * Reset QTemporaryFile's state after failed open() on WindowsJoão Abecasis2009-08-311-8/+30
| * | doc: Fixed several qdoc errors.Martin Smith2009-08-313-4/+5
| * | Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-316-78/+78
| * | Merge branch '4.5' into 4.6Thiago Macieira2009-08-3166-858/+858
| |\ \ | | |/
| | * Update tech preview license header.Jason McDonald2009-08-3165-845/+845
| | * Qt's domain name is now qt.nokia.com.Jason McDonald2009-08-111-4/+4
| | * Update license headers.Jason McDonald2009-08-1165-65/+65
| * | doc: Fixed several qdoc errors.Martin Smith2009-08-281-8/+8
| * | Doc: Small change to QProcess::waitForFinished()Geir Vattekar2009-08-271-1/+2
| * | Merge branch 'mergeRequest' into 4.6axis2009-08-272-74/+59
| |\ \
| | * | move QFSFileEngine-related symbian code from qtemporaryfile to qfsfileengineRitt Konstantin2009-08-272-5/+4
| | * | remove symbianFileName stub once and for allRitt Konstantin2009-08-271-19/+17