summaryrefslogtreecommitdiff
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Windows drag&drop: Use correct window for drag target processingOliver Wolff2023-03-021-1/+2
* TLS[openssl]: Use optional<> for CA cert we are fetchingMårten Nordheim2023-02-172-4/+4
* QIosFileDialog - properly handle QUrl for assets-libraryTimur Pocheptsov2023-02-151-3/+7
* ODBC/MySQL: fix compilation with MySQL < 5.7.9Christian Ehrlicher2023-02-131-0/+5
* SQL/MySQL: Fix retrieving a datetime for libmysql >= 8.0.27Christian Ehrlicher2023-02-101-9/+19
* SQL/ODBC: add handling for SQL_SS_TIME2Christian Ehrlicher2023-02-101-0/+6
* XCB: do not use reserved identifiersGiuseppe D'Angelo2023-02-0713-466/+466
* SQL/ODBC: Pass correct length to SQLColAttribute()Christian Ehrlicher2023-02-051-3/+8
* QXcbConnection::getTimestamp: do not return stale timestampRoland Pallai2023-02-033-4/+6
* SQL/ODBC: fix some users of toSQLTCHAR() to not assume identical UTF-8/16/32 ...Marc Mutz2023-02-021-71/+83
* ODBC SQL driver: fix conversion of QByteArray to QVLA<SQLTCHAR>Marc Mutz2023-02-011-4/+5
* Windows: fix warning on opening FileDialog after changing filtersVladimir Belyavsky2023-02-011-3/+4
* Free the GLX framebuffer configurationsInho Lee2023-02-011-1/+6
* Windows QPA: also consider window flags when judging frameless or notYuhang Zhao2023-01-263-17/+43
* ODBC SQL driver: deal with different sizes of SQLTCHAR correctlyMarc Mutz2023-01-251-14/+30
* Introduce qt_winrtbase_p.hOliver Wolff2023-01-243-20/+4
* wasm: use uintptr_t for uint32_tLorn Potter2023-01-231-2/+2
* Android: use signature-less jni syntax for AndroidContentFileEngineAssam Boudjelthia2023-01-181-84/+92
* Android: pass EXTRA_INITIAL_URI to native FileDialogAssam Boudjelthia2023-01-182-6/+28
* Add missing header guardsFriedemann Kleint2023-01-121-0/+5
* qxcbwindow.cpp: Fix sign-compare and another warningsLiang Qi2023-01-111-3/+4
* TLS backend SecureTransport: properly clear SSLContextRefTimur Pocheptsov2023-01-101-0/+1
* Fix cache maybe invalid while the signal is actived from queueJannis Xiong2023-01-063-1/+8
* Android A11Y: Only access the main thread when it is not blockedJulian Greilich2023-01-061-0/+9
* macOS: Include text in key events triggered by insertion key-bindingsTor Arne Vestbø2023-01-051-8/+10
* 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
* Bump version to 6.4.3Jani Heikkinen2022-12-301-1/+1
* windows: gl: Fix WGL_SAMPLES reductionLaszlo Agocs2022-12-241-7/+8
* Android: Fix UI is scaled smaller than beforeSamuel Mira2022-12-231-1/+1
* GTK3 theme: simplify codeYuhang Zhao2022-12-231-1/+1
* Android: handle move operation with content urisAssam Boudjelthia2022-12-211-0/+24
* Android: handle rename() operation with content urisAssam Boudjelthia2022-12-202-0/+58
* Schannel: Don't emit error when peer performs graceful disconnectionMårten Nordheim2022-12-161-2/+0
* iOS: Don't assume screens will not be connected before QIOSIntegrationTor Arne Vestbø2022-12-161-2/+2
* iOS a11y: Ensure parent elements are stacked below their childrenTor Arne Vestbø2022-12-161-1/+3
* Remove QEglFSCursor's inheritance of QOpenGLFunctionsThomas Senyk2022-12-162-27/+26
* macOS: Use NSStatusItem.menu to manage system tray menuTor Arne Vestbø2022-12-152-15/+24
* Android: Add facilities to handle more content URIs operationsAssam Boudjelthia2022-12-142-78/+663
* eglfs-kms/gbm: fix segfault and add qScopeGuardThomas Senyk2022-12-141-3/+12
* HiDPI: fix wrong window size after DPI changeYuhang Zhao2022-12-141-1/+7
* Android: fix Android assets handler not listing dirs with only sub dirsBartlomiej Moskal2022-12-131-1/+8
* Vista Style: Use correct action icon pixmaps matching the device pixel ratioFriedemann Kleint2022-12-131-5/+4
* Set geometry property in QXcbWindow after checking minimum sizeAxel Spoerl2022-12-121-5/+5
* Fix infinite loop when iterating content uri sub-files/dirsAssam Boudjelthia2022-12-103-1/+7
* TLS[openssl]: Bump minimum warning level to Critical on Win/macOSMårten Nordheim2022-12-091-1/+7
* SQL/MySQL: don't use deprecated defines, cleanupChristian Ehrlicher2022-12-081-31/+31
* Windows: regenerate systray icon when screen resolution changesVolker Hilsheimer2022-12-081-1/+9
* macOS: Don't pass on key event text for function keys when IM is disabledTor Arne Vestbø2022-12-051-1/+33