summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix QMultiHash::keys(const T&) overloadIvan Solovev2021-07-082-9/+58
* corelib: update debug_script to python 3Cristian Maureira-Fredes2021-07-081-5/+5
* Let androiddeployqt write a dependency fileAndreas Buhr2021-07-086-65/+176
* CMake: Set IMPORTED_{SONAME|IMPLIB} for shared libs onlyJoerg Bornemann2021-07-081-9/+32
* Fix build of Debug projects against debug-and-release non-prefix QtJoerg Bornemann2021-07-081-2/+21
* QLocalSocket/Win: reimplement skipData() functionAlex Trotsenko2021-07-084-1/+81
* QMultiHash::find - prevent detaching shared nullIvan Solovev2021-07-082-1/+18
* Test Q_CLASSINFO("foobar", #__VA_ARGS__) in tst_mocAndrei Golubev2021-07-081-0/+18
* QDBusMarshaller: fix -Wformat-overflowMarc Mutz2021-07-082-26/+16
* QCryptographicHash: share more code between switch casesMarc Mutz2021-07-081-32/+8
* Use QCryptographicHash::hash() more widelyMarc Mutz2021-07-073-13/+5
* QUuid: clean up pre C++11 constructorsMarc Mutz2021-07-081-26/+0
* fix warning in cborparser with gcc 11.1Andreas Buhr2021-07-071-1/+2
* Unify and clean up two identical tst_qfile::*_data() functionsEdward Welbourne2021-07-071-57/+41
* Move QSKIP()s to _data() functions in QFile benchmarkEdward Welbourne2021-07-071-24/+11
* locale_database: Don't attempt to access property 'message' of IOErrorIevgenii Meshcheriakov2021-07-072-6/+6
* QTest: remove unneeded cast in toPrettyUnicode()Marc Mutz2021-07-071-2/+2
* .gitignore: Ignore __pycache__ directoriesIevgenii Meshcheriakov2021-07-071-0/+1
* tst_QCryptographicHash: simplify the creation of a large QBAMarc Mutz2021-07-071-4/+1
* QLocalSocket/Win: fix typo in function nameAlex Trotsenko2021-07-071-3/+3
* Fix platform definition directory in top-level buildAlexey Edelev2021-07-071-1/+1
* QProperty: Downgrade assert in noSelfDependencies to warningFabian Kosmale2021-07-072-1/+13
* Doc: Fix documentation warnings for QRgbaFloatTopi Reinio2021-07-071-4/+10
* QTest: there's no toString(QImage)Marc Mutz2021-07-071-1/+1
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-077-8/+7
* CMake: Fix typo in function nameCraig Scott2021-07-072-3/+3
* qSwap: make it constexprGiuseppe D'Angelo2021-07-071-1/+1
* Fix placement of placeholder text in QLineEdits with action iconsVolker Hilsheimer2021-07-063-5/+75
* QCryptographicHash: don't allocate a Private in hash()Marc Mutz2021-07-061-2/+2
* QCryptographicHash: move salient API to Private classMarc Mutz2021-07-061-149/+168
* QJsonValue: add rvalue overloads for QJsonArray and QJsonObject ctorsMarc Mutz2021-07-065-0/+45
* qlocalexml2cpp.py: Remove undefined name inside error processing codeIevgenii Meshcheriakov2021-07-061-1/+1
* Fix QStringEncoder code exampleNicolas Fella2021-07-061-1/+1
* Fix memory leaks in tst_qlineeditAndreas Buhr2021-07-061-2/+2
* macOS 10.15: Fix focus frame for combo boxesVolker Hilsheimer2021-07-061-0/+2
* QCryptographicHash: extract a constexpr hashLengthInternalMarc Mutz2021-07-061-46/+51
* QCryptographicHash: make Private::method constMarc Mutz2021-07-061-3/+7
* QLocalSocket: reimplement readLineData() functionAlex Trotsenko2021-07-067-9/+76
* Restore default installation prefix from Qt 5Joerg Bornemann2021-07-061-6/+17
* configure: Add summary for xcb-sm (X11 Session Management)Friedemann Kleint2021-07-061-0/+1
* QCryptographicHash: port addData() to QByteArrayViewMarc Mutz2021-07-067-33/+128
* opengl: fix a typo in QOpenGLPaintDevice::dotsPerMeterY()Liang Qi2021-07-061-1/+1
* The build for INTEGRITY is static only so libdl.a is not neededTatiana Borisova2021-07-061-2/+2
* Exclude 'global' headers from QT_BEGIN_NAMESPACE check in syncqt.plAlexey Edelev2021-07-061-1/+2
* locale_database: Sort lists of unused tags before printingIevgenii Meshcheriakov2021-07-061-1/+1
* locale_data: Add new line at the end of script outputIevgenii Meshcheriakov2021-07-061-1/+1
* QFile benchmark: always use Unbuffered for QFSFileEngine testsEdward Welbourne2021-07-061-7/+5
* Fix QDirIterator benchmark to actually find its test dataEdward Welbourne2021-07-061-15/+13
* Clarify readLine() behavior on sequential devicesAlex Trotsenko2021-07-062-1/+108
* Remove unsupported host-related configure optionsJoerg Bornemann2021-07-065-26/+0