summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Proper clearing of WinRT factory cacheAndreas Buhr2022-10-313-1/+8
* SQLite: enable default features for the built-in versionGiuseppe D'Angelo2022-10-301-0/+3
* qnswindow (-backgroundColor) - return 'clear color' for Qt::PopupTimur Pocheptsov2022-10-281-2/+7
* macOS: Don't include QSystemTrayIcon windows in Dock menu window listTor Arne Vestbø2022-10-281-3/+9
* Revert "QMacStyle: paint PE_PanelScrollArea differently"Timur Pocheptsov2022-10-281-6/+6
* macOS: Remove duplicated sources and headers in plugin CMakeLists.txtTor Arne Vestbø2022-10-281-3/+0
* eglfs: kms: Make screen cloning functional by defaultLaszlo Agocs2022-10-282-41/+93
* Windows QPA: Remove tablet->mouse synth and fix Drag&Drop with touch/penAndré de la Rocha2022-10-283-3/+82
* Windows QPA: suppress warning message when not neededYuhang Zhao2022-10-281-7/+11
* QMacStyle: paint PE_PanelScrollArea differentlyTimur Pocheptsov2022-10-271-6/+6
* xcb: Fix segmentation fault on destruction of QXcbConnectionRob De Reycke2022-10-271-1/+2
* Android: Handle light/dark mode changesBartlomiej Moskal2022-10-263-12/+82
* QGuiApplication on Android can now detect multiple displaysWojciech Błaszak2022-10-263-56/+87
* wasm: disable run-time check for specialHTMLTargetsMorten Sørvig2022-10-251-0/+38
* Revert "Android: fix Android assets handler not listing dirs with only sub dirs"Jani Heikkinen2022-10-251-6/+5
* qtwindowsglobal: Fix mixed-enum operations warningMårten Nordheim2022-10-251-1/+3
* qwindowstheme: Remove unused functionMårten Nordheim2022-10-251-12/+0
* Windows 11: draw checked menu items with an explicit backgroundVolker Hilsheimer2022-10-251-0/+11
* Make Qt on WASM correctly draw windows with QT_SCALE_FACTORMikolaj Boc2022-10-251-3/+4
* Windows: bump NTDDI_VERSION to latest version and remove some duplicated codeYuhang Zhao2022-10-245-23/+4
* Remove unimplemented function from WinVistaStyleYuhang Zhao2022-10-241-1/+0
* Add QPlatformTheme::MenuBarFocusOnAltPressReleaseVolker Hilsheimer2022-10-231-0/+2
* QCocoaMenuBar: avoid duplication of 'special' entries in the 'Edit' menuTimur Pocheptsov2022-10-221-12/+16
* jpeg handler: store Grayscale16 format images as grayscale, not rgbEirik Aavitsland2022-10-221-0/+7
* SQL/MySQL: rework driver option parsingChristian Ehrlicher2022-10-221-74/+83
* Fix the workaround in ~QWasmOpenGLContextMikolaj Boc2022-10-211-5/+17
* Android: fix Android assets handler not listing dirs with only sub dirsAssam Boudjelthia2022-10-211-5/+6
* Windows: Don't force native file dialogs to index compressed filesVolker Hilsheimer2022-10-211-1/+11
* SQL/MySQL: misc cleanupChristian Ehrlicher2022-10-211-32/+23
* Android: Fix clipboard issue with urlsChristian Strømme2022-10-201-12/+10
* Fix typo in QWasmWindowStack's nameMikolaj Boc2022-10-203-21/+21
* Refactor windows vista style for Qt widgetsSanthosh Kumar2022-10-1911-5042/+3859
* Android: properly retrieve mime type of uri to for openUrl()Assam Boudjelthia2022-10-191-5/+6
* QMacStyle: Set NSControlStateValueOn for selected tabsDoris Verria2022-10-191-1/+6
* QIOSMessageDialog::exec - work around 'windowsless' execTimur Pocheptsov2022-10-191-0/+20
* QMacStyle: restore control size after re-initializationTimur Pocheptsov2022-10-181-0/+2
* QIosScreen: retain the right windowTimur Pocheptsov2022-10-181-1/+1
* QIosTextResponder: stop using deprecated constants and typeTimur Pocheptsov2022-10-171-4/+4
* QIosMenu - do not check -undo: and -redo: selectorsTimur Pocheptsov2022-10-171-2/+2
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-153-6/+3
* SQL/OCI: fix compilationChristian Ehrlicher2022-10-142-2/+3
* SQL/OCI: add missing overide()Christian Ehrlicher2022-10-141-1/+1
* wasm: remove QWasmClipboard::m_isListenerMorten Sørvig2022-10-142-12/+3
* wasm: remove QWasmClipboard::isPasteMorten Sørvig2022-10-142-12/+9
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-1136-77/+77
* QIOSTheme: Set appearance based on UIScreen if no windows created yetDoris Verria2022-10-102-6/+19
* WindowsKeyMapper: Fix unsigned/signed mismatch errorMårten Nordheim2022-10-101-1/+1
* QWindowsKeyMapper: simplify the code a bit (2/2)Yuhang Zhao2022-10-081-5/+1
* QWindowsKeyMapper: replace legacy values with new oneYuhang Zhao2022-10-081-2/+2
* QCocoaWindow::windowStyleMask: make popups non-resizableTimur Pocheptsov2022-10-071-1/+3