Review Request 125339: Add an "Open" action
Ragnar Thomsen
rthomsen6 at gmail.com
Mon Oct 5 17:21:50 UTC 2015
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/125339/
-----------------------------------------------------------
(Updated Oct. 5, 2015, 7:21 p.m.)
Review request for KDE Utils, KDE Usability, Elvis Angelaccio, and Raphael Kubo da Costa.
Changes
-------
Change name of "Open" and "Open With" actions to avoid confusion.
Bugs: 201162 and 208330
http://bugs.kde.org/show_bug.cgi?id=201162
http://bugs.kde.org/show_bug.cgi?id=208330
Repository: ark
Description (updated)
-------
Add an Open action, which opens an archive entry with the associated application. This was previously only possible through the "Open With" action, but this required several clicks. Currently, the Preview action is still the default, i.e. when the user clicks an archive entry the Preview action is called.
QSignalMapper is used to connect the signals from the Open, Open With and Preview actions to the same slot.
As for Preview, the file is extracted to a QTemporaryDir and then opened. The temporarily extracted file is monitored for changes using QFileSystemWatcher and on change a KMessageBox is opened to query the user if the archive should be updated with the modified file. If the user accepts slotAddFiles() is called.
The previously unimplemented path argument of slotAddFiles() is used to allow for updating a file in a subdirectory within the archive.
Things to consider:
1. Should we set some default keyboard shortcuts for "Open File" and "Open File With"? If yes, which?
Diffs (updated)
-----
part/ark_part.rc da04d47
part/part.h 1d733c0
part/part.cpp 8854fdd
Diff: https://git.reviewboard.kde.org/r/125339/diff/
Testing
-------
Tested with tar-based, zip, rar and 7z archives.
File Attachments
----------------
Context menu
https://git.reviewboard.kde.org/media/uploaded/files/2015/09/21/a50431b5-34d5-4831-820a-82b174b4f243__open-1.png
Action menu
https://git.reviewboard.kde.org/media/uploaded/files/2015/09/21/dd6f7cbe-b610-4088-8586-4a76b68b6ef4__open-2.png
Thanks,
Ragnar Thomsen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-utils-devel/attachments/20151005/decd9949/attachment-0001.html>
More information about the Kde-utils-devel
mailing list