-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update CMakeLists process translation files in the ISIS source code. #3726
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
6dafcfa
Update meta.yaml to rename conda package to isis from isis3
krlberry 5ea5b89
Merge branch 'dev' of github.com:USGS-Astrogeology/ISIS3 into dev
krlberry 4dd4d55
gMerge branch 'dev' of github.com:USGS-Astrogeology/ISIS3 into dev
krlberry 03fdf3e
Merge branch 'dev' of github.com:USGS-Astrogeology/ISIS3 into dev
krlberry ce7cf0a
Merge branch 'dev' of github.com:USGS-Astrogeology/ISIS3 into dev
krlberry 66deadf
Merge branch 'dev' of github.com:USGS-Astrogeology/ISIS3 into dev
krlberry 7d9374d
Merge branch 'dev' of github.com:USGS-Astrogeology/ISIS3 into dev
krlberry 5018b1f
Merge branch 'dev' of github.com:USGS-Astrogeology/ISIS3 into dev
krlberry a73acba
Merge branch 'dev' of github.com:USGS-Astrogeology/ISIS3 into dev
krlberry 2a43a08
Merge branch 'dev' of github.com:USGS-Astrogeology/ISIS3 into dev
krlberry 834b5b5
Used CK quality for PCK selection in spiceinit (#3716)
jessemapel 3b955cd
Adds the ability to save and restore a greyscale stretch to/from a Cu…
krlberry 3eec82d
Updated kaguyatc2isis to allow ingestion of data provided by JAXA onl…
AustinSanders b59f3b2
Fixes ddd2isis to support updated uvflat files (#3719)
acpaquette e1e2903
Changed version numbers for 4.1 RC (#3722)
jessemapel 1ce4258
Merge branch 'dev' of github.com:USGS-Astrogeology/ISIS3 into dev
krlberry 08fcba2
Add directory structure for appdata in source
krlberry 9a72acd
Update cmakelists to copy translation files over into the appdata/tra…
krlberry 7abe157
Merge branch 'appdata' of github.com:USGS-Astrogeology/ISIS3 into app…
krlberry eb6eb79
Update to install appdata
krlberry 35eb122
Add appdata/templates directory needed for apollo work.
krlberry File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this copy the base translation files that will be in isis/appdata/translations to the build dir?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That isn't in this PR and is a very good point! I was planning to expand this to include the other directories (including everything that needs to be migrated from base) in a future PR, unless not having it in here is holding other work up?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh gotcha. I think it's fine to have it in a PR later with the rest of the base stuff, if everyone else thinks so.