Skip to content

Introduce NameFinderJob that suggests new "New Folder" names

Ahmad Samir requested to merge work/ahmad/namefinderjob into master

This is the younger brother of KFileUtils::suggestName(), the major difference is that it's async as it uses a StatJob internally, which also means it works for both local and remote filesystems.

NameFinderJob is modelled after OpenUrlJob.

Thanks to sitter and dfaure for the API design (see !153 (merged)).

Edited by Ahmad Samir

Merge request reports