------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=137337         
           Summary: nickname column in addressbook association dialog
           Product: kopete
           Version: unspecified
          Platform: Unlisted Binaries
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: general
        AssignedTo: kopete-devel kde org
        ReportedBy: styx smutek pl


Version:            (using KDE KDE 3.5.5)
Installed from:    Unspecified Linux

I want add nick column to addressbook association dialog. I have many people in 
my addressbook only with nickname. It will be nice to select them in this 
dialog.

It could be do with this patch:

--- kopete/libkopete/ui/addressbookselectorwidget_base.ui~      2006-07-13 
02:55:55.000000000 +0200
+++ kopete/libkopete/ui/addressbookselectorwidget_base.ui       2006-07-21 
11:37:36.631863750 +0200
 @ -105,6 +105,17  @
                     <bool>true</bool>
                 </property>
             </column>
+            <column>
+                <property name="text">
+                    <string>Nickname</string>
+                </property>
+                <property name="clickable">
+                    <bool>true</bool>
+                </property>
+                <property name="resizable">
+                    <bool>true</bool>
+                </property>
+            </column>
             <property name="name">
                 <cstring>addresseeListView</cstring>
             </property>
--- kopete/libkopete/ui/addressbookselectorwidget.cpp~  2006-07-13 
02:55:55.000000000 +0200
+++ kopete/libkopete/ui/addressbookselectorwidget.cpp   2006-07-21 
15:12:54.303167750 +0200
 @ -81,6 +81,8  @

        addresseeListView->setColumnWidthMode(0, QListView::Manual);
        addresseeListView->setColumnWidth(0, 63); //Photo is 60, and it's nice 
to have a small gap, imho
+       addresseeListView->setColumnWidthMode(1, QListView::Manual);
+       addresseeListView->setColumnWidth(1, 150);
 }
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to