convert README.md and include old screenshots from SF
add vintage GPL v2 LICENSE file
img rather than dd extension... it's easier to use with vmware
automatically go to the next sequence when one disk is captured
Can open an existing sequence dir and continue (by default, with the next higher sequence number). Capture dialog loads the current disk graphic from a file if it has already been scanned; there is no more direct transfer of images from the top to the bottom of the dialog.
better default floppy sizes; minor fixups in preferences; remembers the last media type that you chose on the capture dialog
Scan matrix is working.
Stub classes for planned attempt to make plugins provide the graphical disk capture portion of the capture dialog (and thus support capture methods like mpg123 which run in a shell). Also preferences and settings support the scan matrix concept (scan 6 floppies at once on a typical flatbed, for example).
can manually change the capture sequence number
ImageScanner is threaded too; now the GUI is independent of hardware operations.
CopyCat is threaded so it's possible to scan and read a floppy at the same time
Attempted to use HAL (via DBus interface) with the intention of figuring out how to enumerate all removable devices, but got stuck with this error:
the two-step process (scan and capture) actually seems to be working for the first time
The scanning functionality actually works, and there is a preferences dialog.