aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-archiver
Commit message (Collapse)AuthorAge
* Clean up the archiver a bit.Ken Moore2017-02-03
| | | | | | Add better status reporting for opening/viewing archives, fix up the list update/clear when opening a different archive after finishing with one. Move the extract selection action to the toolbar as well, and change the icon/statustip. Make the extract actions enable/disable as needed.
* Fix the __linux__ ifdef. Needed to be all lowercase.Ken Moore2017-01-03
|
* Re-sync the translation files with the sources.Ken Moore2017-01-03
|
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-01-03
|\
| * Add basic keyboard shortcutsJT Pennington2016-12-31
| |
* | Block off the SIGINFO/SIGUSR1 section with __Linux__ definition checks. This ↵Ken Moore2017-01-03
|/ | | | should fix compiling on Linux systems which do not have the SIGINFO signal defined.
* New Feature for lumina-archiver:Ken Moore2016-12-29
| | | | | If a *.img file is loaded, enable a new menu option/dialog for burning that image to a USB device. This is a front-end to the "dd" utility, and has full status reporting about the process as well. If the dd operation requires elevated permissions and qsudo is installed, also provide a prompt for switching to root permissions (with qsudo) and immediately re-opening the burn dialog with the same file.
* Fix up the non-selection extraction of an archive. (empty "name" field ↵Ken Moore2016-12-01
| | | | messed it up)
* Have lumina-archiver just open the containing folder when extracting ↵Ken Moore2016-12-01
| | | | multiple files.
* Allow for multi-selection of items for extractions.Ken Moore2016-11-30
|
* Fix up the permissions of extracted files via lumina-archiver.Ken Moore2016-11-30
|
* Get rid of the whitespace between mimetype registrations in the ↵Ken Moore2016-11-30
| | | | lumina-archiver.desktop file.
* Revert "Revert "search clear function on ESC press""Ken Moore2016-11-20
| | | | This reverts commit 151062b99e29e18dbc614bf66582f908c864a96a.
* Revert "search clear function on ESC press"q5sys2016-11-20
| | | | | This reverts commit b9840ef585385fece513e24e4cea193d35328dc0, reversing changes made to cb5524f6fd5186414c11339375bebd3b808b4857.
* 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