summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* [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
* macOS: don't let windows that are transparent for input become key windowVolker Hilsheimer2021-02-202-2/+3
* Unbreak binary compatibility in QStyleOptionHeaderVolker Hilsheimer2021-02-191-2/+4
* xcb: unset old states and set new ones for windowLiang Qi2021-02-151-16/+33
* QNetworkInformation fixupsMårten Nordheim2021-02-125-0/+8
* 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
* Fix compilation of the QPSQLDriverPlugin plugin with enabled PCHAlexey Edelev2021-02-101-0/+11
* eglfs: kms: Log gbm bo handle and stride as wellLaszlo Agocs2021-02-081-1/+2
* Fix compiler warnings for QFontMetrics useAssam Boudjelthia2021-02-081-1/+1
* 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
* QNetworkInformation backend for AndroidMårten Nordheim2021-02-056-0/+520
* SCNetworkReachability based backend for QNetworkInformationMårten Nordheim2021-02-053-0/+159
* NetworkManager based backend for QNetworkInformationMårten Nordheim2021-02-055-0/+435
* 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
* NetworkListManager based backend for QNetworkInformationMårten Nordheim2021-02-024-0/+384
* 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
* Fix compilation of ibase sqldriver plugin, added overrideAndreas Buhr2021-02-011-1/+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
* ibase: Fix the compilation and include it again so it can be detectedAndy Shaw2021-01-264-19/+36
* Add upstream version of FindPostgreSQL.cmakeAlexey Edelev2021-01-261-3/+0
* Android: Fix deprecated QVariant usageAndy Nichols2021-01-261-1/+1