summaryrefslogtreecommitdiffstats
path: root/src/gui/platform
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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