If the screen dimensions that are reported by EDID are
unrealistically low disable high dpi scaling.
For this purposes we consider the EDID incorrect if screen is
reported as smaller than 10 cm in width.
Closes#153
Normally translation files are embedded inside the application's
executable.
But allow translators to use external .qm file for testing
purposes.
Ref #118
There are some user complaints that Imager hangs at "writing 0%"
Mention in the progress status what it is actually doing prior
to writing (e.g. opening storage, blkdiscarding,
zero'ing out MBR, starting download) to help diagnose
potential issues.
- Only use saved position if the coordinates fall inside of the primary screen
Prevents problems for people with laptops that sometimes but not always use
external screens.
- Since we now set window position in C++ instead of QML, drop the
dependency on qml-module-qt-labs-settings module.
Closes#91
- Allow static build
- Use .svg icons
- Linux Embedded lacks normal "open file dialog". So simply scan
files in root folder of USB stick and return list.
- Change QProcess::execute(command) calls to
QProcess::execute(command, args) calls to silence Qt 5.15.0
depreciation warning.