Bug 231540 - Alternative row colours in contacts list
Summary: Alternative row colours in contacts list
Status: RESOLVED FIXED
Alias: None
Product: kaddressbook
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-21 13:50 UTC by Dotan Cohen
Modified: 2013-10-28 07:46 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.11.3


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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