Review Request 127926: KNotifyConfigWidget: add disableAllSounds() method
David Faure
faure at kde.org
Sun May 15 10:53:49 UTC 2016
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/127926/
-----------------------------------------------------------
Review request for KDE Frameworks, David Edmundson and Olivier Goffart.
Bugs: 157272
https://bugs.kde.org/show_bug.cgi?id=157272
Repository: knotifyconfig
Description
-------
This saves a lot of clicking compared to selecting each event
in the list and unchecking the "Play sound" checkbox, something
I have to do any time I set up a new computer (for me or around the office).
CCBUG: 157272
Diffs
-----
src/knotifyconfigwidget.h bf122bd9e30982f0fa0d022d04aeadee4fb181dc
src/knotifyconfigwidget.cpp 06125ea9da565cbc14c8afa1155c723605b42da6
src/knotifyeventlist.h b6bd43ed40f9b2a18d41300760a6c01dca52907d
src/knotifyeventlist.cpp 6913148869a7be6b267668e44888f1a432b2396b
Diff: https://git.reviewboard.kde.org/r/127926/diff/
Testing
-------
I'm calling this method from a button in the KCM: http://www.davidfaure.fr/2016/kcmnotify.diff
My initial idea was a "disable all sounds for all event sources" button, but the underlying classes don't make this easy to support (I'd have to literally set every item as current in the combo, leading to a strange user-visible automation happening). Disabling all sounds for the current event source (app) is already quite a time saver.
Plus this way the change isn't saved yet, it can still be cancelled by pressing Cancel, like any other change -except- selecting another app.
Thanks,
David Faure
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20160515/2b7e23dd/attachment.html>
More information about the Kde-frameworks-devel
mailing list