The places timeline:/today and timeline:/yesterday are way less useful than recentlyused:/files and recentlyused/folders.
We should expose only one of the two for new installations, to not clutter UI.
Details
- Reviewers
ngraham hein - Group Reviewers
VDG Plasma - Commits
- R241:3dfa0c1c2f87: KFilePlacesModel: On new profile in recent show only recentlyused:/ based…
rm ~/.local/share/user-places.xbel
Before:
After:
Diff Detail
- Repository
- R241 KIO
- Branch
- arcpatch-D26782
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 21465 Build 21483: arc lint + arc unit
Oh, I thought we already did this. +1 since it was explicitly the plan.
But should we just hide them, or not even create them in the first place? Creating hidden-by-default entries seems a bit off.
src/filewidgets/kfileplacesmodel.cpp | ||
---|---|---|
356–357 | space before the = |
I chose hidden by value just to keep the feature somewhat more discoverable than if it was not present at all.
I would be fine not adding those in the first place too. It may be simpler also.
I would recommend it. Anything that's hidden by default isn't actually discoverable at all, and it sends the wrong message too; it means that we don't actually have confidence in the feature (as indeed, we do not for these old entries). I think it would be simpler and more appropriate to just not add them at all.
Don't add by default 'Modifield Today' and 'Modifield Yesterday' when recentlyused:/ is present
src/filewidgets/kfileplacesmodel.cpp | ||
---|---|---|
358 | s/Modifield/Modified/ |