summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-1126-1291/+668
|\
| * ifdef out mac/no_coreservices path more cleanlyOswald Buddenhagen2011-05-101-3/+2
| * fix build on symbianOswald Buddenhagen2011-05-101-0/+5
| * QFileSystemEngine::currentPath(): use QFileSystemEntry() also for the no-PATH...Pino Toscano2011-05-101-1/+1
| * Do not allow multiple threads to acquire a QMutexBradley T. Hughes2011-05-101-5/+8
| * don't crash in QProcessEnvironment::systemEnvironment()Oswald Buddenhagen2011-05-102-12/+12
| * Compile fix for QLocale on Symbian.Denis Dzyubenko2011-05-101-1/+1
| * Added Kazakh language to the QLocale mapping table on Symbian.Denis Dzyubenko2011-05-101-0/+1
| * Added support for QLocale::uiLanguages on Symbian.Denis Dzyubenko2011-05-101-70/+96
| * Don't realloc user-provided bufferJoão Abecasis2011-05-101-2/+2
| * no environment on WinCEOswald Buddenhagen2011-05-101-0/+4
| * fix Widestring vs. Ansi mixupOswald Buddenhagen2011-05-101-1/+1
| * fix potential crash in QProcessEnvironment::systemEnvironment() on windowsOswald Buddenhagen2011-05-101-10/+11
| * Get rid of "typename, typename" for TEMPLATE_TEMPLATE_PARAMETERS.Liang Qi2011-05-101-18/+0
| * Compile with msvcOlivier Goffart2011-05-101-4/+16
| * compile with windowsOlivier Goffart2011-05-101-4/+4
| * get rid of the DisableIfSame hackOlivier Goffart2011-05-102-16/+4
| * Rewrite the interfaces of QtConcurrent.Liang Qi2011-05-103-1057/+270
| * Fix namespace issue with the global staticmae2011-05-101-2/+2
| * Fix regression with QSettings patchmae2011-05-103-13/+12
| * fix build on symbianOswald Buddenhagen2011-05-101-62/+60
| * fix build on macOswald Buddenhagen2011-05-101-0/+12
| * make QProcessEnvironment on Unix cache converted valuesOswald Buddenhagen2011-05-102-4/+35
| * make QProcessEnvironment::systemEnvironment() encoding-safeOswald Buddenhagen2011-05-103-15/+39
| * make QProcessEnvironment on Unix cache converted variable namesOswald Buddenhagen2011-05-103-11/+50
| * move key/value converters to the private classOswald Buddenhagen2011-05-102-24/+15
| * make QProcessEnvironment on Windows preserve variable name caseOswald Buddenhagen2011-05-103-7/+21
| * split QProcessEnvironmentPrivate::Unit into Key and ValueOswald Buddenhagen2011-05-102-11/+14
| * remove unused functionsOswald Buddenhagen2011-05-101-12/+0
| * minor optimization: use QList::reserve()Oswald Buddenhagen2011-05-101-0/+2
| * use the Hash typedefOswald Buddenhagen2011-05-103-13/+13
| * Reduce open and stat system calls for QSettingsmae2011-05-104-35/+21
| * Revert "Added QStringRef::toLatin1 and QStringRef::toUtf8"Thorbjørn Lindeijer2011-05-102-43/+0
| * Fixes warningsOlivier Goffart2011-05-103-4/+3
| * Added QStringRef::toLatin1 and QStringRef::toUtf8Thorbjørn Lindeijer2011-05-102-0/+43
| * Update documentation of QDateTime::toStringJens Georg2011-05-101-1/+5
| * Fix QDateTime::toString for Qt::ISODateJens Georg2011-05-101-0/+15
| * Fixed a crash on Windows XP with mingw in threaded-codeThierry Bastian2011-05-101-1/+1
| * Symbian's QElapsedTimer::restart() fixed to return ms rather than usmread2011-05-101-1/+1
| * Create a cleanup stack for each new thread on Symbian.Laszlo Agocs2011-05-101-0/+4
| * Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-earth-stagingQt Continuous Integration System2011-05-101-2/+3
| |\
| | * Respect capacity in QVector::append().Liang Qi2011-05-101-2/+3
| * | Fix QDefaultAnimationDriverAlan Alpert2011-05-102-4/+7
| * | Add qglobal.h exports for QtLocation & QtSensorsAlex2011-05-091-20/+46
| |/
| * Add Q_UNIMPLEMENTED() macroKent Hansen2011-05-041-0/+4
* | split up qguivariant into two filesLars Knoll2011-05-063-44/+61
* | Merge remote branch 'origin/master' into refactorLars Knoll2011-05-0410-40/+169
|\|
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtbase-stagingGunnar Sletta2011-05-042-1/+6
| |\
| | * Add module.prf, and install MODULE_PRI for each moduleMarius Storm-Olsen2011-05-021-1/+5
| | * Fix compile warning on WindowsMartin Petersson2011-05-021-0/+1