D6191: Simplify KNSBackend fetch logic
Aleix Pol Gonzalez
noreply at phabricator.kde.org
Mon Jun 12 16:56:11 UTC 2017
apol added a comment.
Can you maybe extend the knsbackendtest to make sure we won't regress this?
Thanks a lot!!!
INLINE COMMENTS
> KNSBackend.cpp:109
> m_engine->init(m_name);
> + /// FIXME Set knscore's engine page size to 100 when we can depend on a new enough frameworks
> + // m_engine->setPageSize(100);
Add an `#if KNEWSTUFF_VERSION_MAJOR==5 && KNEWSTUFF_VERSION_MINOR==36`
We always end up forgetting these fixme
> KNSBackend.cpp:130
> + // from the model, as they will be added again...
> + foreach(AbstractResource* res, m_resourcesByName.values()) {
> + resourceRemoved(res);
Good, maybe we should also delete them?
Can you see if the StandardUpdater is listening to resourceRemoved?
REPOSITORY
R134 Discover Software Store
REVISION DETAIL
https://phabricator.kde.org/D6191
To: leinir, apol, #discover_software_store
Cc: plasma-devel, ZrenBot, spstarr, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart, lukas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20170612/85e6a68a/attachment.html>
More information about the Plasma-devel
mailing list