Commit 436a093
file operations: Add duplicate button (#2841)
This feature appears in the GUI as a new button "Autorename" added to all the different conflict dialogs
This uses the native "unique name" policy that allows copying/moving a file/folder with the same name than another in detination folder by renaming it automatically in this fashion:
"example file (copy).txt" "example file (another copy).txt" "example file (3rd copy).txt" etc.
The main interest of this new feature is its cumulation with the "apply to all" checkbox, allowing automatic renaming for all conflicts.1 parent 1f48a27 commit 436a093
File tree
3 files changed
+33
-3
lines changed- libnemo-private
3 files changed
+33
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
558 | 559 | | |
559 | 560 | | |
560 | 561 | | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
561 | 568 | | |
562 | 569 | | |
563 | 570 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| |||
4616 | 4617 | | |
4617 | 4618 | | |
4618 | 4619 | | |
4619 | | - | |
| 4620 | + | |
4620 | 4621 | | |
4621 | 4622 | | |
4622 | 4623 | | |
| |||
4666 | 4667 | | |
4667 | 4668 | | |
4668 | 4669 | | |
| 4670 | + | |
| 4671 | + | |
| 4672 | + | |
| 4673 | + | |
| 4674 | + | |
| 4675 | + | |
| 4676 | + | |
4669 | 4677 | | |
4670 | 4678 | | |
4671 | 4679 | | |
| |||
5130 | 5138 | | |
5131 | 5139 | | |
5132 | 5140 | | |
| 5141 | + | |
5133 | 5142 | | |
5134 | 5143 | | |
5135 | 5144 | | |
| |||
5275 | 5284 | | |
5276 | 5285 | | |
5277 | 5286 | | |
| 5287 | + | |
| 5288 | + | |
| 5289 | + | |
| 5290 | + | |
| 5291 | + | |
| 5292 | + | |
5278 | 5293 | | |
5279 | 5294 | | |
5280 | 5295 | | |
| |||
5307 | 5322 | | |
5308 | 5323 | | |
5309 | 5324 | | |
| 5325 | + | |
| 5326 | + | |
| 5327 | + | |
| 5328 | + | |
| 5329 | + | |
| 5330 | + | |
| 5331 | + | |
5310 | 5332 | | |
5311 | 5333 | | |
5312 | 5334 | | |
| |||
0 commit comments