https://bugs.kde.org/show_bug.cgi?id=368808
Martin Gräßlin <mgraess...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit| |http://commits.kde.org/plas | |ma-workspace/77aaa88eb2a148 | |f0955eb35b3043d3f0f81fae5b Version Fixed In| |5.8.1 --- Comment #3 from Martin Gräßlin <mgraess...@kde.org> --- Git commit 77aaa88eb2a148f0955eb35b3043d3f0f81fae5b by Martin Gräßlin. Committed on 06/10/2016 at 11:25. Pushed by graesslin into branch 'Plasma/5.8'. [klipper] Move notification from tray to Klipper Summary: Klipper shows a notification when the shortcuts next/prev history item gets triggered. This notification used to be implemented in the class KlipperTray. With the switch from SNI based clipper to a Plasmoid the notification got lost as the Plasmoid doesn't use the KlipperTray class at all. This change moves the notification handling from KlipperTray to Klipper so that it gets emitted for both SNI and Plasmoid based klipper. FIXED-IN: 5.8.1 Test Plan: Set the shortcuts, triggered them and verified the notification gets shown. Reviewers: #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D2942 M +1 -0 klipper/CMakeLists.txt M +12 -0 klipper/klipper.cpp M +3 -0 klipper/klipper.h M +0 -13 klipper/tray.cpp M +0 -5 klipper/tray.h http://commits.kde.org/plasma-workspace/77aaa88eb2a148f0955eb35b3043d3f0f81fae5b -- You are receiving this mail because: You are watching all bug changes.