summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* QSqlite: Don't crash after binding too many placeholdersMarcel Krems2020-08-241-1/+6
* xcb: remove QT_XCB_NO_XI2_MOUSE code pathGatis Paeglis2020-08-234-134/+13
* qwsi: revert parts of 00ae1e6b7bf6efa5f5e57d37844e44d521604fb6Gatis Paeglis2020-08-231-2/+0
* Interbase: Close the cursor before reopening it later onAndy Shaw2020-08-231-3/+3
* xcb: Fix flushing of native subwindows when not using shared memoryTor Arne Vestbø2020-08-221-2/+11
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-227-21/+21
* xdgdesktopportal: Avoid dangling pointerMichael Weghorn2020-08-201-2/+2
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-1/+1
* CMake Build: Fix libdrm detection and compilation on QNXCristian Adam2020-08-192-0/+14
* Use the factor() function for getting scale factorsMorten Johan Sørvig2020-08-191-2/+2
* Cocoa: Translate the buttons used for the native font and color dialogsAndy Shaw2020-08-192-6/+7
* macOS: Remove support for surface-backed viewsTor Arne Vestbø2020-08-188-416/+32
* CMake: Re-implement configure/qmake's command line handling in CMakeJoerg Bornemann2020-08-171-0/+18
* Deprecate QVariant::Type uses in QSqlFieldLars Knoll2020-08-155-56/+56
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-155-10/+9
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-143-6/+6
* QAtomic*: purge deprecated load() and save() methodsEdward Welbourne2020-08-141-2/+3
* Windows QPA: Fix omitted Drop eventAndre de la Rocha2020-08-131-17/+6
* Windows: Remove method not existing in base classKai Koehne2020-08-121-1/+0
* QNX: fix buildSamuli Piippo2020-08-121-2/+2
* QNX: register mouse input deviceSamuli Piippo2020-08-122-8/+27
* Introduce maximumIdentifierLength to return database limits for namesAndy Shaw2020-08-112-1/+7
* wasm: detect canvas resize using ResizeObserver APIMorten Johan Sørvig2020-08-112-0/+45