https://bugs.kde.org/show_bug.cgi?id=523932
Méven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Latest Commit| |https://invent.kde.org/fram | |eworks/kio/-/commit/a663efb | |68c98c850fcc28d4fd23f66ffc5 | |829b8d Resolution|--- |FIXED --- Comment #2 from Méven <[email protected]> --- Git commit a663efb68c98c850fcc28d4fd23f66ffc5829b8d by Méven Car. Committed on 08/08/2026 at 13:47. Pushed by meven into branch 'master'. RenameFileDialog: offer the rename operation of the last rename Renaming several files at once starts on Enumerate every time, so someone who replaces text in a batch of names, and then in another batch, chooses it again on every dialog. The operation is written to the state config when the dialog is accepted, and the dialog opens on it the next time. Looking at the other operations and closing the dialog leaves the choice alone. The name of the operation is stored rather than its place in the list, and a name that no operation answers to reads as Enumerate. It goes to kiostaterc, so the choice follows the person rather than the application they renamed from. M +1 -0 autotests/CMakeLists.txt A +122 -0 autotests/renamefiledialogtest.cpp [License: LGPL(v2.0+)] M +47 -1 src/widgets/renamefiledialog.cpp https://invent.kde.org/frameworks/kio/-/commit/a663efb68c98c850fcc28d4fd23f66ffc5829b8d -- You are receiving this mail because: You are watching all bug changes.
