summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-094-81/+74
* 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
* tst_stringview: remove dead codeMarc Mutz2020-05-081-54/+0
* 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-082-1/+23
* 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
* tst_qstringview: modernize functions in help namespaceMarc Mutz2020-05-081-4/+4
* tst_qstringapisymmetry: test split() with char16_t sepsMarc Mutz2020-05-081-1/+5
* 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-082-3/+11
* Catch overflow in QDateTime::fromSecsSinceEpoch()Edward Welbourne2020-05-082-0/+39
* Merge some QDateTime methods marked for mergingEdward Welbourne2020-05-082-95/+30
* Remove all locale-dependence from Q(Date|Time)+Edward Welbourne2020-05-085-304/+48
* Move a test of QLocale's methods out of tst_QDateTimeEdward Welbourne2020-05-082-81/+70
* Condition some date-time tests on feature textdateEdward Welbourne2020-05-081-8/+18
* 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
* Provide qHash for all C++ fundamental typesGiuseppe D'Angelo2020-05-082-9/+56
* CMake: Fix Windows RC file generation for multi-config buildsJoerg Bornemann2020-05-071-14/+38
* evdevkeyboard: fix input_event time related compilePeter Seiderer2020-05-071-1/+12
* evdevtouch: fix input_event time related compilePeter Seiderer2020-05-071-1/+9
* rhi: vulkan: Fix calling finish() twice with some copy commands in-betweenLaszlo Agocs2020-05-072-22/+146
* QGraphicsAnchorLayout: port to QHVContainer [1/4]: local QHVContainerMarc Mutz2020-05-073-41/+47
* Revert "Don't reference build directory in helper lib pri"Liang Qi2020-05-071-9/+9
* pro2cmake: Add library mappings for the restructured ActiveQt moduleJoerg Bornemann2020-05-071-0/+3
* Doc: Remove deprecated API from XML processing overviewKai Koehne2020-05-071-243/+17
* Enable warnings-are-errors also for snippetsKai Koehne2020-05-074-0/+6
* Remove QScreen::orientationUpdateMaskShawn Rutledge2020-05-0713-133/+24
* pro2cmake: Honor INSTALL_EXAMPLESDIR if definedChristophe Giboudeaux2020-05-071-2/+5
* CMake: Make build system of installed Qt more relocatableAlexandru Croitor2020-05-0712-106/+211
* CMake: Replace hardcoded include dirs for the global qtbase targetsAlexandru Croitor2020-05-071-8/+8
* Port qt_string_count() to QStringViewMarc Mutz2020-05-071-8/+7
* QStyleSheetStyle: fix some premature pessimizationsMarc Mutz2020-05-071-5/+6
* QStyleSheetStyle: port a local QSet to QDuplicateTrackerMarc Mutz2020-05-071-4/+5
* QString: remove weird uses of QChar::unicode()Marc Mutz2020-05-071-2/+2
* QGraphicsAnchorLayout: rename AnchorData::{orientation -> isVertical}Marc Mutz2020-05-072-11/+12
* QLocale/Mac: make envVarLocale() thread-safeMarc Mutz2020-05-071-1/+1
* Add more tests for QtConcurrent::filterReduced()Jarek Kobus2020-05-072-0/+115
* Cleanup the qtconcurrentfilter testJarek Kobus2020-05-071-1402/+357