[dolphin] [Bug 407004] Request: add right-click option to copy file path inDolphin

2020-07-06 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407004

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=423937

--- Comment #12 from Nate Graham  ---
Yes, we probably need a new icon for "Copy Location", especially now that
multiple apps (Dolphin and Konsole) both have this menu item.

Heck, we could even define a KStandardAction for it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 407004] Request: add right-click option to copy file path inDolphin

2020-07-04 Thread Ilya Bizyaev
https://bugs.kde.org/show_bug.cgi?id=407004

Ilya Bizyaev  changed:

   What|Removed |Added

 CC||bizy...@zoho.com

--- Comment #11 from Ilya Bizyaev  ---
Looking at "Copy" and "Copy Location" one after the other, with the same icon,
I wonder how many users are going to be confused by this addition.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 407004] Request: add right-click option to copy file path inDolphin

2020-06-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407004

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||20.08.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 407004] Request: add right-click option to copy file path inDolphin

2020-06-29 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=407004

Elvis Angelaccio  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/commit/86e3b82ef
   ||bbcdb287773cdaf6a5f4c1c22bb
   ||9fc6
 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #10 from Elvis Angelaccio  ---
Git commit 86e3b82efbbcdb287773cdaf6a5f4c1c22bb9fc6 by Elvis Angelaccio, on
behalf of Yann Holme-Nielsen.
Committed on 29/06/2020 at 22:27.
Pushed by elvisangelaccio into branch 'master'.

## Summary
* Adds a "Copy location" item, after the "Copy" Context item and Edit Menu,
which will attempt to copy the path of the fist item into clipboard.

## Reasoning
Most File Managers have this option through one or another way.
Also using the default Copy option often results in different behaviour
depending on the target software, Konsole will take the path. Other Programs
will use the URI. Which ultimately could lead to non optimal User Experience.

## Notes
* Should the target file **not** be on a local hard drive, this fallback to
using the remote URL, feedback is wanted on that matter.

M  +4-1src/dolphincontextmenu.cpp
M  +4-0src/dolphinmainwindow.cpp
M  +10   -1src/dolphinui.rc
M  +18   -0src/views/dolphinview.cpp
M  +5-0src/views/dolphinview.h
M  +16   -1src/views/dolphinviewactionhandler.cpp
M  +5-0src/views/dolphinviewactionhandler.h

https://invent.kde.org/system/dolphin/commit/86e3b82efbbcdb287773cdaf6a5f4c1c22bb9fc6

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 407004] Request: add right-click option to copy file path inDolphin

2020-06-29 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=407004

Elvis Angelaccio  changed:

   What|Removed |Added

 Resolution|UPSTREAM|---
 Status|RESOLVED|REOPENED

--- Comment #9 from Elvis Angelaccio  ---
(In reply to Elvis Angelaccio from comment #8)
> As discussed in https://invent.kde.org/system/dolphin/-/merge_requests/25,
> this should be fixed in Qt (QMimeData precisely).

Actually this wouldn't solve the "paste the location to dolphin" use case.
Reopening.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 407004] Request: add right-click option to copy file path inDolphin

2020-06-21 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=407004

Elvis Angelaccio  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|CONFIRMED   |RESOLVED

--- Comment #8 from Elvis Angelaccio  ---
As discussed in https://invent.kde.org/system/dolphin/-/merge_requests/25, this
should be fixed in Qt (QMimeData precisely).

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 407004] Request: add right-click option to copy file path inDolphin

2019-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407004

Nate Graham  changed:

   What|Removed |Added

   Keywords||usability
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
   Severity|normal  |wishlist

--- Comment #7 from Nate Graham  ---
I've found myself wanting this various times recently. Maybe adding a modifier
key could do it, like we do to toggle between "move to trash" and "delete".
Like Ctrl-Alt-C could do "Copy path to clipboard"

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 407004] Request: add right-click option to copy file path inDolphin

2019-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407004

Nate Graham  changed:

   What|Removed |Added

 CC||vojt...@kral.hk

--- Comment #6 from Nate Graham  ---
*** Bug 409828 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 407004] Request: add right-click option to copy file path inDolphin

2019-04-30 Thread David
https://bugs.kde.org/show_bug.cgi?id=407004

--- Comment #5 from David  ---
(In reply to Nate Graham from comment #4)
> Would you care to submit a patch, David? Or a file action plugin with this
> in it?

I’m not really a programmer and would have no idea how to do that. I composed
the text above by copy-pastying advice I found in some forums and other things
I googled, but other than creating yet another dolphin extension in kdestore
that might break after a couple months, I don’t know how to integrate it into
Dolphin in a way that could survive simple API changes.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 407004] Request: add right-click option to copy file path inDolphin

2019-04-30 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407004

--- Comment #4 from Nate Graham  ---
Would you care to submit a patch, David? Or a file action plugin with this in
it?

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 407004] Request: add right-click option to copy file path inDolphin

2019-04-30 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407004

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

--- Comment #3 from Nate Graham  ---
Yeah, the fact that pasting a full file actually pastes the  the path it in
some apps is an implementation detail/quirk of the fact that those apps don't
handle file-based clipboard data.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 407004] Request: add right-click option to copy file path inDolphin

2019-04-28 Thread David
https://bugs.kde.org/show_bug.cgi?id=407004

--- Comment #2 from David  ---
(In reply to Elvis Angelaccio from comment #1)
> You can press CTRL+C to copy the full path to the clipbpoard. Doesn't that
> work for you?

Ctrl + C copies the full file, so in some scenarios it can paste the wrong
thing (e.g. you cannot paste a file name as a new text file in Dolphin). Also
it adds "file://".

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 407004] Request: add right-click option to copy file path inDolphin

2019-04-28 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=407004

--- Comment #1 from Elvis Angelaccio  ---
You can press CTRL+C to copy the full path to the clipbpoard. Doesn't that work
for you?

-- 
You are receiving this mail because:
You are watching all bug changes.