RetroShare/retroshare-gui/src/gui
chrisparker126 acaefada65 Got group retrieval working with gui and fixed subsequent bugs
add p3distribsecurity mirror gxssecurity (does not have grp or msg verification implemented, but other methods are valid)


git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5406 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-08-12 20:46:21 +00:00
..
advsearch Fix for ticket #124 2011-08-27 16:15:56 +00:00
bwctrl Improved display of bandwidth data. 2012-06-22 13:03:18 +00:00
bwgraph Removed most of the usages of std::ostringstream in the gui. 2012-03-28 18:02:49 +00:00
channels 3 patches from AsamK: 2012-03-30 19:43:39 +00:00
chat Added "file:///" to "%style-dir%" for the chat styles. 2012-06-08 22:06:28 +00:00
common Merged Code from: /branches/v0.5-new_cache_system/ into main trunk. 2012-07-27 15:03:16 +00:00
connect added auto-clean of certificates at load time. Removes many errors. 2012-07-27 14:26:05 +00:00
dht Removed minimal version. 2012-04-20 15:17:52 +00:00
elastic corrected bad modification of commit #4560, which made RS not compilable on ubuntu karmic 2011-09-01 16:42:05 +00:00
feeds Enabled some more translations in news feed items and fixed german translation. 2012-07-29 20:24:09 +00:00
forums added paste own certificate to chat/forum context menu (patch from AC) 2012-04-27 12:04:40 +00:00
forumsv2 * Fixed Nasty Bug: Double Increment in TokenQueue list iteration => infinite Loop. 2012-07-31 12:15:58 +00:00
groups Removed new lines of the QLineEdit input fields after input in forum, channel, message and group. 2010-11-09 19:57:05 +00:00
gxs * Added first pass at Generic Comment Tree. 2012-08-01 01:47:53 +00:00
help Fixed crash when starting the help browser from friend details the second time. 2012-07-15 22:24:03 +00:00
Identity fixed compilation on ubuntu (apparently QTreeWidgetItem(NULL) is not accepted 2012-07-28 13:52:54 +00:00
im_history - Moved HandleRichText from the folder "chat" to "util" and redesigned the source 2012-05-12 00:40:53 +00:00
images Friend recommendation message 2012-05-05 22:20:05 +00:00
layouts Created V0.3.x branch and moved the head into the trunk directory. 2007-11-15 03:18:48 +00:00
msgs Improved the default recommendation text 2012-05-14 14:14:38 +00:00
PhotoShare Got group retrieval working with gui and fixed subsequent bugs 2012-08-12 20:46:21 +00:00
plugins added for plugins own dir 2009-11-28 14:21:11 +00:00
Posted * Added first pass at Generic Comment Tree. 2012-08-01 01:47:53 +00:00
profile Removed the max length from the ip fields in ProfileWidget to display all 15 digits. 2012-04-03 19:35:11 +00:00
qskinobject Created V0.3.x branch and moved the head into the trunk directory. 2007-11-15 03:18:48 +00:00
qss/chat Added (and modified) patch from Imanuel 2012-05-01 12:58:28 +00:00
settings Merged Code from: /branches/v0.5-new_cache_system/ into main trunk. 2012-07-27 15:03:16 +00:00
smileys fixed crying smiley (Patch from AC) 2012-03-24 12:21:43 +00:00
statusbar Removed most of the usages of std::ostringstream in the gui. 2012-03-28 18:02:49 +00:00
style New dialog for defining own colors for the private chat window. 2011-04-09 22:52:52 +00:00
TheWire Changes to allow the GXS services to compile with up-to-date GUI code. 2012-07-27 15:41:52 +00:00
toaster Added patch from braindead: 2012-05-21 19:37:38 +00:00
unfinished Added Rs photo v2 item serialisation test, fixed subsequent bugs 2012-08-06 21:00:38 +00:00
WikiPoos Added Generalised GxsGroupDialog 2012-07-30 23:55:21 +00:00
AboutDialog.cpp Removed some more compiler warnings from Windows compile (GCC 4.4). 2012-02-17 10:03:38 +00:00
AboutDialog.h Changed settings to local variable, no more as pointer on all classes. 2010-05-11 20:02:52 +00:00
AboutDialog.ui fixed About Dialog Title 2009-12-31 15:57:06 +00:00
ChannelFeed.cpp moved channel action menu into right click, for better consistency 2012-07-17 21:22:37 +00:00
ChannelFeed.h Optimized channel loading and layout. 2012-04-24 15:34:22 +00:00
ChannelFeed.ui moved channel action menu into right click, for better consistency 2012-07-17 21:22:37 +00:00
ChatLobbyWidget.cpp Fixed sorting (case insensitive, numbers) in SearchDialog. 2012-06-09 14:14:04 +00:00
ChatLobbyWidget.h Moved the chat lobby tabs to the FriendsDialog. 2012-01-18 20:02:19 +00:00
ChatLobbyWidget.ui - added/fixed patch from defnax to allow setting up a topic for each chat lobby. The topic is displayed to friends. 2012-03-16 22:47:49 +00:00
DetailsDialog.cpp cleaned include files 2010-07-23 18:52:58 +00:00
DetailsDialog.h cleaned include files 2010-07-23 18:52:58 +00:00
DetailsDialog.ui Removed duplicate labels in ui files and some other compiler warnings. 2011-08-13 22:26:51 +00:00
DLListDelegate.cpp Enabled clipping for DLListDelegate and ULListDelegate. The text should only be drawn in the own column. 2010-09-16 16:18:27 +00:00
DLListDelegate.h Added Download Time column to Downloads 2010-03-01 22:47:48 +00:00
FileTransferInfoWidget.cpp Added deferred check of chunks during file transfer. Chunk sha1 sums are requested to the sources and checked for downloaded data. 2012-03-15 19:55:43 +00:00
FileTransferInfoWidget.h Added deferred check of chunks during file transfer. Chunk sha1 sums are requested to the sources and checked for downloaded data. 2012-03-15 19:55:43 +00:00
ForumsDialog.cpp - Moved HandleRichText from the folder "chat" to "util" and redesigned the source 2012-05-12 00:40:53 +00:00
ForumsDialog.h Added new basic class for a QLineEdit with a clear button - LineEditClear. 2012-04-05 21:03:03 +00:00
ForumsDialog.ui Added threaded loading of channels (GUI). 2012-04-21 13:00:17 +00:00
ForumsV2Dialog.cpp Fixed bad default value for filter column in ForumsV2Dialog. 2012-08-01 12:56:06 +00:00
ForumsV2Dialog.h Updated forumV2 support forms to latest version (from forums/) 2012-07-28 21:09:53 +00:00
ForumsV2Dialog.ui Merged parallel improvements to ForumsDialog into ForumsV2Dialog. 2012-07-28 17:36:41 +00:00
FriendRecommendDialog.cpp Added multi friend recommendation dialog. 2012-02-09 19:18:15 +00:00
FriendRecommendDialog.h Added multi friend recommendation dialog. 2012-02-09 19:18:15 +00:00
FriendRecommendDialog.ui Added multi friend recommendation dialog. 2012-02-09 19:18:15 +00:00
FriendsDialog.cpp - Moved HandleRichText from the folder "chat" to "util" and redesigned the source 2012-05-12 00:40:53 +00:00
FriendsDialog.h Removed minimal version. 2012-04-20 15:17:52 +00:00
FriendsDialog.ui Added patch from braindead: 2012-05-21 19:37:38 +00:00
GenCertDialog.cpp removed not needed info buttons for the infodialog 2012-07-18 14:08:53 +00:00
GenCertDialog.h removed not needed info buttons for the infodialog 2012-07-18 14:08:53 +00:00
GenCertDialog.ui moved create profile button into top groupbox and changed the size 2012-07-20 09:42:53 +00:00
GetStartedDialog.cpp Removed most of the usages of std::ostringstream in the gui. 2012-03-28 18:02:49 +00:00
GetStartedDialog.h Replaced std::string by QString in GetStartedDialog for easier translation and to prevent problems with utf8 chars. 2012-02-04 00:55:55 +00:00
GetStartedDialog.ui Replaced std::string by QString in GetStartedDialog for easier translation and to prevent problems with utf8 chars. 2012-02-04 00:55:55 +00:00
graphframe.cpp some fixes 2007-12-11 07:07:07 +00:00
graphframe.h some fixes 2007-12-11 07:07:07 +00:00
HelpDialog.cpp Removed most of the usages of std::ostringstream in the gui. 2012-03-28 18:02:49 +00:00
HelpDialog.h This intimidating patch renames libretroshare/src/rsiface/ to 2010-08-06 09:40:23 +00:00
HelpDialog.ui Fix some source code for better translation, added some new words to translate and removed some words not to be translated. 2012-02-05 21:05:11 +00:00
images.qrc Friend recommendation message 2012-05-05 22:20:05 +00:00
InfoDialog.cpp Removed most of the usages of std::ostringstream in the gui. 2012-03-28 18:02:49 +00:00
InfoDialog.h This intimidating patch renames libretroshare/src/rsiface/ to 2010-08-06 09:40:23 +00:00
InfoDialog.ui update infodialog 2010-02-15 15:15:23 +00:00
linetypes.h some fixes 2007-12-08 11:27:01 +00:00
LogoBar.cpp Created V0.3.x branch and moved the head into the trunk directory. 2007-11-15 03:18:48 +00:00
LogoBar.h Created V0.3.x branch and moved the head into the trunk directory. 2007-11-15 03:18:48 +00:00
mainpagestack.cpp some fixes 2007-12-08 11:27:01 +00:00
mainpagestack.h - moved RsAutoUpdatePage into retroshare-gui/ directory, to allow plugins to use it 2012-02-19 15:03:07 +00:00
MainWindow.cpp Added the first version of the FeedReader plugin. 2012-08-02 13:17:53 +00:00
MainWindow.h Added new display window for monitor bandwidth rates with peers. 2012-06-21 23:24:53 +00:00
MainWindow.ui disabled the default context menus for the QToolBar's 2011-03-10 11:44:48 +00:00
MessagesDialog.cpp Friend recommendation message 2012-05-05 22:20:05 +00:00
MessagesDialog.h Added new message flag for system messages like friend request. 2012-05-01 09:18:55 +00:00
MessagesDialog.ui * Removed hide/show Quickview function and moved Quickview little bit to the top. 2012-05-03 15:42:43 +00:00
MessengerWindow.cpp Removed minimal version. 2012-04-20 15:17:52 +00:00
MessengerWindow.h Removed minimal version. 2012-04-20 15:17:52 +00:00
MessengerWindow.ui Added patch from braindead: 2012-05-21 19:37:38 +00:00
NetworkDialog.cpp desactivated TrustMatrix, by the time we decide wether it is worth keeping it, and implement a better version of it 2012-07-17 20:40:51 +00:00
NetworkDialog.h Added new basic class for a QLineEdit with a clear button - LineEditClear. 2012-04-05 21:03:03 +00:00
NetworkDialog.ui Added new basic class for a QLineEdit with a clear button - LineEditClear. 2012-04-05 21:03:03 +00:00
NetworkView.cpp removed old includes of gpgme. Updated values for trust 2012-07-07 16:26:54 +00:00
NetworkView.h Removed some more compiler warnings in retroshare-gui. 2011-08-14 21:25:41 +00:00
NetworkView.ui fixed the layout Horizontal spacing in NetworkView 2010-11-30 21:21:27 +00:00
NewsFeed.cpp Added new message flag for system messages like friend request. 2012-05-01 09:18:55 +00:00
NewsFeed.h Optimized some internals in the news feed items 2012-02-01 12:21:14 +00:00
NewsFeed.ui Optimized layout of the newsfeed items. 2012-03-04 22:00:28 +00:00
notifyqt.cpp forgot ifs in notifyQt 2012-05-15 20:32:36 +00:00
notifyqt.h removed data race in QObject::connect() vs. NotifyQt signals by enabling notification signals only after GUI is created 2012-05-15 20:25:53 +00:00
PluginManager.cpp added forgotten license text 2009-08-11 21:59:40 +00:00
PluginManager.h added forgotten license text 2009-08-11 21:59:40 +00:00
PluginManagerWidget.cpp Added three new methods on misc: getOpenFileName, getOpenFileNames and getSaveFileName. Please use this rather than QFileDialog. 2010-12-03 00:54:40 +00:00
PluginManagerWidget.h added forgotten license text 2009-08-11 21:59:40 +00:00
PluginsPage.cpp added forgotten license text 2009-08-11 21:59:40 +00:00
PluginsPage.h added forgotten license text 2009-08-11 21:59:40 +00:00
QuickStartWizard2.ui * Added a "return" if QTreeWidgetItem = NULL, to stop crash. 2011-06-13 22:30:32 +00:00
QuickStartWizard.cpp fixed reference to tryNetMode. 2012-02-11 12:49:09 +00:00
QuickStartWizard.h Removed member ftController::mShareDownloadDir and calculate the value from the shared directories. 2011-03-08 20:05:36 +00:00
QuickStartWizard.ui Added "file:///" to "%style-dir%" for the chat styles. 2012-06-08 22:06:28 +00:00
RemoteDirModel.cpp 3 patches from AsamK: 2012-03-30 19:43:39 +00:00
RemoteDirModel.h Added the hability to create and handle collection files. A collection file contains a directory structure 2011-11-07 23:07:25 +00:00
RetroShareLink.cpp Redesigned ConnectFriendWizard as ui file. 2012-05-22 22:24:10 +00:00
RetroShareLink.h - Moved HandleRichText from the folder "chat" to "util" and redesigned the source 2012-05-12 00:40:53 +00:00
RsAutoUpdatePage.cpp Fixed utf8 characters in the transfer tab name of plugins. 2012-02-28 18:25:57 +00:00
RSHumanReadableDelegate.h Fixed compile 2010-12-03 11:54:39 +00:00
SearchDialog.cpp Fixed one more compiling issue. 2012-06-11 21:32:22 +00:00
SearchDialog.h Fixed sorting (case insensitive, numbers) in SearchDialog. 2012-06-09 14:14:04 +00:00
SearchDialog.ui Added new basic class for a QLineEdit with a clear button - LineEditClear. 2012-04-05 21:03:03 +00:00
SearchTreeWidget.cpp 3 patches from AsamK: 2012-03-30 19:43:39 +00:00
SearchTreeWidget.h 3 patches from AsamK: 2012-03-30 19:43:39 +00:00
SFListDelegate.cpp added SharedFiles Delegate 2008-02-02 13:38:17 +00:00
SFListDelegate.h added SharedFiles Delegate 2008-02-02 13:38:17 +00:00
SharedFilesDialog.cpp Changed style of the reply/forwarded message. 2012-05-04 23:39:36 +00:00
SharedFilesDialog.h Changed style of the reply/forwarded message. 2012-05-04 23:39:36 +00:00
SharedFilesDialog.ui - implemented an optional flat view for shared files that allows sorting by date/peer/name 2011-04-01 21:46:06 +00:00
ShareDialog.cpp Partial fix for ticket #146: 2011-08-28 22:54:01 +00:00
ShareDialog.h Added edit of shared folders. The change of the virtual name results in a rehash of the shared folder. 2010-09-18 16:05:32 +00:00
ShareDialog.ui Added edit of shared folders. The change of the virtual name results in a rehash of the shared folder. 2010-09-18 16:05:32 +00:00
ShareManager.cpp Beautified RsCollectionDialog. 2011-11-13 13:58:39 +00:00
ShareManager.h Enabled drag and drop in ShareManager to add folders to the share. 2011-04-26 23:38:29 +00:00
ShareManager.ui Set inititial sizes of the splitter and columns in FriendsDialog and SearchDialog. 2011-08-15 23:42:07 +00:00
SoundManager.cpp Reworked SoundManager and SoundPage in the settings. 2012-01-22 22:58:23 +00:00
SoundManager.h Reworked SoundManager and SoundPage in the settings. 2012-01-22 22:58:23 +00:00
StartDialog.cpp removed not needed info buttons for the infodialog 2012-07-18 14:08:53 +00:00
StartDialog.h removed not needed info buttons for the infodialog 2012-07-18 14:08:53 +00:00
StartDialog.ui removed not needed info buttons for the infodialog 2012-07-18 14:08:53 +00:00
TransfersDialog.cpp Enabled full chunk checking code: 2012-06-19 21:36:10 +00:00
TransfersDialog.h Optimized the fill of the up- and downloads in TransfersDialog. 2012-06-01 20:51:14 +00:00
TransfersDialog.ui Optimized the fill of the up- and downloads in TransfersDialog. 2012-06-01 20:51:14 +00:00
TrustView.cpp Changed the generation of the gpg key and location to utf8. 2011-07-17 23:07:29 +00:00
TrustView.h - moved RsAutoUpdatePage into retroshare-gui/ directory, to allow plugins to use it 2012-02-19 15:03:07 +00:00
TrustView.ui Cleaned PopupChatDialog, NetworkDialog, SearchDialog, TransfersDialog, SharedFilesDialog, ChannelFeeds and updated german translation. 2010-09-13 00:27:50 +00:00
TurtleRouterDialog.cpp Removed most of the usages of std::ostringstream in the gui. 2012-03-28 18:02:49 +00:00
TurtleRouterDialog.h Fix some source code for better translation, added some new words to translate and removed some words not to be translated. 2012-02-05 21:05:11 +00:00
TurtleRouterDialog.ui Added a second tab for Router Statistics 2011-05-31 21:39:44 +00:00
TurtleRouterStatistics.cpp Fix some source code for better translation, added some new words to translate and removed some words not to be translated. 2012-02-05 21:05:11 +00:00
TurtleRouterStatistics.h Fix some source code for better translation, added some new words to translate and removed some words not to be translated. 2012-02-05 21:05:11 +00:00
TurtleRouterStatistics.ui Added a second tab for Router Statistics 2011-05-31 21:39:44 +00:00
ULListDelegate.cpp Enabled clipping for DLListDelegate and ULListDelegate. The text should only be drawn in the own column. 2010-09-16 16:18:27 +00:00
ULListDelegate.h - modified ftFileProvider so as to keep multiple client peers per instance 2010-07-27 16:05:21 +00:00
xprogressbar.cpp Enabled full chunk checking code: 2012-06-19 21:36:10 +00:00
xprogressbar.h Enabled full chunk checking code: 2012-06-19 21:36:10 +00:00