The standard font is now used for new chat lobbies.

Added a new menu item to set the font of a private chat and chat lobby to the default font.
Fixed german language.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4926 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-02-11 21:41:41 +00:00
parent f441f4a407
commit d828d23ca7
9 changed files with 215 additions and 186 deletions

View file

@ -86,14 +86,14 @@ private slots:
void addFriend();
void setColor();
void chooseColor();
void insertSendList();
void sendMsg();
void statusmessage();
void setFont();
void getFont();
void chooseFont();
void getAvatar();
@ -122,8 +122,9 @@ private:
void processSettings(bool bLoad);
void addChatMsg(bool incoming, bool history, const QString &name, const QDateTime &sendTime, const QDateTime &recvTime, const QString &message);
void colorChanged(const QColor &c);
void fontChanged(const QFont &font);
void colorChanged();
void fontChanged();
void setColorAndFont();
QString fileName;