summaryrefslogtreecommitdiffstats
path: root/src/gui/platform
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-1648-1829/+101
* Add missing header files to the module sourcesAlexey Edelev2022-05-121-2/+3
* QAppleKeyMapper: Print key via QKeySequence instead of as QCharTor Arne Vestbø2022-04-291-1/+1
* QtGui: includemocsMarc Mutz2022-04-299-0/+18
* QtGui: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-283-18/+18
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-289-146/+163
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-134-7/+7
* QtGui: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [2/2]: private APIMarc Mutz2022-04-054-12/+26
* Gui: Do not depend on transitive includesFabian Kosmale2022-03-172-0/+2
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-2411-9/+19
* QGnomeTheme: remove unneeded Q_DNoah Davis2022-02-171-1/+0
* QGnomeTheme: Allow Space, Return, Enter and Select to press buttonsNoah Davis2022-02-161-0/+4
* Make indicator-application hack work in flatpakIlya Fedin2022-02-121-1/+6
* wasm: improve qstdweb::EventCallbackMorten Johan Sørvig2022-02-111-1/+1
* Avoid file-static initialization of symbols that need @availability checkTor Arne Vestbø2022-02-091-26/+27
* qxkbcommon: UCS-4-encode surrogate characters in QKeyEvent::key()Gatis Paeglis2021-12-061-1/+5
* Document which header to include for the various native interfacesTor Arne Vestbø2021-12-042-0/+4
* wasm: Move Blob creation code to qstdwebMorten Johan Sørvig2021-11-271-19/+5
* wasm: Move streamFile() to qstdwebMorten Johan Sørvig2021-11-261-39/+1
* gui: Fix typos in documentationJonas Kvinge2021-10-121-2/+2
* gui: Fix typos in source code commentsJonas Kvinge2021-10-124-4/+4
* Add message debug entry for DPI change eventsMorten Johan Sørvig2021-10-071-0/+6
* Always fallback opening URLs to the regular way if portal failsIlya Fedin2021-10-071-14/+6
* Expose the config and display for EGL-based QOpenGLContextsLaszlo Agocs2021-09-131-0/+12
* macOS: Improve QAppleKeyMapper loggingTor Arne Vestbø2021-09-131-1/+14
* Revert "Add Deepin to the list of GTK based desktop environments"Tang Haixiang2021-09-091-2/+1
* Add Deepin to the list of GTK based desktop environmentsTang Haixiang2021-09-091-1/+2
* macOS: Clarify QAppleKeyMapperTor Arne Vestbø2021-08-201-7/+29
* Change since for QNativeInterface::QX11Application to 6.2Jonas Kvinge2021-08-171-1/+1
* macOS: Map dead keys directly to their terminator when building key mapTor Arne Vestbø2021-08-162-4/+5
* macOS: Don't treat null-key as potential shortcut keyTor Arne Vestbø2021-08-161-0/+2
* Add native interface for X11 application, exposing display and connectionTor Arne Vestbø2021-08-061-0/+30
* [qgenericunixservices] Consider kde-open5 for opening URLsNicolas Fella2021-07-281-0/+2
* QDBusMenuConnection: Close open D-Bus connectionJonas Kvinge2021-06-302-0/+9
* QtGui: Fix include conventionFriedemann Kleint2021-06-021-1/+1
* Support hardware composition for webOSElvis Lee2021-06-011-0/+4
* qxkbcommon: Map Super/Hyper to Meta early enough to have an effectAndrey Butirsky2021-05-251-6/+6
* qxkbcommon: Keep lower case as Qt key when upper case is not in Latin1Andrey Butirsky2021-05-251-0/+8
* Rejig native interface plumbingTor Arne Vestbø2021-05-124-10/+5
* Move QtX11Extras into QtGui as private APITor Arne Vestbø2021-05-102-0/+658
* Remove duplicated declaration of QCocoaGLContext native interfaceTor Arne Vestbø2021-05-061-7/+0
* Don't own unique name for QDBusTrayIconIlya Fedin2021-04-212-14/+5
* Fix GLX on non-linux X11 systemsNiclas Rosenvik2021-04-111-2/+2
* Merge integration refs/builds/qtci/dev/1617813097Qt CI Bot2021-04-072-8/+8
|\
| * fix Alt+` shortcut on non-US layoutsAndrey Butirsky2021-04-072-8/+8
* | indicator-application hack: fallback to dbus service checkIlya Fedin2021-04-071-0/+8
|/
* Fix no mapping for SysReq keyAndrey Butirsky2021-03-251-0/+1
* Doc: Use correct include for QWGLContextPaul Wicking2021-03-041-1/+1
* Doc: Specify correct include for QWGLContextPaul Wicking2021-03-031-0/+1
* iOS: Pass the text to handleExtendedKeyEvent when knownAndy Shaw2021-02-232-2/+6