summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | 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 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2011-08-271-3/+2
| | |\ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-doc-staging into master...Qt Continuous Integration System2011-08-197-15/+44
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | Doc: Fixed qdoc warnings.David Boddie2011-08-155-11/+41
| | | * | | | | Doc: Fixed qdoc warnings.David Boddie2011-08-151-2/+0
| | | * | | | | Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-08-089-29/+149
| | | |\ \ \ \ \ | | | | | |_|/ / | | | | |/| | |
| | | * | | | | Doc: Fixed the example of an encoded URL in the class description.David Boddie2011-07-211-2/+3
| | * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-08-181-0/+2
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | | * | | | | Fix compilation with thumb2.Eike Ziller2011-08-171-0/+2
| | | | |_|_|/ | | | |/| | |
| * | | | | | Merge branch 4.7 into qt-4.8-from-4.7Sergio Ahumada2011-08-311-2/+3
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge branch 4.7 into qt-4.8-from-4.7Sergio Ahumada2011-08-261-3/+2
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-08-171-4/+5
| |\ \ \ \ \ \ | | |/ / / / / | | | | / / / | | |_|/ / / | |/| | | |
| * | | | | 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
| * | | | | Fix warning when compiling with VS 2008João Abecasis2011-08-111-2/+2
| * | | | | Re-introduce Q_GLOBAL_STATIC_INITJoão Abecasis2011-08-111-18/+19
| | |_|_|/ | |/| | |
| * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-08-012-2/+8
| |\ \ \ \
| | * | | | Fix the compilation error when QT_NO_PLUGIN_CHECK was set.Nikolaos Korkakakis2011-07-261-1/+6
| | * | | | 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-221-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fix the timeout calculation again.Thiago Macieira2011-07-221-2/+2
| * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-07-214-4/+92
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge remote-tracking branch 'earth-team/master'Olivier Goffart2011-07-204-4/+92
| | |\ \ \ \
| | | * | | | Native memory mapped file supportShane Kearns2011-06-283-4/+67
| | | * | | | Fix compiler warningShane Kearns2011-06-271-0/+1
| | | * | | | Create QScopedResource classShane Kearns2011-06-271-0/+24
| * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-doc-staging into master...Qt Continuous Integration System2011-07-211-10/+13
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Doc: Moved general notes about character conversion.David Boddie2011-07-181-10/+13
| | |/ / / /
| * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-07-213-22/+49
| |\ \ \ \ \
| | * \ \ \ \ Merge remote branch 'review/master' into stagingJiang Jiang2011-07-203-22/+49
| | |\ \ \ \ \
| | | * | | | | Add QLocale::toUpper/LowerLars Knoll2011-07-123-22/+49
| | | * | | | | Merge remote branch 'mainline/4.8'Jiang Jiang2011-07-076-37/+78
| | | |\ \ \ \ \
| * | | | | | | | fix QFileInfo::isSymLink() for NTFS mount pointsJoerg Bornemann2011-07-191-2/+1
| | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Fix the timeout calculation for futexes in QMutex.Thiago Macieira2011-07-151-6/+22