index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
corelib
/
codecs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move QTextCodec support out of QtCore
Karsten Heimrich
2020-06-20
44
-44658
/
+0
*
Document the string converter classes
Lars Knoll
2020-05-14
1
-1
/
+1
*
Remove QTextCodec dependency from QCoreGobalData
Lars Knoll
2020-05-14
4
-16
/
+52
*
Ensure the conversion methods in qstringconverter always get a valid state
Lars Knoll
2020-05-14
2
-0
/
+27
*
Clean up the Flag handling in QStringConverter
Lars Knoll
2020-05-14
1
-0
/
+4
*
Move local8bit conversion over to qutfsupport
Lars Knoll
2020-05-14
2
-178
/
+4
*
Move the UTF conversion methods to qstringconverter
Lars Knoll
2020-05-14
2
-1201
/
+1
*
Start work on a new API to replace QTextCodec
Lars Knoll
2020-05-14
2
-48
/
+5
*
QtCore: use new QChar::fromUcs{2,4}()
Marc Mutz
2020-05-12
1
-7
/
+3
*
Port qt_from_latin1() from ushort to char16_t
Marc Mutz
2020-05-10
1
-2
/
+2
*
Clean up state handling for ICU and iconv based codecs
Lars Knoll
2020-05-10
5
-38
/
+35
*
Correctly flag remaining chars for the ICU codec
Lars Knoll
2020-05-01
1
-0
/
+7
*
QTextCodecs: fix a few more ushort/uint -> QChar conversions
Marc Mutz
2020-04-30
2
-2
/
+2
*
Move Qt::codecForHtml() to qtextcodec.*
Lars Knoll
2020-04-24
2
-0
/
+16
*
Remove QTextCodec dependency from QClipboard
Lars Knoll
2020-04-21
2
-0
/
+27
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Liang Qi
2020-02-18
1
-0
/
+1
|
\
|
*
Only read the first BOM as a BOM; the rest are ZWNBS !
Edward Welbourne
2020-02-14
1
-0
/
+1
*
|
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
3
-42
/
+42
|
/
*
QGb18030Codec: fix out-of-bounds access when decoding surrogate pairs
Thiago Macieira
2019-11-26
1
-1
/
+0
*
QTextCodec: try to work around an ICC 19 bug
Marc Mutz
2019-10-07
1
-1
/
+4
*
Merge remote-tracking branch 'origin/5.13' into 5.14
Liang Qi
2019-09-04
1
-4
/
+5
|
\
|
*
Fix building with -no-feature-codecs
Allan Sandfeld Jensen
2019-08-20
1
-2
/
+5
|
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-07-12
1
-3
/
+3
|
|
\
|
|
*
QSimpleTextCodec: fix load memory order of atomic pointer
Marc Mutz
2019-07-08
1
-3
/
+3
*
|
|
Fix build without feature.codecs
Tasuku Suzuki
2019-08-20
1
-0
/
+2
*
|
|
QTextCodec: port to QRecursiveMutex
Marc Mutz
2019-08-13
1
-12
/
+17
*
|
|
Remove useless null pointer checks
Thiago Macieira
2019-07-16
1
-7
/
+4
*
|
|
Be less laissez-faire with implicit conversions to QChar
Marc Mutz
2019-07-09
2
-12
/
+12
*
|
|
QSimpleTextCodec: fix load memory order of atomic pointer
Marc Mutz
2019-06-21
1
-3
/
+3
*
|
|
Port from QAtomic::load() to loadRelaxed()
Giuseppe D'Angelo
2019-06-20
1
-3
/
+3
*
|
|
Move away from using 0 as a pointer constant
Allan Sandfeld Jensen
2019-06-07
2
-14
/
+14
*
|
|
Merge remote-tracking branch 'origin/5.13' into dev
Liang Qi
2019-05-13
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
Doc: replace even more null/0/nullptr with \nullptr macro
Christian Ehrlicher
2019-05-08
1
-1
/
+1
*
|
|
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-04-05
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-04-04
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
*
Doc: Use the \nullptr macro instead of 0
Venugopal Shivashankar
2019-04-02
1
-1
/
+1
*
|
|
Replace Q_DECL_NOEXCEPT with noexcept in corelib
Allan Sandfeld Jensen
2019-04-03
3
-4
/
+4
*
|
|
Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...
Liang Qi
2019-03-15
1
-2
/
+2
|
\
\
\
|
|
/
/
|
*
|
Doc: replace 0 with \nullptr in documentation
Christian Ehrlicher
2019-03-13
1
-2
/
+2
*
|
|
More nullptr usage in headers
Kevin Funk
2019-03-14
1
-1
/
+1
|
/
/
*
|
Add missing "override" specifiers
Alessandro Portale
2019-02-13
1
-10
/
+10
*
|
Merge remote-tracking branch 'origin/5.12' into dev
Liang Qi
2019-01-26
1
-1
/
+5
|
\
\
|
|
/
|
*
Merge remote-tracking branch 'origin/5.12' into 5.12.1
Liang Qi
2019-01-08
3
-7
/
+4
|
|
\
|
*
|
QWindowsLocalCodec::convertToUnicode(): Fix remaining char conversion
David Schulz
2018-12-13
1
-1
/
+5
*
|
|
Merge remote-tracking branch 'origin/5.12' into dev
Liang Qi
2019-01-04
2
-6
/
+3
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Doc: Update page Tamil Script Code for Information Interchange
Nico Vertriest
2019-01-02
1
-4
/
+2
|
*
|
configure: modernize iconv use
Oswald Buddenhagen
2018-12-19
1
-2
/
+1
*
|
|
Merge remote-tracking branch 'origin/5.12' into dev
Qt Forward Merge Bot
2018-12-13
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
Fix tautological compare in error checking
Thiago Macieira
2018-12-12
1
-1
/
+1
|
|
/
*
|
QTextCodec::codecForLocale(): clarify and update documentation
Edward Welbourne
2018-12-06
1
-5
/
+3
[next]