summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing braces when constructing BigConvertible in tst_qvariantTor Arne Vestbø2020-07-291-1/+1
* Add missing enumeration case in tst_QMacStyle::setSizeTor Arne Vestbø2020-07-291-0/+2
* Add proper dependencies for doc snippetsTor Arne Vestbø2020-07-291-0/+4
* iOS: Add Metal framework as dependencyTor Arne Vestbø2020-07-293-1/+3
* Add QOperatingSystemVersion support for macOS Big SurTor Arne Vestbø2020-07-297-114/+144
* Fix build of testlib doc snippetsTor Arne Vestbø2020-07-291-2/+1
* Update sync.profile with recent module hierarchy changesOliver Wolff2020-07-291-6/+0
* Windows: Prevent event processing during QDesktopServices::openUrl()Friedemann Kleint2020-07-291-4/+24
* wasm: fix setTransferTimeoutLorn Potter2020-07-294-6/+8
* wasm: fix network headers logicLorn Potter2020-07-291-6/+8
* Make qfloat16 helper functions consistent with float/double versionsAllan Sandfeld Jensen2020-07-282-6/+6
* QLocale: fix conversion of "\0" to doubleThiago Macieira2020-07-281-1/+1
* QLocaleData: remove unused internal functionThiago Macieira2020-07-282-13/+0
* QByteArray::toDouble: fix buffer overflow reads on fromRawData()Thiago Macieira2020-07-281-6/+25
* Export the QMutable* event classesShawn Rutledge2020-07-281-3/+3
* QSslSocket (OpenSSL, Windows) - make sure we ignore stale fetch resultsTimur Pocheptsov2020-07-283-1/+28
* Windows QPA: Move some internal functions to the new interfaceFriedemann Kleint2020-07-287-90/+72
* Windows QPA: Move mime-type related classes to the new interfaceFriedemann Kleint2020-07-2817-85/+255
* QSslSocket (OpenSSL) - fix a minor type errorTimur Pocheptsov2020-07-282-2/+2
* QHostAddress: resolve API issues marked with ##Qt6Timur Pocheptsov2020-07-283-84/+2
* QNativeSocketEngine/Win: fix write() in case of splittingAlex Trotsenko2020-07-281-3/+1
* tslib: Add missing override annotationFabian Kosmale2020-07-281-1/+1
* Replace Q_ALWAYS_INLINE with static inlineAllan Sandfeld Jensen2020-07-285-48/+46
* Close memory leak in QTestLib support for string to numeric testingPeng Wenhao2020-07-281-1/+2
* QCompleter: fix an out of bounds access in a QMapGiuseppe D'Angelo2020-07-271-1/+2
* QWindowsServices: ungarble the URLThiago Macieira2020-07-271-3/+3
* Sanitize lengthValue in CSS parserRobert Loehning2020-07-271-5/+4
* Fix some compiler errors caused by bit-rot in manual testsEdward Welbourne2020-07-270-0/+0
* Move a comment from a header to relevant docsEdward Welbourne2020-07-270-0/+0
* Unify QLoggingCategory's two constructorsEdward Welbourne2020-07-270-0/+0
* Inline QDir::separator(), as requested by a ### Qt6 commentEdward Welbourne2020-07-270-0/+0
* Windows QPA: Potential crash fix for WineFriedemann Kleint2020-07-271-2/+4
* Fix misplaced nullptr, used for a flag valueEdward Welbourne2020-07-270-0/+0
* QLine: purge deprecated APIEdward Welbourne2020-07-273-128/+3
* Purge redundant recoding of URL fragments from QByteArrayEdward Welbourne2020-07-275-96/+0
* Clean up manual network stress-testEdward Welbourne2020-07-271-10/+17
* QLine: eliminate M_2PI in favor of qmath.h's radian<->degree convertersEdward Welbourne2020-07-271-8/+3
* Inline QDir::separator(), as requested by a ### Qt6 commentEdward Welbourne2020-07-272-9/+10
* Fix some compiler errors caused by bit-rot in manual testsEdward Welbourne2020-07-2712-137/+39
* Fix misplaced nullptr, used for a flag valueEdward Welbourne2020-07-271-1/+1
* Unify QLoggingCategory's two constructorsEdward Welbourne2020-07-272-20/+5
* Move a comment from a header to relevant docsEdward Welbourne2020-07-272-2/+2
* cmake: Add some air to configure summaryTor Arne Vestbø2020-07-261-4/+3
* tst_qicon: Enable lowdpi test using qt_add_test argumentTor Arne Vestbø2020-07-261-1/+1
* Clean-up methods with default values in JSON classesSona Kurazyan2020-07-263-24/+5
* Improve the iterators of QJsonArray and QJsonObjectSona Kurazyan2020-07-265-181/+202
* Fix warnings about unused variables and functions in testsTor Arne Vestbø2020-07-2610-47/+7
* Disable warning about self-move and self-assign-overloadTor Arne Vestbø2020-07-267-0/+28
* Fix warning when comparing qsizetype to result of sizeofTor Arne Vestbø2020-07-261-1/+1
* Fix warning when printing of qsizetypeTor Arne Vestbø2020-07-265-10/+10