summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Start porting QTextStream away from QTextCodecLars Knoll2020-05-1410-865/+94
* | | 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-143-0/+138
* | | Add QStringConverter::encodingForData()Lars Knoll2020-05-143-0/+99
* | | Add methods to convert between encoding and name to QStringConverterLars Knoll2020-05-143-5/+77
* | | Construct a string converter by nameLars Knoll2020-05-143-9/+87
* | | Remove QTextCodec dependency from the cbor readerLars Knoll2020-05-141-1/+1
* | | Get rid of QSettings::iniCodec()Lars Knoll2020-05-144-224/+43
* | | Remove QTextCodec dependency from QCoreGobalDataLars Knoll2020-05-146-41/+52
* | | Add some incremental testsLars Knoll2020-05-141-20/+63
* | | 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-146-110/+123
* | | 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-143-235/+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-1423-1239/+1294
* | | Start work on a new API to replace QTextCodecLars Knoll2020-05-1416-50/+2001
* | | 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
* | | QUrlIdna: port NameprepCaseFoldingEntry from int-ish to char-ishMarc Mutz2020-05-131-4/+4
* | | QString: deprecate fromUtf16(ushort*)/fromUcs4(uint*)Marc Mutz2020-05-132-34/+20
* | | Fix crash on macOS with -qtlibinfix'ed QtJoerg Bornemann2020-05-131-2/+5
* | | QApplication: refactor delivery and propagation of wheel eventsVolker Hilsheimer2020-05-132-77/+110
* | | Avoid format conversion in backing store texture uploadAllan Sandfeld Jensen2020-05-131-44/+50
* | | QUrlIdna: replace manual pointer handling with std::begin()/end()Marc Mutz2020-05-131-6/+4
* | | Port qt_punycodeEncoder() to QStringViewMarc Mutz2020-05-133-17/+15
* | | QString: fix premature pessimisation in arg(char-ish)Marc Mutz2020-05-131-6/+2
* | | QString: remove op+=(char) and op+=(QChar::SpecialCharacter)Marc Mutz2020-05-133-28/+12
* | | Remove deprecated QDesktopServices APIsVolker Hilsheimer2020-05-135-158/+2
* | | Remove QPlatformNativeInterface functions for CGImage conversionTor Arne Vestbø2020-05-132-18/+0
* | | QtCore/Windows: fix deprecated QChar conversionsFriedemann Kleint2020-05-131-1/+1
* | | QNetworkReply/http2: Add a contentEncoding testMårten Nordheim2020-05-134-0/+173
* | | Document Qt for Python usage of the resource systemFriedemann Kleint2020-05-131-0/+15
* | | Remove deprecated functionality in QMetaObjectBuilderShawn Rutledge2020-05-131-11/+0
* | | Android: add ANDROID_ABIS qmake snippetAssam Boudjelthia2020-05-131-0/+10
* | | ARM neon draw helper only available for little endianPeter Seiderer2020-05-131-4/+4
* | | Port qt_check_std3rules() to QStringViewMarc Mutz2020-05-133-14/+16
* | | Drop the deprecated QStringViewLiteralGiuseppe D'Angelo2020-05-132-11/+0
* | | Remove obsolete storage, constructors and accessors in QEvent subclassesShawn Rutledge2020-05-127-501/+14
* | | Port qt_urlRecode() to QStringViewMarc Mutz2020-05-125-34/+28
* | | QUrl: port percent-decoding to char16_tMarc Mutz2020-05-121-12/+16
* | | Android JNI: update usage of QWindowSystemInterface::handleMouseEvent()Shawn Rutledge2020-05-121-18/+15