Bug 231540

Summary: Alternative row colours in contacts list
Product: [Applications] kaddressbook Reporter: Dotan Cohen <kde-2011.08>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: wishlist CC: dev, tokoe, zweistein12
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Unspecified   
Latest Commit: Version Fixed In: 4.11.3

Description Dotan Cohen 2010-03-21 13:50:54 UTC
Version:            (using KDE 4.4.1)
Installed from:    Unspecified Linux

The list of names should have alternative row colours.

I am not sure if this is a bug or a feature request, so I marked it as a wish. Other KDE apps (Dolphin for instance) do have alternating row colours.

Thanks.
Comment 1 wuertz 2011-01-01 22:26:24 UTC
This wish is a very trivial wish. It is just one line:

file: kdepim/kaddressbook/mainwidget.cpp
function: setupGui()

// the items view
mItemView = new Akonadi::EntityTreeView();
mItemView->setObjectName( "ContactView" );
+mItemView->setAlternatingRowColors(true);

But I am not sure if it really looks better.
Comment 2 Laurent Montel 2013-10-28 07:46:00 UTC
Git commit 530604d33ea5176ad85c488d828396fe00818b96 by Montel Laurent.
Committed on 28/10/2013 at 07:45.
Pushed by mlaurent into branch 'KDE/4.11'.

Fix Bug 231540 - Alternative row colours in contacts list

Apply patch from wuertz

FIXED-IN: 4.11.3

M  +1    -0    kaddressbook/mainwidget.cpp

http://commits.kde.org/kdepim/530604d33ea5176ad85c488d828396fe00818b96