RetroShare/retroshare-gui/src/gui/chat
Phenom 1d2be232f0 Fix Quote Lines With Image
When get text with image from toPlainText(), a (-4) char is inserted.
2016-01-23 18:38:30 +01:00
..
ChatDialog.cpp fixed GUI update of avatars and status for distant chat. Updated backend for new model. Fixed a few bugs in serialisation 2015-11-30 00:02:44 -05:00
ChatDialog.h replaced multiple location warning with a location selector menu 2015-05-29 14:01:33 +00:00
ChatLobbyDialog.cpp Save sorting on Chat lobby 2015-12-23 16:55:23 +01:00
ChatLobbyDialog.h Added Sorting Menu entry. 2015-12-18 01:40:39 +01:00
ChatLobbyDialog.ui Removed maximum value from chat lobby participants list. 2015-05-02 00:22:30 +00:00
ChatLobbyUserNotify.cpp Escape name before inserting in name changed message and in anchor info 2015-08-31 16:38:28 +02:00
ChatLobbyUserNotify.h new notify capability of chat lobbies: message counting, nickname occurrence counting and specific text counting. Also sorts out notify tab in Settings (Patch from Phenom, slightly modified: gui layout/text + added a flag to enable/disable user defined text grep) 2015-03-26 22:17:48 +00:00
ChatStyle.cpp /me style is defined in chat styles 2015-12-21 01:21:04 +01: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 GUI update of avatars and status for distant chat. Updated backend for new model. Fixed a few bugs in serialisation 2015-11-30 00:02:44 -05: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 Fix Quote Lines With Image 2016-01-23 18:38:30 +01:00
ChatWidget.h Added save image function into chat 2015-12-06 23:00:29 +01:00
ChatWidget.ui clean up emotes, removed some unused. 2016-01-05 18:23:43 +01:00
CreateLobbyDialog.cpp replaced the few bools in RsIdentityDetail by a set of flags 2015-11-19 21:14:32 -05:00
CreateLobbyDialog.h turned some std::list<PeerId> into std::set, as it automatically prevents duplicates 2015-04-17 21:36:22 +00:00
CreateLobbyDialog.ui Fix compile with qt < 4.7 2015-08-31 23:38:50 +02: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 merged with latest master before creating PR 2015-12-04 21:24:51 -05:00
PopupDistantChatDialog.h merged with latest master before creating PR 2015-12-04 21:24:51 -05:00