summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Android: handle rename() operation with content urisAssam Boudjelthia2022-12-202-0/+58
* SQL: remove unneeded CMake commands - these plugins were removed in Qt6Christian Ehrlicher2022-12-191-8/+0
* SQL/OCI: replace deprecated QDateTime() ctorChristian Ehrlicher2022-12-191-1/+1
* Windows QPA: remove long-time dead codeYuhang Zhao2022-12-171-12/+1
* Fix event dispatching on WASMMikolaj Boc2022-12-162-0/+5
* iOS: Don't assume screens will not be connected before QIOSIntegrationTor Arne Vestbø2022-12-161-2/+2
* Remove QEglFSCursor's inheritance of QOpenGLFunctionsThomas Senyk2022-12-162-27/+26
* Treat the accessible non-editable combobox as ButtonMenu on macOSMikolaj Boc2022-12-161-0/+2
* XCB: use qOffsetStringArrayThiago Macieira2022-12-161-4/+4
* Fix checkbox and radiobutton background in QGtk3ThemeAxel Spoerl2022-12-161-2/+2
* GTK3 theme: simplify codeYuhang Zhao2022-12-161-1/+1
* Vista style: remove temporary workaroundYuhang Zhao2022-12-161-10/+2
* iOS File Dialog: Support setting name filtersDoris Verria2022-12-151-13/+45
* Schannel: Don't emit error when peer performs graceful disconnectionMårten Nordheim2022-12-151-2/+0
* iOS a11y: Ensure parent elements are stacked below their childrenTor Arne Vestbø2022-12-151-1/+3
* Bump version to 6.6.0Jani Heikkinen2022-12-141-1/+1
* Android: Add facilities to handle more content URIs operationsAssam Boudjelthia2022-12-142-78/+663
* eglfs-kms/gbm: fix segfault and add qScopeGuardThomas Senyk2022-12-131-6/+13
* HiDPI: fix wrong window size after DPI changeYuhang Zhao2022-12-141-1/+7
* macOS: Don't set cursor for non-key windowsTor Arne Vestbø2022-12-131-2/+2
* Rename QMessageDialogOptions::Icon to StandardIconTor Arne Vestbø2022-12-132-2/+2
* Android: fix Android assets handler not listing dirs with only sub dirsBartlomiej Moskal2022-12-131-1/+8
* Add handling of screen hotplugPiotr Mikolajczyk2022-12-133-4/+101
* iOS: initialize font traitsVolker Hilsheimer2022-12-121-1/+1
* eglfs_kms: Prevent drm errors with more than one window during the screen's l...Laszlo Agocs2022-12-121-1/+10
* Vista Style: Use correct action icon pixmaps matching the device pixel ratioFriedemann Kleint2022-12-121-5/+4
* macOS: Use NSStatusItem.menu to manage system tray menuTor Arne Vestbø2022-12-122-15/+24
* Set geometry property in QXcbWindow after checking minimum sizeAxel Spoerl2022-12-121-5/+5
* Isolate freetype featureAlexey Edelev2022-12-101-2/+2
* Fix infinite loop when iterating content uri sub-files/dirsAssam Boudjelthia2022-12-103-1/+7
* Adapt to QTimeZone replacing Qt::TimeSpec usageEdward Welbourne2022-12-101-5/+6
* Windows: Enable dark mode system palette by defaultVolker Hilsheimer2022-12-101-1/+2
* Add possibility to retrieve displayId for AndroidPiotr Mikolajczyk2022-12-092-1/+12
* QCocoaFileDialogHelper: protect against dangling pointersTimur Pocheptsov2022-12-091-1/+13
* TLS[openssl]: Bump minimum warning level to Critical on Win/macOSMårten Nordheim2022-12-091-1/+7
* Windows QPA: fix indentationYuhang Zhao2022-12-091-3/+2
* SQL/MySQL: add connect option MYSQL_OPT_LOCAL_INFILEChristian Ehrlicher2022-12-081-0/+1
* SQL/MySQL: don't use deprecated defines, cleanupChristian Ehrlicher2022-12-081-31/+31
* Overwrite dark system palette in Vista styleVolker Hilsheimer2022-12-084-54/+99
* Revert "Let styles indicate that they support dark mode"Volker Hilsheimer2022-12-082-7/+0
* Windows: regenerate systray icon when screen resolution changesVolker Hilsheimer2022-12-081-1/+9
* Resolve the ownership problems in qClipboardPasteToMikolaj Boc2022-12-081-57/+71
* Work around missing wait_for declarationMårten Nordheim2022-12-071-0/+10
* Fix the coordinate problems in wasm windowsMikolaj Boc2022-12-076-15/+29
* WASM compositor, clear last mouse target if it is the removed windowMikolaj Boc2022-12-061-0/+2
* Fix the canvas element replacement for screenMikolaj Boc2022-12-051-1/+1
* Resize wasm windows using a div outlineMikolaj Boc2022-12-059-221/+311
* Windows: Avoid triggering QPlatformWindow creation when setting app badgeTor Arne Vestbø2022-12-051-0/+2
* macOS: Remove shadowed variable in handleKeyEventTor Arne Vestbø2022-12-051-1/+0
* macOS: Don't pass on key event text for function keys when IM is disabledTor Arne Vestbø2022-12-051-1/+33