Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable QtConcurrent for Symbian winscw builds. | Laszlo Agocs | 2011-05-12 | 3 | -5/+32 |
* | Merge remote branch 'qt/4.8' into staging-master | Shane Kearns | 2011-05-10 | 3 | -4/+8 |
|\ | |||||
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2011-05-09 | 2 | -3/+7 |
| |\ | |||||
| | * | ifdef out mac/no_coreservices path more cleanly | Oswald Buddenhagen | 2011-05-09 | 1 | -3/+2 |
| | * | fix build on symbian | Oswald Buddenhagen | 2011-05-09 | 1 | -0/+5 |
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast... | Qt Continuous Integration System | 2011-05-06 | 1 | -5/+8 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2011-05-06 | 1 | -1/+1 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | QFileSystemEngine::currentPath(): use QFileSystemEntry() also for the no-PATH... | Pino Toscano | 2011-05-05 | 1 | -1/+1 |
* | | | | Merge branch 'symbian-socket-engine' into staging-master | Shane Kearns | 2011-05-10 | 1 | -0/+6 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Fix crash when QSocketNotifier used with an invalid descriptor | Shane Kearns | 2011-04-21 | 1 | -0/+6 |
* | | | | Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qt into 4.8 | Bradley T. Hughes | 2011-05-06 | 2 | -72/+99 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast... | Qt Continuous Integration System | 2011-05-06 | 1 | -70/+97 |
| |\ \ \ | |||||
| | * \ \ | Merge remote-tracking branch 'origin/4.8' | Olivier Goffart | 2011-05-05 | 8 | -92/+207 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | * | | | Compile fix for QLocale on Symbian. | Denis Dzyubenko | 2011-05-04 | 1 | -1/+1 |
| | * | | | Added Kazakh language to the QLocale mapping table on Symbian. | Denis Dzyubenko | 2011-05-04 | 1 | -0/+1 |
| | * | | | Added support for QLocale::uiLanguages on Symbian. | Denis Dzyubenko | 2011-05-04 | 1 | -70/+96 |
| * | | | | Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration in... | Qt Continuous Integration System | 2011-05-05 | 1 | -2/+2 |
| |\ \ \ \ | | |_|/ / | |/| | | | |||||
| | * | | | Merge branch 4.7 into qt-4.8-from-4.7 | Qt Continuous Integration System | 2011-05-04 | 1 | -2/+2 |
| | |\ \ \ | |||||
| | | * | | | Don't realloc user-provided buffer | João Abecasis | 2011-05-03 | 1 | -2/+2 |
* | | | | | | Do not allow multiple threads to acquire a QMutex | Bradley T. Hughes | 2011-05-05 | 1 | -5/+8 |
|/ / / / / | |||||
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2011-05-05 | 4 | -90/+197 |
|\ \ \ \ \ | |||||
| * | | | | | don't crash in QProcessEnvironment::systemEnvironment() | Oswald Buddenhagen | 2011-05-04 | 2 | -12/+12 |
| * | | | | | no environment on WinCE | Oswald Buddenhagen | 2011-05-02 | 1 | -0/+4 |
| * | | | | | fix Widestring vs. Ansi mixup | Oswald Buddenhagen | 2011-05-02 | 1 | -1/+1 |
| * | | | | | fix potential crash in QProcessEnvironment::systemEnvironment() on windows | Oswald Buddenhagen | 2011-05-02 | 1 | -10/+11 |
| * | | | | | fix build on symbian | Oswald Buddenhagen | 2011-05-02 | 1 | -62/+60 |
| * | | | | | fix build on mac | Oswald Buddenhagen | 2011-05-02 | 1 | -0/+12 |
| * | | | | | Merge remote-tracking branch 'origin/4.8' into HEAD | Thiago Macieira | 2011-04-29 | 3 | -2/+4 |
| |\ \ \ \ \ | | |/ / / / | |||||
| * | | | | | make QProcessEnvironment on Unix cache converted values | Oswald Buddenhagen | 2011-04-29 | 2 | -4/+35 |
| * | | | | | make QProcessEnvironment::systemEnvironment() encoding-safe | Oswald Buddenhagen | 2011-04-29 | 3 | -15/+39 |
| * | | | | | make QProcessEnvironment on Unix cache converted variable names | Oswald Buddenhagen | 2011-04-29 | 3 | -11/+50 |
| * | | | | | move key/value converters to the private class | Oswald Buddenhagen | 2011-04-29 | 2 | -24/+15 |
| * | | | | | make QProcessEnvironment on Windows preserve variable name case | Oswald Buddenhagen | 2011-04-29 | 3 | -7/+21 |
| * | | | | | split QProcessEnvironmentPrivate::Unit into Key and Value | Oswald Buddenhagen | 2011-04-29 | 2 | -11/+14 |
| * | | | | | remove unused functions | Oswald Buddenhagen | 2011-04-29 | 1 | -12/+0 |
| * | | | | | minor optimization: use QList::reserve() | Oswald Buddenhagen | 2011-04-29 | 1 | -0/+2 |
| * | | | | | use the Hash typedef | Oswald Buddenhagen | 2011-04-29 | 3 | -13/+13 |
| * | | | | | Revert "Added QStringRef::toLatin1 and QStringRef::toUtf8" | Thorbjørn Lindeijer | 2011-04-28 | 2 | -43/+0 |
| * | | | | | Added QStringRef::toLatin1 and QStringRef::toUtf8 | Thorbjørn Lindeijer | 2011-04-27 | 2 | -0/+43 |
* | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-staging into ma... | Qt Continuous Integration System | 2011-05-05 | 2 | -1/+5 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge remote-tracking branch 'qt/4.8' | Sami Lempinen | 2011-04-28 | 55 | -8947/+12579 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| * | | | | | | Symbian's QElapsedTimer::restart() fixed to return ms rather than us | mread | 2011-04-19 | 1 | -1/+1 |
| * | | | | | | Create a cleanup stack for each new thread on Symbian. | Laszlo Agocs | 2011-04-18 | 1 | -0/+4 |
* | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml-staging into master... | Qt Continuous Integration System | 2011-05-04 | 2 | -1/+5 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | Merge branch 'master' of ../qt-qml-staging | Michael Brasser | 2011-04-14 | 37 | -531/+1348 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge ../qt-qml-staging | Yann Bodson | 2011-03-29 | 8 | -6/+24 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Remove compile warning | Alan Alpert | 2011-03-24 | 1 | -1/+1 |
| * | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt | Alan Alpert | 2011-03-23 | 20 | -49/+90 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Fix QUnifiedTimer bug | Alan Alpert | 2011-03-23 | 2 | -1/+8 |
| * | | | | | | | | | Stop the animation driver when there are no more animations. | Michael Brasser | 2011-03-16 | 2 | -1/+5 |