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
/
src
/
corelib
/
text
Commit message (
Expand
)
Author
Age
Files
Lines
*
QUtf8StringView: ensure binary compatibility throughout 6.x
v6.1.0-rc1
Thiago Macieira
2021-04-20
3
-32
/
+5
*
QString: add missing char8_t* constructor / fromUtf8 overloads
Giuseppe D'Angelo
2021-04-19
2
-0
/
+27
*
Don't access moved-from object
Volker Hilsheimer
2021-03-04
1
-7
/
+6
*
Specification of pointer usage
Hou Lei
2021-01-29
1
-7
/
+8
*
QRegularExpression: add move constructor
Ivan Solovev
2021-01-26
2
-6
/
+75
*
QLocale: Allow direct conversion from language, country, and script codes
Kai Köhne
2021-01-25
3
-7
/
+51
*
QLocale: add a Q_CHECK_PTR
Giuseppe D'Angelo
2021-01-20
1
-0
/
+1
*
Build fixes for GCC 11
Ville Voutilainen
2021-01-19
2
-0
/
+3
*
QLocale: Allow direct conversion to language, country, and script codes
Kai Köhne
2021-01-18
2
-2
/
+49
*
Minor tidy-up: two sizetype fixes, two \nullptr uses
Edward Welbourne
2021-01-08
2
-4
/
+4
*
Mark places where we missed conversion to unicode character types
Edward Welbourne
2021-01-08
3
-6
/
+6
*
Remove the qmake project files
Joerg Bornemann
2021-01-07
1
-90
/
+0
*
QLocale: Remove dead code
Kai Köhne
2021-01-06
2
-12
/
+0
*
QRegularExpression: mention raw string literal in the docs
Ahmad Samir
2020-12-28
1
-0
/
+8
*
QString: update documentation
Ivan Solovev
2020-12-15
1
-117
/
+212
*
QStringView: add constBegin and constEnd
Thiago Macieira
2020-12-12
2
-4
/
+23
*
Assert validity in QStringIterator's unchecked methods
Edward Welbourne
2020-12-11
1
-6
/
+18
*
Workaround bogus compiler warning
Fabian Kosmale
2020-12-10
1
-1
/
+10
*
QStringView: add some QRegularExpression-related overloads
Giuseppe D'Angelo
2020-12-10
4
-0
/
+176
*
QString::lastIndexOf: fix off-by-one for zero length matches
Giuseppe D'Angelo
2020-12-10
1
-2
/
+2
*
QStringConverter: add comments marking the BOM checks and emissions
Thiago Macieira
2020-12-09
1
-0
/
+5
*
QString: fix count(QRegularExpression)
Giuseppe D'Angelo
2020-12-09
1
-3
/
+9
*
QString: improve lastIndexOf(QRegularExpression) docs
Giuseppe D'Angelo
2020-12-09
1
-0
/
+4
*
Fix qdoc warning from incorrectly named method parameter
Volker Hilsheimer
2020-12-08
1
-2
/
+2
*
Fix MSVC warning C4267 in qstring.cpp
Kai Koehne
2020-12-08
1
-2
/
+4
*
Inline QCollator's QString methods via QStringView
Edward Welbourne
2020-12-07
2
-10
/
+6
*
QByteArray: update documentation
Ivan Solovev
2020-12-05
1
-69
/
+147
*
QString/QByteArray: add missing Q_CHECK_PTR
Thiago Macieira
2020-12-04
2
-0
/
+15
*
Use (new) erase()/erase_if() algorithms
Marc Mutz
2020-12-05
1
-15
/
+2
*
Indicate the limited locale selection in the POSIX backend
Edward Welbourne
2020-12-04
1
-2
/
+3
*
Fix documentation of QStringTokenizer
Andreas Buhr
2020-12-03
2
-12
/
+28
*
Fix documentation warnings about QCollator property
Andreas Buhr
2020-12-03
1
-2
/
+2
*
QRE: discourage users from assuming that QRE stores the subject
Giuseppe D'Angelo
2020-12-03
1
-0
/
+10
*
QString::fromUtf8: remove a stray cast to int
Giuseppe D'Angelo
2020-12-03
1
-1
/
+1
*
QRegularExpression: plaster some [[nodiscard]]
Giuseppe D'Angelo
2020-12-03
1
-0
/
+5
*
QString: plaster more and more [[nodiscard]]
Giuseppe D'Angelo
2020-12-03
1
-22
/
+22
*
QLatin1String: documentation updates
Ivan Solovev
2020-12-02
1
-61
/
+246
*
QString/QByteArray: add erase/erase_if
Giuseppe D'Angelo
2020-12-01
4
-0
/
+100
*
Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE
Andreas Buhr
2020-11-30
4
-4
/
+4
*
Fix warning about copy during range iteration
Tor Arne Vestbø
2020-11-27
1
-1
/
+1
*
Make QCollatorSortKey's operator<() a hidden friend
Edward Welbourne
2020-11-27
1
-6
/
+3
*
Clean up QCollator's documentation and tell fewer lies
Edward Welbourne
2020-11-27
1
-53
/
+58
*
Fix spacing in QCollator documentation
Edward Welbourne
2020-11-27
1
-19
/
+19
*
Return a more useful date-time on parser failure in spring-forward gap
Edward Welbourne
2020-11-27
1
-2
/
+7
*
Mark two impossible code-paths with Q_UNREACHABLE
Edward Welbourne
2020-11-27
2
-2
/
+3
*
Doc: Consistently use book style capitalization for QString
Kai Koehne
2020-11-27
1
-2
/
+2
*
Doc: Linkify all mentionings of QT_NO_CAST_TO_ASCII
Kai Koehne
2020-11-27
1
-134
/
+66
*
Doc: Improve *_CAST_FROM_ASCII documentation
Kai Koehne
2020-11-27
1
-14
/
+9
*
QString/QByteArray: add erase() for iterators
Giuseppe D'Angelo
2020-11-26
4
-0
/
+32
*
Clean up docs of QCalendar-related QLocale::toString() variants
Edward Welbourne
2020-11-23
2
-45
/
+63
[next]