Revamped replace/overwrite dialog
Moderators: XnTriq, helmut, xnview
-
- Moderator & Librarian
- Posts: 6376
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
Revamped replace/overwrite dialog
Green background indicates an exact match, red means… Well, you get the ideaYou do not have the required permissions to view the files attached to this post.
-
- Author of XnView
- Posts: 44593
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
- Moderator & Librarian
- Posts: 6376
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
Re: Revamped replace/overwrite dialog
That would be great, yesxnview wrote:perhaps the font color in red/green only??
- File size in bytes (if Tools » Options... » File List » Misc. » Use always bytes for filesize is activated)
- Timestamp including seconds
- Optional checksum calculation
You do not have the required permissions to view the files attached to this post.
-
- Author of XnView
- Posts: 44593
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
- Moderator & Librarian
- Posts: 6376
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
Re: Revamped replace/overwrite dialog
At least for the checksum, I would prefer both (red & green).xnview wrote:or perhaps simply red when values are different?
Screenshots:
- Angus Johnson: MD5 Check
- TSoft: MD5 Checker
- Michaël Duval: MD5 Checksum
- TCPmonitor: MD5 Checksum
- 4dots: MD5 Hash Check
- Mathias Svensson: Multi Commander
- CzechMex: SB-MD5 Checksum Calculator
- Pasi Ruokola: SendTo MD5
- Dan Hersam: Snap MD5
-
- Posts: 274
- Joined: Sat Dec 02, 2006 12:41 am
Re: Revamped replace/overwrite dialog
good point.xnview wrote:or perhaps simply red when values are different?
a single color to indicate the error is what I would do too.
don't ask the user to process more information than needed and keep the ui consistent.
I'm not sure how relevant these md5 check app are in that regard.
-
- Moderator & Librarian
- Posts: 6376
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
Re: Revamped replace/overwrite dialog
Whoot! Implemented in version 2.34
You do not have the required permissions to view the files attached to this post.
-
- Posts: 467
- Joined: Fri Jan 09, 2009 9:54 am
Re: Revamped replace/overwrite dialog
great work!
-
- Moderator & Librarian
- Posts: 6376
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
Re: Revamped replace/overwrite dialog
- As mentioned in a previous post, Use always bytes for filesize (Tools » Options... » File List » Misc.) should also take effect in the replace dialog, IMO.
- To prevent the 32-digit MD5 hash from being truncated, the right column of Replace and With could be moved a little farther to the left.
- Making use of PathCompactPathEx (or PathCompactPath?) would improve the display of truncated pathnames: X:\Eeny…Moe\Destination\ vs. X:\EenyMeenyMinyMoe\Des
- Although the files are not identical, XnView displays the same checksum for Replace (X:\Test\Destination\placeholder.jpg) as for With (X:\Test\Source\placeholder.jpg).
Code: Select all
Replace: X:\Test\DST\placeholder.jpg (Exif orientation 1) = 3126b90e4c94b4a19380baa7e567c273
With: X:\Test\SRC\placeholder.jpg (Exif orientation 2) = aa00fea6eb31e37090fd21f21fa123b6
You do not have the required permissions to view the files attached to this post.
-
- Posts: 134
- Joined: Mon Sep 03, 2007 1:00 pm
- Location: Germany
Re: Revamped replace/overwrite dialog
For symmetry, there should also be functions for "Replace all" and "Skip all". But to avoid too many buttons, there should be a checkbox "[ ] Apply to all".
-- Karl
-
- Author of XnView
- Posts: 44593
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Revamped replace/overwrite dialog
it's edit textfield, so no need to shorten filenameXnTriq wrote: [*]Making use of PathCompactPathEx (or PathCompactPath?) would improve the display of truncated pathnames:
Pierre.
-
- Moderator & Librarian
- Posts: 6376
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
Re: Revamped replace/overwrite dialog
Don't tell me you're rejecting my valuable programming tipsxnview wrote:it's edit textfield, so no need to shorten filenameXnTriq wrote:Making use of PathCompactPathEx (or PathCompactPath?) would improve the display of truncated pathnames
But seriously, I see what you mean: Users can select the text (Directory & Name) with the cursor.
-
- Author of XnView
- Posts: 44593
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Revamped replace/overwrite dialog
XnTriq wrote:Don't tell me you're rejecting my valuable programming tipsxnview wrote:it's edit textfield, so no need to shorten filename
Pierre.
-
- Moderator & Librarian
- Posts: 6376
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
Re: Revamped replace/overwrite dialog
This bug hasn't been fixed in the latest release (v2.35).XnTriq wrote:Although the files are not identical, XnView displays the same checksum for Replace (X:\Test\Destination\placeholder.jpg) as for With (X:\Test\Source\placeholder.jpg).
p127537.zipCode: Select all
Replace: X:\Test\DST\placeholder.jpg (Exif orientation 1) = 3126b90e4c94b4a19380baa7e567c273 With: X:\Test\SRC\placeholder.jpg (Exif orientation 2) = aa00fea6eb31e37090fd21f21fa123b6
placeholder_dst.jpg + placeholder_src.jpg
-
- Moderator & Librarian
- Posts: 6376
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
Re: Revamped replace/overwrite dialog
The fix isn't listed in the changelog but since v2.36 this feature works as expected. Thank you, Pierre!