Show
Ignore:
Timestamp:
11/30/06 03:02:49 (2 years ago)
Author:
erijo
Message:

Patch from Anders Olofsson to make the history layout configurable. Also adds a new style format that can be used in the history. Fixes part of #1449.

With this commit, <font> tags are removed before the message is displayed. This means that the sender can no longer choose the font or color to show the message in. IMHO, this is a good thing. But if you have an other opinion, speak up and maybe I'll make it configurable.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt-gui/src/mainwin.h

    r4736 r4791  
    162162       m_bDisableDockIcon, 
    163163       m_bSortColumnAscending, 
    164        m_bAppendLineBreak, 
     164       m_chatVertSpacing, 
     165       m_chatAppendLineBreak, 
     166       m_histVertSpacing, 
    165167       m_bFlashTaskbar, 
    166168       m_bMainWinSticky, 
     
    180182  unsigned short m_nSortByStatus, 
    181183                 m_nSortColumn, 
    182                  m_nMsgStyle; 
    183   QString m_nDateFormat; 
    184                   
     184                 m_chatMsgStyle, 
     185                 m_histMsgStyle; 
     186 
     187  QString m_chatDateFormat, 
     188          m_histDateFormat; 
     189 
    185190  QColor m_colorRcvHistory, 
    186191         m_colorSntHistory,