Adding file comparison attributes#37
Open
SauronfromMordor wants to merge 1 commit intolxde:masterfrom
Open
Conversation
13d44ef to
bb91bc7
Compare
Member
|
Thank you very much. Will consider it for version 1.4.0. |
wb9688
reviewed
Feb 2, 2021
| comparesize = _("larger"); | ||
| else | ||
| if (fm_file_info_get_size(src) < fm_file_info_get_size(dest)) | ||
| comparesize = _("less"); |
Contributor
There was a problem hiding this comment.
I would say "smaller" (as that's the opposite of "larger" above)
ib
pushed a commit
to yagi-tan/libfm
that referenced
this pull request
Dec 8, 2025
Although GtkScrolledWindow has a horizontal scroll bar in compact view, the icons are arranged vertically. Therefore, delta_y must be considered in addition to delta_x. Depending on the scroll direction, one of the two values is always 0. Assuming that the smooth delta values are fractions of the determined delta value, get rid of the fixed factor. Clamp the smooth delta values because scrolling with a held button reportedly returns +/- 2. This closes github issue lxde#37, reported by tro-oper. (commit and commit message amended by committer)
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.
This PR adds comparison of file size and date/time when replacing and shows it in the window.




It's updated idea from Windows 7:
Here is some screenshots of this PR: