Bug 194598

Summary: Separate color settings for command messages (join, part, nick, etc.) [PATCH]
Product: [Applications] konversation Reporter: Scott Lerman <smlerman>
Component: generalAssignee: Konversation Developers <konversation-devel>
Status: CONFIRMED ---    
Severity: wishlist CC: hein, martin.blumenstingl
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Bug Depends on: 192514    
Bug Blocks:    
Attachments: add some settings which allow the user to change the colors of join/part/quit messasges
updated version of the patch

Description Scott Lerman 2009-05-30 00:13:41 UTC
Version:           1.2a2 (using KDE 4.2.3)
OS:                Linux
Installed from:    Ubuntu Packages

There's currently a single color setting for command messages. It would be nice if there were separate settings for different events, like join, part, quit, nick, and mode messages.
Comment 1 Martin Blumenstingl 2009-06-27 17:12:52 UTC
Created attachment 34866 [details]
add some settings which allow the user to change the colors of join/part/quit messasges

Hi,

I've made a small patch since I like this feature :)
hope any of the devs could review my patch since I'm very new to
c++/qt (and thus I'm new to konversation's code)

Regards,
Martin
Comment 2 Eike Hein 2009-06-28 18:37:51 UTC
The patch looks ok, but I think we're going to wait until the config dialog revamp lands before we merge this, which changes the Colors preferences page to use a listview approach better suited to more color options.
Comment 3 Martin Blumenstingl 2009-07-01 14:18:23 UTC
Created attachment 34966 [details]
updated version of the patch

Hi,

I've updated my patch a bit
* fixes missing spacers
* more settings added

if the upstream changes are ready feel free to ping me, then I'll try to update my patch

Regards,
Martin