aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-archiver
Commit message (Collapse)AuthorAge
* update readmeq5sys2017-07-06
|
* fix wordingq5sys2017-07-06
|
* update readme with CLI switchesq5sys2017-07-06
|
* Update README.mdKen Moore2017-07-05
|
* Oops - clean up some more of the README for lumina-archiver.Ken Moore2017-07-05
|
* Add a README.md to the lumina-archiver subprojectKen Moore2017-07-05
|
* Tag Version 1.3.0 in sourceKen Moore2017-06-26
| | | | Ensure the translation files are all in sync as well.
* Fixed two missing icons in Lumina ArchiverZackaryWelch2017-06-22
|
* Clean up the opening of an auto-extracted archive.Ken Moore2017-06-16
|
* clean up unneeded code and extraneous debug linesq5sys2017-06-13
|
* Re-sync the translation files with the latest sources.Ken Moore2017-06-07
|
* Get the auto-extract functionality cleaned up with the signal/slots a bit.Ken Moore2017-06-07
|
* Make the auto-extract start as soon as the file finishes loading.Ken Moore2017-06-05
|
* Commit some adjustments to the auto-extract functionality.Ken Moore2017-06-05
|
* more work on autoextract functionalityq5sys2017-06-04
|
* prototype autoextract function (currently disabled)q5sys2017-05-29
|
* Ensure that all Lumina tools/utilities are setup with high-DPI icons.Ken Moore2017-05-01
|
* Merge pull request #397 from scootergrisen/masterKen Moore2017-03-09
|\ | | | | Change language attribute value from da_DK to da
| * Change language attribute value from da_DK to dascootergrisen2017-03-09
| |
* | Re-sync the translation files with the latest from the Lumina source files.Ken Moore2017-02-27
|/
* 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