summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Symbian - Fix QFile::map with non page aligned offsetsShane Kearns2011-12-151-3/+5
* doc - document symbian behaviour of QFile::linkShane Kearns2011-11-301-2/+1
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-11-102-6158/+6730
|\
| * networking: regenerate effective TLD table for cookiesPeter Hartmann2011-11-102-6158/+6730
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-10-311-1/+4
|\ \
| * | Fix QFile::copy() returning false but error() being NoErrorxiechyong2011-10-311-1/+4
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-10-281-0/+6
|\ \ \ | | |/ | |/|
| * | QIODevice - disallow setTextMode when not openShane Kearns2011-10-271-0/+6
* | | Merge branch '4.8-upstream' into master-waterWater-Team2011-10-175-16/+31
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'qt/4.8'Sami Lempinen2011-10-142-2/+1
| |\ \ | | |/
| * | Fix incorrect QFileInfo permissions on windowsShane Kearns2011-10-061-1/+1
| * | symbian - document behaviour of QFile::handle()Shane Kearns2011-09-281-0/+7
| * | Making QNotifyChangeEvent, Symbian file watcher, more widely usablemread2011-09-282-11/+17
| * | symbian - Document behaviour of QDir::rootPath / homePathShane Kearns2011-09-231-4/+6
| * | Merge remote-tracking branch 'qt/4.8'Sami Lempinen2011-09-208-23/+60
| |\ \
* | | | Fix regression introduced by 1bfef526ef3d1deb7cf0f11dc1880f33937a85acJan-Arve Saether2011-10-101-1/+1
* | | | fix possible race conditionsKonstantin Ritt2011-10-071-2/+3
* | | | use QSystemLibrary::resolve() instead of GetProcAddress() win API callsKonstantin Ritt2011-10-071-19/+20
| |_|/ |/| |
* | | Build fix for WINCE to qfilesystemengine_win.cppjaanttil2011-10-051-1/+0
* | | Merge remote-tracking branch 'mainline/4.8'Oswald Buddenhagen2011-09-282-1/+51
|\ \ \
| * \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-staging into ma...Qt Continuous Integration System2011-09-202-1/+51
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Fix uninitialised variable in temporary filesShane Kearns2011-09-131-1/+4
| | * Add documentation for Symbian QSettings locations and securityPasi Pentikainen2011-09-131-0/+47
* | | docs: Typo and link fixes.jaanttil2011-09-271-1/+1
|/ /
* | Resolve a number of compilation issues with INTEGRITYRolland Dudemaine2011-09-192-1/+7
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-09-106-12/+49
|\ \
| * | Merge fixes for QDir::operator==Shane Kearns2011-09-071-2/+13
| * | Restore Qt4.7 behaviour of QFileInfo::absolute(File)PathShane Kearns2011-09-053-9/+3
| * | Fix comparison of absolute, unclean paths in QDirShane Kearns2011-09-023-1/+33
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-09-081-10/+4
|\ \ \ | |_|/ |/| |
| * | QSettings: don't assume XDG_CONFIG_HOME is latin1-encodedKonstantin Ritt2011-09-071-2/+2
| * | QSettings: use the common appdata dir when bootstrapping qmake on winKonstantin Ritt2011-09-071-8/+2
* | | Merge remote branch 'mainline/4.8'Casper van Donderen2011-08-311-3/+3
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'upstream/4.8'Sergio Ahumada2011-08-294-87/+166
| |\ \
| * \ \ Merge remote-tracking branch 'mainline/4.8'Oswald Buddenhagen2011-08-265-8/+33
| |\ \ \
| * | | | Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-08-181-3/+3
* | | | | Merge remote branch 'mainline/4.8'Casper van Donderen2011-08-304-109/+213
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-08-274-87/+166
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Revert "Don't second-guess the "engine"; call cleanPath on absolutePaths"João Abecasis2011-08-261-2/+8
| | * | Revert "In 4.7 QFileInfo::absolute(File)Path returned clean paths"João Abecasis2011-08-261-3/+1
| | * | In 4.7 QFileInfo::absolute(File)Path returned clean pathsJoão Abecasis2011-08-261-1/+3
| | * | ret is an "internal" path, no need to re-process itJoão Abecasis2011-08-261-1/+1
| | * | We prefer capitalized drive letters, make it so soonerJoão Abecasis2011-08-261-2/+3
| | * | Don't second-guess the "engine"; call cleanPath on absolutePathsJoão Abecasis2011-08-261-8/+2
| | * | Compare non-canonical paths before falling back on expensive computationJoão Abecasis2011-08-262-0/+9
| | * | Fix QDir::operator==(const QDir &) constJoão Abecasis2011-08-262-3/+4
| | * | Off-by-one error in assert condition...João Abecasis2011-08-221-1/+1
| | * | Leftovers from 401722ef9e6fe79bd41f9d5f79668f5c4997c8e6João Abecasis2011-08-181-14/+0
| | * | Fix QTemporaryFile regressions and new found issuesJoão Abecasis2011-08-171-50/+34
| | * | Use "native paths" on POSIX platforms as wellJoão Abecasis2011-08-171-27/+3