D21907: Show feedback inline when creating new files or folders

Méven Car noreply at phabricator.kde.org
Wed Jun 19 19:05:25 BST 2019


meven added a comment.


  It made me think about D17595 <https://phabricator.kde.org/D17595>.
  Would it make sense to upstream this to KIO and unify behavior with Open/Save Dialog (it currently has a folder name check using popups).
  This is a different matter so it should not stop progress here.

INLINE COMMENTS

> knewfilemenu.cpp:1071
> +        if (true /*folders*/) {
> +            QStringList folders = text.split(QLatin1Char('/'));
> +            if (!folders.isEmpty()) {

What about Windows ? maybe use QDir::separator() ?

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D21907

To: ngraham, #vdg, #frameworks, shubham
Cc: meven, kde-frameworks-devel, LeGast00n, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190619/99d81fcc/attachment.html>


More information about the Kde-frameworks-devel mailing list