2 Required functionality:
7 - fix configure script for GUI, to check for libtar and zlib and fail
9 - add option in config to always pop up a database selection box
10 when pressing Backup or Restore buttons, so they can be
11 confirmed each time instead of relying on the config
12 - add message and "continue/stop" choice for restores, if the protocol
13 side throws an error... should always try to restore everything
14 the user asks for, not stop half way through if the device
15 doesn't like a particular database
16 - add an "ignore these errors" for the case when restoring
17 causes numerous errors that you don't care about
18 - allow temporary overriding of backup destination by letting user
19 type in the PIN field... as soon as the user types something,
20 change the label to "Backup filename:" or something, and
21 let user type in full path name. If no '/' chars exist in user's
22 filename, then assume config default path, and open a
23 Save... file chooser box in that directory. If there are '/'
24 chars in the filename, attempt to chdir() there and open
25 Save... file chooser there.
26 + add option in config dialog to set a different default backup
27 directory instead of ~/.barry/backup/<pin>/
28 - add code to detect when user is trying to quit or close window with X
29 while a backup/restore is still running and give them the
30 option to shutdown thread and really quit or cancel and keep going.
31 - add a Cancel button to stop a backup or restore
32 - find out why the following give errors on restore:
39 - Default Service Selector
44 - Also, the following restore ok, but end up different
45 on the next backup than the first... why?
50 - See the two backup tar.gz files in gui/src/workdata/
51 - After a Windows restore, there are still differences in
52 the following databases:
62 - Perhaps the databases that Windows can't even restore fully should
63 be removed from the restore list by default. There are
64 still databases that Windows seems able to restore that
65 we can't though, such as most of the Browser* databases.