summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* wasm: use emscripten::val for specialHTMLTargetsLorn Potter2022-04-151-6/+8
* Android: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-141-2/+2
* Android: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-149-62/+78
* Android: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-148-30/+30
* FileChooser portal: set current_nameIlya Fedin2022-04-141-1/+6
* Android: Don't assert in add/removeWindowAssam Boudjelthia2022-04-121-4/+6
* Android: wrap QAndroidInputContext's m_focusObject in a QPointerAssam Boudjelthia2022-04-121-1/+1
* xcb: get geometry correctly for rotation with RAndR 1.5Liang Qi2022-04-081-3/+0
* xcb: compare with screen name instead of old monitor infoLiang Qi2022-04-081-3/+2
* Fix crash in tst_qmltc_examples on AndroidAndreas Buhr2022-04-081-1/+1
* macOS: Allow duplicate entries in file dialog name filterTor Arne Vestbø2022-04-071-2/+2
* Don't blit individual rects of region when when scrolling backingstoreTor Arne Vestbø2022-04-073-6/+6
* wasm: use “specialHtmlTargets” for canvas lookupMorten Johan Sørvig2022-04-054-8/+33
* Reorganize work with graphical libraries on INTEGRITYTatiana Borisova2022-04-051-0/+5
* QCocoaTheme: use NSColor.controlAccentColor for QMenu itemsTimur Pocheptsov2022-04-051-1/+1
* Android: Fix deadlock caused by a race between permissions query and IMJarkko Koivikko2022-04-053-54/+5
* xcb: Correctly set physical size for screen with RandR 1.5Liang Qi2022-04-042-10/+30
* Android: minor code refactorings for QAndroidPlatformMessageDialogHelperAssam Boudjelthia2022-04-012-30/+36