----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127926/ -----------------------------------------------------------
(Updated June 28, 2016, 2:04 p.m.) Status ------ This change has been marked as submitted. Review request for KDE Frameworks, David Edmundson and Olivier Goffart. Changes ------- Submitted with commit 9d5440c14cf9e8107f2cb270ad69cec98ab9303c by David Faure to branch master. 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
_______________________________________________ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel