summaryrefslogtreecommitdiffstats
path: root/src/plugins/platformthemes/gtk3
Commit message (Expand)AuthorAgeFilesLines
* Reland: CMake: Annotate some qt_find_package calls with MODULEAlexandru Croitor13 days1-2/+2
* Revert "CMake: Annotate some qt_find_package calls with MODULE"Alexandru Croitor2025-06-191-2/+2
* CMake: Annotate some qt_find_package calls with MODULEAlexandru Croitor2025-06-171-2/+2
* QGnomeTheme, QGtk3Theme: Refactor and Simplify DBus InteractionsMohammadHossein Qanbari2025-05-307-202/+58
* gtk3theme: Honor gtk-cursor-blink for whether blinking is onKai Uwe Broulik2025-04-161-1/+5
* Add virtual member QPlatformTheme::contrastPreference()Oliver Eftevaag2025-03-281-1/+1
* gtk3theme: Flush PlatformTheme palette on ColorScheme changePiotr Wiercinski2025-03-261-0/+1
* Refactor qgeneericunixthemes_p.h/cppAxel Spoerl2025-03-111-1/+1
* Re-implement QPlatformTheme::requestColorScheme() in QGtk3ThemeAxel Spoerl2025-03-072-2/+33
* platforms: rename QGenericUnixServices to QDesktopUnixServicesLiang Qi2025-01-211-2/+2
* QGtk3Interface: code tidiesGiuseppe D'Angelo2025-01-081-0/+1
* GTK3 platformtheme: port from Q_FOREACH to ranged-forAhmad Samir2025-01-031-3/+4
* src/plugins/*: fix GCC -Wextra-semi colon after member func definitionAhmad Samir2024-12-312-7/+7
* Remove GTK3 native menuAxel Spoerl2024-07-205-595/+1
* Logging: use qCDebug/Warning/Info when for categorized loggingVolker Hilsheimer2024-07-161-2/+2
* Gtk3 Theme: Fix disabled colors for textsMohammadHossein Qanbari2024-07-023-5/+105
* Use QFlatMap::operator[] when the reference value is neededMohammadHossein Qanbari2024-07-011-1/+1
* CMake: Disable unity build for QGtk3ThemePluginJoerg Bornemann2024-06-271-0/+1
* QGtk3Theme: Add support for xdg-desktop-portal to get color schemeJan Grulich2024-04-195-9/+206
* QGtk3Theme: Fix QGtk3Interface::fileIconThorbjørn Lindeijer2024-02-161-6/+6
* QGtk3Theme: define light, midlight, mid, dark and shadow colorsAxel Spoerl2023-10-191-0/+12
* Fix tooltip palette issue in gtk3 themeSanthosh Kumar2023-10-181-1/+0
* Fix inactive palette in gtk3 themeSanthosh Kumar2023-10-111-87/+123
* Fix disabled button color in Linux (X11/Wayland)Santhosh Kumar2023-10-091-0/+3
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-1/+0
* Deprecate Q_ASSUME()Thiago Macieira2023-08-141-2/+2
* Mark GTK theme plugin as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-092-0/+5
* Fix memory leak in QGtk3Interface::themeNameThorbjørn Lindeijer2023-08-032-8/+11
* QGtk3Theme: Do not default Active WindowText to button foregroundAxel Spoerl2023-06-281-1/+1
* QGtk3Interface: Explicitly add monospace font providerAxel Spoerl2023-06-131-1/+2
* QGtk3Theme: Improve fixed font deliveryAxel Spoerl2023-04-201-2/+21
* Revert "Gtk3Theme: set XCURSOR_SIZE and XCURSOR_THEME for wayland sessions"Ilya Fedin2023-04-141-14/+0
* Rename Qt::Appearance to Qt::ColorSchemeTor Arne Vestbø2023-02-138-71/+71
* Fix build with -no-feature-actionTasuku Suzuki2023-02-121-0/+1
* Fix build with -no-feature-libraryTasuku Suzuki2023-02-111-1/+0
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-9/+4
* Remove redundant include statement from qgtk3theme.cppAxel Spoerl2023-02-041-1/+0
* Document QGtk3StorageAxel Spoerl2023-01-052-39/+193
* Document QGtk3InterfaceAxel Spoerl2023-01-052-21/+183
* Change parsing log output in QGtk3Json from qCDebug to qCInfoAxel Spoerl2023-01-031-11/+11
* Detect appearance by colors unless GTK theme name contains "dark"Axel Spoerl2022-12-283-1/+20
* Add Q_UNUSED to avoid compilation errorsTang Haixiang2022-12-221-0/+1
* Cleanup QGtk3ThemeYuhang Zhao2022-12-211-45/+10
* Fix checkbox and radiobutton background in QGtk3ThemeAxel Spoerl2022-12-161-2/+2
* GTK3 theme: simplify codeYuhang Zhao2022-12-161-1/+1
* Re-implement palette, standardPixmap, file icons, fonts in QGtk3ThemeAxel Spoerl2022-12-029-3/+1960
* Add QPlatformTheme::MouseCursorTheme and MouseCursorSizeLiang Qi2022-11-181-0/+10
* Gtk3: fix stack smashing on mismatch between bool and gbooleanThiago Macieira2022-11-111-1/+1
* Gtk3Theme: set XCURSOR_SIZE and XCURSOR_THEME for wayland sessionsJan Grulich2022-11-081-0/+14
* Port from container.count()/length() to size()Marc Mutz2022-10-041-3/+3