<table><tr><td style="">ahmadsamir created this revision.<br />ahmadsamir added reviewers: Frameworks, dfaure.<br />Herald added a project: Frameworks.<br />ahmadsamir 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/D29017">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>As was discussed in <a href="https://phabricator.kde.org/D28880" class="remarkup-link" target="_blank" rel="noreferrer">https://phabricator.kde.org/D28880</a> with dfaure, it<br />
seems that all users (only two, KWalletManager and Falkon) of the current<br />
read{Entry,Map,Passowrd}list() methods basically use "*" as a wildcard<br />
to get a list of all the "entries" in a folder. Therefore it makes sense<br />
to introduce new methods that do just that, this gets rid of regular<br />
expression usage for matching a certain pattern. This fits with how .e.g.<br />
KWalletManager is using readEntryList(), to get a list of all the entries<br />
to fill a list view with them, then the "matching" is done with a QSFPM-like<br />
class.</p></div></div><br /><div><strong>TEST PLAN</strong><div><ul class="remarkup-list">
<li class="remarkup-list-item">make && ctest</li>
<li class="remarkup-list-item">Ported Falkon locally, and it seems to work</li>
</ul></div></div><br /><div><strong>REPOSITORY</strong><div><div>R311 KWallet</div></div></div><br /><div><strong>BRANCH</strong><div><div>l-kwallet-dump-wildcard (branched from master)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D29017">https://phabricator.kde.org/D29017</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>CMakeLists.txt<br />
src/api/KWallet/CMakeLists.txt<br />
src/api/KWallet/kwallet.cpp<br />
src/api/KWallet/kwallet.h<br />
src/api/KWallet/org.kde.KWallet.xml<br />
src/runtime/kwalletd/backend/kwalletbackend.cc<br />
src/runtime/kwalletd/backend/kwalletbackend.h<br />
src/runtime/kwalletd/kwalletd.cpp<br />
src/runtime/kwalletd/kwalletd.h</div></div></div><br /><div><strong>To: </strong>ahmadsamir, Frameworks, dfaure<br /><strong>Cc: </strong>blaze, kde-frameworks-devel, LeGast00n, cblack, michaelh, ngraham, bruns<br /></div>