summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* SQL: use qsizetype and range-based for loops where possibleChristian Ehrlicher2023-01-201-1/+1
* Android: use signature-less jni syntax for AndroidContentFileEngineAssam Boudjelthia2023-01-181-84/+92
* Streamline reading of js DataTransfer objectMikolaj Boc2023-01-187-293/+99
* Android: pass EXTRA_INITIAL_URI to native FileDialogAssam Boudjelthia2023-01-182-6/+28
* Fix build with -no-feature-cssparserTasuku Suzuki2023-01-171-1/+0
* Add QString<->emscripten::val conversion functionsMikolaj Boc2023-01-1310-77/+16
* Add QEGLContext::invalidateContextThomas Senyk2023-01-122-4/+36
* Add missing header guardsFriedemann Kleint2023-01-121-0/+5
* qxcbwindow.cpp: Fix sign-compare and another warningsLiang Qi2023-01-111-3/+4
* Enable shared library build of Qt for iOSTor Arne Vestbø2023-01-102-0/+3
* wasm: move Q_AUTOTEST_EXPORT to correct locationMorten Sørvig2023-01-091-1/+1
* Fix QErrorMessage test when using native dialogsTor Arne Vestbø2023-01-091-0/+2
* wasm: make qtloader print stack trace on exceptionMorten Sørvig2023-01-091-0/+2
* Dark windows: use background/foreground colors for tooltipsVolker Hilsheimer2023-01-071-7/+6
* wasm: sync pointer button state on pointer downMorten Sørvig2023-01-061-0/+8
* wasm: Fix secondary thread event processingMorten Sørvig2023-01-062-5/+0
* Fix cache maybe invalid while the signal is actived from queueJannis Xiong2023-01-063-1/+8
* Document QGtk3StorageAxel Spoerl2023-01-052-39/+193
* TLS backend SecureTransport: properly clear SSLContextRefTimur Pocheptsov2023-01-051-0/+1
* Android A11Y: Only access the main thread when it is not blockedJulian Greilich2023-01-051-0/+9
* Document QGtk3InterfaceAxel Spoerl2023-01-052-21/+183
* Tweak comment about QCocoaWindowYAMAMOTO Atsushi2023-01-051-3/+3
* macOS: Include text in key events triggered by insertion key-bindingsTor Arne Vestbø2023-01-041-8/+10
* macOS: Limit cursor update workaround to Monterey and belowTor Arne Vestbø2023-01-031-16/+18
* macOS: Send synthetic cursorUpdate events for utility windowsTor Arne Vestbø2023-01-031-3/+9
* Change parsing log output in QGtk3Json from qCDebug to qCInfoAxel Spoerl2023-01-031-11/+11
* QWindowsKeyMapper: make the code locale-independentMarc Mutz2023-01-031-2/+2
* ibus: support high dpi for cursor rectangleLiang Qi2023-01-031-3/+24
* ibus: add SetCursorLocationRelative in InputContext.xmlLiang Qi2023-01-032-0/+13
* macOS: Ensure NSEvent processing during NSApp initializationTor Arne Vestbø2023-01-031-0/+1
* macOS: Stop using the deprecated [NSWorkspace openFile:] APITor Arne Vestbø2023-01-021-7/+1
* Return to the two-step destruction in compositorMikolaj Boc2023-01-023-6/+8
* wasm: support setting Emscripten configurationMorten Sørvig2023-01-011-1/+3
* DB2: Fix typo in QMetaTypeHannah von Reth2022-12-291-1/+1
* wasm: use public API for converting from Uint8ArrayMorten Sørvig2022-12-281-16/+1
* Detect appearance by colors unless GTK theme name contains "dark"Axel Spoerl2022-12-283-1/+20
* Fix the handling of dead keys on WASMMikolaj Boc2022-12-271-6/+7
* wasm: Work on wasm accessibility elements and eventsShreya Pattani2022-12-272-10/+284
* wasm: Work on wasm accessibility elements and eventsSharad Sahu2022-12-272-4/+132
* wasm: add end-user accessibillty opt-inMorten Sørvig2022-12-273-18/+133
* wasm: add accessibility container to QWasmWindowMorten Sørvig2022-12-273-0/+14
* windows: gl: Fix WGL_SAMPLES reductionLaszlo Agocs2022-12-241-7/+8
* QWindowsContext::setProcessDpi[V2]Awareness check current value before settin...Oliver Wolff2022-12-231-13/+18
* Handle the mouse events in the window itselfMikolaj Boc2022-12-2212-241/+215
* Support connecting Oracle DB as system userJohannes Oikarinen2022-12-221-9/+18
* Android: Fix UI is scaled smaller than beforeSamuel Mira2022-12-221-1/+1
* Add Q_UNUSED to avoid compilation errorsTang Haixiang2022-12-221-0/+1
* Avoid mutual ownership in qstdweb's File::streamMikolaj Boc2022-12-221-3/+3
* Android: handle move operation with content urisAssam Boudjelthia2022-12-211-0/+24
* Run clang-format on qwasmdrag.h/.cppMikolaj Boc2022-12-212-35/+26