D10380: Refactor KCoreDirLister(Cache) to use KFileItemListV2 where possible.

2018-02-13 Thread Mark Gaiser
markg abandoned this revision. markg added a comment. As this is a no-go, rightfully so! Abandoning it. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D10380 To: markg, dfaure Cc: #frameworks, michaelh

D10380: Refactor KCoreDirLister(Cache) to use KFileItemListV2 where possible.

2018-02-07 Thread David Faure
dfaure requested changes to this revision. dfaure added a comment. This revision now requires changes to proceed. See, I almost asked in the previous commit "are you sure that this is going to be faster?", and this patch answers it. It's not. Which is logical, since you are not able to benef

D10380: Refactor KCoreDirLister(Cache) to use KFileItemListV2 where possible.

2018-02-07 Thread Mark Gaiser
markg updated this revision to Diff 26739. markg added a comment. Get rid of the temp file. REPOSITORY R241 KIO CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10380?vs=26738&id=26739 BRANCH refactor_dirlistercache REVISION DETAIL https://phabricator.kde.org/D10380 AFFECTED

D10380: Refactor KCoreDirLister(Cache) to use KFileItemListV2 where possible.

2018-02-07 Thread Mark Gaiser
markg created this revision. markg added a reviewer: dfaure. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: Frameworks. markg requested review of this revision. REVISION SUMMARY This refactors KFileItemList uses to KFileItemListV2 where possible.