summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-121-0/+6
|\
| * Revert "Improve QUrl handling of local file paths"Morten Johan Sørvig2010-05-102-52/+22
| * Revert "QUrl::fromLocalFile: fix silly mistake: it's fromNativeSeparators, no...Morten Johan Sørvig2010-05-101-1/+1
| * Add some debugging (disabled) to QUrl::resolvedThiago Macieira2010-05-071-0/+6
| * QUrl::fromLocalFile: fix silly mistake: it's fromNativeSeparators, not toThiago Macieira2010-05-071-1/+1
| * Improve QUrl handling of local file pathsThiago Macieira2010-05-052-22/+52
* | Fix thread synchronization issues in Symbian QFileSystemWatcherMiikka Heikkinen2010-05-062-45/+24
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-021-1/+3
|\
| * QUrl: parsing of host name with an undercore.Olivier Goffart2010-04-281-1/+3
* | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-04-271-7/+6
|\ \ | |/ |/|
| * Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-04-221-7/+6
| |\
| | * Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-04-221-7/+6
| | |\
| | | * Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-211-7/+6
| | | |\
| | | | * Fix QSslSocket::constructing autotest failureJoão Abecasis2010-04-191-7/+6
* | | | | save a QFile::encodeName()Oswald Buddenhagen2010-04-261-3/+3
* | | | | Revert "Add new QDataStream version for Qt 4.8."Jason McDonald2010-04-221-4/+3
* | | | | Add new QDataStream version for Qt 4.8.Jason McDonald2010-04-221-3/+4
|/ / / /
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-222-6/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Reorganised double stream out operator in QDataStream to avoid causing unnece...James Larcombe2010-04-211-3/+4
| * | | fix nativeFilePath character width issueOswald Buddenhagen2010-04-201-3/+5
| |/ /
* | | Document that QFileSystemWatcher needs to be destroyed before ~QCoreAppVolker Hilsheimer2010-04-201-0/+5
|/ /
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-04-161-0/+1
|\ \ | |/
| * Fix autotest failure: QIODevice::read() on a closed device must return -1Thiago Macieira2010-04-141-0/+1
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-141-4/+2
|\ \
| * | accelerate QWindowsPipeWriter for bigger chunks of dataJoerg Bornemann2010-04-121-4/+2
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-131-0/+18
|\ \ \ | |/ / |/| / | |/
| * Document Symbian platform security requirements on Qt APIsFrans Englich2010-04-121-0/+18
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-04-011-1/+1
|\ \
| * | Fix regression on SymbianShane Kearns2010-03-311-1/+1
* | | Fix compilation on WinCE and MinGW by memsetting the OVERLAPPED struct.Thiago Macieira2010-03-301-3/+2
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-301-1/+4
|\ \ \ | |/ / |/| |
| * | Fix compile error on mingw.Jason McDonald2010-03-301-1/+4
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-03-259-21/+45
|\ \ \ | |/ /
| * | Merge remote branch 'origin/4.7' into HEADThiago Macieira2010-03-241-1/+1
| |\ \
| * | | Split QDir::NoDotAndDotDot into QDir::NoDot and QDir::NoDotDotBernhard Rosenkraenzer2010-03-233-3/+13
| * | | QFSFileEngine: don't look through NTFS junctionsRitt Konstantin2010-03-231-8/+2
| * | | _close(fd) closes the associated handle and not the other way aroundJoão Abecasis2010-03-233-2/+22
| * | | Do not use FSEvents-based filesystemwatcher backend on Mac.Denis Dzyubenko2010-03-221-1/+1
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-222-7/+7
| |\ \ \
| | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-192-7/+7
| | |\ \ \
| | | * \ \ Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-03-194-9/+13
| | | |\ \ \
| | | * | | | Rename QTimestamp to QElapsedTimerThiago Macieira2010-03-172-7/+7
| | | * | | | Port QtCore uses of QTime as a stopwatch to QTimestamp.Thiago Macieira2010-03-172-7/+7
* | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.7Alexis Menard2010-03-256-80/+302
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Fix error reporting when symbian file copy fails.Shane Kearns2010-03-242-2/+42
| * | | | | QIODevice::read() and QFile::atEnd() performance improvementsmread2010-03-244-78/+260
* | | | | | Fix compilation for winCEThierry Bastian2010-03-241-1/+2
* | | | | | compile fix for mingw (also removes some warnings)Thierry Bastian2010-03-231-2/+1
| |/ / / / |/| | | |
* | | | | Merge branch '4.6-s60' into 4.7-s60axis2010-03-221-2/+6
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Removed extra space from the command line passed to QProcess in SymbianMiikka Heikkinen2010-03-191-2/+6