summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Make it possible for animation driver to specify the advance time deltaGunnar Sletta2011-05-043-23/+61
* | Make QtQuick2 compile on QPAEskil Abrahamsen Blomfeldt2011-04-281-1/+2
* | Merged master into qtquick2.axis2011-04-272-1/+4
|\|
| * Avoid recursively including the same arch.pri filePrasanth Ullattil2011-04-271-1/+3
| * Make modules compile without hardcoded pathsMarius Storm-Olsen2011-04-271-0/+1
* | Initial import from qtquick2.Qt by Nokia2011-04-277-15/+100
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-27556-0/+282993