RetroShare/retroshare-gui/src/gui/common
2018-02-18 17:31:06 +01:00
..
AvatarDefs.cpp fixed mismatched free/delete[] in AvatarDefs 2017-06-24 11:38:48 +02: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 Fix Some gcc warnings 383 to 208 lines 2016-11-30 22:01:01 +01:00
AvatarWidget.h removed member gxs_id from ChatId class, because ChatId now uses tunnel ids stored in distant_chat_id for distant chat. 2015-12-05 17:00:57 +01:00
AvatarWidget.ui
DropLineEdit.cpp
DropLineEdit.h
ElidedLabel.cpp Add RSElidedItemDelegate. 2016-11-25 22:14:17 +01:00
ElidedLabel.h Add ElidedLabel to GroupTreeWidget 2016-10-16 19:00:33 +02:00
Emoticons.cpp Changed smiley widget default width 2016-11-27 15:58:53 +01: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 Move File Icon Cache in FilesDefs 2018-01-20 17:21:37 +01:00
FilesDefs.h
FloatingHelpBrowser.cpp added settings variable to allow to always display the help of each tab the first time it is shown 2017-02-25 23:52:57 +01:00
FloatingHelpBrowser.h added some delay in the showHelp() feature 2017-02-26 00:16:36 +01:00
FlowLayout.cpp Fixed uninitialized pointer read in FlowLayoutItem::dropEvent. 2015-06-14 23:17:55 +00:00
FlowLayout.h Fix CppCheck in FlowLayout.h 2017-11-07 22:13:44 +01:00
FriendList.cpp remove "attempt to connect" to normal nodes menu entry for hidden nodes 2018-01-15 21:42:58 +01:00
FriendList.h Add new Filter by ID in FriendList. 2017-07-17 14:10:26 +02:00
FriendList.ui Add new Filter by ID in FriendList. 2017-07-17 14:10:26 +02:00
FriendSelectionDialog.cpp turned some std::list<PeerId> into std::set, as it automatically prevents duplicates 2015-04-17 21:36:22 +00:00
FriendSelectionDialog.h turned some std::list<PeerId> into std::set, as it automatically prevents duplicates 2015-04-17 21:36:22 +00:00
FriendSelectionWidget.cpp Add Only Connected in FriendSelectionWidget. 2018-02-07 19:00:08 +01:00
FriendSelectionWidget.h Add Only Connected in FriendSelectionWidget. 2018-02-07 19:00:08 +01:00
FriendSelectionWidget.ui FriendSelectionWidget: 2015-08-21 19:24:24 +02:00
GroupChooser.cpp fixed naming in friend groups in GroupChooser 2017-07-02 10:42:22 +02:00
GroupChooser.h fixed display of group node restriction in GxsGroupDialog and info 2016-07-11 21:33:09 -04:00
GroupDefs.cpp fixed load/save of new group ids and backward compatibility with FriendList 2016-07-06 22:02:56 -04:00
GroupDefs.h
GroupFlagsWidget.cpp Fix Some gcc warnings 383 to 208 lines 2016-11-30 22:01:01 +01:00
GroupFlagsWidget.h addednew flag for anonymous search. Merged the two browsable flags in one single flag. 2016-10-31 14:26:01 +01:00
GroupSelectionBox.cpp Fix Some gcc warnings 383 to 208 lines 2016-11-30 22:01:01 +01:00
GroupSelectionBox.h made a drastic simplification pass on the ShareManager, which now only needs a single window except for selecting files using a QFileDialog 2016-10-31 16:28:26 +01:00
GroupTreeWidget.cpp Clarify sorting by posts 2017-03-07 13:49:57 +02:00
GroupTreeWidget.h Fix CppCheck in GroupTreeWidget.h 2017-11-06 22:20:44 +01:00
GroupTreeWidget.ui updating icons more flat replacement 2016-08-24 03:28:57 +02:00
HashBox.cpp
HashBox.h
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 Fix Ask Password in new window if wrong in StartDialog. 2017-07-30 14:11:34 +02:00
LineEditClear.h Fix Ask Password in new window if wrong in StartDialog. 2017-07-30 14:11:34 +02:00
MimeTextEdit.cpp Set the proper size limits 2017-10-23 17:04:20 +02:00
MimeTextEdit.h Fix CppCheck in MimeTextEdit.h 2017-11-06 22:20:44 +01: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 second pass over compilation warnings 2016-06-05 11:05:52 -04: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
RsBanListDefs.cpp Added feed item to notify a blacklisted ip address. 2015-06-02 21:36:26 +00:00
RsBanListDefs.h Added feed item to notify a blacklisted ip address. 2015-06-02 21:36:26 +00:00
RsBanListToolButton.cpp Fic Gcc warnings: 2017-09-13 18:37:32 +02:00
RsBanListToolButton.h Added ip address to the info in SecurityIpItem 2015-06-03 17:16:06 +00:00
RsButtonOnText.cpp Fix CppCheck in RsButtonOnText 2017-11-07 22:15:34 +01:00
RsButtonOnText.h Fix CppCheck in RsButtonOnText 2017-11-07 22:15:34 +01:00
RsCollection.cpp create collection dialog filename as dir name 2017-11-14 19:52:48 +03:00
RsCollection.h create collection dialog filename as dir name 2017-11-14 19:52:48 +03:00
RsCollectionDialog.cpp Fix bug when adding new items when hashing in RsCollectionDialog 2018-02-18 17:31:06 +01:00
RsCollectionDialog.h added tool button to choose DL directory in rscollection dialog 2017-11-02 22:52:30 +01:00
RsCollectionDialog.ui prevent RS from making friends with your own location 2018-02-14 21:48:56 +01:00
RSElidedItemDelegate.cpp Fix RSElidedItemDelegate text color. 2016-12-10 19:52:46 +01:00
RSElidedItemDelegate.h Add RSElidedItemDelegate. 2016-11-25 22:14:17 +01: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 removed updateTotals() method. Replaced it with costless on-the-fly update of totals 2017-09-27 22:26:14 +02:00
RSGraphWidget.h removed updateTotals() method. Replaced it with costless on-the-fly update of totals 2017-09-27 22:26:14 +02:00
RSImageBlockWidget.cpp Add AutoHide to RSImageBlockWidget 2016-08-17 23:33:41 +02:00
RSImageBlockWidget.h Add AutoHide to RSImageBlockWidget 2016-08-17 23:33:41 +02:00
RSImageBlockWidget.ui Add AutoHide to RSImageBlockWidget 2016-08-17 23:33:41 +02:00
RSItemDelegate.cpp
RSItemDelegate.h Add RSElidedItemDelegate. 2016-11-25 22:14:17 +01:00
RSListWidgetItem.cpp
RSListWidgetItem.h
RSPlainTextEdit.cpp
RSPlainTextEdit.h
RSTabWidget.cpp
RSTabWidget.h
RSTextBrowser.cpp Fixed loading of external emoticons 2016-11-28 00:35:09 +01:00
RSTextBrowser.h Fix CppCheck in RSTextBrowser.h 2017-11-07 22:11:04 +01:00
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 Add Only Connected in FriendSelectionWidget. 2018-02-07 19:00:08 +01:00
RSTreeWidget.h Add Only Connected in FriendSelectionWidget. 2018-02-07 19:00:08 +01: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 renamed RsCollectionEditor into RsCollection. Added download of FileTree links 2017-10-19 22:14:04 +02:00
RsUrlHandler.h
rwindow.cpp Fix windows height at first start. 2017-03-15 23:00:22 +01:00
rwindow.h
StatusDefs.cpp first run on gui integration 2015-09-07 21:34:10 +02:00
StatusDefs.h improvement of FriendList (Patch from Sehraf) 2015-03-21 21:58:05 +00:00
StyledElidedLabel.cpp Fix PR#536 revealing of bad factor management in StyledElidedLabel. 2016-10-25 18:39:22 +02:00
StyledElidedLabel.h Fiw New Warnings 2017-03-01 19:43:34 +01:00
StyledLabel.cpp Fixed compiler warning in StyledLabel 2015-06-06 12:58:14 +00:00
StyledLabel.h Fixed compiler warning in StyledLabel 2015-06-06 12:58:14 +00:00
SubscribeToolButton.cpp fixed memory leak in SubscribeToolButton menu 2016-04-22 17:55:15 -04:00
SubscribeToolButton.h fixed memory leak in SubscribeToolButton menu 2016-04-22 17:55:15 -04:00
TagDefs.cpp
TagDefs.h
ToasterNotify.cpp added toasters for incoming audio/video call to voip plugin (patch from Phenom) 2015-05-26 15:19:57 +00:00
ToasterNotify.h added toasters for incoming audio/video call to voip plugin (patch from Phenom) 2015-05-26 15:19:57 +00:00
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 Fix CSA warnings: Called C++ object pointer is null 2017-04-25 09:52:01 +02:00
UserNotify.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
vmessagebox.cpp
vmessagebox.h