nautilus:1889-file-conflict-ok-button-label-is-rename-instead-of-replace

Last commit made on 2021-10-26
Get this branch:
git clone -b 1889-file-conflict-ok-button-label-is-rename-instead-of-replace https://git.launchpad.net/nautilus

Branch merges

Branch information

Name:
1889-file-conflict-ok-button-label-is-rename-instead-of-replace
Repository:
lp:nautilus

Recent commits

bc3edaa... by =?utf-8?q?Ant=C3=B3nio_Fernandes?= <email address hidden>

file-conflict-dialog: Don't change action when unchecking

The "Apply this action to all files and folders" checkbox works only
with the "Replace" action, not the "Rename" action. Indeed, if the
rename field is expanded, the checkbox is greyed out.

However, if the checkbox is checked, when unchecking it changes the
main action to Rename, despite the rename field being obviously
hidden (otherwise the checkbox wouldn't be checked). That's wrong.
It's a regression from 15d59cd18de13b1c09dae1fe07102e213cdd9fd4

When the checkbox is unchecked, the action is already "Replace", so
there is no need to change it.

Fixes https://gitlab.gnome.org/GNOME/nautilus/-/issues/1889

8aabca1... by Rūdolfs Mazurs

Update Latvian translation

14a41b7... by Ondrej Holy

file-operations: Remove obsolete TODO statement

I think that this code is a quite stable after 13 years of production,
so this TODO statement can be probably removed :-D

c3b8e0d... by Ondrej Holy

file-operations: Fix progress when skipping during extraction

The progress is wrong when extracting multiple files and some of them
are skipped. Let's try to fix this.

d4e0000... by Ondrej Holy

file-operations: Do not offer skipping when extracting one file

In case of extraction failure, the "Skip" and "Cancel" actions are offered
everytime, but skipping doesn't make sense when extracting one file only.
Let's use the same approach as it is used also for other operations, which
is based on total number of files and remaining files. Also the "Skip All"
action will be offered as a side-effect of this change.

bdd317d... by Ondrej Holy

file-operations: Simplify output files handling when extracting

Currently, output files are checked for existence. But the files are
explicitely deleted in the case of extraction failure, so this extra
check is no more needed. Let's drop the redundant check and just update
the list when deleting the files.

d09b34c... by Ondrej Holy

file-operations: Remove leftover files after extraction failure

Empty, or corrupted files are left in the output directory in the case
of extraction failure, e.g. when wrong password is supplied. This is
in most cases undesired. Let's recursively delete all the leftover
files in the case of extraction failure.

Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/1954

83f1153... by eshagh

Update Persian translation

1629aff... by Slimane Selyan AMIRI

Update Kabyle translation

f157a28... by Sveinn í Felli

Update Icelandic translation