RetroShare/retroshare-gui/src/gui/gxs
2016-03-09 21:49:24 -05:00
..
GxsCircleChooser.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
GxsCircleChooser.h Improvements to enable Edit/Show of GxsGroups. 2014-01-28 07:57:58 +00:00
GxsCircleLabel.cpp merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
GxsCircleLabel.h Finished most of Comment GUI side. 2013-03-15 21:02:43 +00:00
GxsCommentContainer.cpp Posted Links: 2013-07-15 18:39:39 +00:00
GxsCommentContainer.h Posted Links: 2013-07-15 18:39:39 +00:00
GxsCommentContainer.ui Moved font size definitions from ui files to default qss. 2014-12-06 22:09:44 +00:00
GxsCommentDialog.cpp set a default minimum column header size for comments. 2015-08-26 23:50:06 +02:00
GxsCommentDialog.h fixed comment voting 2015-05-09 09:28:38 +00:00
GxsCommentDialog.ui Removed buttons to create a new identity 2014-12-24 00:10:15 +00:00
GxsCommentTreeWidget.cpp hide unimplemented reputation functions in comment tree widget 2015-05-08 18:08:27 +00:00
GxsCommentTreeWidget.h Added the delete of the TokenQueue in some destructors to fix crashes. 2014-10-12 10:46:09 +00:00
GxsCreateCommentDialog.cpp Added Retroshare links support to PostedItems (don't seem to work yet). 2015-02-24 10:31:45 +00:00
GxsCreateCommentDialog.h Removed buttons to create a new identity 2014-12-24 00:10:15 +00:00
GxsCreateCommentDialog.ui Removed buttons to create a new identity 2014-12-24 00:10:15 +00:00
GxsFeedItem.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
GxsFeedItem.h - Added new base class for group feeds - GxsGroupFeedItem 2014-11-18 00:49:21 +00:00
GxsFeedWidget.cpp Optimized search of feed items in RSFeedWidget by using a map instead of QTreeWidgetItemIterator. 2015-03-12 13:59:56 +00:00
GxsFeedWidget.h Optimized search of feed items in RSFeedWidget by using a map instead of QTreeWidgetItemIterator. 2015-03-12 13:59:56 +00:00
GxsGroupDialog.cpp fixed edit/show checkbox state in GxsGroupDialog. 2015-10-29 22:58:21 -04:00
GxsGroupDialog.h added proper UI for setting anti-spam flags in GroupCreationDialog 2015-10-25 19:28:13 -04:00
GxsGroupDialog.ui Fixed Layout 2015-10-30 15:51:13 +01:00
GxsGroupFeedItem.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
GxsGroupFeedItem.h Added feed item for forum group and forum message 2014-11-19 12:40:42 +00:00
GxsGroupFrameDialog.cpp Changed Context Menu order issue: #187 2015-12-07 17:11:25 +01:00
GxsGroupFrameDialog.h GxsGroupFrameDialog: Fixed restore of active group tree item when subscrube/unsubscribe a group. 2015-08-26 15:06:09 +02:00
GxsGroupFrameDialog.ui fixed a few more icons (help icons, grou tree widgets, bullets) 2015-06-30 16:44:58 +00:00
GxsGroupShareKey.cpp fixed typos (reported by unknown translator) 2015-06-07 12:07:09 +00:00
GxsGroupShareKey.h Added to change header image and text on Share Key Dialog. 2014-10-27 13:12:48 +00:00
GxsGroupShareKey.ui update language strings 2014-12-28 14:03:26 +00:00
GxsIdChooser.cpp removed some debug info 2016-01-26 23:00:10 -05:00
GxsIdChooser.h added new flag to GxsIdChooser to force non anonymous ids. Disabled by default 2015-10-24 12:48:17 -04:00
GxsIdDetails.cpp merged with latest upstream trunk 2015-12-05 16:49:00 -05:00
GxsIdDetails.h added proper icons and names for banned users 2015-10-10 21:25:06 -04:00
GxsIdLabel.cpp removed useless thread line, kept link copy functionality, used a GxsIdLabel to show the by_label correctly, added hide/show of labels when not useful 2015-05-01 15:20:23 +00:00
GxsIdLabel.h Simplified usage of GxsIdDetails and removed some QTimer. 2014-11-27 00:55:48 +00:00
GxsIdTreeWidgetItem.cpp added ban menu entry to chat lobby participant list 2016-03-09 21:49:24 -05:00
GxsIdTreeWidgetItem.h added ban menu entry to chat lobby participant list 2016-03-09 21:49:24 -05:00
GxsMessageFramePostWidget.cpp Switched retrieve of posts in GxsMessageFramePostWidget from "requestMsgRelatedInfo" to "requestMsgInfo". 2015-08-13 22:09:46 +02:00
GxsMessageFramePostWidget.h Switched retrieve of posts in GxsMessageFramePostWidget from "requestMsgRelatedInfo" to "requestMsgInfo". 2015-08-13 22:09:46 +02:00
GxsMessageFrameWidget.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
GxsMessageFrameWidget.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
GxsUserNotify.cpp Fixed count of new and unread messages for Channels and Posted. 2014-09-24 23:57:47 +00:00
GxsUserNotify.h Fixed count of new and unread messages for Channels and Posted. 2014-09-24 23:57:47 +00:00
RsGxsUpdateBroadcastBase.cpp - Removed randomly forced updating of GUI in RsGxsUpdateBroadcastBase 2015-05-19 21:40:19 +00:00
RsGxsUpdateBroadcastBase.h add GXS ID creation option for forum/channel/[...] posting. (Patch from Phenom) 2014-07-06 11:19:58 +00:00
RsGxsUpdateBroadcastPage.cpp Added new base class for a subscribe button - SubscribeToolButton. 2014-07-05 18:33:11 +00:00
RsGxsUpdateBroadcastPage.h Added new base class for a subscribe button - SubscribeToolButton. 2014-07-05 18:33:11 +00:00
RsGxsUpdateBroadcastWidget.cpp Added new base class GxsMessageFramePostWidget for post-based services like Channels and Posted. 2014-07-23 18:51:56 +00:00
RsGxsUpdateBroadcastWidget.h Added new base class GxsMessageFramePostWidget for post-based services like Channels and Posted. 2014-07-23 18:51:56 +00:00
WikiGroupDialog.cpp - Revert remove of forum settings 2014-04-14 22:36:10 +00:00
WikiGroupDialog.h - Revert remove of forum settings 2014-04-14 22:36:10 +00:00