index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
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
*
QByteArray: call the out-of-line implementation of assign() for char*
Thiago Macieira
3 days
1
-0
/
+2
*
QByteArray: replace(view, view): don't detach the underlying data array
Ahmad Samir
5 days
2
-88
/
+148
*
Update CLDR to v47
Mårten Nordheim
7 days
3
-1750
/
+1778
*
Doc: Clarify usage of QByteArray constructor with Qt::Initialization
Dheerendra Purohit
9 days
1
-0
/
+5
*
QString/QByteArray: de-inline nullTerminate*()
Ahmad Samir
9 days
4
-47
/
+48
*
Add conversion from QUtf8StringView to std::u8string_view
Matthias Rauter
11 days
2
-6
/
+22
*
QStringConverter: Introduce finalize()
Fabian Kosmale
2025-06-10
3
-2
/
+266
*
Fix typo in qlocale_tools_p.h unicodeForDigit() comment
Edward Welbourne
2025-06-04
1
-1
/
+1
*
QLocale: remove WhiteSpacesAllowed mode from qt_asciiToDouble()
Thiago Macieira
2025-05-29
2
-4
/
+0
*
QByteArray: make toDouble() reject space-only strings
Thiago Macieira
2025-05-29
1
-1
/
+2
*
QByteArray: make replace(pos, len, view) consistent with QString's
Ahmad Samir
2025-05-20
1
-1
/
+7
*
QCharacterSetMatch: extend it to support larger ranges
Thiago Macieira
2025-05-17
1
-17
/
+37
*
Doc: link to "Which string class to use?" on all string pages
Mitch Curtis
2025-05-09
3
-3
/
+4
*
Fix long-form zone parts in date-time strings
Edward Welbourne
2025-04-29
1
-2
/
+9
*
Move system locale later in uiLanguages(), when adding it as fallback
Edward Welbourne
2025-04-29
1
-13
/
+23
*
Fix minor details in QLocale::uiLanguages() docs
Edward Welbourne
2025-04-29
1
-7
/
+8
*
qlocale_win.cpp: Fix unity-build
Nodir Temirkhodjaev
2025-04-26
1
-2
/
+1
*
Correct initialization of justAfter in QLocale::uiLanguages()
Edward Welbourne
2025-04-25
1
-11
/
+12
*
Mark QRegularExpression* classes as security-critical
Marc Mutz
2025-04-22
1
-0
/
+1
*
Mark QByteArray and QString as security-critical
Marc Mutz
2025-04-22
4
-0
/
+4
*
QStringConverter: widen nameForEncoding()'s contract
Marc Mutz
2025-04-14
2
-4
/
+12
*
Rename QtPrivate::Tok::size to tokenSize
Matthias Rauter
2025-04-10
1
-3
/
+3
*
QByteArray(View) comparisons: tame the overload set a bit
Giuseppe D'Angelo
2025-04-04
4
-11
/
+1
*
Shuffle Q_(ALWAYS|NEVER)_INLINE around so they can be attributes
Mårten Nordheim
2025-03-28
7
-10
/
+10
*
Cope as best we can if fractional-part and group separators coincide
Edward Welbourne
2025-03-27
1
-4
/
+34
*
Fix parsing of most significant group of digits
Edward Welbourne
2025-03-27
1
-2
/
+13
*
Catch invalidly-placed exponents on conversion to C locale
Edward Welbourne
2025-03-27
1
-1
/
+1
*
Replace several *_idx variables with an enum and a bool
Edward Welbourne
2025-03-27
1
-36
/
+47
*
Straighten out QLocaleData::numberToCLocale()
Edward Welbourne
2025-03-26
2
-50
/
+63
*
Fix 'ICU.dll is not available' on Windows 10 1809
Kai Köhne
2025-03-24
1
-0
/
+15
*
Correct case of QLocale::toString(double, ...)'s exponent separator
Edward Welbourne
2025-03-20
1
-1
/
+3
*
QByteArray: add conversion to std::string_view
Giuseppe D'Angelo
2025-03-18
2
-0
/
+21
*
Long live Q_PRE/Q_PRE_X!
Marc Mutz
2025-03-12
1
-8
/
+8
*
[docs] QString: fix link and formatting in the qPrintable() discussion
Marc Mutz
2025-03-11
1
-4
/
+5
*
QUnicodeTools: collapse adjacent identical case statements
Marc Mutz
2025-03-11
1
-25
/
+0
*
QByteArray: make replace() consistent with QString's
Marc Mutz
2025-03-11
2
-4
/
+11
*
QUnicodeTools: reduce unneeded relocations
Marc Mutz
2025-03-10
1
-70
/
+215
*
Simplify QLocale::formattedDataSize()
Marc Mutz
2025-03-08
1
-3
/
+5
*
Distinguish system locale from corresponding CLDR-derived one
Edward Welbourne
2025-03-07
1
-3
/
+5
*
Revert "QString::replace: fix a performance regression"
Marc Mutz
2025-03-07
1
-3
/
+1
*
ucstricmp8: fix Coverity ARRAY_VS_SINGLETON issue
Marc Mutz
2025-03-06
1
-2
/
+3
*
Doc: Fix incorrect \fn signatures
Topi Reinio
2025-03-05
1
-3
/
+3
*
QByteArray: Make gcc 12 happy
Ulf Hermann
2025-02-28
1
-1
/
+1
*
Long live \constraints!
Marc Mutz
2025-02-28
6
-43
/
+36
*
QByteArray::replace(): use std::string instead of QVLA<char>
Marc Mutz
2025-02-28
1
-1
/
+2
*
QStringView: introduce a user-defined literal operator
Giuseppe D'Angelo
2025-02-26
2
-0
/
+51
*
Docs: uppercase spelling of utf-8
Giuseppe D'Angelo
2025-02-25
5
-5
/
+5
*
Use ICU from Windows SDK for codec support (QStringConverter)
Kai Köhne
2025-02-24
1
-7
/
+11
*
QString: de-inline toStdString() so we can avoid a QByteArray temporary
Thiago Macieira
2025-02-22
4
-9
/
+31
*
Doc: Remove mentioning of qstringbuilder.cpp
Kai Köhne
2025-02-21
1
-3
/
+1
[next]