]> jfr.im git - irc/kvirc/KVIrc.git/commit
Add OwnAction, OwnActionCrypted and TopicCrypted message types.
authorwodim <redacted>
Tue, 29 Aug 2017 13:30:36 +0000 (15:30 +0200)
committerwodim <redacted>
Tue, 29 Aug 2017 13:30:36 +0000 (15:30 +0200)
commite4ef82fcf06a2e1e0ed2cbe4806f7f557fa2c97c
tree3c674477d93705f1d8fb00a525780f7b2bec0453
parent571e2adbad393dbc8c7a37b6ce10a81207515e77
Add OwnAction, OwnActionCrypted and TopicCrypted message types.

For our existing themes, I have copied the action style over to
the own action and own crypted action styles, and the topic style
over to the topic crypted style. But the authors of those themes
can change them if they want.

I have also used the action icon for the own action and own action
crypted icons.
22 files changed:
data/deftheme/Aria-2.0.0/themedata.kvc
data/deftheme/I_O-Black-2.1.9/themedata.kvc
data/deftheme/I_O-Dark-2.1.9/themedata.kvc
data/deftheme/I_O-Light-2.1.9/themedata.kvc
data/deftheme/MinimalDark-2.0.0/themedata.kvc
data/pics/coresmall/kcs_ownaction.png [new file with mode: 0644]
data/pics/coresmall/kcs_ownactioncrypted.png [new file with mode: 0644]
src/kvirc/kernel/KviIconManager.cpp
src/kvirc/kernel/KviIconManager.h
src/kvirc/kernel/KviOptions.cpp
src/kvirc/kernel/KviOptions.h
src/kvirc/kernel/kvi_out.h
src/kvirc/sparser/KviIrcServerParser_literalHandlers.cpp
src/kvirc/sparser/KviIrcServerParser_numericHandlers.cpp
src/kvirc/ui/KviChannelWindow.cpp
src/kvirc/ui/KviIrcView.cpp
src/kvirc/ui/KviIrcView_getTextLine.cpp
src/kvirc/ui/KviIrcView_loghandling.cpp
src/kvirc/ui/KviQueryWindow.cpp
src/modules/dcc/DccCanvasWindow.cpp
src/modules/dcc/DccChatWindow.cpp
src/modules/dcc/DccVideoWindow.cpp