summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QDebug operator for QFlagsHarald Fernengel2010-05-211-0/+23
* Merge remote branch 'origin/4.7' into HEADOlivier Goffart2010-05-191-4/+15
|\
| * Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-05-171-4/+15
| |\
| | * Fix QUrl::isValid if the host contains invalid caracter.Olivier Goffart2010-05-141-2/+8
| | * QUrl: parsing of host name with an undercore.Olivier Goffart2010-05-141-1/+3
| | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-05-081-2/+7
| | |\
| | | * QUrl: fix parsing of IRIs with more than one IDN labelThiago Macieira2010-05-081-0/+1
| | | * QUrl: update the whitelist of IDN domainsThiago Macieira2010-05-081-2/+6
| | * | Fixed bug in QIODevice::read after first reading 0 bytes.Samuel Rødal2010-05-061-0/+3
| | |/
* | | doc: Fixed many broken links.Martin Smith2010-05-191-2/+2
* | | doc: Fixed many broken links.Martin Smith2010-05-191-2/+1
|/ /
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-141-0/+3
|\ \
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-121-0/+3
| |\ \
| | * | Fixed bug in QIODevice::read after first reading 0 bytes.Samuel Rødal2010-05-071-0/+3
* | | | 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-269-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