Commit Graph

6 Commits

Author SHA1 Message Date
Stephen Heumann 87cf5483a3 Recognize some disk image types based on extension.
This eliminates any possibility of mounting "do" or "po" images with the opposite segment order from what the extension specifies (although that was pretty unlikely anyway).

We also now give an error message for the unsupported "woz" and "nib" formats.
2019-07-15 02:25:59 -05:00
Stephen Heumann d615b32431 Indicate if no results are found for a query. 2019-04-19 21:37:58 -05:00
Stephen Heumann 7d6d432ff1 Always allow any disk image format. 2019-04-19 17:14:01 -05:00
Stephen Heumann c3de6f0588 Give more meaningful error messages. 2019-04-19 00:58:39 -05:00
Stephen Heumann ef301fd7fc Add support for fetching more results. 2019-04-18 22:58:57 -05:00
Stephen Heumann 999b6130a4 Rearrange/refactor DiskBrowser code into smaller, more focused files.
There are only a few minor code changes, and nothing that should have an effect on functionality. This is basically just rearranging the code.
2019-04-18 13:24:43 -05:00