summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Include minus sign in ImhFormattedNumbersOnly's available keysEdward Welbourne2021-03-161-3/+1
* xcb: unset old states and set new ones for windowLiang Qi2021-03-081-16/+33
* Android: make calling exit() conditional on an environment variableVille Voutilainen2021-03-051-2/+3
* Fix handling of virtual/native pixels in QAndroidPlatformWindowAndreas Buhr2021-02-231-7/+14
* macOS: don't let windows that are transparent for input become key windowVolker Hilsheimer2021-02-192-2/+3
* iOS: Disable three-finger-tap editing interaction menu when there's no focus ...Tor Arne Vestbø2021-02-111-0/+13
* iOS: close edit menu upon focus transferRichard Moe Gustavsen2021-02-111-0/+3
* macOS: Don't assume NSEvent charactersByApplyingModifiers: produces characterTor Arne Vestbø2021-02-051-2/+5
* macOS: Don't wrap key event keys in QCharTor Arne Vestbø2021-02-052-13/+17
* a11y: Report mixed state if QCheckBox is PartiallyCheckedJan Arve Sæther2021-02-051-0/+2
* iOS: hide edit menu if typing on the input panelRichard Moe Gustavsen2021-02-041-4/+8
* iOS: always hide edit menu when showing the magnifier glassRichard Moe Gustavsen2021-02-011-6/+1
* Cocoa: When validating menus, account for modal window only if activeAndy Shaw2021-01-291-4/+3
* macOS: Don't restrict non-modal file dialogs to open-dialogs onlyTor Arne Vestbø2021-01-261-16/+14
* macOS: Show system tray icon on mouse button press, not releaseTor Arne Vestbø2021-01-261-1/+1
* macOS: Don't exec file dialogs via runModal unless they are app modalTor Arne Vestbø2021-01-252-20/+40
* iOS: ensure we hide the edit menu while dragging on the selection handlesRichard Moe Gustavsen2021-01-201-0/+9
* iOS: ensure we close the edit menu when the user taps outside the input areaRichard Moe Gustavsen2021-01-201-32/+50
* [Android] Fix Text select handle misplaced on fields inside QDialog issuesPekka Gehör2021-01-201-2/+2
* macOS: Remove DontConfirmOverwrite workaroundMorten Johan Sørvig2021-01-201-9/+2
* eglfs: Use drmClose in drm/EGLDevice backendLaszlo Agocs2021-01-181-1/+1
* Fix VNC format conversionAllan Sandfeld Jensen2021-01-134-8/+9
* Revert "Windows QPA: Call QWSI::flushWindowSystemEvents() from WM_PAINT for f...Morten Johan Sørvig2021-01-131-3/+2
* macOS: Don't try to close already-closed/closing file dialogTor Arne Vestbø2021-01-121-1/+7
* Windows QPA: Fix crashes when using screen reader with Q(Plain)TextEditFriedemann Kleint2021-01-121-2/+6
* Send Qt::Key_MediaTogglePlayPause for VK_MEDIA_PLAY_PAUSEAllan Sandfeld Jensen2021-01-081-1/+2
* Android: KEYCODE_MEDIA_PLAY_PAUSE translated rightPiotr Mikolajczyk2020-12-211-1/+1
* xcb: fix thread synchronization in QXcbEventQueue::waitForNewEvents() againIgor Kushnir2020-12-183-5/+15
* Android: Fix for accessibility potential crashPiotr Mikolajczyk2020-12-181-1/+1
* Android: Pass pending state to ResumePauseListenerBartlomiej Moskal2020-12-171-1/+6
* xcb: Fix available geometry after rotationAlexander Volkov2020-12-132-5/+10
* macOS: Remove warning about KVO observers on QNSWindow/QNSPanelTor Arne Vestbø2020-12-091-5/+0
* macOS: Fix crash when showing parent-less platform menusTor Arne Vestbø2020-12-091-2/+2
* Android: Qml accessibility fixesPiotr Mikolajczyk2020-12-095-13/+87
* Fix highdpi conversion of QTabletEvent coordinates on xcbShawn Rutledge2020-12-081-4/+2
* macOS: Always allow interacting with popup windows during modal sessionTor Arne Vestbø2020-12-081-0/+8
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-042-2/+2
* CMake: Re-generate project files in srcJoerg Bornemann2020-12-015-7/+2
* Windows QPA: Pass device for synthesized touch/tablet eventsFriedemann Kleint2020-11-274-12/+41
* Disable copying and assigning of QEventVolker Hilsheimer2020-11-192-15/+21
* xcb: Avoid use-after-free in QXcbConnection::initializeScreens()Alexander Volkov2020-11-181-2/+4
* Correct headers to build with eglfs modulesElvis Lee2020-11-1717-27/+9
* Android: Ensure windows always have a geometry on creationPiotr Mikolajczyk2020-11-171-0/+10
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* QFileInfo: mark constructors as explicitGiuseppe D'Angelo2020-11-151-1/+1
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-152-14/+14
* Windows QPA: Fix a warning about deprecated conversion of keysFriedemann Kleint2020-11-121-1/+1
* Remove Qt4Compatible paintingAllan Sandfeld Jensen2020-11-122-8/+2
* Cocoa: Allow CMD+H to hide the application when a tooltip is visibleAndy Shaw2020-11-101-1/+2
* Fix reordering warning in QEglFSIntegrationShawn Rutledge2020-11-091-2/+2