> On Aug. 29, 2014, 9:30 vorm., Frank Reininghaus wrote:
> > Thanks for your work on this feature - I think that many users would really 
> > appreciate this.
> > 
> > I think that Emmanuel's idea to add write support to the kioslave might be 
> > worth considering. However, implementing the drop on an archive file which 
> > is not opened in the view (i.e., the archive kioslave is not active yet) 
> > might be more difficult then maybe?
> > 
> > I would suggest to add David Faure as a reviewer to this request - maybe he 
> > has an idea what the best solution is.
> > 
> > A question concerning your proposed changes in Dolphin's source code: right 
> > now, when the user drops items on, e.g., a text file, this will be treated 
> > like a drop on the empty space in the view, i.e., the items will be 
> > copied/moved/linked to the directory which is shown in the view. With your 
> > patch, we would ask KonqOperations to drop the items on the text file, 
> > right? Will this result in an error message? I think that we should try to 
> > keep the current behavior in that situation, i.e., move/copy/link the 
> > dropped items in the directory that contains the text file where the items 
> > are dropped.
> 
> Arjun Ak wrote:
>     > Will this result in an error message?
>     
>     No, the mimetype of the destination file is checked to see whether it is 
> an archive supported by ark. If so an "Add to archive" option is added to the 
> context menu. The rest of the options (copy/move/link/cancel) remains 
> untouched.

Did you try how either option behaves? In particular whether copying 
"test1/foo.txt" onto "test2/bar.txt" will result in "test2/foo.txt" or 
"test2/bar.txt" having the contents of "test1/foo.txt"?


- Thomas


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/119892/#review65469
-----------------------------------------------------------


On Sept. 4, 2014, 7:20 vorm., Arjun Ak wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/119892/
> -----------------------------------------------------------
> 
> (Updated Sept. 4, 2014, 7:20 vorm.)
> 
> 
> Review request for KDE Base Apps, KDE Utils and David Faure.
> 
> 
> Bugs: 338414
>     http://bugs.kde.org/show_bug.cgi?id=338414
> 
> 
> Repository: kde-baseapps
> 
> 
> Description
> -------
> 
> This patch implements the "Add to archive" option, which is shown when a user 
> drags and drops files onto an existing archive. 
> 
> 
> See also:
> https://git.reviewboard.kde.org/r/119890
> https://bugs.kde.org/show_bug.cgi?id=338414
> 
> 
> Diffs
> -----
> 
>   dolphin/src/views/dolphinview.cpp 02b8815 
>   dolphin/src/views/draganddrophelper.cpp f8ae0ad 
>   lib/konq/konq_operations.cpp 220a90a 
> 
> Diff: https://git.reviewboard.kde.org/r/119892/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Arjun Ak
> 
>

Reply via email to