Bug 193211

Summary: JJ: Make use of Oxygen irc-* icons
Product: [Applications] konversation Reporter: Eike Hein <hein>
Component: generalAssignee: Konversation Developers <konversation-devel>
Status: RESOLVED FIXED    
Severity: normal Keywords: junior-jobs
Priority: NOR    
Version: Git   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:
Bug Depends on:    
Bug Blocks: 187307    

Description Eike Hein 2009-05-19 10:41:17 UTC
Oxygen recently added a sizable number of irc-* icons, for example for op/deop and joining channels. Konversation should make use of those.
Comment 1 Peter Simonsson 2009-05-21 19:03:50 UTC
SVN commit 971097 by psn:

Use the icons for operator and voice if available
CCBUG: 193211


 M  +12 -0     irc/nicklistview.cpp  
 M  +12 -0     viewer/ircview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=971097
Comment 2 Eike Hein 2009-06-20 02:09:30 UTC
Looks like we're using all of the available icons that make sense for us right now, which means all but the "irc-channel-one" (where we use "tab-close-other" as we have more tab types than just channels and hacking around to use "irc-channel-one" specifically for channel tabs doesn't seem worth the effort, or necessary even a good idea given concerns for consistency). So, closing.
Comment 3 Eike Hein 2009-06-20 02:19:55 UTC
(err ... s/irc-channel-one/irc-close-channel)
Comment 4 Travis McHenry 2009-07-17 02:41:35 UTC
SVN commit 998141 by tjmchenry:

Give the channel list some much needed love
Port it to QTreeWidget and to a .ui
Added a 'Channel List Buffer' progress bar to give user feedback on refresh list progress

Apply patch to add join channel to context menu thanks to anselmolsm
BUG:161816

Use irc-* join channel icon in the ircview context menu.
CCBUG:193211

 M  +9 -1      CMakeLists.txt  
 M  +166 -355  irc/channellistpanel.cpp  
 M  +23 -81    irc/channellistpanel.h  
 A             irc/channellistpanelui.ui  
 D             irc/channellistviewitem.cpp  
 D             irc/channellistviewitem.h  
 M  +6 -1      viewer/ircview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=998141