summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstring.h
Commit message (Expand)AuthorAgeFilesLines
* Introducing the Qt Android portPaul Olav Tvete2013-03-051-1/+1
* QStringRef: Added toInt(), toUInt(), etc... functions to QStringRef.Keith Gardner2013-02-221-0/+10
* Leave some Qt 6 remarks for QStringRefThiago Macieira2013-02-121-0/+4
* QStringRef: Added a trimmed() function.Keith Gardner2013-01-291-0/+2
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Add a note for merging QString::contains(QRE, QREM) overloads in Qt 6Giuseppe D'Angelo2013-01-201-1/+1
* | QString::contains overload that returns the match resultsGiuseppe D'Angelo2013-01-141-0/+2
* | Rename QRegularExpression-related feature defs to QT_NO_REGULAREXPRESSIONGiuseppe D'Angelo2013-01-071-4/+4
* | Add QChar::Script enumKonstantin Ritt2012-12-201-0/+2
|/
* Prevent an overflow warning in assertions.Christian Kandeler2012-09-291-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QString::append: add (const QChar*, int len) overloadMarc Mutz2012-08-301-0/+1
* Q_DECLARE_SHARED: mark the type movableMarc Mutz2012-07-101-1/+0
* Don't use the gcc extension for QStringLiteral & Q_ARRAY_LITERALLars Knoll2012-06-121-16/+0
* Add proper collation support to QtLars Knoll2012-06-101-0/+1
* Allow compare QLatin1String to QLatin1StringKonstantin Ritt2012-06-011-17/+17
* Add missing QT_NO_CAST_FROM_ASCIIKonstantin Ritt2012-06-011-2/+2
* 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