RetroShare/retroshare-gui/src/gui/chat
2015-06-30 16:44:58 +00: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 fixed a few more icons (help icons, grou tree widgets, bullets) 2015-06-30 16:44:58 +00:00
ChatLobbyDialog.h Removed maximum value from chat lobby participants list. 2015-05-02 00:22:30 +00:00
ChatLobbyDialog.ui Removed maximum value from chat lobby participants list. 2015-05-02 00:22:30 +00:00
ChatLobbyUserNotify.cpp fixed a few icons and sizeHint functions. Removed unused SFListDelegate files from compilation 2015-06-29 16:08:17 +00: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 Fixed missing spaces in chat style. 2015-03-08 16:31:15 +00:00
ChatStyle.h
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
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 fixed whitespaces in strings (patch from Henry) 2015-06-12 08:27:26 +00:00
ChatWidget.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
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 turned some std::list<PeerId> into std::set, as it automatically prevents duplicates 2015-04-17 21:36:22 +00: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 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 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