summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstring.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce std::string conversion to QByteArrayAllan Sandfeld Jensen2014-06-251-1/+1
* Fix minor coding style issues in new code in QtCoreThiago Macieira2014-05-191-1/+2
* Fix warning with -Wswitch-enumKonstantin Ritt2014-04-231-0/+3
* Remove useless Q_NO_DECLARED_NOT_DEFINED flagJędrzej Nowacki2014-03-251-1/+1
* Remove level 4 compiler warnings from MSVC.David Schulz2014-03-151-0/+11
* Centralize the handling of all the toXxx (integral) functionsThiago Macieira2014-02-141-0/+21
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-111-4/+4
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-4/+4
| |\
| | * Fix a bug in some QString comparison operatorsLars Knoll2014-01-211-4/+4
* | | Add QString::fromUtf16 with char16_t and fromUcs4 with char32_tThiago Macieira2014-02-071-0/+7
|/ /
* | Introduce QChar::JoiningType enum and QChar::joiningType() methodKonstantin Ritt2014-01-291-1/+11
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-241-18/+2
|\|
| * Introduce Q_ATTRIBUTE_FORMAT_PRINTFHarald Fernengel2013-12-171-18/+2
* | Add the UTF16-to-Latin1 in-place converterThiago Macieira2013-12-131-1/+2
* | Implement support for ref-qualified QString::toLatin1 & friendsThiago Macieira2013-12-131-0/+19
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-1/+5
|\|
| * Declare Cocoa conversion funcs in objc-mode only.Morten Johan Sørvig2013-11-051-1/+5
* | QString: add missing contains(QLatin1String) overloadMarc Mutz2013-11-261-0/+3
|/
* QString::reserve fix to avoid truncationMarko Pellikka2013-09-261-2/+2
* Add Mac type conversion functions to QtCoreMorten Johan Sørvig2013-09-211-1/+11
* New QStringRef methods.Jędrzej Nowacki2013-09-111-0/+4
* Add a few more typedefs to QString, for STL compatibilityThiago Macieira2013-07-301-0/+4
* Specify gnu_printf for message formatting with MinGWJonathan Liu2013-05-081-0/+8
* 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