Summary: | Shortcuts can break git/svn integration functions | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Brendon Higgins <brendon> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kfm-devel, nate |
Priority: | NOR | ||
Version: | 20.08.2 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/sdk/dolphin-plugins/commit/6b9caff21b00282a912da2319affe55fb1595196 | Version Fixed In: | |
Sentry Crash Report: |
Description
Brendon Higgins
2020-12-04 21:36:45 UTC
Git commit c1739d5c4d55401a03462467ed446763924be844 by Elvis Angelaccio, on behalf of Méven Car. Committed on 27/12/2020 at 17:18. Pushed by elvisangelaccio into branch 'master'. Version Control plugin: allow plugins to return repository root Currently plugins `fileName()` only return path file extension. This changes allows plugins to return the absolute file path to their repository root. M +5 -0 src/views/versioncontrol/kversioncontrolplugin.cpp M +6 -0 src/views/versioncontrol/kversioncontrolplugin.h M +33 -62 src/views/versioncontrol/versioncontrolobserver.cpp M +4 -3 src/views/versioncontrol/versioncontrolobserver.h https://invent.kde.org/system/dolphin/commit/c1739d5c4d55401a03462467ed446763924be844 Git commit 6b9caff21b00282a912da2319affe55fb1595196 by Méven Car. Committed on 28/12/2020 at 08:08. Pushed by elvisangelaccio into branch 'master'. Allow git, hg and svn plugins to detect working copy root M +12 -1 git/fileviewgitplugin.cpp M +1 -0 git/fileviewgitplugin.h M +11 -0 hg/fileviewhgplugin.cpp M +1 -0 hg/fileviewhgplugin.h M +11 -0 svn/fileviewsvnplugin.cpp M +1 -0 svn/fileviewsvnplugin.h https://invent.kde.org/sdk/dolphin-plugins/commit/6b9caff21b00282a912da2319affe55fb1595196 |