- 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.