summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstring.h
Commit message (Expand)AuthorAgeFilesLines
* Declare typeinfo-s for QLatin1String, QStringRef, and QCharRefKonstantin Ritt2012-05-251-0/+3
* Replace `const QLatin1String &` with `QLatin1String` where appropriateKonstantin Ritt2012-05-251-41/+41
* Move QLatin1String up to QStringKonstantin Ritt2012-05-251-59/+82
* Centralize C-string and QByteArray string length calculationKonstantin Ritt2012-05-251-19/+19
* QString: get rid of public qStringComparisonHelper()Konstantin Ritt2012-05-251-49/+91
* Deprecate {QString,QStringRef,QChar}::{to,from}AsciiThiago Macieira2012-05-221-15/+22
* Make QStringLiteral always choke on non-literalsThiago Macieira2012-05-211-1/+1
* Implement the move constructor for containers.Olivier Goffart2012-05-111-0/+1
* Change to/fromAscii to to/fromUtf8 in the QString conversionsThiago Macieira2012-05-111-56/+56
* Fix MSVC warnings about inconsistent DLL linkage.Friedemann Kleint2012-05-071-4/+4
* Change QString's default codec to be UTF-8Thiago Macieira2012-05-071-14/+11
* Merge "Merge remote-tracking branch 'origin/api_changes'" into refs/staging/m...Lars Knoll2012-05-031-27/+16
|\
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-031-27/+16
| |\
| | * Migrate QString over to QArrayDataJoão Abecasis2012-04-241-21/+8
| | * Make QStringLiteral and QByteArrayLiteral always return the real typesThiago Macieira2012-04-231-6/+8
* | | Work around std::wstring not being defined on Android.Robin Burchell2012-05-031-0/+9
|/ /
* / Fix the QByteArray overloads to QString::fromXXXXThiago Macieira2012-05-031-18/+35
|/
* Make QByteArray and QString keep track of terminating nullJoão Abecasis2012-04-161-4/+4
* unite QString::normalized() overloadsKonstantin Ritt2012-04-111-2/+1
* Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-1/+1
* Make reallocData() take (unsigned) size, including nullJoão Abecasis2012-04-111-5/+5
* Remove references to QT_NO_STL from QtCoreThiago Macieira2012-04-071-7/+2
* Rename realloc -> reallocDataJoão Abecasis2012-04-051-5/+5
* Move growth computation to re-allocation functionJoão Abecasis2012-04-051-3/+2
* Drop nullary overload of private QString::reallocJoão Abecasis2012-04-051-3/+2
* Introduce initializer macros for QString- and QByteArrayDataJoão Abecasis2012-04-041-4/+14
* Clean up constructors for "statics" in QString and QByteArrayJoão Abecasis2012-04-041-17/+27
* Reorganize unicode string support in QStringJoão Abecasis2012-04-031-23/+24
* 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