MuseScore/src/project
Casper Jeukendrup af33cf52df Fix opening and saving mscx files
For mscx files, we sometimes need to work with the mscx file itself, and sometimes with the containing folder. Thus, we're introducing methods to convert from one to the other. Additional difficulties arise when adding suffixes to filenames like `_saving` or `.autosave`. But we overcome them, although that does not make the code much nicer.

For other file formats than mscx, the two new methods just return the path.
2022-05-16 21:29:01 +03:00
..
internal Fix opening and saving mscx files 2022-05-16 21:29:01 +03:00
qml/MuseScore/Project Spelling (#11566) 2022-05-15 16:35:32 +02:00
tests Spelling (#11566) 2022-05-15 16:35:32 +02:00
view Added option to open destination folder on export 2022-05-01 17:02:09 +05:30
CMakeLists.txt Merge pull request #10630 from HemantAntony/scorepropertiesdialog 2022-04-25 11:58:02 +02:00
imscmetareader.h moved notation meta to project 2021-08-03 16:02:41 +02:00
inotationproject.h Implemented autosave for new project 2022-04-27 20:57:59 +03:00
inotationreader.h added project module 2021-07-14 21:08:02 +02:00
inotationreadersregister.h added project module 2021-07-14 21:08:02 +02:00
inotationwriter.h Set color for beats instead of notes 2022-04-06 10:11:53 +03:00
inotationwritersregister.h added project module 2021-07-14 21:08:02 +02:00
iprojectaudiosettings.h Fix solo/mute interactions in Mixer 2022-03-28 19:48:32 +02:00
iprojectautosaver.h Implemented autosave for new project 2022-04-27 20:57:59 +03:00
iprojectconfiguration.h Merge pull request #11479 from nikolaosginos/file-dialog-default-path 2022-05-01 17:04:06 +02:00
iprojectcreator.h added open new project in a new window 2021-08-02 14:03:26 +02:00
iprojectfilescontroller.h Merge pull request #10032 from igorkorsukov/appshell/open_on_drag_and_drop 2021-12-17 15:26:05 +02:00
iprojectrwregister.h added video writer 2022-03-18 19:24:22 +06:00
iprojectviewsettings.h Mark project as required to save if audio or view settings are changed 2022-03-01 10:34:23 +02:00
iprojectwriter.h added video writer 2022-03-18 19:24:22 +06:00
irecentprojectsprovider.h moved notation meta to project 2021-08-03 16:02:41 +02:00
project.qrc Merge pull request #10630 from HemantAntony/scorepropertiesdialog 2022-04-25 11:58:02 +02:00
projectmodule.cpp Merge pull request #10630 from HemantAntony/scorepropertiesdialog 2022-04-25 11:58:02 +02:00
projectmodule.h moved files from userscores to project module 2021-08-16 13:15:21 +02:00
projecttypes.h fix: 11533; Title is also checked when checking equality of meta struct 2022-05-14 16:08:28 +05:30