https://bugs.kde.org/show_bug.cgi?id=372408
Noah Davis <noaha...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/grap |ma/kwin/-/commit/5c8b85861e |hics/spectacle/-/commit/0b3 |93b3b2d484b50336547547ba1f4 |419e95198831e167538696285b7 |b38 |927c9b150d --- Comment #36 from Noah Davis <noaha...@gmail.com> --- Git commit 0b3419e95198831e167538696285b7927c9b150d by Noah Davis, on behalf of Kristen McWilliam. Committed on 22/10/2023 at 15:01. Pushed by ndavis into branch 'master'. feat: add window shadows to the capture options Right now screenshots of windows always have drop shadows. This change makes the shadows optional. Resolves a 7-year-old bug report in conjunction with an incoming change to kwin. M +12 -0 dbus/org.kde.Spectacle.xml M +3 -0 doc/index.docbook M +5 -22 src/CommandLineOptions.h M +10 -0 src/Gui/CaptureSettingsColumn.qml M +13 -0 src/Gui/OptionsMenu.cpp M +1 -0 src/Gui/OptionsMenu.h M +4 -0 src/Gui/SettingsDialog/spectacle.kcfg M +2 -1 src/Platforms/ImagePlatform.h M +7 -1 src/Platforms/ImagePlatformKWin.cpp M +3 -1 src/Platforms/ImagePlatformKWin.h M +60 -36 src/Platforms/ImagePlatformXcb.cpp M +21 -6 src/Platforms/ImagePlatformXcb.h M +2 -1 src/Platforms/PlatformNull.cpp M +5 -1 src/Platforms/PlatformNull.h M +13 -11 src/SpectacleCore.cpp M +4 -3 src/SpectacleCore.h M +6 -4 src/SpectacleDBusAdapter.cpp M +2 -2 src/SpectacleDBusAdapter.h https://invent.kde.org/graphics/spectacle/-/commit/0b3419e95198831e167538696285b7927c9b150d -- You are receiving this mail because: You are watching all bug changes.