summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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-218-53/+48
* Schannel: Fix ODR violation in static programsMårten Nordheim2021-07-213-39/+58
* Scale image with MDI icons using the correction factorVolker Hilsheimer2021-07-201-2/+2
* CMake: Don't give plugins PUBLIC usage requirements part 2Alexandru Croitor2021-07-1513-19/+16
* 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: 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
* Dont's use DTLS_MAX_VERSION when setting SSL_CTXTimur Pocheptsov2021-07-091-2/+2
* Diffie-Hellman parameters: remove useless 'fix'Timur Pocheptsov2021-07-093-58/+0
* macOS: fix drawing of pushbuttons of non-standard sizeVolker Hilsheimer2021-07-091-25/+36
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-097-8/+7
* macOS 10.15: Fix focus frame for combo boxesVolker Hilsheimer2021-07-061-0/+2
* wasm: fix mouse, touch and wheel event propagationLorn Potter2021-07-062-11/+13
* macOS: fix separator actions not showing in menusVolker Hilsheimer2021-07-061-14/+9
* Remove ministro codeAssam Boudjelthia2021-07-012-21/+3
* Fix memory leak of QOffscreenScreen in QOffscreenIntegrationMilian Wolff2021-07-011-0/+2
* macOS: Unregister screen notification handlers on QGuiApplication shutdownTor Arne Vestbø2021-06-252-3/+16
* Schannel: Get rid of Windows < 10 codeMårten Nordheim2021-06-251-7/+4
* QSslSocket: Set isEncrypted to false on disconnectMårten Nordheim2021-06-242-0/+2
* tst_http2: use the supportedFeatures() instead of macrosTimur Pocheptsov2021-06-241-0/+4
* xcb: fix cursorTheme update issueTang Haixiang2021-06-241-2/+6
* 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: don’t leak QWasmScreen member variablesMorten Sørvig2021-06-222-6/+6
* wasm: fix non-void function returnLorn Potter2021-06-221-2/+3
* xkb.compose: get locale from user env settingsLiang Qi2021-06-211-4/+10
* macOS 11: Fix positioning of focus frame around comboboxVolker Hilsheimer2021-06-181-4/+8
* Remove old configure-related filesJoerg Bornemann2021-06-182-278/+0
* Schannel: Fix version functionsMårten Nordheim2021-06-141-7/+4
* QNetworkInformation: Rename the plugins and typeMårten Nordheim2021-06-1215-13/+13
* macOS: close visible gap between tab bar base line and tabsVolker Hilsheimer2021-06-111-1/+1
* macOS: Allow programatically minimizing frameless windowsMorten Johan Sørvig2021-06-091-1/+4
* macOS: Keep NSWindow alive after handling windowShouldClose callbackTor Arne Vestbø2021-06-091-0/+9
* windows: gl: Print GetLastError() when makeCurrent failsLaszlo Agocs2021-06-081-1/+6
* QNetworkInformation: Adjustments to captive portal APIMårten Nordheim2021-06-083-11/+4
* QNetworkInformation: Some cleanup in NetworkManagerMårten Nordheim2021-06-083-14/+10
* QNetworkInformation: Captive portal support for NetworkManagerMårten Nordheim2021-06-083-1/+41
* QNetworkInformation: Captive portal support for WindowsMårten Nordheim2021-06-081-1/+55
* Prevent overly deep build dir hierarchy on WindowsJoerg Bornemann2021-06-071-2/+6
* Fix inclusion of Qt6Network plugins in static buildsKai Köhne2021-06-048-14/+15
* macOS: render shortcuts in context menus correctly alignedVolker Hilsheimer2021-06-021-2/+18
* Android: fix mimetype/namefilters handling for FileDialogAssam Boudjelthia2021-06-021-8/+9
* wasm: map named key attribute “Meta” to Qt::Key_MetaMorten Sørvig2021-06-021-0/+1
* xcb: Fix touch grab handling on pre-XI 2.2Povilas Kanapickas2021-06-011-4/+6
* SQLite plugin: use QString::unicode(), not utf16()Giuseppe D'Angelo2021-06-011-1/+1
* SQLite driver: fix crash when binding a QByteArray/QStringGiuseppe D'Angelo2021-05-311-1/+1