RetroShare/retroshare-gui/src/gui/chat
2015-03-07 14:06:10 +00:00
..
ChatDialog.cpp Renamed "location" to "node" in gui (Patch from Henry) 2014-12-30 11:11:08 +00:00
ChatDialog.h simplification of the chat interface to libretroshare using a single unified class for chat IDs. Used a common chat widget for all chats including broadcast. Opens the way to having plugins send/recv chat messages. Patch from Electron. 2014-12-29 21:41:05 +00:00
ChatLobbyDialog.cpp fixed display of systray message for chat lobbies 2015-03-07 14:06:10 +00:00
ChatLobbyDialog.h merged in new lobbies with GXS ids. Old peers and new peers cannot see each others lobby lists. Invitations still work and can be used to transfer a lobby ID between versions. Messages of old and new peers will not be visible to each other 2015-03-06 21:13:23 +00:00
ChatLobbyDialog.ui set fixed size for the participants list. 2014-12-30 15:44:36 +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 fixed compilation on debian squeeze. Removed placeHolder properties in CreateGxsForumMsg.ui and GxsGroupDialog.ui which need to be set in the cpp. Added a new DEFINE=NO_SQLCIPHER to compile without sqlcipher when sqlcipher cannot be found (no sqlcipher is available on debian squeeze). 2015-02-13 19:34:38 +00:00
ChatUserNotify.h fixed unread chat cound in FriendsDialog, fix display of status in distant chat (Patch from electron) 2015-01-10 13:13:41 +00:00
ChatWidget.cpp merged in new lobbies with GXS ids. Old peers and new peers cannot see each others lobby lists. Invitations still work and can be used to transfer a lobby ID between versions. Messages of old and new peers will not be visible to each other 2015-03-06 21:13:23 +00:00
ChatWidget.h fixed unread chat cound in FriendsDialog, fix display of status in distant chat (Patch from electron) 2015-01-10 13:13:41 +00:00
ChatWidget.ui Added a new base class RSTextEdit with placeholder for Qt < 5.2 2014-12-25 02:39:40 +00:00
CreateLobbyDialog.cpp merged in new lobbies with GXS ids. Old peers and new peers cannot see each others lobby lists. Invitations still work and can be used to transfer a lobby ID between versions. Messages of old and new peers will not be visible to each other 2015-03-06 21:13:23 +00:00
CreateLobbyDialog.h merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
CreateLobbyDialog.ui merged in new lobbies with GXS ids. Old peers and new peers cannot see each others lobby lists. Invitations still work and can be used to transfer a lobby ID between versions. Messages of old and new peers will not be visible to each other 2015-03-06 21:13:23 +00:00
PopupChatDialog.cpp half way through enabling GXS avatars into distant chat. Converted AvatarWidget to use a generic ChatId instead of RsPeerId. Still need to add own Id to PopupDistantChatDialog and properly compute own name. 2015-02-07 22:43:53 +00:00
PopupChatDialog.h added avatars for GXS ids in distant chat 2015-02-08 17:38:30 +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 simplification of the chat interface to libretroshare using a single unified class for chat IDs. Used a common chat widget for all chats including broadcast. Opens the way to having plugins send/recv chat messages. Patch from Electron. 2014-12-29 21:41:05 +00:00
PopupChatWindow.h simplification of the chat interface to libretroshare using a single unified class for chat IDs. Used a common chat widget for all chats including broadcast. Opens the way to having plugins send/recv chat messages. Patch from Electron. 2014-12-29 21:41:05 +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 fixed a few bugs in distant chat protocol (allow re-negociation of DH parameters if decryption fails, correct passing of own gxs id for server side), making the system more reactive. Also fixed the issue of avatar not showing up. Changed the tunnel naming system to something specific to distant chat. WARNING: this version cannot distant chat with previous versions. 2015-02-14 20:55:05 +00:00
PopupDistantChatDialog.h simplification of the chat interface to libretroshare using a single unified class for chat IDs. Used a common chat widget for all chats including broadcast. Opens the way to having plugins send/recv chat messages. Patch from Electron. 2014-12-29 21:41:05 +00:00