Add recent files menu
commitfc6781279b79f710f3242ecededd0502fced04dc
authorChristopher Arndt <chris@chrisarndt.de>
Wed, 10 Feb 2021 01:26:20 +0000 (10 02:26 +0100)
committerChristopher Arndt <chris@chrisarndt.de>
Wed, 10 Feb 2021 01:33:28 +0000 (10 02:33 +0100)
treee7cde66a01a9795e2ce8ab9be54e4db8084cae82
parent65d679136185d9b398f6cf396142e3bb14b32f2b
Add recent files menu

* Files are addded to recent list on successfull open or save.
* Currently non-existent files in recentlist are shown but ignored when
  selected.
* Files that cause an error on opening are removed from recent list.
* Trying to load XML files with wrong document root element will
  raise an error.
* Errors when opening or saving files are caught and an error dialog is
  shown.

Fixes: #60

Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
jack_mixer.py
serialization_xml.py