View Single Post
Old 18th October 2019, 13:40   #496  |  Link
Mosu
MKVToolNix author
 
Mosu's Avatar
 
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,281
The problem isn't adding yet another checkbox to the Qt UI. It's the amount of things to do for each such configurable thing:
  1. Add checkbox in preferences dialog (trivial, it's one line in the corresponding .ui file)
  2. Determine keyboard shortcut that isn't used by any other visible control for English & German
  3. Save that setting in the configuration
  4. Add a corresponding command line option to mkvmerge
  5. Add help output for the new command line option
  6. Add documentation in mkvmerge's man page
  7. Implement both the warning as well as having it turned off in mkvmerge
  8. Implement test cases for all three cases (other MIME type, bad MIME type with warning at defaults, bad MIME type with warning turned off)
  9. Update the program & man page translations
  10. Translate all the new content into German
  11. Add a NEWS entry

Nothing about this is hard. It's just tedious & takes time. Nothing about what you've said would reduce the amount of work I'd have to do.
__________________
Latest MKVToolNix is v83.0

If I ever ask you to upload something, please use my file server.
Mosu is offline   Reply With Quote