summaryrefslogtreecommitdiffstats
path: root/src/gui/platform
Commit message (Expand)AuthorAgeFilesLines
...
* Copy memory to buffer when saving files on wasm with threading onMikolaj Boc2023-04-251-4/+28
* qxkbcommon: Amend comment for Qt::Key upper-case transformationAndrey Butirsky2023-04-201-6/+6
* QXkbCommon: set Qt::KeypadModifier when keypad button is pressedMario Roessel2023-04-202-2/+5
* Guard qopenglcontext_p.h with the QT_NO_OPENGL checkAlexey Edelev2023-04-051-1/+4
* Implement setBadgeNumber for xcb backendCarl Schwan2023-04-042-0/+32
* Revert "D-Bus system tray: properly check whether StatusNotifierHost available"Ilya Fedin2023-04-054-10/+13
* Make flatpak check more backward compatibleIlya Fedin2023-04-041-1/+1
* Revert "Revert "qxkbcommon: Treat XKB_KEY_{Super,Hyper}_{L,R} as Qt::Key_Meta...Andrey Butirsky2023-03-311-1/+1
* Replace Q_CORE_EXPORT with Q_AUTOTEST_EXPORT in qlocalfileapi_p.hMikolaj Boc2023-03-201-3/+6
* Support filter list for file input when opening a file on WASMMikolaj Boc2023-03-073-51/+81
* Revert "qxkbcommon: Treat XKB_KEY_{Super,Hyper}_{L,R} as Qt::Key_Meta by defa...Liang Qi2023-02-231-1/+1
* qxkbcommon: Treat XKB_KEY_{Super,Hyper}_{L,R} as Qt::Key_Meta by defaultAndrey Butirsky2023-02-171-1/+1
* Rename Qt::Appearance to Qt::ColorSchemeTor Arne Vestbø2023-02-132-26/+26
* macOS: map Qt::Key_Return to NSCarriageReturnCharacter in menusVolker Hilsheimer2023-02-111-1/+1
* Clean up QUtiMimeConverter APIVolker Hilsheimer2023-02-083-14/+20
* xkbcommon: make shortcuts persistent across layoutsAndrey Butirsky2023-01-311-36/+3
* QUtiMimeConverter: document as public and fix \sinceVolker Hilsheimer2023-01-301-6/+6
* API review: disable copy for new mime converters classesVolker Hilsheimer2023-01-262-0/+2
* QWindowsMimeConverter: fix copyright yearMarc Mutz2023-01-171-1/+1
* Add QEGLContext::invalidateContextThomas Senyk2023-01-121-0/+16
* wasm: align QWasmLocalFileAccess API with 6.4Morten Sørvig2022-12-282-8/+86
* Avoid mutual ownership in qstdweb's File::streamMikolaj Boc2022-12-221-1/+1
* Add xdg-activation support to QGenericUnixServicesNicolas Fella2022-12-131-41/+121
* Add possibility to retrieve displayId for AndroidPiotr Mikolajczyk2022-12-091-0/+4
* Add QNativeInterface::Private::QWaylandWindowDavid Redondo2022-11-291-0/+11
* QWindowsMimeConverter: Fix forward-declaration of foreign structsMårten Nordheim2022-11-261-5/+6
* Add QPlatformTheme::MouseCursorTheme and MouseCursorSizeLiang Qi2022-11-181-0/+26
* Reintroduce converter APIs for supporting native clipboard formatsVolker Hilsheimer2022-11-167-124/+100
* Make QMacMime::canConvert a non-virtual helper for other virtualsVolker Hilsheimer2022-11-092-85/+24
* QWindowsMime: Fix namespace issueMårten Nordheim2022-11-081-0/+4
* QMacMime API cleanup: use uti instead of flavorVolker Hilsheimer2022-11-073-250/+272
* Standardize QMacMime and QWindowsMimeVolker Hilsheimer2022-11-073-52/+55
* macOS: Make QMacMime's handler scope type-safeVolker Hilsheimer2022-11-074-33/+36
* Rename QMacInternalPasteboardMime to QMacMimeVolker Hilsheimer2022-11-074-127/+126
* Windows: simplify registration of QWindowsMime implementationsVolker Hilsheimer2022-11-072-1/+157
* Fix spelling of converterVolker Hilsheimer2022-11-041-3/+3
* Clean-up: const'ify QMacInternalPasteboardMime APIVolker Hilsheimer2022-11-032-110/+135
* Clean up QMacMimeRegistry: remove convertorVolker Hilsheimer2022-11-032-19/+0
* Clean up QMacInternalPasteboardMime: remove convertorNameVolker Hilsheimer2022-11-033-78/+4
* Refactor: split QMacMime registry and virtual interfaceVolker Hilsheimer2022-11-034-176/+243
* Add QNativeInterface::Private::QWaylandScreenDavid Redondo2022-10-271-0/+11
* Add QNativeInterface::QWaylandApplicationDavid Redondo2022-10-251-0/+45
* offer an opt out of automatic xdg-desktop-portal useHarald Sitter2022-10-221-0/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-112-5/+5
* Port from container.count()/length() to size()Marc Mutz2022-10-043-4/+4
* Fix build without opengl featureAlexey Edelev2022-09-241-1/+3
* Implement appearance detection generic unix themesAxel Spoerl2022-09-212-11/+135
* QtGui: Fix mismatches between string types and string literalsMate Barany2022-09-211-2/+2
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* QDBusTrayIcon: add xdg-activation supportIlya Fedin2022-08-312-0/+10