-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added new class `meico.mpm.elements.metadata.Comment` and incorporated it in all classes that handle MPM metadata comment elements. - In class `meico.mpm.elements.metadata.Metadata` some new methods have been added: `removeAuthor()` and `removeComment()`. - Enhancement in method `meico.mpm.Mpm.addPerformance()` to cancel if the input `Performance` object is null. It also got a `boolean` return value to indicate the success of the action. - The same has been added to method `meico.mpm.elements.Performance.addPart()`. It returns `false` also if the part is already in the performance. - The same has been added to methods `meico.mpm.elements.metadata.Metadata.addAuthor()`, `addComment()` and `addRelatedResource()`. Instead of an index they return `-1`. - Bugfixes in methods `meico.mpm.elements.metadata.Author.setId()` and `removeAuthor()`. - Classes `meico.mpm.elements.Part`, `Performance` have been extended to provide access also to the element's `xml:id`. - New methods `clear()` and `renameStyleDef()` in class `meico.mpm.elements.Header` to remove all content of from the respective MPM element. - New method `clear()` in class `meico.mpm.elements.Dated` to remove all content of from the respective MPM element. - Bugfix in method `meico.mpm.elements.Header.removeStyleType()`, `removeStyleDef()`, `addStyleType()`. - Lots of enhancement and refactoring of all classes in packages `meico.mpm.elements.styles` and `meico.mpm.elements.styles.defs`. - Correction of `rubatoDef` factory method `meico.mpm.elements.styles.defs.RubatoDef.createRubatoDef(String name)` to `createRubatoDef(String name, double frameLength)`. A `rubatoDef` without a `frameLangth` is invalid. Hence the factory could never create a `rubatoDef`. This is fixed. - Refactoring of method `meico.mpm.elements.styles.defs.AccentuationPatternDef.getSize()` to `size()` to follow the convention used in all other classes. - Added another method `addAccentuation()` to class `meico.mpm.elements.styles.defs.AccentuationPatternDef` that supports input of an `id` string.
- Loading branch information
1 parent
4857bb3
commit f515c0e
Showing
268 changed files
with
2,802 additions
and
2,438 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.