summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-0478-258/+411
* Namespace a few missing Objective-C categories and their methodsMichael Spork2022-05-031-0/+4
* Plugins: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-05-0218-31/+32
* Macstyle: fix the text color on the disabled buttonTimur Pocheptsov2022-05-021-1/+1
* macOS: Tie QCocoaWindowManager lifetime to QCocoaIntegrationTor Arne Vestbø2022-05-024-17/+12
* Remove noop calls to QPlatformInputContext base classTor Arne Vestbø2022-04-294-10/+0
* macOS: Remove un-needed auto-release pools in QCocoaInputContextTor Arne Vestbø2022-04-291-2/+0
* QNetworkManagerNetworkInformationPlugin: includemocsMarc Mutz2022-04-291-0/+2
* QTuioTouchPlugin: includemocsMarc Mutz2022-04-291-0/+2
* QGtk3ThemePlugin: includemocsMarc Mutz2022-04-292-0/+4
* QXdgDesktopPortalThemePlugin: includemocsMarc Mutz2022-04-291-0/+2
* QTlsBackendCertOnlyPlugin: includemocsMarc Mutz2022-04-291-0/+2
* QTlsBackendOpenSSLPlugin: includemocsMarc Mutz2022-04-291-0/+2
* Ignore window icon in XCB when its size exceeds maximum request lengthAxel Spoerl2022-04-291-0/+6
* QIOSTextResponder: restore reset/commit logicRichard Moe Gustavsen2022-04-282-0/+14
* QLinuxFbIntegrationPlugin: includemocsMarc Mutz2022-04-282-0/+4
* QVncIntegrationPlugin: includemocsMarc Mutz2022-04-283-0/+6
* QSQLiteDriverPlugin: includemocsMarc Mutz2022-04-281-0/+2
* QMYSQLDriverPlugin: includemocsMarc Mutz2022-04-281-0/+2
* QIbusPlatformInputContextPlugin: includemocsMarc Mutz2022-04-281-0/+2
* QComposePlatformInputContextPlugin: includemocsMarc Mutz2022-04-281-0/+2
* Image Plugins: includemocs(-ish)Marc Mutz2022-04-289-186/+47
* wasm: fix window leave and enter eventsLorn Potter2022-04-282-2/+60
* Revive eglfs' raster window supportLaszlo Agocs2022-04-273-11/+20
* eglfs_x11: Fix running flag linkageLaszlo Agocs2022-04-271-1/+1
* Fix potential crash in QNetworkInformation if no network is availableSimeon Kuran2022-04-261-11/+16
* Windows QPA: Only refresh the window theme if it really changesYuhang Zhao2022-04-261-11/+14
* CUPS: Add support for accessible IPP printersLu YaNing2022-04-261-2/+5
* XCB: fix GCC 12 warning about uninitialized variable useThiago Macieira2022-04-251-1/+1
* macOS: Use originating view as drag source when dragging multiple itemsStefan Wastl2022-04-261-5/+3
* wasm: don't show the resize cursor for fullscreen windowsMorten Sørvig2022-04-251-1/+5
* wasm: initialize htmlCursorName to "default"Morten Sørvig2022-04-251-1/+1
* Windows QPA: fix the FullScreen standard keyYuhang Zhao2022-04-231-1/+0
* Windows QPA: Enhance theme change notifyYuhang Zhao2022-04-231-5/+12
* Send ThemeChange event to all windows when system theme changesTor Arne Vestbø2022-04-223-4/+3
* QtNetwork: replace remaining uses of QLatin1String by QLatin1StringViewSona Kurazyan2022-04-215-7/+7
* QtNetwork: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-2110-155/+172
* QtNetwork: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-211-7/+5
* macOS: Reactivate current input context after discarding marked textTor Arne Vestbø2022-04-211-0/+8
* Android: fix A11Y object descriptionIvan Solovev2022-04-211-4/+7
* wasm: fix initial window paint eventLorn Potter2022-04-201-3/+0
* xcb: recreate xcb window under some conditionsLiang Qi2022-04-192-0/+23
* Revert "xcb: implement missing bits from ICCCM 4.1.4 WM_STATE handling"Liang Qi2022-04-192-119/+12
* Sql: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-194-8/+8
* Sql: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-1914-286/+305
* Sql: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-197-146/+146
* Printsupport: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-191-1/+3
* Printsupport: stop using QL1Char constructor for creating char literalsSona Kurazyan2022-04-193-4/+4
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-192-3/+7
* wasm: propagate QWindow format to backing storeMorten Sørvig2022-04-191-5/+10