summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | fixes and improvements made after s60 branch has been merged into masterRitt Konstantin2009-08-271-51/+39
* | | reverting the definition of WINVER and _WIN32_WINNT in qglobal.hJoerg Bornemann2009-08-261-0/+3
* | | Doc: Noted a limitation in using slashes in settings section names.David Boddie2009-08-261-3/+3
|/ /
* | fix warnings on Windows CEJoerg Bornemann2009-08-261-0/+2
* | Merge commit 'origin/master' into 4.6Jason Barron2009-08-2510-279/+297
|\ \
| * \ Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-08-242-6/+4
| |\ \
| | * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicShane Kearns2009-08-2411-205/+676
| | |\ \
| | * | | Make the singleton file server session independent of QCoreApplicationShane Kearns2009-08-242-6/+4
| * | | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-08-2411-205/+676
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-08-214-55/+42
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Review inspired changes to Symbian QProcessMiikka Heikkinen2009-08-212-170/+175
| * | | | Review inspired changes to Symbian file system watcherMiikka Heikkinen2009-08-212-55/+58
| * | | | Review inspired fixes to Symbian file engineMiikka Heikkinen2009-08-216-50/+62
* | | | | Reset dangling handle after close on WinCE 5João Abecasis2009-08-241-0/+3
* | | | | Always check the file handle before attempting to map the fileJoão Abecasis2009-08-241-5/+8
* | | | | QFSFileEngine: Don't close file if we already have a file for mappingJoão Abecasis2009-08-241-1/+1
* | | | | QFSFileEngine compile fix for NTFS symlink supportJoerg Bornemann2009-08-241-5/+8
* | | | | Don't access usedHashFunc() if it's already been deleted.Thiago Macieira2009-08-211-1/+2
* | | | | QFSFileEngine compile fix for VS2005Joerg Bornemann2009-08-211-1/+1
* | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-08-211-1/+1
|\ \ \ \ \
| * | | | | QFSFileEngine compile fix for Windows with VS2005Joerg Bornemann2009-08-211-1/+1