summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QXmlStreamReader: port Private::put...() to QStringViewMarc Mutz2020-05-113-32/+28
* QSettings: port iniUnescapedKey() from int to char16_tMarc Mutz2020-05-111-3/+3
* Update PCRE2 to 10.35Giuseppe D'Angelo2020-05-1142-3270/+4576
* Remove dead code from src/widgetsVolker Hilsheimer2020-05-1133-268/+14
* QtGui: fix deprecated QChar conversionsMarc Mutz2020-05-1115-35/+30
* QRegularExpression: cast to PCRE2_SPTR16Marc Mutz2020-05-111-4/+4
* Split PixelLayout to separate source fileAllan Sandfeld Jensen2020-05-1114-1869/+1958
* QString: optimize insert() of a substringMarc Mutz2020-05-111-5/+2
* eglfs: Send proper enter/leave events when multiple screens are in useShawn Rutledge2020-05-113-7/+19
* Port QtPrivate::findString() from ushort* to char16_t*Marc Mutz2020-05-111-7/+7
* Modernize foldCase() internal functionsMarc Mutz2020-05-112-1/+26
* QXmlStreamSimpleStack: port to qsizetypeMarc Mutz2020-05-113-29/+29
* QXmlStream: use even more ranged for loopsMarc Mutz2020-05-111-4/+21
* Port qt_to_latin1() (and it's variants) from ushort to char16_tMarc Mutz2020-05-113-15/+13
* Adapt qxmlstream.g to older changes to qxmlstream_p.hMarc Mutz2020-05-101-2/+2
* QXmlStream: use more ranged for loopsMarc Mutz2020-05-103-18/+29
* QXmlStreamReader: avoid double QHash lookupsMarc Mutz2020-05-102-12/+12
* Port qt_from_latin1() from ushort to char16_tMarc Mutz2020-05-104-24/+28
* Replace uses of QString::fromUtf16(ushort*) with (char16_t*)Marc Mutz2020-05-103-6/+6
* QXmlStreamReader: fix a qint64 -> int truncationMarc Mutz2020-05-101-2/+2
* Correctly parse non BMP char refs in the sax parserLars Knoll2020-05-101-2/+12
* Clean up state handling for ICU and iconv based codecsLars Knoll2020-05-106-40/+39
* Windows QPA: Fix missing accessible name change eventsAndre de la Rocha2020-05-103-0/+17
* Explain what the QStringView levels meanGiuseppe D'Angelo2020-05-091-0/+12
* QVncClient: fix an int -> QChar conversionMarc Mutz2020-05-091-1/+1
* QChar: add fromUcs{2,4}()Marc Mutz2020-05-093-25/+73
* QChar/QString: centralize case folding in qchar.cppMarc Mutz2020-05-093-19/+40
* QString: fix UB in replace()Marc Mutz2020-05-091-1/+2
* QString: fix UB in insert()Marc Mutz2020-05-091-1/+2
* QGraphicsAnchorLayout: port to QHVContainer [4/4]: sweep Orientation -> Qt::O...Marc Mutz2020-05-093-76/+73
* QGraphicsAnchorLayout: port to QHVContainer [3/4]: Orientation as alias for Q...Marc Mutz2020-05-091-24/+3
* Fix out-of-bounds access when searching arraysVolker Hilsheimer2020-05-081-1/+1
* QChar: finish port to char16_tMarc Mutz2020-05-082-20/+20
* QTextOdfWriter: store all bulletChar()s as char16_t'sMarc Mutz2020-05-081-21/+24
* QFontDatabase: store all writingSystemSample()s as char16_t string literalsMarc Mutz2020-05-081-211/+77
* QFontDatabase: store Vietnamese writingSystemSample() in UTF-16Marc Mutz2020-05-081-9/+1
* QSslSocket::setSslSonfiguration - set d.configuration properlyTimur Pocheptsov2020-05-081-1/+3
* QMenuPrivate::hideMenu - avoid deleting 'q' too earlyTimur Pocheptsov2020-05-081-0/+30
* QCocoaDrag - avoid using the deprecated API if possibleTimur Pocheptsov2020-05-083-1/+104
* Add more QCalendar references to \sa sections of QDate docsEdward Welbourne2020-05-081-19/+27
* QStringView: add toNSString() / toCFString()Marc Mutz2020-05-083-7/+42
* Merge QStyleOptionTabV4 into QStyleOptionTabGiuseppe D'Angelo2020-05-084-30/+22
* Fix minor errors in ISODate and RFC2822Date formats' documentationEdward Welbourne2020-05-081-10/+13
* QTest::ignoreMessage(): interpret the message in UTF-8Edward Welbourne2020-05-081-2/+2
* Catch overflow in QDateTime::fromSecsSinceEpoch()Edward Welbourne2020-05-081-0/+8
* Merge some QDateTime methods marked for mergingEdward Welbourne2020-05-082-95/+30
* Remove all locale-dependence from Q(Date|Time)+Edward Welbourne2020-05-084-294/+48
* QByteArrayLiteral: Remove const temporary that may prevent optimizationAlbert Astals Cid2020-05-081-2/+1
* QGraphicsAnchorLayout: port to QHVContainer [2/4]: edgeOrientation()Marc Mutz2020-05-082-10/+10
* QString: mark qustrlen() as unsuitable for ASanThiago Macieira2020-05-071-0/+5