mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 00:25:16 -04:00
* Fixed Colors and Fonts for Private and Group Chat.
* Fixed Chat Delay. * Cleaned up Options->Server, removing unneccessary stuff. * Cleaned up Config Friend, removing stuff. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@472 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
cb795b3c67
commit
65bb6a65d7
9 changed files with 453 additions and 501 deletions
|
@ -24,7 +24,6 @@
|
|||
|
||||
#include "mainpage.h"
|
||||
#include "ui_ChatDialog.h"
|
||||
#include "ui_SmWidget.h"
|
||||
|
||||
#include "chat/PopupChatDialog.h"
|
||||
|
||||
|
@ -42,7 +41,6 @@ public:
|
|||
ChatDialog(QWidget *parent = 0);
|
||||
/** Default Destructor */
|
||||
|
||||
void insertChat();
|
||||
PopupChatDialog *getPrivateChat(std::string id, std::string name, bool show);
|
||||
void clearOldChats();
|
||||
|
||||
|
@ -52,6 +50,7 @@ public:
|
|||
|
||||
public slots:
|
||||
|
||||
void insertChat();
|
||||
void setChatInfo(QString info, QColor color=QApplication::palette().color(QPalette::WindowText));
|
||||
|
||||
void smileyWidgetgroupchat();
|
||||
|
@ -94,7 +93,7 @@ private:
|
|||
|
||||
QTreeView *msgSendList;
|
||||
|
||||
QColor textColor;
|
||||
// QColor textColor;
|
||||
QColor _currentColor;
|
||||
bool _underline;
|
||||
|
||||
|
@ -102,7 +101,7 @@ private:
|
|||
|
||||
std::map<std::string, PopupChatDialog *> chatDialogs;
|
||||
|
||||
|
||||
QFont mCurrentFont; /* how the text will come out */
|
||||
|
||||
/** Qt Designer generated object */
|
||||
Ui::ChatDialog ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue