https://bugs.kde.org/show_bug.cgi?id=420239
Bug ID: 420239 Summary: Provide vcs plugins action to checkout/clone repository Product: dolphin Version: unspecified Platform: Kubuntu Packages OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: general Assignee: dolphin-bugs-n...@kde.org Reporter: nkrasheninni...@yandex.ru CC: kfm-de...@kde.org Target Milestone: --- SUMMARY Common use-case for vcs is checkout/clone. For now Dolphin's KVersionControlPlugin interface doesn't support this because KVersionControlPlugin::actions() applied only for versioned directories. This wishlist is for filling a request for this feature and also for a possible design discussion. We can extend KVersionControlPlugin interface with one more pure virtual function. That function will return action list for a unversioned directory with clone action (and maybe more like for example plugin settings). Function could be 'KVersionControlPlugin::unversionedActions()' and 'KVersionControlPlugin::versionedActions()' (previously known as 'actions()'). This requires simultaneous update of 'dolphin' and 'dolphin-plugins' projects. -- You are receiving this mail because: You are watching all bug changes.