-
Notifications
You must be signed in to change notification settings - Fork 43
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
Remove bookmark button #3217
base: release_6.0.1
Are you sure you want to change the base?
Remove bookmark button #3217
Conversation
It seems the CI has failed. I'll try rerunning it to see if its just a temporary issue. |
nvm I see its been fixed in #3212 |
</property> | ||
<property name="icon"> | ||
<iconset> | ||
<normaloff>:/res/bookmark.png</normaloff>:/res/bookmark.png</iconset> |
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.
we can probably remove bookmark.png
as well (and rebuild the resources)
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.
The code looks good. Whether we should reimplement this feature is a separate matter entirely.
Me, and Lucas were discussing the whole 'save state' feature as the code for this will likely have to change in order to be compatible with the new SasData objects from the refactoring project. We may discuss this more at the technical meeting. |
Description
Removed the bookmark button, and some other references to it. As discussed in #3213 , it doesn't appear to be implemented.
How Has This Been Tested?
Ran SasView. The bookmark button no longer appears. I tried loading the save states that used to contain a tag for it but from what I can understand, they are all in the old format anyway. I was getting errors but I don't think those were caused by this branch.
Review Checklist:
Documentation (check at least one)
Installers
Licencing (untick if necessary)