Bug 213466 - Display pb when cutting a contact from an address book
Summary: Display pb when cutting a contact from an address book
Status: VERIFIED FIXED
Alias: None
Product: kaddressbook
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-06 20:41 UTC by Sabine Faure
Modified: 2009-11-12 19:45 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sabine Faure 2009-11-06 20:41:13 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch Kontact and go to KAB
- create two address books (AB1 and AB2)
- create a contact in AB1
- Right click on a contact and select 'Cut Contact'

Nothing happens. It does not seem to have worked.

- Right click on 'AB2' and select 'Paste'

Whereas in fact it works  and the contact is moved to 'AB2'.

Would it be possible to have the icon and the contact's name become paler to show that they have been cut?

Trunk, Svn Rev 1045634
Comment 1 Tobias Koenig 2009-11-09 18:11:30 UTC
Hej Sabine,

if you cut a couple of contacts, the contact names in the
listview have a gray color instead of black. Is this what you
meant?

Ciao,
Tobias
Comment 2 Sabine Faure 2009-11-09 23:30:15 UTC
Hi Tobias,

Yes this is true. However to see it you need to deselect the contacts you've just cut, for example by clicking into the background.

What I meant was to render the icon paler as well so that the user can see that the cut has been performed even when the contacts are still highlighted.

Trunk, Svn Rev 1046648
Comment 3 Tobias Koenig 2009-11-10 17:16:49 UTC
SVN commit 1047162 by tokoe:

Cut out entities will be shown as inactive

BUG: 213466


 M  +7 -13     entitytreemodel.cpp  
 M  +1 -2      entitytreemodel_p.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1047162
Comment 4 Sabine Faure 2009-11-12 19:45:06 UTC
It is corrected now.

When the contact is cut it is shown as not available anymore (Icon, name and background are greyed).

Trunk, Svn Rev 1047961