summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Replace conversion operator by operator* in QJniEnvironmentAssam Boudjelthia2021-04-143-5/+5
* Add QNX qpa to buildsMarianne Yrjänä2021-04-144-4/+189
* [Android] Fix select handles misplacement on QDialogv6.1.0-beta3Pekka Gehör2021-04-011-6/+19
* Windows QPA: Fix accessibility focus event for table/tree/listAndre de la Rocha2021-03-301-0/+11
* Return the result we have already when getting an object with no nameAndy Shaw2021-03-301-1/+1
* Include minus sign in ImhFormattedNumbersOnly's available keysEdward Welbourne2021-03-301-3/+1
* Rename QJniEnvironment exceptionCheckAndClear to checkAndClearExceptionsAssam Boudjelthia2021-03-301-2/+2
* iOS: Protect against a possible crash after the window is deletedAndy Shaw2021-03-302-1/+3
* Fix compilation with experimental x11 paint engine featureEskil Abrahamsen Blomfeldt2021-03-261-5/+7
* xcb: use QXcbScrollingDevice for a touchpadShawn Rutledge2021-03-242-10/+26
* Android: make calling exit() conditional on an environment variableVille Voutilainen2021-03-051-2/+3
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-2416-45/+43
* Fix handling of virtual/native pixels in QAndroidPlatformWindowAndreas Buhr2021-02-231-7/+14
* iOS: Pass the text to handleExtendedKeyEvent when knownAndy Shaw2021-02-231-4/+7
* macOS: don't let windows that are transparent for input become key windowVolker Hilsheimer2021-02-202-2/+3
* xcb: unset old states and set new ones for windowLiang Qi2021-02-151-16/+33
* Android: take JavaVM() from QJniEnvironment and not QtAndroidPrivateAssam Boudjelthia2021-02-111-2/+2
* iOS: Disable three-finger-tap editing interaction menu when there's no focus ...Tor Arne Vestbø2021-02-111-0/+13
* iOS: don't report selection changed if it didn't changeRichard Moe Gustavsen2021-02-111-1/+5
* eglfs: kms: Log gbm bo handle and stride as wellLaszlo Agocs2021-02-081-1/+2
* iOS: close edit menu upon focus transferRichard Moe Gustavsen2021-02-051-0/+3
* 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
* Android: fix compiler warnings for Android inputAssam Boudjelthia2021-02-044-48/+61
* macOS: Reduce duplicated code for showing file dialogsTor Arne Vestbø2021-02-022-75/+37
* macOS: Reduce duplicated updates of file dialog propertiesTor Arne Vestbø2021-02-021-13/+6
* macOS: Refactor computing of accepted extensions in file dialogsTor Arne Vestbø2021-02-021-21/+20
* macOS: Use single variable to track file dialog in QCocoaFileDialogHelperTor Arne Vestbø2021-02-021-64/+74
* Make setSelectionOnFocusObject() take native pixelsMorten Sørvig2021-02-021-6/+1
* iOS: Use new QPlatformInputContext geometry APIMorten Sørvig2021-02-013-25/+22
* Windows: Fix frame margins calculationMorten Johan Sørvig2021-02-011-3/+2
* Add geometry accessors to QPlatformInputContextMorten Johan Sørvig2021-02-011-4/+4
* 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
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-2723-280/+303
* Add qHypot() to qmath.h, exposing and extending std::hypot()Edward Welbourne2021-01-271-3/+3
* Android: Fix deprecated QVariant usageAndy Nichols2021-01-261-1/+1
* Clean up QCocoaFileDialogHelperTor Arne Vestbø2021-01-262-338/+262
* 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
* Add QPlatformScreen::colorSpace()Allan Sandfeld Jensen2021-01-256-0/+46
* iOS: ensure we close the edit menu when the user taps outside the input areaRichard Moe Gustavsen2021-01-201-32/+50
* iOS: ensure we hide the edit menu while dragging on the selection handlesRichard Moe Gustavsen2021-01-201-0/+9
* iOS: Handle keyboard events when using an external keyboardAndy Shaw2021-01-2016-670/+96
* [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-191-9/+2
* Build fixes for GCC 11Ville Voutilainen2021-01-191-1/+1
* Windows QPA: Fix blurry title icons with fractional scale factorFriedemann Kleint2021-01-191-1/+2
* eglfs: Use drmClose in drm/EGLDevice backendLaszlo Agocs2021-01-181-1/+1