Skip to content

Conversation

@SauronfromMordor
Copy link
Contributor

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:
0
Here is some screenshots of this PR:
1
2
3

@LStranger LStranger force-pushed the master branch 2 times, most recently from 13d44ef to bb91bc7 Compare April 28, 2018 19:16
@LStranger
Copy link
Member

Thank you very much. Will consider it for version 1.4.0.

comparesize = _("larger");
else
if (fm_file_info_get_size(src) < fm_file_info_get_size(dest))
comparesize = _("less");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants