- hide license, URL and summary - those are the same for all the templates, and
not really useful for the user
- remove repeated "Time" word from column headers
- use full "Repository" word as the column header
The final version of qvm-template does not display untrusted data, so it
is safe to decode UTF-8. Specifically, this shows download progress bar
done using tqdm library.
For this to work, \r needs to be properly handled, as tqdm uses it to
erase the current line to update progress status. Since QTextEdit does
not support it natively, add a simple wrapper for this job.
Alternatively, qvm-template could be modified to display
machine-readable progress info that would be passed through QT progress
widget, but it would basically duplicate the work already done by tqdm
library. We might do this at some point, though.
And also enlarge progress window default size, to avoid wrapping.
- rename "install" button to "apply" - it also does remove and
reinstall
- show button descriptions always
- show help text always, not only before selecting anything
- make the window a bit wider