summaryrefslogtreecommitdiffstats
path: root/src/gui/platform/unix/qgenericunixthemes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor qgeneericunixthemes_p.h/cppAxel Spoerl2025-03-111-1553/+0
* QGenericUnixTheme: reduce unnecessary relocationsMarc Mutz2025-03-061-32/+35
* 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-011-2/+2
* 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
* 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
* QGenericUnixTheme: Rename ColorTheme enum value to ColorSchemeAxel Spoerl2023-12-291-3/+3
* QGenericUnixThemesDBusListener: Remove stray qDebug()Axel Spoerl2023-07-181-1/+0
* 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
* Revert "D-Bus system tray: properly check whether StatusNotifierHost available"Ilya Fedin2023-04-051-1/+1
* Rename Qt::Appearance to Qt::ColorSchemeTor Arne Vestbø2023-02-131-24/+24
* Add QPlatformTheme::MouseCursorTheme and MouseCursorSizeLiang Qi2022-11-181-0/+26
* Implement appearance detection generic unix themesAxel Spoerl2022-09-211-11/+133
* Make QKdeTheme aware of runtime theme changesAxel Spoerl2022-08-301-5/+148
* Move PreselectFirstFileInDirectory theme hint from QGtk3Theme to QGnomeThemeIlya Fedin2022-08-221-0/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtGui: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-281-15/+15
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-281-11/+13
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-131-2/+2
* 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
* 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
* Remove QtDBus includesDavid Skoland2021-01-121-18/+20
* QStyle: return 'Fusion' instead of 'fusion'Richard Moe Gustavsen2020-09-121-2/+2
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-9/+9
* Move UNIX themes into QtGuiFriedemann Kleint2020-06-221-0/+884