| Summary: | Optionally use alternating background colors for list views | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kirigami | Reporter: | Nate Graham <nate> |
| Component: | general | Assignee: | Marco Martin <notmart> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | kde |
| Priority: | NOR | Keywords: | usability |
| Version First Reported In: | 5.47.0 | ||
| Target Milestone: | Not decided | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/kirigami/023c6ea8736675539d33d28ae43e2f16574145f0 | Version Fixed/Implemented In: | 5.56 |
| Sentry Crash Report: | |||
|
Description
Nate Graham
2018-06-19 12:49:16 UTC
Would also make it consistent with Qt's widget views which do the same. I think that in a discussion on telegram the idea was ultimately abandoned? (as look too .. old) The results of that discussion were the conclusion that the purpose of an alternating stripey background is to make it easy to parse multi-column lists. So the stripey background shouldn't be mandatory, but it should be optional in case your list has multiple columns of data. so in the end, easy to have, i can add it but i still think it would look super horrible as stripey backgrounds look on any other uses, tough is true that would be useful for things like dolphin details view Git commit 023c6ea8736675539d33d28ae43e2f16574145f0 by Marco Martin. Committed on 11/02/2019 at 13:22. Pushed by mart into branch 'master'. support for optional alternating backgrounds M +6 -0 src/controls/Theme.qml M +3 -1 src/controls/private/DefaultListItemBackground.qml M +19 -0 src/controls/templates/AbstractListItem.qml M +17 -0 src/controls/templates/SwipeListItem.qml M +11 -0 src/libkirigami/basictheme.cpp M +29 -15 src/libkirigami/platformtheme.cpp M +11 -0 src/libkirigami/platformtheme.h M +6 -0 src/styles/org.kde.desktop/Theme.qml https://commits.kde.org/kirigami/023c6ea8736675539d33d28ae43e2f16574145f0 |