Summary: | Should be able to show original location for items placed in the trash | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Angel Blue01 <angel_blue_co2004> |
Component: | view-engine: details mode | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | a.samirh78, bernhard+kde, bugseforuns, finex, kde-2011.08, kdelibs-bugs, kfm-devel, milakam, nate, peter.penz19 |
Priority: | NOR | Keywords: | usability |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
See Also: |
https://bugs.kde.org/show_bug.cgi?id=400969 https://bugs.kde.org/show_bug.cgi?id=100801 https://bugs.kde.org/show_bug.cgi?id=413715 |
||
Latest Commit: | https://invent.kde.org/system/dolphin/commit/466fa20f7faf26ef2df2453da1622e0805564140 | Version Fixed In: | 22.04.0 |
Sentry Crash Report: |
Description
Angel Blue01
2009-03-06 19:34:57 UTC
@Peter: what do you think about this? Recently I've seen a screenshot of the latest nautilus which display a column (only when displaying the trash) with the original path of the file and I've really liked the idea :-) bug #100801 is related to this *** Bug 231537 has been marked as a duplicate of this bug. *** *** Bug 389786 has been marked as a duplicate of this bug. *** bug 400969 is related. KIO only provides kio_trash; this would be fixed in Dolphin, which creates/defines the columns. And I think this is already implemented, sort of; right click the columns header bar, enable Other -> Path, that path is the original path. Maybe when Dolphin is at trash:/ it should say "Original Path" instead. Oh that's a good idea. Git commit 466fa20f7faf26ef2df2453da1622e0805564140 by Kai Uwe Broulik. Committed on 28/03/2022 at 12:56. Pushed by broulik into branch 'release/22.04'. [ViewProperties] Apply better default roles for special views This adds the following additional special view modes (some of them were already there but broken because they weren't applied, or were changed to have better defaults now that they are actually used): * Recent Files and Recent Documents, timeline: Details view with grouped sorting enabled and Name, Path, Modified * Search For Images: Icon view with Name, Dimensions, Date Time of the Picture * Search For Audio: Details view with Name, Artist, Album, Duration * Search For Videos: Icon view with just Name * Search For everything else, including Documents: Details view with Name, Path, Modified * Trash: Details view with Name, (Original) Path, Deletion Time Related: bug 400969, bug 340393 FIXED-IN: 22.04.0 M +31 -10 src/views/viewproperties.cpp https://invent.kde.org/system/dolphin/commit/466fa20f7faf26ef2df2453da1622e0805564140 |