<table><tr><td style="">poboiko created this revision.<br />poboiko added a reviewer: dvratil.<br />Herald added a project: KDE PIM.<br />poboiko requested review of this revision.
</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/D29087">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Previously, it copied an internal Akonadi url (i.e. <tt style="background: #ebebeb; font-size: 13px;">akonadi://?item=...</tt>),<br />
which isn't recognized with KJots. Use newly introduced <tt style="background: #ebebeb; font-size: 13px;">KJotsModel::UrlRole</tt> instead.</p>

<p>The pasting code (<tt style="background: #ebebeb; font-size: 13px;">KJotsEdit</tt>) did not cope well with unicode <br />
(it was converted to <tt style="background: #ebebeb; font-size: 13px;">QLatin1String</tt> before pasting), fixed that as well.</p>

<p>Also, used <tt style="background: #ebebeb; font-size: 13px;">QStringLiteral</tt> instead of <tt style="background: #ebebeb; font-size: 13px;">QLatin1String</tt> for methods that don't have <tt style="background: #ebebeb; font-size: 13px;">QLatin1String</tt> overload.</p></div></div><br /><div><strong>TEST PLAN</strong><div><ol class="remarkup-list">
<li class="remarkup-list-item">Open KJots, right click on a book with non-latin1 title -> <tt style="background: #ebebeb; font-size: 13px;">Copy Link Address</tt></li>
<li class="remarkup-list-item">It can be pasted inside KJots without problems</li>
</ol></div></div><br /><div><strong>REPOSITORY</strong><div><div>R573 KJots</div></div></div><br /><div><strong>BRANCH</strong><div><div>fix-copy-link (branched from master)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D29087">https://phabricator.kde.org/D29087</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/kjotsedit.cpp<br />
src/kjotstreeview.cpp</div></div></div><br /><div><strong>To: </strong>poboiko, dvratil<br /><strong>Cc: </strong>kde-pim, fbampaloukas, dcaliste, dvasin, rodsevich, winterz, vkrause, mlaurent, knauss, dvratil<br /></div>