RetroShare/retroshare-gui/src/gui/chat
2015-11-19 21:14:32 -05:00
..
ChatDialog.cpp fixed whitespaces in strings (patch from Henry) 2015-06-12 08:27:26 +00:00
ChatDialog.h replaced multiple location warning with a location selector menu 2015-05-29 14:01:33 +00:00
ChatLobbyDialog.cpp Escape name before inserting in name changed message and in anchor info 2015-08-31 16:38:28 +02:00
ChatLobbyDialog.h Moved Id Chooser to Tool Menu 2015-08-30 03:48:45 +02: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 Load chat styles also from DATA_DIR/stylesheets 2015-08-27 22:35:28 +02: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 a few icons and sizeHint functions. Removed unused SFListDelegate files from compilation 2015-06-29 16:08:17 +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 Improve performance of eventFilter in chat lobbies 2015-08-31 12:10:49 +02:00
ChatWidget.h Improve performance of eventFilter in chat lobbies 2015-08-31 12:10:49 +02:00
ChatWidget.ui limit width of typing label to 400px, to prevent long names from stretching the chatwidget (patch from Henry) 2015-06-23 16:37:53 +00: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 fixed a few more icons (help icons, grou tree widgets, bullets) 2015-06-30 16:44:58 +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