RetroShare/retroshare-gui/src/gui/common
2015-03-14 21:13:28 +00:00
..
AvatarDefs.cpp removed unused code in AvatarDefs 2015-02-09 20:47:58 +00:00
AvatarDefs.h 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
AvatarDialog.cpp Used AvatarDialog to choose an avatar for an identity. 2015-02-05 00:10:37 +00:00
AvatarDialog.h Used AvatarDialog to choose an avatar for an identity. 2015-02-05 00:10:37 +00:00
AvatarDialog.ui Used AvatarDialog to choose an avatar for an identity. 2015-02-05 00:10:37 +00:00
AvatarWidget.cpp added avatars for GXS ids in distant chat 2015-02-08 17:38:30 +00:00
AvatarWidget.h 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
AvatarWidget.ui
DropLineEdit.cpp
DropLineEdit.h
ElidedLabel.cpp Added new class StyledElidedLabel and used it for nick name and channel label. 2014-12-14 17:05:43 +00:00
ElidedLabel.h Added new class StyledElidedLabel and used it for nick name and channel label. 2014-12-14 17:05:43 +00:00
Emoticons.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
Emoticons.h
FeedNotify.cpp Replaced scroll area in NewsFeed with RSFeedWidget. 2014-11-15 17:24:49 +00:00
FeedNotify.h Replaced scroll area in NewsFeed with RSFeedWidget. 2014-11-15 17:24:49 +00:00
FilesDefs.cpp
FilesDefs.h
FloatingHelpBrowser.cpp
FloatingHelpBrowser.h
FlowLayout.cpp Fixed compile with Qt 5 2014-12-14 00:40:33 +00:00
FlowLayout.h Improvements of People dialog. Patch from Phenom (slightly modified). 2014-10-12 20:07:12 +00:00
FriendList.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
FriendList.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
FriendList.ui Changed column order 2014-12-23 17:07:07 +00:00
FriendSelectionDialog.cpp merged remaining of v0.6-IdCleaning branch (7180->7213) to incorporate global router stuff in trunk 2014-03-29 14:18:05 +00:00
FriendSelectionDialog.h merged remaining of v0.6-IdCleaning branch (7180->7213) to incorporate global router stuff in trunk 2014-03-29 14:18:05 +00:00
FriendSelectionWidget.cpp Enabled to display identity icons for Distant peers on Message Composer and on Friend Selection Widget 2014-12-30 23:14:34 +00:00
FriendSelectionWidget.h merged remaining of v0.6-IdCleaning branch (7180->7213) to incorporate global router stuff in trunk 2014-03-29 14:18:05 +00:00
FriendSelectionWidget.ui Moved Search Filter to the top of the Selection Widget 2015-01-11 00:53:16 +00:00
GroupDefs.cpp
GroupDefs.h
GroupFlagsWidget.cpp
GroupFlagsWidget.h
GroupSelectionBox.cpp
GroupSelectionBox.h
GroupTreeWidget.cpp Added waiting indicator to group tree for channels/posted when using "Mark all as read/unread". 2015-03-14 21:13:28 +00:00
GroupTreeWidget.h Added waiting indicator to group tree for channels/posted when using "Mark all as read/unread". 2015-03-14 21:13:28 +00:00
GroupTreeWidget.ui Moved font size definitions from ui files to default qss. 2014-12-06 22:09:44 +00:00
HashBox.cpp
HashBox.h merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
HashBox.ui
HeaderFrame.cpp
HeaderFrame.h
HeaderFrame.ui Set text in HeaderFrame to elided label. 2014-12-30 10:40:58 +00:00
html.cpp
html.h
LineEditClear.cpp Added basic widget RSFeedWidget for showing feed items in a QTreeWidget as replacement for the QScrollArea. 2014-08-01 14:49:58 +00:00
LineEditClear.h
MimeTextEdit.cpp Added a new base class RSTextEdit with placeholder for Qt < 5.2 2014-12-25 02:39:40 +00:00
MimeTextEdit.h Added a new base class RSTextEdit with placeholder for Qt < 5.2 2014-12-25 02:39:40 +00:00
PeerDefs.cpp merged new GRouter model (branch v0.6-NewGRouterModel 7837-7863). Provides a fully functional distant messaging system. The asynchronous part will be implemented shortly 2015-01-23 19:28:10 +00:00
PeerDefs.h renaming strings and changed icons for Network/People 2015-01-23 14:42:28 +00:00
PictureFlow.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
PictureFlow.h Big progress for People dialog. Phenom work. 2014-09-28 20:46:56 +00:00
PopularityDefs.cpp improved display of popularity 2014-10-26 16:29:09 +00:00
PopularityDefs.h
RsCollectionDialog.cpp Fixed some typos (patch from Henry) 2014-12-17 18:02:52 +00:00
RsCollectionDialog.h Added new Patch from Phenom (AddRSCollectionEditor_v0.6_7386) 2014-05-29 14:49:45 +00:00
RsCollectionDialog.ui Fixed some typos (patch from Henry) 2014-12-22 15:44:47 +00:00
RsCollectionFile.cpp Fixed some typos (patch from Henry) 2014-12-17 18:02:52 +00:00
RsCollectionFile.h Added new Patch from Phenom (AddRSCollectionEditor_v0.6_7386) 2014-05-29 14:49:45 +00:00
RSFeedWidget.cpp Optimized search of feed items in RSFeedWidget by using a map instead of QTreeWidgetItemIterator. 2015-03-12 13:59:56 +00:00
RSFeedWidget.h Optimized search of feed items in RSFeedWidget by using a map instead of QTreeWidgetItemIterator. 2015-03-12 13:59:56 +00:00
RSFeedWidget.ui Added placeholder text to RSFeedWidget 2015-02-09 21:13:07 +00:00
RSGraphWidget.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
RSGraphWidget.h Fixed deadlock in RSGraphWidget (Patch from Cyril) 2015-02-04 10:56:19 +00:00
RSImageBlockWidget.cpp
RSImageBlockWidget.h
RSImageBlockWidget.ui
RSItemDelegate.cpp
RSItemDelegate.h
RSListWidgetItem.cpp
RSListWidgetItem.h
RSPlainTextEdit.cpp
RSPlainTextEdit.h
RSTabWidget.cpp Added new option to hide the tabbar with one open tab in forums and channels. 2014-07-14 21:29:51 +00:00
RSTabWidget.h Added new option to hide the tabbar with one open tab in forums and channels. 2014-07-14 21:29:51 +00:00
RSTextBrowser.cpp
RSTextBrowser.h
RSTextEdit.cpp Added a new base class RSTextEdit with placeholder for Qt < 5.2 2014-12-25 02:39:40 +00:00
RSTextEdit.h Added a new base class RSTextEdit with placeholder for Qt < 5.2 2014-12-25 02:39:40 +00:00
RSTreeView.cpp
RSTreeView.h
RSTreeWidget.cpp
RSTreeWidget.h Added placeholder text to RSFeedWidget 2015-02-09 21:13:07 +00:00
RSTreeWidgetItem.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
RSTreeWidgetItem.h
RsUrlHandler.cpp
RsUrlHandler.h
rwindow.cpp
rwindow.h
StatusDefs.cpp * Enabled by default to display Friends Avatar on Friendslist 2014-11-21 01:54:21 +00:00
StatusDefs.h * Enabled by default to display Friends Avatar on Friendslist 2014-11-21 01:54:21 +00:00
StyledElidedLabel.cpp Added new class StyledElidedLabel and used it for nick name and channel label. 2014-12-14 17:05:43 +00:00
StyledElidedLabel.h Added new class StyledElidedLabel and used it for nick name and channel label. 2014-12-14 17:05:43 +00:00
StyledLabel.cpp Added new class StyledElidedLabel and used it for nick name and channel label. 2014-12-14 17:05:43 +00:00
StyledLabel.h Added new class StyledElidedLabel and used it for nick name and channel label. 2014-12-14 17:05:43 +00:00
SubscribeToolButton.cpp Added a info Frame, when adding a Distant Peer to the send list. 2015-01-03 01:40:23 +00:00
SubscribeToolButton.h Added new base class for a subscribe button - SubscribeToolButton. 2014-07-05 18:33:11 +00:00
TagDefs.cpp
TagDefs.h
UIStateHelper.cpp Added new class StyledElidedLabel and used it for nick name and channel label. 2014-12-14 17:05:43 +00:00
UIStateHelper.h Added new class StyledElidedLabel and used it for nick name and channel label. 2014-12-14 17:05:43 +00:00
UserNotify.cpp - Moved settings for user notify into the base class 2014-07-24 20:01:12 +00:00
UserNotify.h - Moved settings for user notify into the base class 2014-07-24 20:01:12 +00:00
vmessagebox.cpp
vmessagebox.h