menu.c:
- menu_disk_detail(): add some new "detail text" (inserted, inserted WP, etc) to indicate "dirty", changed disk
disk.c:
- disk_new(): mark new disks as dirty
uimedia.c:
- drive_save() and ui_media_drive_save(): remove two unnecessary check which prevent to save disk image second (third, etc..) time
- drive_disk_write(): check if file exists, and ask user about overwrite
Here is a new, bigger patch:
as previous plus:
- add a "new" ui_confirm_save_specific() dialog - without [Cancel] button
- if there is no meaning of 'cancel' - uses this: Save/Don't save query
- add "overwrite query" to "tape" and "microdrive" code.
Hi Gergely,
I have been delayed by looking at the release but I expect to get to merging more of this during the week.
Thanks,
Fred
Last edit: Fredrick Meunier 2017-02-05
Thanks!
I can't test the Win32 UI, but its looks so straightforward...
Thanks for the patch, I started looking at the 'add "overwrite query" to "tape" and "microdrive" code' part of the patch and I've tweaked it a bit so far like the attached.
So far I've noticed: