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.4.3
6.5
6.5.0
6.5.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
/
util
/
unicode
/
main.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
wasm: fix unicode toUpper issues
wip/webassembly
Lorn Potter
2018-07-17
1
-0
/
+8
*
Update Text segmentation and line break data to Unicode 10.0
Lars Knoll
2018-01-03
1
-32
/
+73
*
Update most Unicode data to version 10.0
Lars Knoll
2018-01-03
1
-2
/
+18
*
Fix a bug in the generation of the Unicode joining property data
Lars Knoll
2017-12-13
1
-14
/
+16
*
Updated license headers
Jani Heikkinen
2016-01-21
1
-31
/
+32
*
Move CasexTraits from qstring.cpp to qunicodetables_p.h
Konstantin Ritt
2015-11-16
1
-0
/
+32
*
QUnicodeTables generator: Minor clean-up & stricter checks
Konstantin Ritt
2015-11-13
1
-54
/
+51
*
Update Unicode data & algorithms up to v8.0
Konstantin Ritt
2015-11-05
1
-3
/
+14
*
Update Unicode data up to v7.0
Konstantin Ritt
2015-03-27
1
-37
/
+67
*
Report a correct Unicode version used by Qt
Konstantin Ritt
2015-03-23
1
-2
/
+2
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-14
/
+14
*
QUnicodeTables: mark all functions as nothrow
Marc Mutz
2015-01-10
1
-18
/
+18
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-38
/
+22
*
Mark all QChar static functions as [[gnu::const]]
Thiago Macieira
2014-07-07
1
-4
/
+4
*
Introduce QChar::JoiningType enum and QChar::joiningType() method
Konstantin Ritt
2014-01-29
1
-26
/
+36
*
Update the Unicode Data and Algorithms up to Unicode 6.3.0
Konstantin Ritt
2014-01-14
1
-25
/
+111
*
[1/2] Implement Unicode Normalization Form Quick Check (NF QC)
Konstantin Ritt
2013-08-13
1
-6
/
+45
*
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-01-22
1
-2
/
+2
|
\
|
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-2
/
+2
*
|
Update Qt internals to use QChar::Script
Konstantin Ritt
2012-12-21
1
-130
/
+0
*
|
Add QChar::Script enum
Konstantin Ritt
2012-12-20
1
-11
/
+180
|
/
*
QTBF: Fix issue with no splitting the words at "." (FULL STOP)
Konstantin Ritt
2012-11-23
1
-0
/
+9
*
Update the Unicode Data and Algorithms up to Unicode 6.2
Konstantin Ritt
2012-10-09
1
-8
/
+18
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-48
/
+48
*
QUnicodeTables: some internal API renamings
Konstantin Ritt
2012-06-22
1
-179
/
+179
*
Clean-up the Unicode tables generator code and the generated header
Konstantin Ritt
2012-06-22
1
-432
/
+435
*
Make QUnicodeTables::script() support SMP code points
Konstantin Ritt
2012-06-14
1
-277
/
+145
*
Line Breaking Algorithm: handle the Object Replacement Character
Konstantin Ritt
2012-06-10
1
-7
/
+6
*
Update the qunicodetables generator to deal with UCD 6.1 files
Konstantin Ritt
2012-06-10
1
-34
/
+92
*
Move ScriptSentinel enum from header to .cpp
Konstantin Ritt
2012-05-25
1
-4
/
+4
*
QChar: add isSurrogate() and isNonCharacter() to the public API
Konstantin Ritt
2012-05-16
1
-25
/
+6
*
significant unicodetables generator performance optimization
Konstantin Ritt
2012-05-11
1
-41
/
+47
*
add some useful methods to QUnicodeTables::
Konstantin Ritt
2012-05-10
1
-1
/
+42
*
add support for non-BMP ligatures
Konstantin Ritt
2012-05-04
1
-14
/
+84
*
qunicodetables generator: improve the output and the generated code
Konstantin Ritt
2012-04-24
1
-90
/
+109
*
workaround issue where casing diff overflows signed short
Konstantin Ritt
2012-04-24
1
-17
/
+41
*
replace hardcoded values with a surrogate handling methods
Konstantin Ritt
2012-04-11
1
-10
/
+10
*
minor improvement for NormalizationCorrections
Konstantin Ritt
2012-04-11
1
-2
/
+5
*
optimize QString::toLower()/toUpper() for special cases, step 2
Konstantin Ritt
2012-02-21
1
-3
/
+7
*
optimize QString::toLower()/toUpper() for special cases, step 1
Konstantin Ritt
2012-02-21
1
-18
/
+31
*
Remove "All rights reserved" line from license headers.
Jason McDonald
2012-01-30
1
-2
/
+2
*
Update contact information in license headers.
Jason McDonald
2012-01-23
1
-2
/
+2
*
Update copyright year in license headers.
Jason McDonald
2012-01-05
1
-2
/
+2
*
replace 'const QChar &' with 'QChar ' for QChar and QString
Ritt Konstantin
2011-10-26
1
-2
/
+2
*
drop an obsolete QChar::NoCategory enum value
Ritt Konstantin
2011-07-13
1
-5
/
+2
*
Update licenseheader text in source files for qtbase Qt module
Jyri Tahtela
2011-05-24
1
-34
/
+34
*
Initial import from the monolithic Qt.
Qt by Nokia
2011-04-27
1
-0
/
+2786