summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cleanup tests that add test data to resources explicitlyAlexey Edelev2022-02-1119-591/+24
* CMake: Add BUILTIN_TESTDATA option to qt_internal_add_testAlexey Edelev2022-02-1122-316/+207
* HTTP: Make redirect response parsing more genericMårten Nordheim2022-02-112-16/+29
* Strip the ending slashes for resource foldersAlexey Edelev2022-02-111-1/+12
* Fix tst_qmath when compiled with C++20Allan Sandfeld Jensen2022-02-111-0/+4
* Make QProcessEnvironment(Initialization) noexceptIevgenii Meshcheriakov2022-02-112-4/+16
* wasm: improve qstdweb::EventCallbackMorten Johan Sørvig2022-02-113-15/+30
* Avoid a stack buffer when not neededPino Toscano2022-02-111-0/+4
* QMdiSubwindow: respect minimum size of subwidgets when shown maximizedChristian Ehrlicher2022-02-112-1/+40
* QPlainTextEdit: fix the visibility of placeholderTextQiang Li2022-02-114-6/+110
* QLibrary: Suppress GCC 12 warning about dangling pointer accessThiago Macieira2022-02-111-12/+13
* CMake: enable machine_tuple also on GNU/HurdPino Toscano2022-02-111-1/+1
* CMake: Fix incorrect link to 'Using qt.conf page'Alexandru Croitor2022-02-101-1/+1
* QHash: mark murmurhash() and siphash() hot and never-inlineThiago Macieira2022-02-101-4/+5
* Disable URL support in the CBOR-JSON conversion in bootstrapped modeThiago Macieira2022-02-101-1/+5
* QStandardPaths/Win: fix build with old MinGW SDKThiago Macieira2022-02-101-2/+4
* Use function-style casts in preference to C-style onesEdward Welbourne2022-02-101-61/+60
* Convert some if/else-if/else chains into switch()esEdward Welbourne2022-02-101-99/+146
* Convert some QVERIFY2() with useless messages to QVERIFY()Edward Welbourne2022-02-101-8/+5
* Suppress, and thus verify we do get, two warnings in tst_QSqlQueryEdward Welbourne2022-02-101-0/+5
* Use qScopeGuard() to take care of post-test tidy-upEdward Welbourne2022-02-101-22/+27
* Remove QT_FEATURE_sharedmemory from qconfig-bootstrapped.hJoerg Bornemann2022-02-101-1/+0
* QStringConverter: Add missing include on WindowsMårten Nordheim2022-02-101-0/+3
* Split namespace macros from qglobal.h into their own headerFabian Kosmale2022-02-103-73/+119
* Add c++20 alias for c++2a in qmake default mkspecs featuresChristian Heimlich2022-02-101-0/+1
* Set Roboto as the default font on AndroidAndreas Buhr2022-02-102-0/+6
* Add missing include of QtPublicCMakeHelpersAlexey Edelev2022-02-101-0/+1
* Activate tst_QTimeLine on AndroidAndreas Buhr2022-02-101-4/+1
* Fix compiling with C++20 on macOSAllan Sandfeld Jensen2022-02-102-8/+8
* Fix -Wsuggest-override warnings from Clang 11+Kevin Funk2022-02-101-2/+6
* QFreeList: replace a Q_ASSERT(false) with Q_UNREACHABLE()Thiago Macieira2022-02-101-1/+1
* Change comparison data type to fix int overflowSivan Nanthiran2022-02-101-3/+3
* tst_qrhi: use OpenGL instead of raster pipeline on webOSJanne Juntunen2022-02-101-0/+3
* QPageSize: pack StandardPageSize structMarc Mutz2022-02-101-5/+6
* Fix GCC12 warning about using a pointer after realloc()Thiago Macieira2022-02-091-2/+2
* Don't replace IntersectClip with ReplaceClip on a QPictureChunLin Wang2022-02-101-2/+3
* Always update pressedPosition when drag was enabledZhang Hao2022-02-101-12/+13
* qtextstream.h: streamline includesFabian Kosmale2022-02-109-136/+210
* Use 'copy' but not 'copy_if_different' on Windows platformsAlexey Edelev2022-02-107-9/+183
* Hurd: enable XOPEN largefile APIsPino Toscano2022-02-101-0/+1
* Android: document how to handle code that loads QML from stringsAssam Boudjelthia2022-02-101-0/+6
* QUrl: use qOffsetStringArray for idn_whitelistMarc Mutz2022-02-091-10/+10
* QAbstractSocketPrivate: Initialize members in-classMårten Nordheim2022-02-092-38/+20
* QAbstractSocket: Don't pretend pause and resume is a stackMårten Nordheim2022-02-093-16/+41
* Remove redundant semi-colonsAllan Sandfeld Jensen2022-02-091-4/+4
* Remove redundant semi-colonsAllan Sandfeld Jensen2022-02-091-3/+3
* Android: Re-focus focused accessibility node after orientation changeIvan Solovev2022-02-091-0/+18
* QSettings: use QtMiscUtils hex tools instead of rolling your ownMarc Mutz2022-02-091-6/+5
* QTzTimeZonePrivate: make ZoneNameReader constinit'ableMarc Mutz2022-02-091-2/+2
* QPropertyBindingSourceLocation: make (source_location) ctor constexprMarc Mutz2022-02-091-1/+1