summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* InputMethodQueryResult - use int as a key, not Qt::InputMethodQueryTimur Pocheptsov2022-10-061-1/+1
* macOS: Pass on native virtual key (key code) for modifier keysTor Arne Vestbø2022-10-051-1/+8
* Remove dead code & cull public API in WASM compositorMikolaj Boc2022-10-055-44/+30
* Port from container.count()/length() to size()Marc Mutz2022-10-0432-94/+94
* plugins: use nullptr instead of 0 and NULLJohannes Kauffmann2022-10-0225-41/+45
* QODBC: fix handling NULL values for stringsChristian Ehrlicher2022-10-011-16/+11
* QWindowsKeyMapper: simplify the code a bit (1/2)Yuhang Zhao2022-09-301-6/+2
* macOS: Reflect platform settings for double click and key repeat intervalsTor Arne Vestbø2022-09-291-0/+6
* QIOSTheme: Get the appearance mode from the UIWindow's traitCollectionDoris Verria2022-09-291-1/+1
* Fix building with disabled OpenGL after switching to the syncqt toolMartin Storsjö2022-09-292-0/+3
* QODBC: correctly fill cache when index() is calledChristian Ehrlicher2022-09-281-1/+1
* Add missing GL includes in WASM compositorMikolaj Boc2022-09-271-0/+3
* Replace the syncqt.pl script with syncqt toolAlexey Edelev2022-09-271-0/+2
* iOS: send control keys to Qt, even if IM is enabledRichard Moe Gustavsen2022-09-241-22/+31
* iOS, input panel: be more careful before enabling QIOSKeyboardListenerRichard Moe Gustavsen2022-09-231-2/+2
* Windows QPA: remove two unused forward declared structsYuhang Zhao2022-09-231-3/+0
* QWindowsKeyMapper: make one variable constYuhang Zhao2022-09-231-1/+1
* eglfs: Add env.var. to disable the dedicated drmHandleEvent threadLaszlo Agocs2022-09-225-15/+58
* Replace QPlatformTheme::Appearance by Qt:AppearanceAxel Spoerl2022-09-2016-34/+34
* macOS: Report compound window state when state changesTor Arne Vestbø2022-09-202-13/+17
* macOS: Handle asynchronous deminiaturizing of windowsTor Arne Vestbø2022-09-201-3/+12
* Redirect resize from QSizeGrip to system resize in wasm compositorMikolaj Boc2022-09-204-0/+55
* wasm: capture pointer unconditionally on PointerDown eventAleksandr Reviakin2022-09-191-3/+4
* wasm: add DejaVu Sans as a fallback fontAleksandr Reviakin2022-09-191-4/+6
* QWindowsKeyMapper: whitespace fixesYuhang Zhao2022-09-191-5/+6
* Make the clipboard paste from the outside work correctlyMikolaj Boc2022-09-183-17/+34
* macOS: Remove hard-coded logic for determining if key event has textTor Arne Vestbø2022-09-173-6/+19
* Android: Fix flickering on window resize and show keyboardSamuel Mira2022-09-171-9/+12
* QWSI: Remove dead code for macOS-specific shortcut-override handlingTor Arne Vestbø2022-09-151-2/+1
* QCocoaColor(/Font)Dialog: Call makeKeyAndOrderFront asynchronouslyDoris Verria2022-09-142-2/+22
* QMacPasteboard: check QGuiApplication is alive for a promise containing QPixmapTimur Pocheptsov2022-09-142-1/+17
* wasm: fix native keyboard popup on iOSLorn Potter2022-09-141-1/+1
* macOS: Return false from set(Keyboard/Mouse)GrabEnabledTor Arne Vestbø2022-09-131-18/+4
* Squash deprecation warnings about SecureTransport being deprecatedTor Arne Vestbø2022-09-131-0/+5
* Make popup menus non-resizable on WASMMikolaj Boc2022-09-131-0/+4
* Fix QWasmWindowStack::topWindow when the stack is emptyMikolaj Boc2022-09-121-1/+1
* FileChooser portal: set current_file only when file already existsIlya Fedin2022-09-101-3/+6
* xcb: Remove unneeded call to QHighDpiScaling::updateHighDpiScalingTor Arne Vestbø2022-09-091-1/+0
* QOffscreenIntegration: Don't keep around removed screensTor Arne Vestbø2022-09-091-2/+2
* Propagate the copy event correctly to Qt widgets on WASMMikolaj Boc2022-09-093-7/+21
* Don't browser-sniff to detect the permissions APIMikolaj Boc2022-09-092-26/+15