summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* CMake: Regenerate projectsAlexandru Croitor2020-07-313-3/+5
* Expose QMetaTypeInterface::alignof in QMetaTypeFabian Kosmale2020-07-313-2/+62
* Fix warning in QStringView::compare(QChar) on qsizetype->intThiago Macieira2020-07-301-1/+4
* QLocale: update qt_asciiToDouble to use qsizetypeThiago Macieira2020-07-312-13/+19
* Be clearer about the locale-aware comparison QString supportsEdward Welbourne2020-07-301-95/+61
* Document run-time acceleration of using the conversions functionsAllan Sandfeld Jensen2020-07-301-0/+10
* Fix no-PCH build on Apple platformsTor Arne Vestbø2020-07-291-0/+1
* Don't capture this explicitly in testsTor Arne Vestbø2020-07-292-5/+5
* Register QPlatformBackingStoreOpenGLSupport when neededTor Arne Vestbø2020-07-295-13/+15
* QFileInfo: Fail faster when stat'ing filepath on a disconnected driveVolker Hilsheimer2020-07-291-6/+8
* QEventDispatcherWin32: redesign event notifiers activationAlex Trotsenko2020-07-294-78/+149
* CMake: Fix building debug apps with qmake on WindowsAlexandru Croitor2020-07-292-36/+99
* CMake: Fix _nolink targets to be optional on the consumer sideAlexandru Croitor2020-07-291-11/+20
* Re-enable tst_qrhi on LinuxLaszlo Agocs2020-07-291-6/+1
* Revert "Add missing override" for 3rdparty vk_mem_alloc.hAlexander Volkov2020-07-292-70/+73
* Add missing override in tst_QSortFilterProxyModelTor Arne Vestbø2020-07-291-1/+1
* Fix warning when comparing qsizetype to size_tTor Arne Vestbø2020-07-291-1/+1
* Fix warnings about unused expression results in testsTor Arne Vestbø2020-07-293-16/+16
* Fix warnings about unused members in testsTor Arne Vestbø2020-07-293-7/+7
* Disable deprecation warnings in some testsTor Arne Vestbø2020-07-298-0/+16
* 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