aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-archiver
Commit message (Collapse)AuthorAge
...
* Add a new dialog UI form (not integrated yet) for a front-end to "dd"ing ↵Ken Moore2016-11-18
| | | | ISO/IMG files to a USB stick.
* Fix up the detection of links within an archive - and show them ↵Ken Moore2016-11-18
| | | | appropriately within the UI
* Add a couple new features to lumina-archiver:Ken Moore2016-11-18
| | | | | | | 1) Add the ability to extract only the selected item from an archive 2) Add better status reporting on archive interactions Changelog=yes
* Add support for extracting a single file from an archive for viewing ↵Ken Moore2016-11-12
| | | | temporarily.
* New Desktop Utility: lumina-archiverKen Moore2016-11-12
This is a pure Qt5 front-end to the "tar" utility for creating, viewing, and editing archives of various formats. ChangeLog=YES
bgstack15