-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: List recent files too #140
Comments
Is that hard to add? I have no real competence but I could try to add it. |
You'd need to use Recent Apps as a model. You need to enable I parse the RootModel and all it's nested models and convert it to a ListModel and use a single ListView. The RootModel is:
I have the following properties in AppsModel that hardcode the numbers. property int categoryStartIndex: 2 // Skip Recent Apps, All Apps
property int categoryEndIndex: rootModel.count - 1 // Skip Power The RecentDocs should modify the model to be like the following:
Since I might reference the AllApps in many places with |
If you don't want Recent Apps, then you can probably easily set |
Consider this a feature request please! |
I have succeeded but the result is surprisingly bad. Edited Also set Sadly that involves using some of the bad parts in plasma, a kio-slave or something that doesn't work properly. It shows me under "most used" 5 documents that I haven't opened in weeks instead of the last ones. I don't know how this works, I suppose it should show what dolphin shows at (What file/resource is As a workaround I have added in Tiled Menu configuration > Sidebar shortcuts a recent_files_dolphin.desktop which was created with the line |
Cannot seem to find this rather common option in the otherwise so complete tool. It is present in other launchers.
Can this be enabled?
The text was updated successfully, but these errors were encountered: