summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QUrl TLD: fix documentation file for "Add QUrl::topLevelDomain() ..."Peter Hartmann2011-05-241-4/+4
* Add QUrl::topLevelDomain() and move TLD table from QtNetwork to QtCoreRobert Hogan2011-05-247-1/+6705
* Fix the build for QUuidLiang Qi2011-05-232-2/+6
* Improved performance of the QLocale::name() function.Denis Dzyubenko2011-05-201-9/+22
* Optimize QUuid::QUuid(const char *)Liang Qi2011-05-201-1/+9
* QDataStream: speedup steaming of QUuid.Liang Qi2011-05-201-17/+47
* Add QUuid::toRfc4122() and fromRfc4122()Liang Qi2011-05-202-0/+94
* Add QUuid::toByteArray() and relevantLiang Qi2011-05-202-0/+81
* Optimize QUuid::toString() and relevantLiang Qi2011-05-202-55/+100
* Fix typo in commentOlivier Goffart2011-05-201-1/+1
* MSVC do not really support initilizer_listOlivier Goffart2011-05-191-6/+2
* Support of lambdas in QtConcurrent::runOlivier Goffart2011-05-195-81/+127
* Add QtPrivate::QEnableIfOlivier Goffart2011-05-191-0/+6
* Merge remote-tracking branch 'origin/4.8'Olivier Goffart2011-05-184-9/+12
|\
| * Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2011-05-171-4/+6
| |\
| | * Merge remote-tracking branch 'origin/4.8' into qt-4.8-from-4.7Olivier Goffart2011-05-163-5/+32
| | |\
| | * \ Merge remote-tracking branch 'origin/4.8' into qt-4.8-from-4.7Olivier Goffart2011-05-115-9/+22
| | |\ \
| | * \ \ Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-05-061-4/+6
| | |\ \ \
| | | * | | make QLibraryInfo return clean pathsOswald Buddenhagen2011-05-061-4/+6
| | | * | | make relative paths in qt.conf work inside qmakeOswald Buddenhagen2011-05-061-1/+1
| * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-05-171-0/+6
| |\ \ \ \ \
| | * | | | | Move QTextCursor::MoveStyle to Qt namespaceJiang Jiang2011-05-111-0/+6
| | |/ / / /
| * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-05-162-5/+0
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Revert all QScroller and QFlickGesture related code.Robert Griebl2011-05-162-5/+0
| | | |_|/ | | |/| |
* | | | | Merge remote-tracking branch 'origin/4.8'Olivier Goffart2011-05-163-5/+32
|\ \ \ \ \ | |/ / / /
| * | | | Disable QtConcurrent for Symbian winscw builds.Laszlo Agocs2011-05-123-5/+32
| |/ / /
* | | | Merge remote-tracking branch 'origin/4.8'Olivier Goffart2011-05-116-11/+24
|\ \ \ \ | |/ / /
| * | | Merge remote branch 'qt/4.8' into staging-masterShane Kearns2011-05-103-4/+8
| |\ \ \
| | * \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-05-092-3/+7
| | |\ \ \
| | | * | | ifdef out mac/no_coreservices path more cleanlyOswald Buddenhagen2011-05-091-3/+2
| | | * | | fix build on symbianOswald Buddenhagen2011-05-091-0/+5
| | * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-05-061-5/+8
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-05-061-1/+1
| | |\ \ \ \ \ | | | | |/ / / | | | |/| / / | | | |_|/ / | | |/| | |
| | | * | | QFileSystemEngine::currentPath(): use QFileSystemEntry() also for the no-PATH...Pino Toscano2011-05-051-1/+1
| * | | | | Merge branch 'symbian-socket-engine' into staging-masterShane Kearns2011-05-101-0/+6
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Fix crash when QSocketNotifier used with an invalid descriptorShane Kearns2011-04-211-0/+6
| * | | | | Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qt into 4.8Bradley T. Hughes2011-05-062-72/+99
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-05-061-70/+97
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2011-05-051-2/+2
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | * | | | Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-05-041-2/+2
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| |
| | | | * | | Don't realloc user-provided bufferJoão Abecasis2011-05-031-2/+2
| * | | | | | Do not allow multiple threads to acquire a QMutexBradley T. Hughes2011-05-051-5/+8
| |/ / / / /
* | | | | | QT_USE_QSTRINGBUILDER to fix source compatibilityOlivier Goffart2011-05-094-20/+15
| |_|_|/ / |/| | | |
* | | | | Merge remote-tracking branch 'origin/4.8'Olivier Goffart2011-05-058-92/+207
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-05-054-90/+197
| |\ \ \ \
| | * | | | don't crash in QProcessEnvironment::systemEnvironment()Oswald Buddenhagen2011-05-042-12/+12
| | * | | | no environment on WinCEOswald Buddenhagen2011-05-021-0/+4
| | * | | | fix Widestring vs. Ansi mixupOswald Buddenhagen2011-05-021-1/+1
| | * | | | fix potential crash in QProcessEnvironment::systemEnvironment() on windowsOswald Buddenhagen2011-05-021-10/+11
| | * | | | fix build on symbianOswald Buddenhagen2011-05-021-62/+60