summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | Initialize TextureOp and BufferOp structsVolker Hilsheimer2020-05-151-7/+7
* | | QLabel: lay out text using a text control when label can get focusVolker Hilsheimer2020-05-151-1/+3
* | | Fix artifacts when rendering multisubpath dashed QPainterPath with openGLDmitry Kazakov2020-05-151-8/+27
* | | QString: fix quadratic behavior in QString::remove(QString)Marc Mutz2020-05-141-10/+24
* | | QStringView: add converting constructor from array-like containersGiuseppe D'Angelo2020-05-141-35/+38
* | | Enforce that statically allocated array-like containers have 0 capacityGiuseppe D'Angelo2020-05-143-0/+9
* | | QBasicDrag: Send QDragMoveEvent when modifiers changeAlexander Volkov2020-05-142-2/+6
* | | Remove QRegExp from QVariantLars Knoll2020-05-147-56/+39
* | | Remove QRegExp support from QString and StringListLars Knoll2020-05-149-667/+13
* | | Move methods using QRegExp in QString(List) over to QRegExpLars Knoll2020-05-144-223/+443
* | | QStringMatcher: port internals to QStringView and char16_tMarc Mutz2020-05-142-24/+30
* | | Streamline the code in the conversion to and from utf8Lars Knoll2020-05-141-90/+82
* | | Update QUtfFunctions and QUtfTraits to use qsizetypeLars Knoll2020-05-142-8/+8
* | | Remove QTextCodec dependency in the old SAX parserLars Knoll2020-05-141-64/+26
* | | Remove QTextCodec references from QString docsLars Knoll2020-05-142-29/+27
* | | Get rid of some QTextCodec leftoversLars Knoll2020-05-1412-36/+4
* | | Get rid of QTextCodec in the cups supportLars Knoll2020-05-142-12/+18
* | | Remove qtextcodec.h from the pch for Qt CoreLars Knoll2020-05-141-3/+0
* | | Remove QTextCodec dependency from qmacmime.mmLars Knoll2020-05-141-10/+7
* | | Remove QTextCodec dependency from QTextBrowserLars Knoll2020-05-141-11/+8
* | | Remove QTextCodec dependency from QMimeDataLars Knoll2020-05-141-9/+10
* | | Document the string converter classesLars Knoll2020-05-145-40/+502
* | | Optimize appending to an existing stringLars Knoll2020-05-141-0/+22
* | | Get rid of QTextCodec in QTextStreamLars Knoll2020-05-144-244/+80
* | | Start porting QTextStream away from QTextCodecLars Knoll2020-05-147-19/+56
* | | Get rid of the QTextCodec dependency in QXmlStreamReaderLars Knoll2020-05-143-91/+32
* | | Add a method to determine the encoding for encoded HTML dataLars Knoll2020-05-142-0/+49
* | | Add QStringConverter::encodingForData()Lars Knoll2020-05-142-0/+41
* | | Add methods to convert between encoding and name to QStringConverterLars Knoll2020-05-142-5/+24
* | | Construct a string converter by nameLars Knoll2020-05-142-9/+60
* | | Remove QTextCodec dependency from the cbor readerLars Knoll2020-05-141-1/+1
* | | Get rid of QSettings::iniCodec()Lars Knoll2020-05-143-116/+38
* | | Remove QTextCodec dependency from QCoreGobalDataLars Knoll2020-05-146-41/+52
* | | Cleanup QUtf32::convertToUnicodeLars Knoll2020-05-142-65/+88
* | | Refactor QUtf32::convertFromUnicodeLars Knoll2020-05-142-40/+65
* | | Clean up QUtf16::convertTo/FromUnicodeLars Knoll2020-05-142-97/+96
* | | Cleanup state handling in QUtf8::convertFromUnicodeLars Knoll2020-05-142-109/+108
* | | Ensure the conversion methods in qstringconverter always get a valid stateLars Knoll2020-05-145-10/+80
* | | Clean up the Flag handling in QStringConverterLars Knoll2020-05-144-58/+71
* | | Enable using QStringConverter together with QStringBuilderLars Knoll2020-05-141-6/+99
* | | Remove QTextCodec dependency from qfilesystemiteratorLars Knoll2020-05-141-37/+2
* | | Remove QTextCodec dependency from QStringLars Knoll2020-05-141-17/+2
* | | Always write XML documents as UTF-8Lars Knoll2020-05-142-144/+20
* | | Allow moving of string converter objectsLars Knoll2020-05-141-0/+19
* | | Add Latin1 to the set of supported encodings in QStringConverterLars Knoll2020-05-142-0/+32
* | | Move local8bit conversion over to qutfsupportLars Knoll2020-05-145-180/+224
* | | Move the UTF conversion methods to qstringconverterLars Knoll2020-05-1419-1229/+1284
* | | Start work on a new API to replace QTextCodecLars Knoll2020-05-149-49/+392
* | | QUrlIdna: port containsProhibitedOutput() to QStringIteratorMarc Mutz2020-05-131-21/+22
* | | QSettings: fix UB (signed integer overflow) on parsing long hex/oct escapesMarc Mutz2020-05-131-5/+5