* Implement pad_image method
* Reintroduce list_files method, rename the other to list_images
* Add iso file padding UI
* HDD image UI
* Tweak label
* Store padded image in the right dir
* Show only images that need padding
* Support padding MO images
* Cleanup
* UI flow to show drive properites (#270)
* Adjust MO padding to align with current develop
* Add docstrings
* Remove image padding code
* Cleanup
* Cleanup
* Fixed compile time issues
* Fix compile time error in sasidump.cpp
* Fix comment in Makefile
* Fix compile time error in sasidump.cpp
* Restore rasdump and sasidump to BIN_ALL
* Fix typo
* Install rasdump and sasidump
* manpage for rasdump
* Create manpage for sasidump
Co-authored-by: Uwe Seimet <Uwe.Seimet@seimet.de>
* Fixed compile time issues
* Fix compile time error in sasidump.cpp
* Fix comment in Makefile
* Fix compile time error in sasidump.cpp
* Restore rasdump and sasidump to BIN_ALL
Co-authored-by: Daniel Markstedt <markstedt@gmail.com>
* Translate code comments
* Remove documentation that is contained in wiki
* Translate code comments
* Remove documentation that is contained in wiki
* Translate configuration file
* Remove documentation that is covered by wiki
* Translate code comments
* Translate strings and code comments
* Cleanup
* Fixed issue with attaching protected devices
* Fixed same issue when inserting a file
* Added IMAGE_FILE_INFO command
* rasctl output update
* Added file mode and type
* Datat type update
* Reverted change
* Update web ui for protobuf changes
Co-authored-by: Daniel Markstedt <markstedt@gmail.com>
* Added MAPPING_INFO command, returning the mapping of extensions to types
* Updated help message
* Set explicit vendor/product/revision for .hda extension
* Added leading blanks to vendor and product for .hda
* Product string update
* Fixed typo in help string
* Manpage update
* Spoof hda as a Quantum Fireball
Co-authored-by: Daniel Markstedt <markstedt@gmail.com>
* Issue 232 -- will not generate PC98 emulator image formats
* Introducing dropdown for selecting device type which defaults to a recommendation based on file ending, while removing the quiet logic to autodetect type on the frond end side
* Added device type to PbImageFile
* Comment update
* Code cleanup
* More code cleanup
* Extraced methods
* Extracted methods
* Renaming
* Moved code
* Visility update
* Updated error handling
* Removed duplicate error handling
* Removed duplicate code
* Code cleanup
* Moved code
* Moved code
* Leverage new device type field for files in protobuf interface
* Tweak label
* Tweak template
* Fix bug
* Add types legend
* Add tip about renaming image files
Co-authored-by: Uwe Seimet <Uwe.Seimet@seimet.de>