| Summary: | JJ: Make use of Oxygen irc-* icons | ||
|---|---|---|---|
| Product: | [Applications] konversation | Reporter: | Eike Hein <hein> |
| Component: | general | Assignee: | Konversation Bugs <konversation-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | Keywords: | junior-jobs |
| Priority: | NOR | ||
| Version First Reported In: | Git | ||
| Target Milestone: | --- | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Bug Depends on: | |||
| Bug Blocks: | 187307 | ||
|
Description
Eike Hein
2009-05-19 10:41:17 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 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. (err ... s/irc-channel-one/irc-close-channel) 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 |