summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstring.h
Commit message (Expand)AuthorAgeFilesLines
* Fix QString::operator=(QLatin1String) for substringsKent Hansen2012-02-021-1/+1
* Fix QString(QLatin1String) constructor for substringsKent Hansen2012-02-021-1/+1
* Fix operator==(QLatin1String, QLatin1String) and friends for substringsKent Hansen2012-02-021-6/+10
* Fix compilation of Qt apps with -Wshadow -WerrorDavid Faure2012-01-301-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Remove QBool and use bool instead.David Faure2012-01-201-23/+23
* Add a constructor that explicitly takes a size to QLatin1StringLars Knoll2012-01-181-0/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove QT_NO_STL_WCHAR hackHarald Fernengel2011-12-221-18/+3
* Use strlen() inline whenever possibleHarald Fernengel2011-12-221-33/+45
* make QString::fromLatin1 partially inlineHarald Fernengel2011-12-201-1/+5
* Fix tst_Moc::oldStyleCastsOlivier Goffart2011-11-171-2/+2
* replace 'const QChar &' with 'QChar ' for QChar and QStringRitt Konstantin2011-10-261-25/+25
* Add Q_DECL_CONSTEXPR to a QChar, QLatin1Char and QLatin1String constructorsThiago Macieira2011-10-221-2/+2
* make fromWCharArray() and toWCharArray() inlinedKonstantin Ritt2011-10-181-2/+17
* Rename Qt::escape to QString::toHtmlEscaped, add compat methodDavid Faure2011-09-291-1/+6
* Move Qt::escape to QtCoreDavid Faure2011-09-291-0/+3
* Fix QString and QByteArray reserve() and squeeze()Bradley T. Hughes2011-09-231-2/+24
* Fix QString/QByteArray literals for MSVC2010 (compilation of tests).Friedemann Kleint2011-08-021-8/+15
* Make the N parameter to the QXXXLiterals be the actual string lengthThiago Macieira2011-07-211-10/+10
* Fix more use of C style cast.Olivier Goffart2011-07-211-3/+3
* Fix use of C style cast.Olivier Goffart2011-07-191-1/+1
* Fix compilation on MSVCLars Knoll2011-07-131-4/+4
* remove unneeded cast operator on QConstStringDataLars Knoll2011-07-121-3/+0
* Remove Qt 4.3 binary compatibility for MSVCThiago Macieira2011-07-111-6/+0
* Use lambdas for generating static data for QStringLiteralThiago Macieira2011-07-111-26/+33
* Remove the qs() macro.Olivier Goffart2011-07-081-4/+0
* Make the new QStringLiteral produce a non-temporaryThiago Macieira2011-07-081-10/+33
* Unify QLatin1String and QLatin1LiteralLars Knoll2011-07-071-5/+8
* Support for compile time generated QStringsLars Knoll2011-07-071-42/+88
* Remove Qt3 support functionality from parts of QtCoreLars Knoll2011-06-291-129/+2
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* QT_USE_QSTRINGBUILDER to fix source compatibilityOlivier Goffart2011-05-181-5/+3
* Revert "Added QStringRef::toLatin1 and QStringRef::toUtf8"Thorbjørn Lindeijer2011-05-101-2/+0
* Fixes warningsOlivier Goffart2011-05-101-2/+2
* Added QStringRef::toLatin1 and QStringRef::toUtf8Thorbjørn Lindeijer2011-05-101-0/+2
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1295