Summary: | "Recent Folders" feature | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Hans Dembinski <mr_smith> |
Component: | Places | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | bluedzins, bugseforuns, codestruct, greg.martyn, kde, kdelibs-bugs, MurzNN, nate, simon.pfeifer, user581 |
Priority: | HI | Keywords: | usability |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kio/e65bf3bc541ac5ee7962432ff308c477a1dad882 | Version Fixed In: | 5.63 |
Sentry Crash Report: | |||
Attachments: | a screenshot of the "Recent" folder feature in the open file dialog |
Description
Hans Dembinski
2005-08-02 10:35:14 UTC
the combobox on the right top is the list of recent folders and most applications actually remember the last opened folder Yes, the functionality is there. But the other solution is more intuitive. I thought one goal of the KDE-Project is to enhance its usability and user-friendliness. Created attachment 12089 [details]
a screenshot of the "Recent" folder feature in the open file dialog
Moving from "kio/kfile" component to "kfile" product, helps sorting out duplicates. Any update on this? *** Bug 221441 has been marked as a duplicate of this bug. *** *** Bug 384411 has been marked as a duplicate of this bug. *** *** Bug 164595 has been marked as a duplicate of this bug. *** *** Bug 143043 has been marked as a duplicate of this bug. *** *** Bug 356439 has been marked as a duplicate of this bug. *** *** Bug 357542 has been marked as a duplicate of this bug. *** GTK (Gnome) file dialog have recent files/folders already long time - it shows not only files, but recently used folders too, and this is very useful! Currently in KDE we have timeline:/today/ and recentdocuments:/ urls for view recent files, but they are miss recently used folders. Can KDE developers lookup the UI of GTK recent list, and implement same way in KDE File Open/Save dialogs for show recently used folders? I have a patch that adds this: https://phabricator.kde.org/D7446 I need to make some revisions on it to make it merge-worthy. Git commit e65bf3bc541ac5ee7962432ff308c477a1dad882 by Méven Car, on behalf of Nate Graham. Committed on 05/10/2019 at 05:43. Pushed by meven into branch 'master'. [Places panel] Revamp the Recently Saved section Summary: Related: bug 159299, bug 311218 FIXED-IN: 5.63 Revamp the {nav Recently Saved} section, including the following changes: - Change the section name to "Recent" - Change the name of the existing entries to "Modified Today" and "Modified Yesterday", for clarity. - Add "Recent Files" and "Recent Locations" item corresponding to `recentlyused:/files` and `recentlyused:/locations` listing the last 30 files or directories accessed in the current activity, and adjust the code to support this. Depends on D22144 Depends on D23742 Depends on D23737 Depends on D23741 Depends on D23760 Test Plan: LANG="EN" ctest {F7324750} Adds "Recent Files" "Recent Locations" entries to user accounts places recent group. Reviewers: #dolphin, broulik, elvisangelaccio, #vdg, #frameworks, ngraham Reviewed By: #dolphin, elvisangelaccio, #vdg, ngraham Subscribers: meven, trickyricky26, andreask, huftis, svenmauch, kde-frameworks-devel, spoorun, andreaska, gregormi, markg, alexeymin, broulik, elvisangelaccio, dfaure, davidedmundson, ltoscano, #konqueror Tags: #dolphin, #frameworks Maniphest Tasks: T8349 Differential Revision: https://phabricator.kde.org/D7446 M +101 -50 autotests/kfileplacesmodeltest.cpp M +12 -6 autotests/kfileplacesviewtest.cpp M +3 -2 src/filewidgets/kfileplacesitem.cpp M +41 -2 src/filewidgets/kfileplacesmodel.cpp M +7 -0 src/filewidgets/kfileplacesmodel.h https://commits.kde.org/kio/e65bf3bc541ac5ee7962432ff308c477a1dad882 |