RetroShare/retroshare-gui/src/gui/chat
thunder2 a3b844da6b Fixed some typos (patch from Henry)
Updated english translation

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7770 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-12-17 18:02:52 +00:00
..
ChatDialog.cpp improved the logic in distant chat. Now all traffic is referred to by the GXS id of the contact instead of virtual peer id which would change with tunnel route. Work still needed to fix up the GUI 2014-11-16 22:46:18 +00:00
ChatDialog.h Fixed start of chat with right or double click on a friend item (not location) in friend list. 2014-10-25 12:26:09 +00:00
ChatLobbyDialog.cpp * Disabled own location display on Friends Frame. 2014-12-14 15:46:20 +00:00
ChatLobbyDialog.h merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
ChatLobbyDialog.ui Fixed Layout Spacing 2014-12-05 14:54:34 +00:00
ChatLobbyUserNotify.cpp Added user notify for chat lobbies. 2014-12-12 23:50:35 +00:00
ChatLobbyUserNotify.h Added user notify for chat lobbies. 2014-12-12 23:50:35 +00:00
ChatStyle.cpp cleaned up ChatStyle.cpp from obvious comments 2014-11-23 19:22:57 +00:00
ChatStyle.h - Moved HandleRichText from the folder "chat" to "util" and redesigned the source 2012-05-12 00:40:53 +00:00
ChatTabWidget.cpp - Removed all usages of the old windows icon (rstray3.png) and used the standard icon of the application 2014-07-24 23:26:04 +00:00
ChatTabWidget.h Added blinking of the chat icon for private chat window and chat lobby. 2012-10-25 18:06:33 +00:00
ChatTabWidget.ui Chat lobby: 2012-01-12 00:13:25 +00:00
ChatUserNotify.cpp - Moved settings for user notify into the base class 2014-07-24 20:01:12 +00:00
ChatUserNotify.h - Moved settings for user notify into the base class 2014-07-24 20:01:12 +00:00
ChatWidget.cpp Fixed some typos (patch from Henry) 2014-12-17 18:02:52 +00:00
ChatWidget.h * Moved to display own video at bottom and Friend at top. 2014-12-06 14:21:36 +00:00
ChatWidget.ui Fixed some typos (patch from Henry) 2014-12-17 18:02:52 +00:00
CreateLobbyDialog.cpp merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
CreateLobbyDialog.h merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
CreateLobbyDialog.ui Moved font size definitions from ui files to default qss. 2014-12-07 16:27:24 +00:00
PopupChatDialog.cpp optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
PopupChatDialog.h merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
PopupChatDialog.ui * Moved to display own video at bottom and Friend at top. 2014-12-06 14:21:36 +00:00
PopupChatWindow.cpp changed the chat bubbles when typing/chat on the private chat, which displays on the Taskbar & window icon 2014-11-02 13:20:48 +00:00
PopupChatWindow.h merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
PopupChatWindow.ui * Moved to display own video at bottom and Friend at top. 2014-12-06 14:21:36 +00:00
PopupDistantChatDialog.cpp added keep-alive packets to distant chat. Improved the tunnel management logic. 2014-12-07 21:51:30 +00:00
PopupDistantChatDialog.h fixed GUI for distant chat: correct display of peer names, chat window on client shows up when chat is openned. Window on server only shows up when first message is received. 2014-11-17 21:56:41 +00:00