summaryrefslogtreecommitdiffstats
path: root/src/gui/platform/unix
Commit message (Expand)AuthorAgeFilesLines
* QGnomeTheme: Enhance system color scheme detectionMohammadHossein Qanbari7 hours2-28/+72
* dbusmenu: Skip registration with the registrar on WaylandVlad Zahorodnii2025-04-111-14/+19
* QGnomeTheme: Prevent leak of QDBusPendingCallWatcherDavid Redondo2025-04-102-3/+4
* Remove double negation ifdefs in QKdeThemeAxel Spoerl2025-04-072-10/+10
* Remove double negation ifdefs in QGnomethemeAxel Spoerl2025-04-072-14/+14
* Remove double negation ifdefs in QGenericUnixThemeAxel Spoerl2025-04-072-12/+12
* GnomeTheme: Add missing QtDBus includesMichael Weghorn2025-03-301-0/+3
* GnomeTheme: read the initial color-scheme value from dbusOliver Eftevaag2025-03-281-18/+39
* Add virtual member QPlatformTheme::contrastPreference()Oliver Eftevaag2025-03-285-12/+70
* QDesktopUnixServices: don't leak the QDBusPendingCallWatcherMarc Mutz2025-03-282-3/+6
* QGenericUnixTheme: Fix build w/o xcb and waylandAxel Spoerl2025-03-271-3/+4
* Correctly name pragma macro in qgenericunixtheme_p.hAxel Spoerl2025-03-251-3/+3
* QKdeTheme: de-inline dtor; make ctor explicitMarc Mutz2025-03-242-1/+5
* QKdeTheme: Don't leak resources on shutdownFabian Kosmale2025-03-211-0/+1
* QDBusListener: remove ChangeSignal's defaut ctorMarc Mutz2025-03-212-3/+3
* QGenericUnixTheme: de-pessimise xdgFileIcon()Marc Mutz2025-03-201-1/+1
* Clean up QKdeThemeAxel Spoerl2025-03-192-62/+68
* Re-implement QPlatformTheme::requestColorScheme() in QKdeThemeAxel Spoerl2025-03-172-13/+46
* QGenericUnixTheme: Fix build, adding missing #includesThiago Macieira2025-03-123-0/+6
* Refactor qgeneericunixthemes_p.h/cppAxel Spoerl2025-03-119-933/+1090
* QGenericUnixTheme: reduce unnecessary relocationsMarc Mutz2025-03-061-32/+35
* Add logging category for platform servicesDavid Redondo2025-02-251-9/+5
* Add Qt::Key_KeyboardKai Uwe Broulik2025-02-171-0/+1
* QDesktopUnixServices: Fix #endif commentDavid Redondo2025-01-301-1/+1
* Platform: unix - avoid modifying the environmentTim Blechmann2025-01-291-7/+16
* QDesktopUnixServices: avoid to call virtual function in constructorLiang Qi2025-01-231-1/+1
* platforms: rename QGenericUnixServices to QDesktopUnixServicesLiang Qi2025-01-213-28/+28
* QGenericUnixServices: avoid dbus calls on non xdg envsLiang Qi2025-01-211-0/+3
* Fix the unsupported Q_UNREACHABLE_RETURN statement in constexpr functionsAlexey Edelev2025-01-171-3/+18
* Replace qgetenv() calls converted to QString with qEnvironmentVariable()Thiago Macieira2025-01-012-5/+5
* Guard the usages of QPlatformIntegration::services()Liang Qi2024-11-251-1/+2
* Introduce VxKeyboard input pluginMichał Łoś2024-10-301-0/+15
* xcb: Report location of DBus menubar on window propertiesDavid Edmundson2024-10-104-7/+36
* De-inline dtors of QAbstractEventDispatcherPrivate subclassesMarc Mutz2024-10-082-0/+4
* QGenericUnixServices: properly disconnect signals in dtorChristian Ehrlicher2024-08-302-1/+14
* QGUTheme: add Pantheon to the list of GTK based desktop environmentsLiang Qi2024-07-121-0/+1
* QKdeTheme: Fix default value for ItemViewActivateItemOnSingleClickNicolas Fella2024-06-241-0/+4
* Gui: Make more logging categories staticUlf Hermann2024-06-241-1/+1
* Straighten out various logging categoriesUlf Hermann2024-06-191-2/+0
* QFileSystemModel: only use theme icons if a theme is setVolker Hilsheimer2024-06-171-0/+6
* Check D-Bus tray availability every timeIlya Fedin2024-06-011-9/+4
* Don't fallback to X11 tray backend on non-X11Ilya Fedin2024-06-011-11/+13
* QKdeTheme: update color scheme with unknown desktop themeAxel Spoerl2024-05-211-4/+1
* QKdeThemePrivate: refactor reading of KDE settingsAxel Spoerl2024-05-201-36/+215
* Fix documentation of QKdeThemePrivate::updateColorScheme()Axel Spoerl2024-05-201-5/+5
* ColorScheme: clean up code to prepare adding a setterVolker Hilsheimer2024-04-231-1/+1
* QDbusTrayIcon: handle open() failureGiuseppe D'Angelo2024-03-261-1/+4
* qxkbcommon: fix isKeypadYifan Zhu2024-03-191-1/+40
* 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