summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add central macro to disable float comparison warningsMarc Mutz2020-05-161-0/+6
* | | QTaggedPointer: verify constexpr'ness of some ctorsMarc Mutz2020-05-161-0/+33
* | | Add support of cancellation handler callbacks to QFutureSona Kurazyan2020-05-156-34/+263
* | | Add support of connecting signals to QFutureSona Kurazyan2020-05-154-1/+256
* | | IBus: Use WAYLAND_DISPLAY on Wayland sessions to make up socket namesTakao Fujiwara2020-05-151-11/+27
* | | QTaggedPointer: some API cleanupsMarc Mutz2020-05-152-31/+49
* | | CMake: Add MODULE_INCLUDE_NAME one-value-keyword to qt_add_moduleJoerg Bornemann2020-05-152-10/+17
* | | Remove deprecated method from QFont, QFontMetrics, and QFontInfoVolker Hilsheimer2020-05-156-436/+1
* | | QMetaType: Support char16_t and char32_tFabian Kosmale2020-05-154-1/+64
* | | Reduce QDesktopWidget API to bare minimumVolker Hilsheimer2020-05-1523-766/+24
* | | Deprecate QGuiApplication::paletteChanged() signalAndy Shaw2020-05-154-10/+46
* | | QNetworkReply: Remove some bearer management leftoversMÃ¥rten Nordheim2020-05-155-113/+3
* | | Use correct order of arguments when calling QCalendar::daysInMonth()Andy Shaw2020-05-151-5/+5
* | | cmake: QTestCase: enable threading supportFabian Kosmale2020-05-151-0/+1
* | | CMake: Enable default usage of utf8 sources for Qt consumersAlexandru Croitor2020-05-154-1/+27
* | | pro2cmake: Fix Scope.get_string for list valuesJoerg Bornemann2020-05-151-1/+2
* | | QString: remove more functions overloaded on charMarc Mutz2020-05-152-38/+0
* | | QString: fix an aliasing issue in remove(QString)Marc Mutz2020-05-152-1/+19
* | | Add an option to set the alignment of the text in QComboBoxAndy Shaw2020-05-156-6/+18
* | | Remove deprecated QAccessible::updateAccessibility overloadVolker Hilsheimer2020-05-152-26/+2
* | | 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
* | | tst_qstringref: remove some wtf?Marc Mutz2020-05-141-1/+1
* | | QString: fix quadratic behavior in QString::remove(QString)Marc Mutz2020-05-141-10/+24
* | | Don't enable -headerclean by default even for developer buildsLars Knoll2020-05-142-2/+2
* | | Make utf8_source the default for qmake buildsLars Knoll2020-05-143-3/+19
* | | QStringView: add converting constructor from array-like containersGiuseppe D'Angelo2020-05-142-42/+108
* | | Enforce that statically allocated array-like containers have 0 capacityGiuseppe D'Angelo2020-05-146-5/+52
* | | QBasicDrag: Send QDragMoveEvent when modifiers changeAlexander Volkov2020-05-143-5/+30
* | | Remove QRegExp from QVariantLars Knoll2020-05-1416-149/+223
* | | Remove QRegExp support from QString and StringListLars Knoll2020-05-1413-891/+19
* | | Move methods using QRegExp in QString(List) over to QRegExpLars Knoll2020-05-145-223/+606
* | | 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-143-106/+82
* | | Update QUtfFunctions and QUtfTraits to use qsizetypeLars Knoll2020-05-142-8/+8
* | | Remove QTextCodec dependency in the old SAX parserLars Knoll2020-05-143-146/+26
* | | Remove QTextCodec references from QString docsLars Knoll2020-05-142-29/+27
* | | Get rid of some QTextCodec leftoversLars Knoll2020-05-1418-45/+6
* | | Get rid of QTextCodec in the textedit exampleLars Knoll2020-05-141-10/+8
* | | 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 autotest for codecForHtmlLars Knoll2020-05-141-11/+0
* | | Remove QTextCodec dependency from testLars Knoll2020-05-141-5/+1
* | | 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-147-51/+513
* | | Optimize appending to an existing stringLars Knoll2020-05-141-0/+22
* | | Get rid of QTextCodec in QTextStreamLars Knoll2020-05-149-505/+110