Add initial ui and uiPolicy traits#114
Merged
feltech merged 1 commit intoOpenAssetIO:mainfrom Apr 9, 2025
Merged
Conversation
This was referenced Mar 31, 2025
hutchinson
approved these changes
Apr 1, 2025
5cbca0e to
7b743a4
Compare
Member
Author
|
This PR requires OpenAssetIO-TraitGen to be released with support for |
feltech
commented
Apr 1, 2025
Member
Author
|
@hutchinson Added a few fixup commits with minor changes |
hutchinson
approved these changes
Apr 9, 2025
Part of OpenAssetIO/OpenAssetIO#1302. Add initial tranche of traits that were found to be useful when prototyping UI delegation, and update some existing traits. In particular: Add traits for sets of images. An image collection could be a manifest, directory, archive file, templated path, etc, containing one or more images. An image sequence specialises image collection with a frame range, implying the images in the collection are ordered. E.g. an image collection with a MIME type of "inode/directory" refers to a directory containing images. Expand on MIME type usage in LocatableContent trait. In particular, support for multiple MIME types in a single field; and sources of common MIME types. Signed-off-by: David Feltell <david.feltell@foundry.com>
31cc6e5 to
8c1ef4e
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of OpenAssetIO/OpenAssetIO#1302.
Add initial tranche of traits that were found to be useful when prototyping UI delegation, and update some existing traits. In particular:
Add traits for sets of images. An image collection could be a manifest, directory, archive file, templated path, etc, containing one or more images. An image sequence specialises image collection with a frame range, implying the images in the collection are ordered. E.g. an image collection with a MIME type of "inode/directory" refers to a directory containing images.
Expand on MIME type usage in LocatableContent trait. In particular, support for multiple MIME types in a single field; and sources of common MIME types.