summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-05-314-29/+29
* QNetworkInformation: Captive portal support for AndroidMårten Nordheim2021-05-314-5/+30
* wasm: fix screen offset logicLorn Potter2021-05-271-2/+2
* QNetworkInformation: Move android dependencies and perms to pluginMårten Nordheim2021-05-271-7/+2
* macOS: don't show invisible separator itemsVolker Hilsheimer2021-05-272-3/+8
* Add explicit default constructor for QEglFSContextJanne Koskinen2021-05-271-0/+1
* macOS: respect underline attribute in menu item fontsVolker Hilsheimer2021-05-271-2/+4
* Silence warning C4996 (use of deprecated GetDesktopDpi)Kai Köhne2021-05-272-0/+6
* QSsl::ImplementedClass - add DtlsCookieTimur Pocheptsov2021-05-271-0/+1
* QNetworkManagerService: do not use a module-wide includeGiuseppe D'Angelo2021-05-261-1/+0
* Qt xcb: remove false detects of Qt::GroupSwitchModifierAleksei Nikiforov2021-05-261-3/+3
* Android: Fix select handles misplacement on QDialogPekka Gehör2021-05-253-8/+43
* wasm: fix tooltips show/hide behaviorLorn Potter2021-05-211-1/+9
* wasm: Fix visual representation to not show tool tip window title barLorn Potter2021-05-222-2/+15
* macOS: Restore logic to set wantsBestResolutionOpenGLSurfaceTor Arne Vestbø2021-05-201-0/+8
* wasm: disable the canvas resize observerMorten Sørvig2021-05-201-1/+0
* macOS: Fix warning about comparing different types in QCocoaScreen::isOnlineTor Arne Vestbø2021-05-201-2/+2
* QXcb: don't dereference pointer before checkingVolker Hilsheimer2021-05-201-1/+2
* Add EGLFS OpenWFD plugin for INTEGRITYKimmo Ollila2021-05-193-1/+27
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-181-87/+22