summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Windows QPA: Fix build with mingw64/Win32 threadingFriedemann Kleint2020-09-151-7/+25
* Switch QSurfaceFormat::colorSpace to a QColorSpaceAllan Sandfeld Jensen2020-09-152-4/+5
* Fix -Wunguarded-availability-new for userInterfaceStyleAndré Klitzing2020-09-141-4/+6
* Add missing #includes for FreeBSD buildAdriaan de Groot2020-09-142-0/+2
* Plumb application quit through platform pluginTor Arne Vestbø2020-09-145-4/+9
* Silence warnings from using deprecated CUPS APIsLars Knoll2020-09-131-0/+6
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-2/+0
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-121-1/+1
* QStyle: return 'Fusion' instead of 'fusion'Richard Moe Gustavsen2020-09-124-4/+4
* Clang 10: Fix missing-exception-spec error on WindowsKai Koehne2020-09-111-0/+1
* Interbase: Add support for the boolean typeAndy Shaw2020-09-111-1/+22
* macos: Rename macos style to macOSRichard Moe Gustavsen2020-09-113-3/+3
* Do not expose xlib as public dependency of QtGuiJoerg Bornemann2020-09-113-0/+5
* [macOS] Add native virtual key code to modifier keysMichael Brüning2020-09-101-9/+18
* X11: set fallback logical DPI to 96Morten Johan Sørvig2020-09-101-6/+6
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-104-8/+8
* Fix a number of MSVC integer conversion warningsFriedemann Kleint2020-09-101-1/+1
* Avoid crashing in offscreen with X11 builtin but not availableAllan Sandfeld Jensen2020-09-091-2/+4
* Windows QPA: Enable toggling Windows transparencyFriedemann Kleint2020-09-082-4/+7
* Interbase: Correctly read/write arrays to the databaseAndy Shaw2020-09-081-17/+3
* macOS: Don't assume we will get didBecomeKey for non-Qt NSWindowsTor Arne Vestbø2020-09-081-9/+12
* PostgreSQL: Attempt to subscribe even if it is already addedAndy Shaw2020-09-071-9/+8
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-066-44/+3
* QStyle: remove deprecated SH_SpellCheckUnderlineStyleChristian Ehrlicher2020-09-051-3/+0
* QWindowsKeyMapper: fix mixed math between int and enum/flagsGiuseppe D'Angelo2020-09-051-3/+3
* Fix compiler warnings after QKeyCombination introductionVolker Hilsheimer2020-09-052-11/+10
* xcb: drop Xinerama supportLiang Qi2020-09-047-48/+3
* Fix memory sanitizer complaint about uninitialized valueLiang Qi2020-09-041-1/+1
* QCocoaKeyMapper: do not sum integral+QFlagsGiuseppe D'Angelo2020-09-031-2/+2
* Vista Style: Fix pixelized arrow of QCommandLinkButton with scalingFriedemann Kleint2020-09-021-1/+1
* Vista style: Fix pixelized elements after focus/activationFriedemann Kleint2020-09-021-1/+2
* Fix warning: don't compare Qt::TouchPointReleased and QEventPoint::StateShawn Rutledge2020-09-021-1/+1
* Android: Fix warning: unused variable 'm_statusBarShowing'Alessandro Portale2020-09-011-2/+0
* Remove QStyleOptionProgressBar::orientation memberVolker Hilsheimer2020-08-294-21/+20
* Port QtBase to the new QIcon::pixmap() APIMorten Johan Sørvig2020-08-291-13/+8
* Include qhash.h in header instantiating QHashEdward Welbourne2020-08-281-0/+1
* Use OpenType font weightsJonas Karlsson2020-08-281-2/+1
* QIconEngine: move away from virtual_hook usageMorten Johan Sørvig2020-08-272-2/+2
* Add QOffScreenSurface platform API abstractionAssam Boudjelthia2020-08-275-38/+44
* Rename QStyleOptionMenuItem::tabWidth to reservedShortcutWidthVolker Hilsheimer2020-08-273-3/+3
* Change QByteArray to handle large arraysLars Knoll2020-08-273-5/+5
* Mark some Qt namespace enum members properly as deprecatedEdward Welbourne2020-08-271-3/+0
* X11: restrict fallback logical DPI to 96 and higherMorten Johan Sørvig2020-08-261-1/+6
* macOS: rename 'macintosh' style to 'macos'Richard Moe Gustavsen2020-08-264-4/+4
* Smart pointers: port to explicit operator boolGiuseppe D'Angelo2020-08-261-1/+1
* Fix warning from unused parameterVolker Hilsheimer2020-08-261-0/+1
* Android: split arguments passed to the main appAssam Boudjelthia2020-08-251-1/+2
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-252-3/+3
* Fix warning after QMetaType changesVolker Hilsheimer2020-08-251-1/+1
* wasm: deregister event handlersLorn Potter2020-08-252-0/+22