index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
auto
/
corelib
/
text
/
qstring
/
tst_qstring.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QString::lastIndexOf: fix off-by-one for zero length matches
Giuseppe D'Angelo
2020-12-10
1
-1
/
+1
*
Add unit test for QString::insert(negativeint, QChar)
Andreas Buhr
2020-11-20
1
-0
/
+1
*
Add unit test for QString::replace with out-of-bounds position
Andreas Buhr
2020-11-19
1
-0
/
+10
*
Fix logic error in QString::replace(ch, after, cs)
Andreas Buhr
2020-11-19
1
-0
/
+11
*
Change QString formatting of negative numbers in non-base-10
Andreas Buhr
2020-11-19
1
-0
/
+64
*
QChar: make construction from integral explicit
Giuseppe D'Angelo
2020-11-15
1
-8
/
+8
*
Fix strange capacity check in tst_QString::append_special_cases
Andrei Golubev
2020-10-21
1
-1
/
+2
*
Another round of replacing 0 with nullptr
Allan Sandfeld Jensen
2020-10-07
1
-1
/
+1
*
Change QString::fromLatin1 and friends to use QByteArrayView
Lars Knoll
2020-10-05
1
-19
/
+20
*
Use UTF-8 when converting 8 bit data in QTextStream
Lars Knoll
2020-09-15
1
-1
/
+9
*
Remove deprecated API
Lars Knoll
2020-09-15
1
-4
/
+4
*
Purge Q_{STDLIB,COMPILER}_UNICODE_STRINGS
Edward Welbourne
2020-09-14
1
-18
/
+2
*
Remove '\0' space reservation logic in QString
Andrei Golubev
2020-09-10
1
-1
/
+2
*
Use checked string iteration in case conversions
Edward Welbourne
2020-08-29
1
-0
/
+28
*
Prepend optimize QString
Andrei Golubev
2020-08-29
1
-0
/
+103
*
Move QStringRef and remains to Qt5Compat
Karsten Heimrich
2020-08-20
1
-428
/
+40
*
Replace Qt CONSTEXPR defines with constexpr
Allan Sandfeld Jensen
2020-08-14
1
-2
/
+2
*
Implement UTF-16 to UTF-8 case-insensitive compare and make public
Thiago Macieira
2020-08-05
1
-2
/
+28
*
QString::vasprintf: fix 't' modifier for integers on 64-bit
Thiago Macieira
2020-07-31
1
-25
/
+35
*
Move QRegExp and its remaining mentions out of QtCore
Sona Kurazyan
2020-07-13
1
-1
/
+1
*
Use QList instead of QVector in corelib tests
Jarek Kobus
2020-07-07
1
-17
/
+11
*
Port QString to qsizetype
Lars Knoll
2020-07-06
1
-21
/
+21
*
Get rid of QArrayData::sharedNull()
Lars Knoll
2020-07-06
1
-1
/
+1
*
Get rid of shared null for QByteArray, QString and QVector
Lars Knoll
2020-07-06
1
-3
/
+3
*
Remove QByteArray's methods taking QString and their uses
Sona Kurazyan
2020-06-25
1
-8
/
+0
*
QString: add char8_t overload of fromUtf8()
Marc Mutz
2020-06-23
1
-0
/
+6
*
Remove most overloads taking a QStringRef from the QString API
Lars Knoll
2020-06-11
1
-8
/
+0
*
Add QStringView::split() methods
Lars Knoll
2020-06-01
1
-13
/
+37
*
Adjust resize() behavior of QString and QByteArray to match Qt 5
Lars Knoll
2020-05-21
1
-1
/
+3
*
QString: fix an aliasing issue in remove(QString)
Marc Mutz
2020-05-15
1
-0
/
+10
*
Enforce that statically allocated array-like containers have 0 capacity
Giuseppe D'Angelo
2020-05-14
1
-0
/
+4
*
Remove QRegExp support from QString and StringList
Lars Knoll
2020-05-14
1
-120
/
+2
*
Get rid of some QTextCodec leftovers
Lars Knoll
2020-05-14
1
-2
/
+0
*
QString: remove op+=(char) and op+=(QChar::SpecialCharacter)
Marc Mutz
2020-05-13
1
-2
/
+12
*
Sweep of int-ish → char-ish types near calls to QString::fromU*()
Marc Mutz
2020-05-12
1
-19
/
+19
*
Remove useless code
Lars Knoll
2020-05-01
1
-8
/
+0
*
QString: add append, op+=, prepend, insert taking QStringView
Marc Mutz
2020-04-24
1
-0
/
+25
*
Remove QString::from/toAscii()
Lars Knoll
2020-04-16
1
-29
/
+0
*
Make QLocale(QString) explicit
Lars Knoll
2020-04-01
1
-2
/
+2
*
Merge remote-tracking branch 'origin/5.15' into dev
Lars Knoll
2020-03-04
1
-0
/
+3
|
\
|
*
Suppress warnings where QString and its tests use SplitBehavior
Edward Welbourne
2020-03-03
1
-0
/
+3
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-02-26
1
-0
/
+6
|
\
\
|
|
/
|
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Liang Qi
2020-02-18
1
-0
/
+6
|
|
\
|
|
*
Only read the first BOM as a BOM; the rest are ZWNBS !
Edward Welbourne
2020-02-14
1
-0
/
+6
*
|
|
Move old tst_QLocale::negativeZero() to tst_QString::number()
Edward Welbourne
2020-01-30
1
-7
/
+8
*
|
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-01-15
1
-40
/
+79
|
\
\
\
|
|
/
/
|
*
|
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2020-01-13
1
-40
/
+79
|
|
\
\
|
|
|
/
|
|
*
QString::isLower/isUpper: redo the implementation
Giuseppe D'Angelo
2020-01-11
1
-40
/
+79
*
|
|
Merge remote-tracking branch 'origin/5.15' into dev
Liang Qi
2020-01-04
1
-0
/
+48
|
\
\
\
|
|
/
/
|
*
|
Introduce QString(View)::isValidUtf16
Giuseppe D'Angelo
2019-12-20
1
-0
/
+48
|
|
/
[next]