summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Remove QPlatformScreen::pixelDensity()Morten Johan Sørvig2020-10-056-22/+0
* Windows QPA: Fix building with OpenGL disabled after "QFlags: remove deprecat...Martin Storsjö2020-10-051-1/+1
* Change QString::fromLatin1 and friends to use QByteArrayViewLars Knoll2020-10-051-1/+1
* CMake: set default eglfs device integration pluginSamuli Piippo2020-10-051-1/+16
* CMake: enable egl_viv pluginsSamuli Piippo2020-10-053-2/+58
* QFlags: remove deprecated constructorEdward Welbourne2020-10-032-6/+6
* Android: rename Android's package name for Qt 6Assam Boudjelthia2020-10-036-14/+14
* CMake Build: Add direct2d CMake buildCristian Adam2020-09-302-1/+278
* Add logging categories to image handlersAllan Sandfeld Jensen2020-09-303-7/+17
* QCocoaDrag - set image only on the first drag itemTimur Pocheptsov2020-09-281-2/+7
* Fix compiler warnings from QKeyCombinationLars Knoll2020-09-281-2/+2
* Windows Vista/XP Styles: Clean up some codeFriedemann Kleint2020-09-265-67/+10
* xcb: Avoid BadMatch error when creating non-OpenGL windowAlexander Volkov2020-09-251-13/+3
* CMake Build: Fix iOS build with PCH and CMake 3.18.3Cristian Adam2020-09-251-0/+8
* Windows: Build print support plugin directly into QtPrintSupportFriedemann Kleint2020-09-2411-1094/+0
* QCocoaDrag::drag - make sure clipboard is ours and populatedTimur Pocheptsov2020-09-231-4/+4
* macOS: Don't assume NSSlider is never flippedTor Arne Vestbø2020-09-231-7/+7
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-2336-137/+137
* CMake: Regenerate projectsAlexandru Croitor2020-09-226-1/+71
* Windows QPA: Fix warnings about deprecated operator + for keysFriedemann Kleint2020-09-221-2/+2
* QCocoaDrag::maybeDragMultipleItems - fix erroneous size checkTimur Pocheptsov2020-09-211-1/+1
* Cleanup API of QMimeDataLars Knoll2020-09-2114-48/+47
* QAbstractEventDispatcher: change event dispatcher timer interval to qint64Liu Yang2020-09-212-2/+2
* Gif decoder: fix read error caused by ub checkEirik Aavitsland2020-09-181-5/+7
* Handle NSEvent*MouseDragged in QCocoaWindow::startSystemMove()René Meusel2020-09-181-0/+3
* xcb: Reduce number of created colormapsAlexander Volkov2020-09-164-12/+26
* Windows QPA: Remove unused functionFriedemann Kleint2020-09-161-10/+0
* Make xkb a private dependency of QtGuiJoerg Bornemann2020-09-162-0/+3
* Remove dead codeVolker Hilsheimer2020-09-151-16/+0
* 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