fix #72896: solved the blank name issue within Save as option in Image capture feature by setting a default name consisting of current score name; every score will use this default name for its first save
compute the default path only for the very first save
fixed the coding style issues
updated the solution in order to cover the native dialogs as well
fix #72896: solved the blank name issue within Save as option in Image capture feature by setting a default name consisting of current score name; every score will use this default name for its first save
compute the default path only for the very first save
fixed the coding style issues
updated the solution in order to cover the native dialogs as well
Comments
When you first try to save a newly-created score, MS provides a default file name—"Untitled". Shouldn't the same apply for an image?
Better might be to derive the default name from the current score's name?
See https://github.com/musescore/MuseScore/pull/2991
Fixed in branch master, commit 316e09823b
fix #72896: solved the blank name issue within Save as option in Image capture feature by setting a default name consisting of current score name; every score will use this default name for its first save
compute the default path only for the very first save
fixed the coding style issues
updated the solution in order to cover the native dialogs as well
Fixed in branch master, commit d884878d3a
Merge pull request #2991 from RaphaelCojocaru/72896-imagecapture
fix #72896: solved the blank name issue within Save as option in Imag…
Fixed in branch 2.1, commit fa8fdd3f63
fix #72896: solved the blank name issue within Save as option in Image capture feature by setting a default name consisting of current score name; every score will use this default name for its first save
compute the default path only for the very first save
fixed the coding style issues
updated the solution in order to cover the native dialogs as well
Automatically closed -- issue fixed for 2 weeks with no activity.