-Added ChatInfo with timestamp for a Welcome Message in ui.msgText

-removed loadInitMsg();

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@432 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-03-28 16:27:55 +00:00
parent e69da57ec9
commit 89378f8ac0
6 changed files with 64 additions and 780 deletions

View file

@ -44,7 +44,11 @@ void insertChat();
PopupChatDialog *getPrivateChat(std::string id, std::string name, bool show);
void clearOldChats();
int loadInitMsg();
//int loadInitMsg();
public slots:
void setChatInfo(QString info, QColor color=QApplication::palette().color(QPalette::WindowText));
private slots:
@ -62,6 +66,11 @@ void toggleSendItem( QTreeWidgetItem *item, int col );
void setFont();
void getFont();
void setupsendActions();
void on_actionClearChat_triggered();
void displayInfoChatMenu(const QPoint& pos);
private: