summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch '4.6'Thiago Macieira2009-10-166-22/+35
|\ \ | |/
| * Merge commit 'a814aba657288942b5beed70a2110446420f981c' into origin-4.6Olivier Goffart2009-10-151-2/+7
| |\
| | * Merge commit origin/4.6 into team-widgets/4.6Olivier Goffart2009-10-154-11/+13
| | |\
| | * | Fix QUrl regression with setHost("::ffff:129.144.52.38")David Faure2009-10-131-2/+7
| * | | doc: Clarified when setDefaultFormat() is ignored by constructors.Martin Smith2009-10-151-9/+15
| | |/ | |/|
| * | Removed platform specific include from qprocess.hMiikka Heikkinen2009-10-144-11/+13
| |/
* | Merge branch '4.6'Thiago Macieira2009-10-091-2/+13
|\ \ | |/
| * Fix for tst_qfile::map auto test in Symbian OS 3.1.Janne Anttila2009-10-091-2/+13
* | Merge branch '4.6'Thiago Macieira2009-10-061-1/+3
|\ \ | |/
| * Fix regression in QUrl: IPv6 hosts should be lowercased like in Qt-4.5.David Faure2009-10-061-0/+2
| * Faster case-insensitive comparison to "file" in QUrl::toLocalFileDavid Faure2009-10-061-1/+1
* | Merge branch '4.6'Thiago Macieira2009-10-064-4/+5
|\ \ | |/
| * Partially revert e58293b3b, re-adding the #ifdef for Qt 4.7Thiago Macieira2009-10-061-0/+4
| * Fix typo in QtCore license headers.Jason McDonald2009-10-063-3/+3
* | Add missing #endif.Thiago Macieira2009-10-061-0/+1
* | Merge branch '4.6'Thiago Macieira2009-10-052-4/+2
|\ \ | |/
| * Doc: silence more qdoc warnings.Volker Hilsheimer2009-10-031-1/+1
| * Compilation with pedantic or when QtCore is not specified in the include pathOlivier Goffart2009-10-011-5/+1
* | Merge branch '4.6'Thiago Macieira2009-09-308-42/+305
|\ \ | |/
| * 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
| |\ \ | | |/
| * | Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-241-1/+1
| |\ \
| * \ \ Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-2372-1691/+2237
| |\ \ \
| * | | | Added system includes to QtCore project fileGareth Stockwell2009-09-231-0/+2
* | | | | Merge branch '4.6'Thiago Macieira2009-09-296-8/+18
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Revert the new QFSEventsFileSystemWatcherEngine on Mac for now.Alexis Menard2009-09-291-1/+1
| | |_|/ | |/| |
| * | | Uninitialised variable fix for qfilesystemwatcher_symbianmread2009-09-241-1/+1
| | |/ | |/|
| * | 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
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-09-171-1/+1
|\ \ \ | |/ /
| * | Document that errors from flush are ignored in QFile::close()João Abecasis2009-09-161-1/+1
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-09-142-3/+3
|\ \ \ | |/ /
| * | 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'Olivier Goffart2009-09-103-3/+11
|\ \ \ | |/ /
| * | 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