summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QT_USE_QSTRINGBUILDER to fix source compatibilityOlivier Goffart2011-05-184-20/+15
* Removed deprecated functions in QListEckhart Koppen2011-05-131-91/+0
* Updated Qt and QtBase module version number to 5.0.0Eckhart Koppen2011-05-131-2/+2
* Updated data stream version for Qt 4.9 and 5.0Eckhart Koppen2011-05-131-3/+4
* Add the QIdentityProxyModel.Stephen Kelly2011-05-111-0/+1
* make QLibraryInfo return clean pathsOswald Buddenhagen2011-05-111-4/+6
* make relative paths in qt.conf work inside qmakeOswald Buddenhagen2011-05-111-1/+1
* Fix crash when QSocketNotifier used with an invalid descriptorShane Kearns2011-05-111-0/+6
* Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-111-0/+6
|\
| * Move QTextCursor::MoveStyle to Qt namespaceJiang Jiang2011-05-111-0/+6
* | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-earth-stagingQt Continuous Integration System2011-05-111-0/+3
|\ \ | |/ |/|
| * Add QT_xxx_VERSION macros for each library in qtbaseLiang Qi2011-05-101-0/+3
* | 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