summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | Cleanup #includesJoão Abecasis2011-08-171-2/+0
| | * | Atomic implementation of create file and obtain handle for Win/SymbianJoão Abecasis2011-08-171-49/+102
| | * | Minimize encoding conversions when generating unique file nameJoão Abecasis2011-08-171-15/+54
| | * | Use QStringBuilder when copying template for modificationJoão Abecasis2011-08-171-15/+47
| | * | Make Symbian follow Windows code in temporary path generationJoão Abecasis2011-08-171-8/+5
| | * | Encapsulate pointer manipulations to createFileTemplate functionJoão Abecasis2011-08-171-15/+18
| | |/
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-doc-staging into master...Qt Continuous Integration System2011-08-195-8/+33
| |\ \ | | |/ | |/|
| * | Avoid spurious detaching in QDir::to/fromNativeSeparatorsJoão Abecasis2011-08-111-10/+28
| * | Use fromLocal8Bit for reversing toLocal8BitJoão Abecasis2011-08-111-1/+1
| * | Don't convert template's path separators againJoão Abecasis2011-08-111-1/+1
| * | Changed if/if/else/if/eleven chain to switchJoão Abecasis2011-08-111-15/+22
| * | Modulus of negative dividends is undefined or negativeJoão Abecasis2011-08-111-1/+1
* | | Doc: Said that QIODevice::isSequential returns false by defaultGeir Vattekar2011-08-231-0/+2
| |/ |/|
* | Doc: Fixed qdoc warnings.David Boddie2011-08-153-4/+30
* | Doc: Fixed qdoc warnings.David Boddie2011-08-151-2/+0
* | Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-08-083-4/+68
|\ \ | |/
| * Revert "fix QFileInfo::isSymLink() for NTFS mount points"Jiang Jiang2011-07-261-1/+2
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-07-213-4/+68
| |\
| | * Merge remote-tracking branch 'earth-team/master'Olivier Goffart2011-07-203-4/+68
| | |\
| | | * Native memory mapped file supportShane Kearns2011-06-283-4/+67
| | | * Fix compiler warningShane Kearns2011-06-271-0/+1
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-doc-staging into master...Qt Continuous Integration System2011-07-211-10/+13
| |\ \ \
| * | | | fix QFileInfo::isSymLink() for NTFS mount pointsJoerg Bornemann2011-07-191-2/+1
| | |/ / | |/| |
* | | | Doc: Fixed the example of an encoded URL in the class description.David Boddie2011-07-211-2/+3
| |/ / |/| |
* | | Doc: Moved general notes about character conversion.David Boddie2011-07-181-10/+13
|/ /