summaryrefslogtreecommitdiffstats
path: root/src/gui/platform
Commit message (Expand)AuthorAgeFilesLines
* qxkbcommon: fix isKeypadYifan Zhu108 min.1-1/+40
* Apple: use xmark.circle for the "clear" iconVolker Hilsheimer2024-02-221-1/+1
* Apple icon engine: maintain aspect ratio of imageVolker Hilsheimer2024-02-202-24/+22
* Apple: Fix a few deprecation warnings after bumping deployment targetsTor Arne Vestbø2024-02-191-1/+2
* Implement icon mapping for Apple, Android, and WindowsRayam Pinto2024-02-181-4/+239
* AppleIconEngine: fix aspect ratio adjustmentVolker Hilsheimer2024-02-151-8/+9
* cmake: Generate Apple privacy manifest files for Qt modulesTor Arne Vestbø2024-02-131-0/+23
* QGenericUnixServices: make sure the picker returns a colorLiang Qi2024-02-031-3/+7
* qxkbcommon: map XKB_KEY_XF86Calculator to Qt::Key_CalculatorYifan Zhu2024-01-311-0/+1
* Simplify new QIcon ThemeIcon constants and APIVolker Hilsheimer2024-01-261-14/+14
* QGenericUnixTheme: Rename ColorTheme enum value to ColorSchemeAxel Spoerl2023-12-291-3/+3
* Doc: QAndroidScreen:displayId(): Fix capitalizationKai Köhne2023-12-281-1/+1
* Make some QScreen native interfaces publicDavid Redondo2023-12-083-12/+37
* Introduce a configure feature for WaylandDavid Redondo2023-12-072-2/+6
* QIcon: use (some) ThemeIcon constants in the Apple engine implementationVolker Hilsheimer2023-12-071-16/+15
* Add initial implementation of macOS and iOS icon theme implementationsVolker Hilsheimer2023-11-232-0/+294
* Mime type conversion: clarify and clean up documentationVolker Hilsheimer2023-11-223-15/+35
* Fix build with qt-namespaceMårten Nordheim2023-11-172-1/+3
* Windows: Improve hidpi style drawing and metricsMorten Sørvig2023-11-152-0/+112
* QXkbCommon: Use isKeypad() to replace duplicate logicLu YaNing2023-11-091-1/+1
* Doc: Specify correct include for QWaylandApplicationPaul Wicking2023-10-301-0/+1
* Add missing documentation for QWaylandApplication::seat()Nicolas Fella2023-10-181-0/+4
* macOS: Enable Latin key combinations when Command (⌘) modifier is pressedTor Arne Vestbø2023-10-171-5/+40
* macOS: Filter out and prioritise key combinations that produce the same keyTor Arne Vestbø2023-10-171-3/+32
* Add the missing QtGui/qtgui-config.hAlexey Edelev2023-10-161-0/+1
* Guard QAppleKeyMapper::fromNSString() with iOS defineTor Arne Vestbø2023-10-112-32/+33
* Add verbose debug logging for QKeyMapper::possibleKeys()Tor Arne Vestbø2023-10-111-12/+0
* xkb: fix build with libxkbcommon 1.6.0 and laterLiang Qi2023-10-101-0/+4
* Implement QAppleKeyMapper in terms of QPlatformKeyMapperTor Arne Vestbø2023-10-102-10/+11
* Implement XCB key mapper in terms of QPlatformKeyMapperTor Arne Vestbø2023-10-092-13/+28
* Teach QKeySequencePrivate about QKeyCombinationTor Arne Vestbø2023-10-091-7/+7
* Long live QPlatformKeyMapper!Tor Arne Vestbø2023-10-062-1/+2
* revert "xkbcommon: make shortcuts persistent across layouts"Tor Arne Vestbø2023-09-291-3/+36
* Avoid crash when keysymToQtKey(keysym, Qt::ControlModifier) is calledAlexander Volkov2023-09-281-0/+2
* QGenericUnixServices: ensure xdg activation token callback is calledIlya Fedin2023-09-051-1/+3
* wasm: Fix QFileDialog file filterPiotr Wierciński2023-08-252-72/+12
* QGenericUnixThemesDBusListener: Remove stray qDebug()Axel Spoerl2023-07-181-1/+0
* Gui: include mocsMårten Nordheim2023-07-071-0/+2
* qgenericunixservices: Move x11 specific code to the Xcb backendDavid Edmundson2023-07-051-3/+1
* QXkbCommon::isLatin1 : Add a lower bound of Latin1Inho Lee2023-07-041-1/+1
* QtGui: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-06-281-2/+2
* Make Gnome theme react to color theme changes without GTKAxel Spoerl2023-05-221-0/+3
* QGenericUnixThemes: Make DBus listener configurableAxel Spoerl2023-05-211-50/+251
* wasm: Add DOM accessors functions through NativeInterfacePiotr Wierciński2023-05-051-0/+17
* OpenFile portal: do not use O_PATH fdsJan Grulich2023-05-031-8/+2
* 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