summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Move QTextCursor::MoveStyle to Qt namespaceJiang Jiang2011-05-111-0/+6
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-05-061-70/+97
|\
| * Merge remote-tracking branch 'origin/4.8'Olivier Goffart2011-05-058-92/+207
| |\
| * | Compile fix for QLocale on Symbian.Denis Dzyubenko2011-05-041-1/+1
| * | Added Kazakh language to the QLocale mapping table on Symbian.Denis Dzyubenko2011-05-041-0/+1
| * | Added support for QLocale::uiLanguages on Symbian.Denis Dzyubenko2011-05-041-70/+96
* | | 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
* | | | 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
| * | | | fix build on macOswald Buddenhagen2011-05-021-0/+12
| * | | | Merge remote-tracking branch 'origin/4.8' into HEADThiago Macieira2011-04-293-2/+4
| |\ \ \ \ | | |/ / /
| * | | | make QProcessEnvironment on Unix cache converted valuesOswald Buddenhagen2011-04-292-4/+35
| * | | | make QProcessEnvironment::systemEnvironment() encoding-safeOswald Buddenhagen2011-04-293-15/+39
| * | | | make QProcessEnvironment on Unix cache converted variable namesOswald Buddenhagen2011-04-293-11/+50
| * | | | move key/value converters to the private classOswald Buddenhagen2011-04-292-24/+15
| * | | | make QProcessEnvironment on Windows preserve variable name caseOswald Buddenhagen2011-04-293-7/+21
| * | | | split QProcessEnvironmentPrivate::Unit into Key and ValueOswald Buddenhagen2011-04-292-11/+14
| * | | | remove unused functionsOswald Buddenhagen2011-04-291-12/+0
| * | | | minor optimization: use QList::reserve()Oswald Buddenhagen2011-04-291-0/+2
| * | | | use the Hash typedefOswald Buddenhagen2011-04-293-13/+13
| * | | | Revert "Added QStringRef::toLatin1 and QStringRef::toUtf8"Thorbjørn Lindeijer2011-04-282-43/+0
| * | | | Added QStringRef::toLatin1 and QStringRef::toUtf8Thorbjørn Lindeijer2011-04-272-0/+43
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-staging into ma...Qt Continuous Integration System2011-05-052-1/+5
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'qt/4.8'Sami Lempinen2011-04-2855-8947/+12579
| |\ \ \ \ \ | | |/ / / /
| * | | | | Symbian's QElapsedTimer::restart() fixed to return ms rather than usmread2011-04-191-1/+1
| * | | | | Create a cleanup stack for each new thread on Symbian.Laszlo Agocs2011-04-181-0/+4
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml-staging into master...Qt Continuous Integration System2011-05-042-1/+5
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch 'master' of ../qt-qml-stagingMichael Brasser2011-04-1437-531/+1348
| |\ \ \ \ \
| * \ \ \ \ \ Merge ../qt-qml-stagingYann Bodson2011-03-298-6/+24
| |\ \ \ \ \ \
| * | | | | | | Remove compile warningAlan Alpert2011-03-241-1/+1
| * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtAlan Alpert2011-03-2320-49/+90
| |\ \ \ \ \ \ \
| * | | | | | | | Fix QUnifiedTimer bugAlan Alpert2011-03-232-1/+8
| * | | | | | | | Stop the animation driver when there are no more animations.Michael Brasser2011-03-162-1/+5
* | | | | | | | | Merge earth-team into origin/4.8Olivier Goffart2011-05-038-20/+54
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-water-staging into mast...Qt Continuous Integration System2011-04-292-1/+2
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch '4.8-upstream'Thierry Bastian2011-04-2816-53/+703
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / | | | |/| | | | | |
| | * | | | | | | | Merge branch 'master-upstream'Thierry Bastian2011-04-1978-9405/+13223
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Fixed a crash on Windows XP with mingw in threaded-codeThierry Bastian2011-04-191-1/+1
| | * | | | | | | | | Add the QIdentityProxyModel.Stephen Kelly2011-04-121-0/+1
| * | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-04-281-1/+2
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Merge remote branch 'qt-fire-review/master'aavit2011-04-281-1/+2
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Make QtQuick2 compile on QPAEskil Abrahamsen Blomfeldt2011-04-271-1/+2
| | | * | | | | | | | | Long live QRawFont!Eskil Abrahamsen Blomfeldt2011-04-151-0/+6
| | | | |_|_|_|_|_|/ / | | | |/| | | | | | |
| * | | | | | | | | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-04-212-5/+24
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |