summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Remove Windows 7, 8, and 8.1 codepathsOliver Wolff2021-07-302-32/+10
* Windows QPA: Remove DwmIsCompositionEnabled() usagesYuhang Zhao2021-07-301-29/+5
* Provide new code paths for OpenSSL v3Timur Pocheptsov2021-07-285-157/+275
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-281-2/+1
* Windows QPA: Fix coordinates reported through UI AutomationAndré de la Rocha2021-07-271-10/+7
* doCrypt() - check the error codesTimur Pocheptsov2021-07-231-1/+7
* CMake: Fix incorrect default plugin conditions on WindowsAlexandru Croitor2021-07-222-2/+2
* Update deprecated NSAccessibility methodVolker Hilsheimer2021-07-211-1/+1
* Fix lcTlsBackend redefined in several places (plugins, static build)Timur Pocheptsov2021-07-208-53/+48
* Schannel: Fix ODR violation in static programsMårten Nordheim2021-07-203-39/+58
* Scale image with MDI icons using the correction factorVolker Hilsheimer2021-07-201-2/+2
* Hold QSslContext in shared_ptrMarc Mutz2021-07-185-13/+13
* SSL: port QSharedPointer<QSslContext> uses to std-compatible API subsetMarc Mutz2021-07-162-8/+8
* Tidy up systemCaCertificates() function in OpenSSL backendEdward Welbourne2021-07-161-18/+11
* QCryptographicHash: use a std::array to hold result (was: QByteArray)Marc Mutz2021-07-151-2/+2
* CMake: Don't give plugins PUBLIC usage requirements part 2Alexandru Croitor2021-07-1513-19/+16
* Make some lists const and use ranged-for to iterate themEdward Welbourne2021-07-151-8/+9
* QSslContext: remove unused fromConfiguration()Marc Mutz2021-07-133-10/+1
* Don't use a deprecated function if built/linked with OpenSSL v3Timur Pocheptsov2021-07-132-1/+20
* macOS: Map QSurfaceFormat color space to NSWindow via ICC dataTor Arne Vestbø2021-07-121-2/+5
* CMake: Use QtBase_SOURCE_DIR instead of QT_SOURCE_TREEJoerg Bornemann2021-07-123-3/+3
* CMake: Simplify resource setup in WASM platform pluginJoerg Bornemann2021-07-121-7/+5
* macOS: Don't make frameless tool windows miniaturizableVolker Hilsheimer2021-07-121-2/+4
* Diffie-Hellman parameters: remove useless 'fix'Timur Pocheptsov2021-07-093-58/+0
* Dont's use DTLS_MAX_VERSION when setting SSL_CTXTimur Pocheptsov2021-07-091-2/+2
* macOS: fix drawing of pushbuttons of non-standard sizeVolker Hilsheimer2021-07-091-25/+36
* Use QCryptographicHash::hash() more widelyMarc Mutz2021-07-071-6/+2
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-077-8/+7
* macOS 10.15: Fix focus frame for combo boxesVolker Hilsheimer2021-07-061-0/+2
* macOS: fix separator actions not showing in menusVolker Hilsheimer2021-07-051-14/+9
* Remove ministro codeAssam Boudjelthia2021-07-012-21/+3
* Fix memory leak of QOffscreenScreen in QOffscreenIntegrationMilian Wolff2021-07-011-0/+2
* wasm: fix mouse, touch and wheel event propagationLorn Potter2021-06-262-11/+13
* Schannel: Get rid of Windows < 10 codeMårten Nordheim2021-06-251-7/+4
* TLS: Mark TLS 1.0, 1.1 and DTLS 1.0 deprecatedMårten Nordheim2021-06-258-7/+70
* QSslSocket: Set isEncrypted to false on disconnectMårten Nordheim2021-06-252-0/+2
* Schannel: fix compilation with QSSLSOCKET_DEBUGMårten Nordheim2021-06-241-1/+1
* tst_http2: use the supportedFeatures() instead of macrosTimur Pocheptsov2021-06-241-0/+4
* xcb: fix cursorTheme update issueTang Haixiang2021-06-241-2/+6
* macOS: Unregister screen notification handlers on QGuiApplication shutdownTor Arne Vestbø2021-06-232-3/+16
* wasm: do not quit() on beforeunload()Morten Sørvig2021-06-232-15/+0
* Tidy up in OCI driver codeEdward Welbourne2021-06-221-36/+42
* Move tidy-up of private to its own destructorEdward Welbourne2021-06-221-8/+4
* Fix potential double-free in QSqlCachedResult::cleanup()Edward Welbourne2021-06-221-1/+3
* Fix leak of transaction context handle in QSql's OCI driverEdward Welbourne2021-06-221-11/+21
* wasm: enable MODULARIZE option and set EXPORT_NAMEMorten Sørvig2021-06-221-24/+39
* wasm: use module_property instead of global(“Module”)Morten Sørvig2021-06-222-22/+7
* wasm: remove event listenersMorten Sørvig2021-06-221-1/+9
* wasm: don’t leak QWasmScreen member variablesMorten Sørvig2021-06-222-6/+6
* wasm: fix non-void function returnLorn Potter2021-06-211-2/+3