summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstring.h
Commit message (Expand)AuthorAgeFilesLines
* QLatin1String: Suppress MSVC warnning.Debao Zhang2012-03-211-1/+1
* Merge master into api_changesKent Hansen2012-03-191-0/+6
|\
| * containers: add C++11-style c{begin,end}() as alias for const{Begin,End}()Marc Mutz2012-03-171-0/+6
* | Compile QLatin1String with C++11Olivier Goffart2012-03-171-1/+1
* | QRegularExpression: support for QString overloadsGiuseppe D'Angelo2012-03-151-2/+19
* | Add QByteArray overload for the QLatin1String ctor.Stephen Kelly2012-03-141-0/+1
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-081-7/+13
|\|
| * Fixed warning from gcc with -Wundef for some values of WCHAR_MAXRohan McGovern2012-03-071-1/+3
| * Merge master -> api_changesRohan McGovern2012-02-291-11/+2
| |\
| * | Move the QString comparison operator as non member functionOlivier Goffart2012-02-271-6/+6
| * | QString: add from{Ascii,Latin1,Utf8,Local8Bit() overloads for QByteArrayMarc Mutz2012-02-231-0/+4
* | | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-291-11/+2
|\ \ \ | | |/ | |/|
| * | Remove QT_ASCII_CAST_WARN_CONSTRUCTORStephen Kelly2012-02-231-2/+2
| * | Remove custom text codec for C strings.Robin Burchell2012-02-221-9/+0
| |/
* | Change meaning of offset in QStringDataJoão Abecasis2012-02-221-9/+8
* | Remove constructors taking implicit string sizesJoão Abecasis2012-02-141-2/+1
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-051-34/+38
|\|
| * 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
* | Don't use RefCount int operatorsJoão Abecasis2012-01-231-6/+7
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-01-161-52/+53
|\|
| * 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
* | 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