Summary: | "show in groups" and "sort by date" should handle picture-folders smarter | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | S. Burmeister <sven.burmeister> |
Component: | general | Assignee: | Rafael Fernández López <ereslibre> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | peter.penz19 |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Sort by date in a different way |
Description
S. Burmeister
2007-09-08 15:49:03 UTC
I agree with the bug description. With the current implementation is hard to do conditional groups. Each item is asked separately (without knowing their environment) what category are they in, and then groups are created. I completely agree that the current strings are "not the best way". Indeed, I was waiting for feedback in this direction, same as how to show Permissions. Thank you for your detailed description. Created attachment 21655 [details]
Sort by date in a different way
Sorry, I attached before writing the message itself. As I see that you are on compiled sources it would be really nice if you could apply the patch attached (on the above message), and tell me if this fits your needs. I think is a smarter way than before. If this is OK for you, I will commit and mark this as FIXED. SVN commit 715740 by ereslibre: Show more useful information when sorting by date (in all folders, not only on those with pictures). With the current architecture it is impossible to create different rules depending on the items that each category contains. All categories are similar to the rest. That also helps to quickly find what you are looking for. BUG: 149655 M +1 -12 dolphinmodel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=715740 I just compiled dolphin and the items are now sorted by month. Very nice. Thanks a lot! |