summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-09-072-2/+5
|\
| * Fix the build with -qtnamespace configure optionssuzuki toshiya2011-09-062-2/+5
* | Merge branch 4.8 into qt-4.8-from-4.7Sergio Ahumada2011-09-015-8/+15
|\ \
| * \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-doc-staging into master...Qt Continuous Integration System2011-08-315-8/+15
| |\ \
| | * \ Merge remote branch 'mainline/4.8'Casper van Donderen2011-08-313-15/+24
| | |\ \
| | * \ \ Merge remote branch 'mainline/4.8'Casper van Donderen2011-08-3010-137/+247
| | |\ \ \
| | * | | | Doc: Said that QIODevice::isSequential returns false by defaultGeir Vattekar2011-08-231-0/+2
| | * | | | Doc: Said that QList::clear deallocates memoryGeir Vattekar2011-08-231-2/+2
| | * | | | Doc: Fixed doc bug in QMetaObjectGeir Vattekar2011-08-221-3/+8
| | * | | | Doc: Fixed date format doc bug in QDateTime/Qt namespaceGeir Vattekar2011-08-222-3/+3
* | | | | | Merge remote-tracking branch 'upstream/4.8' into qt-4.8-from-4.7Sergio Ahumada2011-08-3115-126/+301
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-staging into ma...Qt Continuous Integration System2011-08-312-8/+61
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Fix Symbian system date format parsing.Miikka Heikkinen2011-08-301-8/+55
| | * | | | Giving QUuid::createUuid() more entropy on Symbianmread2011-08-241-0/+6
| * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-08-312-15/+22
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge remote-tracking branch 'upstream/4.8'Sergio Ahumada2011-08-296-91/+172
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Merge remote-tracking branch 'mainline/4.8'Oswald Buddenhagen2011-08-268-15/+46
| | |\ \ \ \
| | * | | | | Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-08-181-3/+3
| | * | | | | Merge remote-tracking branch 'mainline/4.8'Oswald Buddenhagen2011-08-181-4/+5
| | |\ \ \ \ \
| | * | | | | | don't detach until the list is going to be modifiedRitt Konstantin2011-08-121-1/+0
| | * | | | | | optimize QList::removeAll()Ritt Konstantin2011-08-121-11/+19
| * | | | | | | Doc: added since tag to QDateTime::msecsToJoerg Bornemann2011-08-301-0/+2
| | |_|_|/ / / | |/| | | | |
| * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-staging into ma...Qt Continuous Integration System2011-08-281-1/+4
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Merge remote-tracking branch 'qt/4.8'Sami Lempinen2011-08-2313-67/+125
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | Fixed Symbian memory leak in utcToLocal(QDate &, QTime &)mread2011-08-051-1/+4
| * | | | | | 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 '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