summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Revert "Android: Place cursor correctly on screen when editing"Rami Potinkara2021-10-264-63/+9
* wasm: Hide popups when a window is left-clickedDavid Skoland2021-10-251-0/+3
* Android: set EXTRA_TITLE to the initially selected file in save dialogAssam Boudjelthia2021-10-252-4/+9
* Initialize member variables before we check their valuesVolker Hilsheimer2021-10-251-5/+3
* Add a QNetworkInformation backend based on GNetworkMonitorIlya Fedin2021-10-243-0/+175
* xcb: use QXcbConnection::selectionOwner() convenience APIGatis Paeglis2021-10-224-18/+7
* xcb: remove confusing indirections for qt selection ownerGatis Paeglis2021-10-226-76/+40
* xcb: avoid to use invalid pointersLiang Qi2021-10-222-2/+14
* QNI: Add a convenience method for loading the default pluginMårten Nordheim2021-10-224-13/+27
* macOS: add default Edit menu items, if not added by AppKitVolker Hilsheimer2021-10-212-0/+49
* Make QOffscreenX11PlatformNativeInterface a QX11ApplicationMichal Klocek2021-10-212-1/+15
* TLS plugin (OpenSSL): don't use the deprecated functionsTimur Pocheptsov2021-10-214-26/+58
* QFactoryLoader: continue the port from JSON to CBORThiago Macieira2021-10-202-2/+4
* macOS: Wake up event dispatcher after running modal dialog helpersTor Arne Vestbø2021-10-203-0/+14
* QNI: Windows: support transportMediumMårten Nordheim2021-10-204-1/+102
* QtGui & its plugins: remove set-but-unused variablesThiago Macieira2021-10-191-2/+0
* MySQL: only set the charset if the connection has succeededThiago Macieira2021-10-191-13/+14
* MySQL: fix the check for the return value of mysql_set_character_set()Thiago Macieira2021-10-191-2/+2
* sqldrivers: Fix typo in error messageJonas Kvinge2021-10-181-1/+1
* Make sure Qt::Popup is treated like a dialogDavid Skoland2021-10-182-3/+2
* Add comment about the meaning of magic number in QWasmEventTranslatorDavid Skoland2021-10-181-0/+5
* macOS: Don't require marked text before passing mouse down to input contextTor Arne Vestbø2021-10-161-6/+9
* macOS: Pass on mouse press if input context didn't handle itTor Arne Vestbø2021-10-161-11/+15
* Add implementation of QCocoaInputContext::commit()Tor Arne Vestbø2021-10-162-0/+28
* macOS: Only send mouse press to input context if clicking input itemTor Arne Vestbø2021-10-161-2/+13
* xcb: Use byte buffer for event masksPovilas Kanapickas2021-10-161-23/+30
* QOpenSSLBackend: Properly load 3.0 when compiled with 3.0Mårten Nordheim2021-10-151-3/+10
* xcb: Fix typos in source code commentsJonas Kvinge2021-10-146-6/+6
* qwindowsdialoghelpers: Fix typo in documentationJonas Kvinge2021-10-141-1/+1
* qxcbscreen: Fix typo in documentationJonas Kvinge2021-10-141-1/+1
* macOS: Correctly record normalGeometry in Cocoa pluginVolker Hilsheimer2021-10-143-0/+55
* Android: Fix handling of cursor position when stop composingAndreas Buhr2021-10-141-7/+15
* CMake: remove support for building Qt with the old Intel compilerThiago Macieira2021-10-131-1/+1
* Revert "[Android] Remove signal and slot mechanism to listen states in editor's"Andreas Buhr2021-10-132-37/+8
* XCB: Silence clipboard warning "SelectionRequest too old"Friedemann Kleint2021-10-131-9/+10
* Windows QPA: Fix mouse event position for QWindows with Qt::WindowTransparent...Friedemann Kleint2021-10-132-3/+13
* openglblacklists: Fix typo in descriptionJonas Kvinge2021-10-121-1/+1
* qwindowsdrag: Fix typo in documentationJonas Kvinge2021-10-121-1/+1
* windows: Fix typos in source code commentsJonas Kvinge2021-10-125-6/+6
* Android: remove unused imports and fix warning on network java codeAssam Boudjelthia2021-10-121-3/+2
* wasm: Fix source code comment typosJonas Kvinge2021-10-124-6/+6
* QWindowsWindow: Fix typo in documentationJonas Kvinge2021-10-121-1/+1
* cocoa: Fix typo in debug messagesJonas Kvinge2021-10-122-2/+2
* qcocoa: Fix typos in source code commentsJonas Kvinge2021-10-1211-15/+15
* qcocoa: Fix typos in documentationJonas Kvinge2021-10-122-2/+2
* qwindowsxpstyle: Fix typos in documentationJonas Kvinge2021-10-121-5/+5
* styles: Fix typos in source code commentsJonas Kvinge2021-10-122-8/+8
* tls: Fix typos in source code commentsJonas Kvinge2021-10-124-4/+4
* QGtk3Theme: implement appearance function to detect dark themesMitch Curtis2021-10-112-0/+44
* QNI: Windows: Remove unneeded friendMårten Nordheim2021-10-081-2/+0