summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Mark some Qt namespace enum members properly as deprecatedEdward Welbourne2020-08-281-3/+0
* xcb: Fix flushing of native subwindows when not using shared memoryTor Arne Vestbø2020-08-251-2/+11
* xdgdesktopportal: Avoid dangling pointerMichael Weghorn2020-08-201-2/+2
* Cocoa: Translate the buttons used for the native font and color dialogsAndy Shaw2020-08-202-6/+7
* MSVC: Fix C4996 warnings in 5.15 when building QtKai Koehne2020-08-171-2/+2
* Windows QPA: Fix omitted Drop eventAndre de la Rocha2020-08-131-17/+6
* wasm: detect canvas resize using ResizeObserver APIMorten Johan Sørvig2020-08-112-0/+45
* wasm: fix handling on int dead keys on macLorn Potter2020-08-111-12/+15
* Interbase: Don't call toUpper() on the names as they are escapedAndy Shaw2020-08-101-2/+2
* Filechooser portal: Implement "current_filter"Michael Weghorn2020-08-102-5/+58
* macOS: Make getColor() return generic RGB componentsMorten Johan Sørvig2020-08-101-25/+25
* Android: Add support for travesing directories and accessing filesAndy Shaw2020-08-072-3/+91
* wasm: factor visual viewport scale into dprMorten Johan Sørvig2020-08-062-6/+31
* xcb: avoid a usage of invalid reply in qxcbdragLiang Qi2020-08-061-4/+5
* XCB: Update logical DPI on “Xft/DPI” changeMorten Johan Sørvig2020-08-051-0/+14
* wasm: set viewport size to device size on mobileMorten Johan Sørvig2020-08-051-1/+8
* eglfs_kms: Do not skip the initial SetCrtcLaszlo Agocs2020-08-031-8/+3
* eglfs: Prevent printing a warning in every widget-based appLaszlo Agocs2020-08-031-5/+1
* Add QOperatingSystemVersion support for macOS Big SurTor Arne Vestbø2020-07-292-114/+0
* Windows: Prevent event processing during QDesktopServices::openUrl()Friedemann Kleint2020-07-291-4/+24
* Windows QPA: Potential crash fix for WineFriedemann Kleint2020-07-291-2/+4
* QWindowsServices: ungarble the URLThiago Macieira2020-07-271-3/+3
* Set name of X11 Client Leader Window to application nameRaphael Rosch2020-07-251-1/+1
* Fix sporadic build failures of eglfs_kms_vsp2Joerg Bornemann2020-07-151-0/+1
* Fix gif parsing error for large imagesTang HaiXiang2020-07-141-2/+2
* macOS: Exclude 32-bit builds by checking pointer sizeTor Arne Vestbø2020-07-092-5/+1
* macOS: Don't assume platform has objc_msgSendSuper_stretTor Arne Vestbø2020-07-081-3/+9
* Windows: Fix trailing blank in native file dialog filterFriedemann Kleint2020-07-061-1/+4
* macOS: Remove PPD deprecation warningTor Arne Vestbø2020-07-061-4/+1
* QMacStyle - draw inverted vertical slider correctlyTimur Pocheptsov2020-07-021-1/+12
* wasm: search emscripten key firstLorn Potter2020-07-011-8/+9
* xcb: increase XCOORD_MAX to 32767Liang Qi2020-06-301-1/+1
* QMacStyle - stop using the deprecated APITimur Pocheptsov2020-06-301-3/+0
* Fix UITouch event handling on tvOSMike Krus2020-06-291-9/+23
* macOS: Check that platform window is valid after delivering close eventTor Arne Vestbø2020-06-261-0/+2
* qmake: Stop using -isystem flagDmitry Shachnev2020-06-251-0/+2
* Android: Only emit the signals once when doing multiple file selectionAndy Shaw2020-06-181-2/+2
* Make sure we correctly construct underlying base platform themeJan Grulich2020-06-161-1/+1
* Make it possible to avoid loading comments from JPEG and PNG filesElvis Lee2020-06-121-0/+2
* Fix breakage of QPushButton on macOS when a style sheet was setVolker Hilsheimer2020-06-111-8/+6
* Android: fix behovior of right click to not interfere with other clicksAssam Boudjelthia2020-06-111-10/+10
* Gif decoder: Harden handling of corrupt filesEirik Aavitsland2020-06-111-2/+5
* macOS: Add a few more local autorelease pools to QCocoaGLContextTor Arne Vestbø2020-06-091-0/+6
* Check for valid Navigator.permissions before useMorten Johan Sørvig2020-06-081-3/+4
* macOS: Respect window type when determining main window statusTor Arne Vestbø2020-06-051-4/+2
* Android: Clear the m_selectedFile variable when showing againAndy Shaw2020-06-051-0/+2
* QVncScreen: fix crash on disconnect client did not request cursorRolf Eike Beer2020-06-041-0/+3
* High DPI/Windows style: Fix potential crash when drawing buttons of maximized...Friedemann Kleint2020-06-021-1/+1
* gif image handler: check for out of range image sizeEirik Aavitsland2020-05-301-0/+13
* Android: Clear the clipboard when getting a null mimedataAndy Shaw2020-05-303-1/+10