summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* iOS: cleanup connection when a screen disconnectsRichard Moe Gustavsen2021-06-161-1/+3
* Prevent overly deep build dir hierarchy on WindowsJoerg Bornemann2021-06-111-2/+6
* macOS: close visible gap between tab bar base line and tabsVolker Hilsheimer2021-06-111-1/+1
* macOS: Keep NSWindow alive after handling windowShouldClose callbackTor Arne Vestbø2021-06-091-0/+9
* windows: gl: Print GetLastError() when makeCurrent failsLaszlo Agocs2021-06-091-1/+6
* macOS: render shortcuts in context menus correctly alignedVolker Hilsheimer2021-06-031-2/+18
* Android: fix mimetype/namefilters handling for FileDialogAssam Boudjelthia2021-06-021-8/+9
* SQLite driver: fix crash when binding a QByteArray/QStringGiuseppe D'Angelo2021-06-011-1/+1
* macOS: don't show invisible separator itemsVolker Hilsheimer2021-05-272-3/+8
* macOS: respect underline attribute in menu item fontsVolker Hilsheimer2021-05-271-2/+4
* Qt xcb: remove false detects of Qt::GroupSwitchModifierAleksei Nikiforov2021-05-271-3/+3
* Silence warning C4996 (use of deprecated GetDesktopDpi)Kai Köhne2021-05-272-0/+6
* macOS: Restore logic to set wantsBestResolutionOpenGLSurfaceTor Arne Vestbø2021-05-201-0/+8
* macOS: Fix warning about comparing different types in QCocoaScreen::isOnlineTor Arne Vestbø2021-05-201-2/+2
* QXcb: don't dereference pointer before checkingVolker Hilsheimer2021-05-201-1/+2
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-181-87/+22
* iOS: Accessibility: Set the correct traits for EditableTextAndy Shaw2021-05-141-1/+9
* Windows QPA/Vista style: Fix placeholder colorFriedemann Kleint2021-05-111-1/+10
* Fix passing QJniEnvironment to ANativeWindow_fromSurfaceMarius Kittler2021-05-101-1/+1
* iOS: Accessibility: Don't cut off the last character from the text valueAndy Shaw2021-05-091-2/+1
* Simplify bundled libjpeg buildEirik Aavitsland2021-05-061-1/+0
* cocoa: move DEBUG_PASTEBOARD into logging categoryLiang Qi2021-05-053-62/+21
* iOS: Implement QIOSScreen::logicalBaseDpi()Morten Sørvig2021-05-032-2/+2
* Android: Fix Application becomes unresponsive issuePekka Gehör2021-05-033-0/+11
* QVnc: clip requested screen region to available screen imageEirik Aavitsland2021-04-301-2/+3
* macOS: Don't override action set during drop handlingAndy Shaw2021-04-291-1/+3
* Skip adding externally added plugins to the plugin meta-setsAlexey Edelev2021-04-271-3/+0
* xcb: Add more debug info for XCB_INPUT eventLiang Qi2021-04-261-1/+44
* SQLite: Handle tables and fields with a dot in the name correctlyAndy Shaw2021-04-231-9/+24
* CMake: Fix build of QJpegPlugin in static Windows build with PCHAlexandru Croitor2021-04-211-0/+7
* Read DPI from X Settings initially as wellIlya Fedin2021-04-202-7/+18
* Replace conversion operator by operator* in QJniEnvironmentAssam Boudjelthia2021-04-153-5/+5
* Add QNX qpa to buildsMarianne Yrjänä2021-04-134-4/+189
* Don't disable menu items that belong to the active modal windowVolker Hilsheimer2021-04-123-5/+18
* [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
* Redundant condition: widgetHuang Jie2021-03-301-1/+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
* macOS: Don't draw scrollbar handle when there is no rangeAndy Shaw2021-03-201-1/+1
* FileChooser portal: send window id in hexJan Grulich2021-03-081-1/+1
* Android: make calling exit() conditional on an environment variableVille Voutilainen2021-03-051-2/+3
* Disable NetworkManager plugin for -no-dbusKai Koehne2021-02-241-1/+1
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-2441-76/+67
* 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