aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-archiver/imgDialog.cpp
Commit message (Collapse)AuthorAge
* Allow the disk image burner to run on .iso filesKen Moore2018-09-01
|
* Fix the __linux__ ifdef. Needed to be all lowercase.Ken Moore2017-01-03
|
* 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.
bgstack15