summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstring.h
Commit message (Expand)AuthorAgeFilesLines
...
| * make QString::fromLatin1 partially inlineHarald Fernengel2011-12-201-1/+5
* | Ensure shared_null(s) are statically initialized on VS 2010João Abecasis2012-01-051-21/+21
* | Retire the generic Q_REFCOUNT_INITIALIZER macroJoão Abecasis2012-01-041-2/+2
|/
* 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