summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* macOS: Ignore deprecation for kOnSystemDisk icon domainTor Arne Vestbø2022-07-051-1/+1
* wasm: enable sql/sqlite for non threaded buildsLorn Potter2022-07-051-0/+5
* Cocoa: deal with unexpected tablet events without proximityShawn Rutledge2022-07-011-6/+10
* iOS: Send touch events asynchronously to avoid deadlocking UIKit event loopTor Arne Vestbø2022-07-011-2/+10
* Create a promise wrapper for C++ and port existing usesMikolaj Boc2022-06-301-98/+11
* Windows: Don't rely on top level QWindow to scale children on DPI changeTor Arne Vestbø2022-06-301-13/+9
* Android: Fix the offset of the EditPopupMenuPekka Gehör2022-06-291-3/+14
* xcb: update xkb_state mask as much as possibleLiang Qi2022-06-281-2/+2
* Add a way to declare _exported_ logging categoriesGiuseppe D'Angelo2022-06-272-2/+2
* Fix typo in codeDuan Ting2022-06-231-1/+1
* wasm: do not allow blocked windows to be resizedLorn Potter2022-06-221-5/+10
* wasm: improve the specialHtmlTargets testMorten Sørvig2022-06-221-4/+8
* Add ExpandCollapse UI Automation pattern to combo boxesAndré de la Rocha2022-06-222-7/+14
* xcb: Port XSync call in QXcbWindow::create to xcbIlya Fedin2022-06-211-3/+1
* xcb: set primary screen more correctlyLiang Qi2022-06-212-4/+17
* xcb: clear m_singlescreen before updateJiang Wu2022-06-211-0/+1
* xcb: fix missing initialization of m_cursorNils Jeisecke2022-06-212-7/+6
* Windows: Avoid accidentally copying QWindowsScreenManagerTor Arne Vestbø2022-06-203-3/+4
* Port QXlibEglIntegration::getCompatibleVisualId to xcbIlya Fedin2022-06-204-20/+142
* QXdgDesktopPortalFileDialog: fix C++20 buildGiuseppe D'Angelo2022-06-201-1/+1
* Fix tst_AndroidAssets, broken by recent changes on assets load speedLouis du Verdier2022-06-201-4/+5
* Windows QPA: Fix indentionYuhang Zhao2022-06-191-42/+42
* Windows: Replace lcQpaWindows logging with lcQpaScreen in screen codeTor Arne Vestbø2022-06-181-5/+5
* Windows: Decouple screen change monitoring from top level QWindowsTor Arne Vestbø2022-06-187-14/+44
* wasm: Fix up namespacing in wasm platform pluginLorn Potter2022-06-1813-7/+40
* wasm: fix unicode inputLorn Potter2022-06-183-9/+9
* Update window state in QWindowsWindow and QXcbWindow geometry settersAxel Spoerl2022-06-172-0/+6
* xcb: Get some style hints from xsettingsJiDe Zhang2022-06-181-2/+23
* Windows QPA: Update screen on child window DPI changeMorten Sørvig2022-06-164-2/+19
* wasm: fix some coding styleLorn Potter2022-06-161-2/+7
* macOS: Avoid recursively updating screens when window moves screenTor Arne Vestbø2022-06-161-0/+12
* qwasmtheme: Enable hover effects by defaultMaximilian Goldstein2022-06-151-0/+2
* Fix typos in docs and commentsKai Köhne2022-06-1517-23/+23
* Android: Improve loading speed of individual assetsLouis du Verdier2022-06-151-18/+46
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-1520-44/+46
* Make rhiFlush() support custom source DPRMorten Sørvig2022-06-144-2/+6
* xcb: Replace qCWarning by qCDebug in QXcbConnection::printXcbError()Axel Spoerl2022-06-141-6/+6
* macOS: Resolve screen name via NSScreen on macOS 10.15+Tor Arne Vestbø2022-06-131-1/+6
* macOS: Ignore update requests for offline displaysTor Arne Vestbø2022-06-131-0/+5
* Cocoa: fix build: add missing includeThiago Macieira2022-06-101-0/+1
* Fallback to another file dialog implementation when XDP is inaccessibleIlya Fedin2022-06-093-33/+53
* Add QXdgDesktopPortalFileDialog::useNativeFileDialog()Ilya Fedin2022-06-082-4/+15
* Fallback to PerMonitorDpiAware if V2DpiAware is not supported by systemVladimir Belyavsky2022-06-083-19/+21
* Fix a leak of fallback dialog helper in xdgdesktopportalIlya Fedin2022-06-071-3/+3
* Bump version to 6.5.0Jani Heikkinen2022-06-061-1/+1
* Windows: Don't terminate threads in QtVolker Hilsheimer2022-06-051-12/+10
* qiostheme: Don't determine the appearance mode from the keyWindowDoris Verria2022-06-031-1/+1
* Windows: fix crash on closing an app when native file dialog is openedVladimir Belyavsky2022-06-032-37/+25
* Expose the qtloader object globallyDavid Skoland2022-06-031-1/+2
* Streamline error handling in qtloader.jsDavid Skoland2022-06-031-13/+18