Review Request 124018: Implement multiple DND selection

Ragnar Thomsen rthomsen6 at gmail.com
Mon Jun 15 19:25:31 UTC 2015


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

(Updated June 15, 2015, 9:25 p.m.)


Review request for KDE Utils, Elvis Angelaccio and Raphael Kubo da Costa.


Changes
-------

Instead of changing the first argument of ExtractJob::ExtractJob, just pass fileRootNodePair within the QVariant. This greatly simplifies the patch.


Bugs: 187152
    http://bugs.kde.org/show_bug.cgi?id=187152


Repository: ark


Description (updated)
-------

This patch implements multiple drag'n'drop selection. This is used when dragging multiple files from Ark to e.g. Dolphin for extraction. It's based partially on work done by Raphael in the multiple-dnd-selection branch. However, in the multiple-dnd-selection branch, each cluster of files with a common parent node had to be run in an individual ExtractJob. This patch does the following:

1. Create a struct fileRootNodePair, which contains two QStrings: The filename including relative path and a RootNode.
2. fileRootNodePair is passed as first argument to ExtractJob::ExtractJob (in a QVariant).

This allows us to pass an individual RootNode for each file, enabling the extraction to be done in a single ExtractJob, which is more appropriate since the UI can then display the total number of entries being extracted and a single progress bar.

The CLI plugins, e.g. zip and rar, still extract with full path, due to not supporting RootNodes. However, this is a separate issue and will be fixed in another commit.


Diffs (updated)
-----

  kerfuffle/archive_kerfuffle.h 886da3e 
  kerfuffle/archive_kerfuffle.cpp d5b290b 
  kerfuffle/cliinterface.cpp 2ce6a06 
  kerfuffle/jobs.cpp 3dabb4e 
  part/archivemodel.cpp 7999e4b 
  part/archiveview.cpp 2acefbd 
  part/part.h dadde04 
  part/part.cpp 6cea340 
  plugins/libarchive/libarchivehandler.cpp 5879a73 

Diff: https://git.reviewboard.kde.org/r/124018/diff/


Testing (updated)
-------

1. Selecting and dragging a subfolder from an archive results in the folder being extracted without path to destination and all its subfolders/files being extracted with relative path (i.e. path below selected subfolder).
2. Selecting and dragging one or more files results in the file being extracted without path.
3. A single job tracker is displayed with the total number of files+folders and the progress bar works as expected.
4. Selecting and dragging files/folders from zip/rar archives results in the selected entries being extracted with full path.
5. Batch-extracting using ark -b <archive> works as expected.


Thanks,

Ragnar Thomsen

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-utils-devel/attachments/20150615/413711f5/attachment.html>


More information about the Kde-utils-devel mailing list