-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Added Support for Date Accessed and File Owner Properties #1055
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
Conversation
Instead of getting the info from code behind in the properties dialog, we should do it in SelectedItemsPropertiesViewModel and bind the TextBlock in the properties dialog to the properties in the SelectedItemsPropertiesViewModel. |
Sure will work on that and add in the next commit @yaichenbaum |
Is there a reason you added |
I added to separate Main Item Properties from any visibility properties or any local properties need for the methods within ViewModel. So it will be easy to differentiate from Main and Local Method Properties. Mainly for Code Readability. @yaichenbaum |
I don't think it is really useful to display item owner in Properties dialog. @yaichenbaum What do you think about it? |
@tsvietOK I agree that it's a bit much, what we can do is add a feature flag for this to the experimental page and if a large percentage of users turn it on we can look into making this the default. |
@xpoppyx At some point we can do that, but I think we should get the basics first, for example, showing multiple dialogs if the user clicked properties when multiple files are selected. |
"showing multiple dialogs if the user clicked properties when multiple files are selected." @yaichenbaum supported the above requirement in this commit |
@VoidExploiter I actually made a mistake in the above comment, I should have said support for properties when opening the dialog when multiple items are selected. We can definitely explore keeping this but my thoughts are that when users select multiple files and hit "properties", they will want to know the size of all of them together and other information once it's extended. |
@VoidExploiter Can you add the setting to the experimental settings page? This pull request is looking very good so far 🙂. |
Sure will add multiple windows and also file owner flag in that |
…perimental feature
@yaichenbaum Moved File Owner and Multiple windows to Experimental Flag |
@VoidExploiter Can you add strings for the new text that you added? |
I don't think this is necessary, as anything this ViewModel is already for item properties. |
Okay will add the strings and move properties Model back into ViewModel |
Removed in this commit |
Added for English here. Do I need to add for other languages too? |
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.
Please address the above comments.
Co-authored-by: Yair Aichenbaum <39923744+yaichenbaum@users.noreply.github.com>
Co-authored-by: Yair Aichenbaum <39923744+yaichenbaum@users.noreply.github.com>
I have added support for two new properties similar to Windows Explorer. We can have a whole lot of properties from the list in the URL
https://docs.microsoft.com/en-us/windows/win32/properties/core-bumper