https://bugs.kde.org/show_bug.cgi?id=499455
Simon Persson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/syst | |em/kup/-/commit/3ad0b2ce141 | |7549a41681c6f3062ab4827bcee | |23 --- Comment #4 from Simon Persson <[email protected]> --- Git commit 3ad0b2ce1417549a41681c6f3062ab4827bcee23 by Simon Persson. Committed on 09/09/2025 at 17:14. Pushed by persson into branch 'master'. Add a fileitemaction plugin This adds a plugin for use by file managers to give an additional action for selected files and folders. The action is to offer restoring previous version of files or missing files for folders. The action will only be provided if the selected file is included in a versioned backup plan and the saved backups are currently available in the system. Kup daemon gets a new d-bus exported function to get the path of a bup repository for a given file path. It returns an empty string for files where no backup is available. M +1 -0 CMakeLists.txt M +20 -0 daemon/kupdaemon.cpp M +1 -0 daemon/kupdaemon.h A +18 -0 fileitemaction/CMakeLists.txt A +75 -0 fileitemaction/fileitemaction.cpp [License: GPL(3+eV) GPL(v3.0)] A +13 -0 fileitemaction/kupfileitemaction.json https://invent.kde.org/system/kup/-/commit/3ad0b2ce1417549a41681c6f3062ab4827bcee23 -- You are receiving this mail because: You are watching all bug changes.
