summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix potential memory leak by adding a virtual destructor to AnchorVertexVolker Hilsheimer2020-05-121-17/+18
* MSVC: Fix build with -developer-buildEskil Abrahamsen Blomfeldt2020-05-121-2/+2
* Port qustrlen and qustrchr to char16_tMarc Mutz2020-05-124-19/+19
* Replace some QString::fromRawData() with QStringViews around the codeMarc Mutz2020-05-124-4/+4
* Teach QDateTimeParser some common time-zone offset formatsAndrei Golubev2020-05-123-60/+141
* Cache QUrl::idnWhiteList() absent user_idn_whitelistMarc Mutz2020-05-121-7/+10
* Doc: Specify QTextOption behavior in drawTextPaul Wicking2020-05-121-1/+2
* Doc: fix QRandomGenerator code snippetsTasuku Suzuki2020-05-121-4/+4
* Close memory leak in QTestLib support for item model testingVolker Hilsheimer2020-05-121-4/+14
* QtCore: use new QChar::fromUcs{2,4}()Marc Mutz2020-05-124-16/+7
* Sweep of int-ish → char-ish types near calls to QString::fromU*()Marc Mutz2020-05-124-7/+7
* Use QChar::fromUcs4() moreMarc Mutz2020-05-122-3/+5
* QUrlQuery: improve defaultQuery{Value,Pair}Delimiter()Marc Mutz2020-05-122-6/+8
* QUrl: replace some lower-case macros with functionsMarc Mutz2020-05-121-3/+5
* Fix coverity warnings about uninitialized data membersVolker Hilsheimer2020-05-122-2/+2
* Rhi: improve qHash implementationsGiuseppe D'Angelo2020-05-122-5/+26
* Long live qHashMulti(Commutative)Giuseppe D'Angelo2020-05-129-47/+114
* qmake: Remove the DISCARDABLE flag for icon resourcesYuhang Zhao2020-05-111-1/+1
* CMake: Add more entries for rc filesYuhang Zhao2020-05-111-1/+31
* qmake: Update the macro namesYuhang Zhao2020-05-121-2/+2
* QDebug: sprinkle usage of QDebugStateSaverGiuseppe D'Angelo2020-05-111-12/+8
* QDebug: clean up handling of QMap/QHashGiuseppe D'Angelo2020-05-111-17/+28
* CMake: Workaround fix for failing RC file generation on WindowsAlexandru Croitor2020-05-111-2/+1
* uic: Adapt to ActiveQt module restructuringFriedemann Kleint2020-05-111-11/+11
* CA fetcher - do not add CA root if it's already presentTimur Pocheptsov2020-05-111-0/+2
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-113-4/+12
* 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