summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up some more mixed enum/int mathGiuseppe D'Angelo2020-05-072-3/+3
* Fix QRunnable::ref use in QThreadPoolAllan Sandfeld Jensen2020-05-072-26/+44
* Handle disk full situations by skipping QFile::moveToTrash testVolker Hilsheimer2020-05-071-3/+9
* QFile::moveToTrash: work with relative file paths on WindowsVolker Hilsheimer2020-05-072-10/+14
* CMake: Fix icons in generated RC fileJoerg Bornemann2020-05-071-1/+1
* CMake: Do not generate RC files for STATIC and OBJECT librariesJoerg Bornemann2020-05-071-2/+2
* rhi: Correct another scissor/viewport clamping problemLaszlo Agocs2020-05-071-2/+2
* RHI: fix off-by-one clippingEirik Aavitsland2020-05-071-2/+2
* Snippets: Fix dependency issuesKai Koehne2020-05-073-37/+32
* Snippets: Fix gcc warning about unused variableKai Koehne2020-05-071-0/+1
* Fix build of the widgets doc snippetsFriedemann Kleint2020-05-071-1/+1
* Make QVector's default ctor constexprMÃ¥rten Nordheim2020-05-061-1/+1
* QModelIndex/QAIM: improve const correctnessGiuseppe D'Angelo2020-05-062-4/+31
* Fix build of rdrand & rdseed with ICC on LinuxThiago Macieira2020-05-061-8/+20
* Template fetching of pixels for perspective transformed bilinearAllan Sandfeld Jensen2020-05-061-121/+79
* Fix build of the widgets doc snippets after opengl splitFriedemann Kleint2020-05-061-1/+1
* Fix build of the widgets doc snippets on WindowsFriedemann Kleint2020-05-062-2/+2
* Port baselineserver from QRegExp to QRegularExpressionLars Knoll2020-05-063-4/+6
* Remove some leftover includes of QRegExpLars Knoll2020-05-062-2/+1
* Add a QRegularExpression::fromWildcard() convenience methodLars Knoll2020-05-0611-21/+36