summaryrefslogtreecommitdiff
path: root/src/gui/platform
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make QKdeTheme aware of runtime theme changesAxel Spoerl2022-08-301-5/+148
* add color picking support on wayland using the XDG desktop portalHarald Sitter2022-08-262-1/+147
* wasm: use matchView() instead of match()Morten Sørvig2022-08-251-5/+5
* Move PreselectFirstFileInDirectory theme hint from QGtk3Theme to QGnomeThemeIlya Fedin2022-08-221-0/+2
* Use the local file APIs to save/load files on WASMMikolaj Boc2022-08-122-55/+173
* darwin: Remove unneeded SDK version checks for older versionsTor Arne Vestbø2022-08-051-2/+0
* Send parent_window handle to desktop portalDavid Redondo2022-07-252-11/+33
* Enable access to QWindowsScreen from QScreenPiotr Srebrny2022-07-061-0/+10
* Create the Qt File Filter => showOpen/SaveFilePicker options mapperMikolaj Boc2022-07-052-0/+284
* Fix typos in docs and commentsKai Köhne2022-06-151-2/+2
* wasm: export a few symbolsLorn Potter2022-06-011-3/+3
* [qtx11extras] Replace references to QDesktopWidget with QScreenNicolas Fella2022-05-181-5/+5
* 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