[Konversation-devel] [Bug 132892] Network/Nickname/Channel column jumps around when expanding trees in Watched Nicks Online
Eike Hein
sho at eikehein.com
Sat Aug 26 20:09:54 CEST 2006
------- 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=132892
sho eikehein com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From sho eikehein com 2006-08-26 20:09 -------
SVN commit 577440 by hein:
Fix columns in "Watched Nicknames Online" jumping around.
BUG:132892
M +1 -0 ChangeLog
M +1 -4 src/nicksonline.cpp
--- trunk/extragear/network/konversation/ChangeLog #577439:577440
@ -187,6 +187,7 @
- Away message improvements.
- Parameter-less /away sets away now, too.
- Made using custom fonts optional.
+- Fix Watchlist columns jumping around.
Changes from 0.18 to 0.19
We are extremely pleased to announce the immediate release of Konversation 0.19. The focus
--- trunk/extragear/network/konversation/src/nicksonline.cpp #577439:577440
@ -61,7 +61,7 @
m_nickListView->addColumn(i18n("Network/Nickname/Channel"));
m_kabcIconSet = KGlobal::iconLoader()->loadIconSet("kaddressbook",KIcon::Small);
m_nickListView->addColumn(i18n("Additional Information"));
- m_nickListView->setFullWidth(false);
+ m_nickListView->setFullWidth(true);
m_nickListView->setRootIsDecorated(true);
m_nickListView->setShowToolTips(false);
m_nickListView->setShadeSortColumn(true);
@ -535,9 +535,6 @
{
updateServerOnlineList(server);
}
- // Adjust column widths.
- m_nickListView->adjustColumn(nlvcNetworkNickChannel);
- m_nickListView->adjustColumn(nlvcAdditionalInfo);
// Refresh addressbook buttons.
slotNickListView_SelectionChanged();
}
More information about the Konversation-devel
mailing list