| Commit message (Expand) | Author | Age | Files | Lines |
| * | Prefer using namespace Qt::StringLiterals | Marc Mutz | 2025-10-04 | 1 | -1/+1 |
| * | Add more snippets sources from corelib to the build system | Oleksii Zbykovskyi | 2025-06-26 | 1 | -18/+15 |
| * | Doc: QLatin1StringView documentation misses string literals namespace | Alexei Cazacov | 2025-05-15 | 1 | -1/+3 |
| * | QString: add fromRawData with a char16_t pointer | Thiago Macieira | 2025-02-14 | 1 | -3/+2 |
| * | doc: Fix QString::slice() code example | David Boddie | 2024-12-03 | 1 | -2/+2 |
| * | Doc: QString::slice uses the wrong snippet | Jaishree Vyas | 2024-10-30 | 1 | -2/+2 |
| * | QString/QByteArray: add slice() methods | Ahmad Samir | 2024-02-29 | 1 | -0/+10 |
| * | QString docs: miscellanea improvements around string construction | Giuseppe D'Angelo | 2023-07-07 | 1 | -3/+3 |
| * | Remove unused documentation code snippets | Friedemann Kleint | 2023-04-17 | 1 | -4/+0 |
| * | QStringBuilder: document issues with using "auto" keyword | Ahmad Samir | 2023-01-01 | 1 | -0/+23 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 2 | -98/+4 |
| * | QtCore: Replace remaining uses of QLatin1String with QLatin1StringView | Sona Kurazyan | 2022-03-26 | 1 | -1/+1 |
| * | QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable | Sona Kurazyan | 2022-03-25 | 2 | -4/+6 |
| * | QString: update documentation | Ivan Solovev | 2020-12-15 | 1 | -3/+3 |
| * | Doc: Update/scrub QString documentation | Karsten Heimrich | 2020-11-11 | 2 | -13/+13 |
| * | Another round of replacing 0 with nullptr | Allan Sandfeld Jensen | 2020-10-07 | 1 | -1/+1 |
| * | Move QStringRef and remains to Qt5Compat | Karsten Heimrich | 2020-08-20 | 2 | -29/+1 |
| * | Remove QRegExp support from QString and StringList | Lars Knoll | 2020-05-14 | 1 | -61/+0 |
| * | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-03-03 | 1 | -7/+7 |
| |\ |
|
| | * | Docs: Use Qt::SplitBehavior in preference to QString::SplitBehavior | Edward Welbourne | 2020-02-28 | 1 | -7/+7 |
| * | | Remove redundant overloads in QString | Frederik Gladhorn | 2019-11-13 | 1 | -6/+2 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.11' into 5.12 | Qt Forward Merge Bot | 2018-09-07 | 1 | -1/+1 |
| |\ |
|
| | * | QString: Fix snippet explaining "non-spaced numbered place markers" | Andre Hartmann | 2018-09-06 | 1 | -1/+1 |
| * | | Doc: harmonize toDouble() and toFloat() for QString and QByteArray | Andre Hartmann | 2018-07-14 | 1 | -0/+5 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.9' into 5.10 | Lars Knoll | 2017-12-30 | 1 | -1/+0 |
| |\ |
|
| | * | QString: fix documentation of NUL-termination of unicode(), data(), constData() | Marc Mutz | 2017-12-13 | 1 | -1/+0 |
| * | | Merge remote-tracking branch 'origin/5.9' into 5.10 | Liang Qi | 2017-12-05 | 1 | -0/+12 |
| |\| |
|
| | * | [doc] Document QString{,Ref}::split() behavior with empty 'sep' | Marc Mutz | 2017-11-29 | 1 | -0/+12 |
| * | | Mark the previously public qstringalgorithms.h functions private | Thiago Macieira | 2017-10-29 | 1 | -5/+5 |
| * | | Fix documentation code snippet of QString::arg(QStringView) | Friedemann Kleint | 2017-09-15 | 1 | -2/+2 |
| * | | QString: add QStringView/QLatin1String overload of (non-multi) arg() | Marc Mutz | 2017-04-06 | 1 | -0/+11 |
| * | | Long live qCompareStrings()! | Marc Mutz | 2017-03-29 | 1 | -0/+6 |
| |/ |
|
| * | Doc: updated QString::fromRawData documentation to QRegularExpression | Samuel Gaist | 2017-01-23 | 1 | -2/+2 |
| * | Unify license header usage. | Jani Heikkinen | 2016-03-29 | 2 | -6/+26 |
| * | QString: add resize(int, QChar) | Marc Mutz | 2015-12-28 | 1 | -1/+1 |
| * | Doc: Fix snippet tags for QString::[last]indexOf() overloads | Topi Reinio | 2015-11-02 | 1 | -4/+4 |
| * | Examples/Doc snippets: Fix single-character string literals. | Friedemann Kleint | 2015-10-13 | 1 | -2/+2 |
| * | Improve QString doc when using non-spaced numbered place marker | Samuel Gaist | 2015-06-19 | 1 | -0/+13 |
| * | Updated BSD licensed file headers | Jani Heikkinen | 2015-02-15 | 2 | -6/+6 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 2 | -10/+10 |
| * | Merge remote-tracking branch 'origin/5.4' into dev | Frederik Gladhorn | 2014-11-24 | 1 | -8/+0 |
| |\ |
|
| | * | Fix QString::sprintf documentation | Kai Koehne | 2014-11-05 | 1 | -8/+0 |
| * | | QString:add (last)indexOf overload with QRegularExpressionMatch output | Samuel Gaist | 2014-08-27 | 1 | -0/+14 |
| |/ |
|
| * | Whitespace cleanup: remove trailing whitespace | Axel Waggershauser | 2013-03-16 | 1 | -1/+1 |
| * | Spell "Qt" correctly | Paul Olav Tvete | 2013-02-06 | 1 | -1/+1 |
| * | Replace nokia in example by Qt Project | Frederik Gladhorn | 2013-02-05 | 1 | -2/+2 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 2 | -2/+2 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 2 | -12/+12 |
| * | Remove references to to/fromAscii in QString and QByteArray main docs | Thiago Macieira | 2012-05-03 | 1 | -1/+1 |
| * | Doc: Prepare for building modular QtCore docs. | Casper van Donderen | 2012-04-19 | 2 | -0/+1059 |