-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Show file hashes in properties like HashTab. #3722 #4300
Conversation
@oleitao Do you really think we should include the option to compare with other Files? I think the properties dialog should be limited to the selected file. Also, can you put the hashes section after the details section? |
@yaichenbaum i saw that suggestion on 3722 but i can remove that. Please let me know. |
@oleitao It's up to you, but in my opinion, if it's working fine, we might as well keep it. |
I've some suggestions about an previous related PR 4121 which is related with MD5 hash generation.
Do you agree? |
@oleitao I agree, it should only be in one place. |
@oleitao Should the compare option be a little lower down on the page similar to the screenshot shared in the issue you linked? |
@yaichenbaum i removed the compare option. Do you want to add compare option again? |
It's good either way. |
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.
Resolve conflicts, please.
# Conflicts: # Files/Files.csproj # Files/Interacts/Interaction.cs # Files/ViewModels/Properties/FileProperties.cs # Files/ViewModels/SelectedItemsPropertiesViewModel.cs
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.
I've tested CRC32 and compared the output with Hash Viewer and all CRC32 generated hashes was mathed. |
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 calculating progresses of SHA1 and CRC32 hashes are not displayed.
- Wrong CRC32 hash.
- The SHA1 hash is truncated.
- Sometimes it is blocking UI thread.
- How to compare Text hash with calculated hash?
- Sometimes when canceling calculation crc32 hash app crashes.
Please, test it properly before submitting for review.
@oleitao Can you address the requested changes? |
It's better not address this PR to me. |
Resolved / Related Issues
This PR is used to implement a new feature to show file hashs MD5/SHA1/CRC32 on Properties panel and compare the current hashs with hashs of another files.
Validation
Screenshots (optional)