summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Move data: decoding to functionThorvald Natvig2009-12-023-0/+170
* Merge branch '4.6'Thiago Macieira2009-11-259-144/+138
|\
| * Fix QFile::map in Linux 64bitOlivier Goffart2009-11-251-1/+1
| * Fix regression introduced in 1e6b424b692b20dcfec920f8d3563e520ec1ff05João Abecasis2009-11-201-1/+5
| * Revert check for file size to a warning in QFile::mapJoão Abecasis2009-11-191-1/+1
| * Merge branch '4.6' of oslo-staging-1 into 4.6Simon Hausmann2009-11-191-0/+3
| |\
| | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-11-183-3/+3
| | |\
| | * | Fix regression introduced in 98a05681851db9d88b1364af52be543715fbe306João Abecasis2009-11-181-0/+3
| * | | Merge oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-11-191-4/+4
| |\ \ \
| | * | | Ran the script utils/normalizeOlivier Goffart2009-11-181-4/+4
| * | | | Merge remote branch 'staging/4.6' into 4.6Simon Hausmann2009-11-183-117/+103
| |\ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| |
| | * | Removing unnecessary chunking and stat'ing when reading QIODeviceJoão Abecasis2009-11-171-54/+81
| | * | Fix regression introduced in c08e708037d33271825ce6a6a1ac640e96b70c36João Abecasis2009-11-171-4/+2
| | * | Fix QIODevice::getChar optimizationJoão Abecasis2009-11-171-46/+12
| | * | Remove needless loop in QIODevice::seekJoão Abecasis2009-11-171-12/+7
| | * | There should only be one write buffer at a time in QFileJoão Abecasis2009-11-171-1/+1
| | |/
| * | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-171-21/+22
| |\ \ | | |/
| | * QUrl::fromUserInput: improvements, corrections and make the demoJocelyn Turcotte2009-11-121-21/+22
| * | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-101-90/+78
| |\ \ | | |/
| * | build lrelease bootstrappedOswald Buddenhagen2009-11-103-3/+3
* | | Make de file dialog completely compatible with mingw-g++Thierry Bastian2009-11-161-4/+0
* | | Merge branch '4.6'Thiago Macieira2009-11-107-217/+216
|\ \ \ | | |/ | |/|
| * | Merge branch 'tools-team/4.6' (early part) into 4.6Oswald Buddenhagen2009-11-101-0/+1
| |\ \ | | |/
| | * Move QCustomScopedPointer to a private headerHarald Fernengel2009-11-091-0/+1
| * | Merge commit 'b65fd82299' from qt-core-team 4.6 into 4.6Marius Storm-Olsen2009-11-091-90/+78
| |\ \ | | |/ | |/|
| | * Remove 4k-chunking in QFSFileEngine::read/writeFdFhJoão Abecasis2009-11-041-85/+78
| * | Fix a signed/unsigned comparison warningJoão Abecasis2009-11-061-1/+1
| * | Merge commit 'origin/4.6' into large-file-supportJoão Abecasis2009-11-053-89/+133
| |\ \
| | * \ Merge commit 'e4bec39a139363d1ee4cf3fb15a3fe4499215e77' into 4.6Thiago Macieira2009-11-021-4/+14
| | |\ \ | | | |/
| | | * Merge remote branch 'origin/4.6' into core-4.6Thiago Macieira2009-10-291-73/+103
| | | |\
| | | * | Make QProcess report errors from a failed subprocess start.Thiago Macieira2009-10-271-4/+14
| | * | | Merge branch '4.6-s60' into 4.6axis2009-10-301-12/+16
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Increased block size for file IO in Symbian.Miikka Heikkinen2009-10-281-12/+16
| | | |/
| * | | Updating documentation to reflect actual behaviorJoão Abecasis2009-11-041-9/+11
| * | | Further fixes to file size handling on Windows with fd and FILE*João Abecasis2009-11-041-17/+26
| * | | Don't try to mmap past EOFJoão Abecasis2009-10-281-0/+6
| * | | Fix silly error in bit fiddlingJoão Abecasis2009-10-261-1/+1
| * | | Fix QFile::isSequential on WindowsJoão Abecasis2009-10-231-19/+10
| * | | On Windows, report a 0 file size for streams and other funny filesJoão Abecasis2009-10-231-5/+2
| * | | Check for non-zero return from fseekJoão Abecasis2009-10-231-4/+4
| * | | Get file position when attaching an open file descriptor to QFileJoão Abecasis2009-10-211-1/+6
| * | | Fixes some issues with large files in 32-bit systemsJoão Abecasis2009-10-212-2/+5
| * | | (Windows) Don't create a file mapping for each view that is mappedJoão Abecasis2009-10-213-62/+34
| * | | Fix 32/64-bit issues with QFile::map/unmap() on *nix systemsJoão Abecasis2009-10-212-11/+22
| | |/ | |/|
* | | Merge branch '4.6'Thiago Macieira2009-10-291-73/+103
|\ \ \ | | |/ | |/|
| * | Import a new implementation of fromUserInput.Thiago Macieira2009-10-291-0/+57
| * | Remove the fromUserInput implementation and tests.Thiago Macieira2009-10-291-73/+46
| |/
* | Simplify byte swapping in QDataStream's stream operators.Andreas Kling2009-10-281-174/+57
* | Merge branch '4.6'Thiago Macieira2009-10-211-2/+3
|\ \ | |/
| * Doc update for QDir::rootPath and QDir::homePath in Symbian.Janne Anttila2009-10-201-2/+3