<table><tr><td style="">albertvaka created this revision.<br />Restricted Application added a project: Frameworks.<br />Restricted Application added a subscriber: Frameworks.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D4142" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Default actions are the actions triggered when the notification is simply<br />
clicked, without adding any "action buttons". Until now, with<br />
KNotifications we could only make notifications that go away when clicked,<br />
which might not be what the user expects (see notifications on smartphones<br />
or other desktop environments).</p>

<p>Since KNotifications uses an int->name mapping (instead of string->name),<br />
we need to manually convert between "default" and "0". Interestingly<br />
enough, there was already code to handle the action "0" and emit<br />
activated(), which is documented as "Emitted only when the default<br />
activation has occurred" but in practice was never actually used.</p>

<p>[1] <a href="https://people.gnome.org/~mccann/docs/notification-spec/notification-spec-latest.html" class="remarkup-link" target="_blank" rel="noreferrer">https://people.gnome.org/~mccann/docs/notification-spec/notification-spec-latest.html</a></p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Tests pass.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R289 KNotifications</div></div></div><br /><div><strong>BRANCH</strong><div><div>master</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D4142" rel="noreferrer">https://phabricator.kde.org/D4142</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/knotification.cpp<br />
src/knotification.h<br />
src/knotificationmanager.cpp<br />
src/notifybypopup.cpp</div></div></div><br /><div><strong>EMAIL PREFERENCES</strong><div><a href="https://phabricator.kde.org/settings/panel/emailpreferences/" rel="noreferrer">https://phabricator.kde.org/settings/panel/emailpreferences/</a></div></div><br /><div><strong>To: </strong>albertvaka<br /><strong>Cc: </strong>Frameworks<br /></div>