RetroShare/retroshare-gui/src/gui/common
csoler 6edb9eb4f8 Merged branch that provide group-based file permissions.
Now users can sort peers into groups in the friend list, and attribute flags and parent groups to the
directories in the share manager.

Flags are B-B-N, meaning in order:
- browsable for peers in the parent groups
- browsable for everyone
- network wide for everyone
Backward compatibility makes previously BN flags been interpreted as -BN, meaning browsable/network wide for everyone.

Be careful with this new feature. It has been tested, but it's a bit early to rely on it for highly sensitive data.

The merge also includes a significant improvement of the naming of flags with incompatible types
which should sort out some existing bugs as well, since inconsistencies in flag usage have been
found during the process.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5787 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-11-07 20:03:16 +00:00
..
AvatarDefs.cpp Added avatar image to ConfCertDialog (defnax). 2011-09-02 10:22:44 +00:00
AvatarDefs.h Added avatar image to ConfCertDialog (defnax). 2011-09-02 10:22:44 +00:00
AvatarWidget.cpp Added changes from braindead: 2012-05-19 22:18:15 +00:00
AvatarWidget.h Fixed compile on Linux. 2012-05-20 16:53:28 +00:00
AvatarWidget.ui Added two internal stylesheets: 2012-08-24 23:35:57 +00:00
DropLineEdit.cpp Redesigned ConnectFriendWizard as ui file. 2012-05-22 22:24:10 +00:00
DropLineEdit.h Redesigned ConnectFriendWizard as ui file. 2012-05-22 22:24:10 +00:00
Emoticons.cpp - Moved HandleRichText from the folder "chat" to "util" and redesigned the source 2012-05-12 00:40:53 +00:00
Emoticons.h - Moved HandleRichText from the folder "chat" to "util" and redesigned the source 2012-05-12 00:40:53 +00:00
FilesDefs.cpp Added new widget for hashing files. 2011-12-07 13:08:12 +00:00
FilesDefs.h Added new widget for hashing files. 2011-12-07 13:08:12 +00:00
FriendList.cpp Merged Code from: /branches/v0.5-new_cache_system/ into main trunk. 2012-07-27 15:03:16 +00:00
FriendList.h Merged Code from: /branches/v0.5-new_cache_system/ into main trunk. 2012-07-27 15:03:16 +00:00
FriendList.ui Added patch from Henry 2012-10-14 12:25:12 +00:00
FriendSelectionWidget.cpp Removed some unnecessary filter icons and added some new placeholder for the filter. 2012-11-06 00:28:11 +00:00
FriendSelectionWidget.h Added new basic class for a QLineEdit with a clear button - LineEditClear. 2012-04-05 21:03:03 +00:00
FriendSelectionWidget.ui Removed the filter comboboxes and replaced it with a menu in LineEditClear. 2012-10-29 10:59:26 +00:00
GroupDefs.cpp Removed new lines of the QLineEdit input fields after input in forum, channel, message and group. 2010-11-09 19:57:05 +00:00
GroupDefs.h Groups for friends in PeersDialog. 2010-09-22 22:37:57 +00:00
GroupFlagsWidget.cpp gui tweaks 2012-11-06 21:24:49 +00:00
GroupFlagsWidget.h added contextual message to explain current group sharing permissions 2012-11-03 17:15:47 +00:00
GroupSelectionBox.cpp gui tweaks 2012-11-06 21:24:49 +00:00
GroupSelectionBox.h added widget for group selection. Used it in share dialog 2012-11-02 17:26:20 +00:00
GroupTreeWidget.cpp Removed some unnecessary filter icons and added some new placeholder for the filter. 2012-11-06 00:28:11 +00:00
GroupTreeWidget.h Removed some unnecessary style sheets. 2012-08-21 13:02:44 +00:00
GroupTreeWidget.ui Removed the filter comboboxes and replaced it with a menu in LineEditClear. 2012-10-29 10:59:26 +00:00
HashBox.cpp fixed uninitialized memory read 2012-08-15 19:03:14 +00:00
HashBox.h Fixed compile on Linux. 2011-12-07 18:23:01 +00:00
HashBox.ui Added new widget for hashing files. 2011-12-07 13:08:12 +00:00
HeaderFrame.cpp Added new base class HeaderFrame - image and text at top of the windows. 2012-08-24 10:49:08 +00:00
HeaderFrame.h Added new base class HeaderFrame - image and text at top of the windows. 2012-08-24 10:49:08 +00:00
HeaderFrame.ui Moved some internal stylesheets to the file Standard.qss. 2012-09-07 17:30:23 +00:00
html.cpp fixed link passed issue due to usin self-closign links (Patch from Asamk #3418941) 2011-10-05 16:57:33 +00:00
html.h fixed link passed issue due to usin self-closign links (Patch from Asamk #3418941) 2011-10-05 16:57:33 +00:00
LineEditClear.cpp Removed some unnecessary filter icons and added some new placeholder for the filter. 2012-11-06 00:28:11 +00:00
LineEditClear.h Removed some unnecessary filter icons and added some new placeholder for the filter. 2012-11-06 00:28:11 +00:00
LinkTextBrowser.cpp Fixed bug when the user clicks on a link without http:// in a QTextBrowser. This link was opened directly in RetroShare. 2012-02-11 13:42:42 +00:00
LinkTextBrowser.h Fixed bug when the user clicks on a link without http:// in a QTextBrowser. This link was opened directly in RetroShare. 2012-02-11 13:42:42 +00:00
MimeTextEdit.cpp Added patch from braindead 2012-09-26 23:32:53 +00:00
MimeTextEdit.h Added patch from braindead 2012-09-26 23:32:53 +00:00
PeerDefs.cpp Fixed RetroShare links with " characters in the name. 2012-02-08 12:11:15 +00:00
PeerDefs.h New class for working with peer names (rsid, name + location, ...) - PeerDefs. 2010-09-28 20:33:34 +00:00
PopularityDefs.cpp Added popularity column and removed hidden date column in forums tree. 2010-12-25 12:52:29 +00:00
PopularityDefs.h Added popularity column and removed hidden date column in forums tree. 2010-12-25 12:52:29 +00:00
RsCollectionDialog.cpp fixed flags conflicts 2012-11-02 13:52:29 +00:00
RsCollectionDialog.h Optimized RsCollectionDialog (still without thread). 2012-05-16 18:58:52 +00:00
RsCollectionDialog.ui Optimized RsCollectionDialog (still without thread). 2012-05-16 18:58:52 +00:00
RsCollectionFile.cpp fixed flags conflicts 2012-11-02 13:52:29 +00:00
RsCollectionFile.h Enabled the RetroShare icon of the collection file dialogs. 2012-08-31 14:07:15 +00:00
RSItemDelegate.cpp Add spacing again for forums, messages and channels. 2010-11-09 23:56:02 +00:00
RSItemDelegate.h Add spacing again for forums, messages and channels. 2010-11-09 23:56:02 +00:00
RSListWidgetItem.cpp fixed incompatibility with Qt < 4.6 2012-05-25 19:29:09 +00:00
RSListWidgetItem.h Sort participants list in the chat lobby case insensitive. 2012-05-24 19:26:43 +00:00
RSTabWidget.cpp Moved the chat lobby tabs to the FriendsDialog. 2012-01-18 20:02:19 +00:00
RSTabWidget.h Moved the chat lobby tabs to the FriendsDialog. 2012-01-18 20:02:19 +00:00
RSTreeView.cpp Fixed update (repaint) of the placeholder text of the quick view items in MessagesDialog. 2012-05-05 22:29:59 +00:00
RSTreeView.h Added a placeholder text to the message list in the MessagesDialog (currently used when Starred is selected). 2011-06-05 20:19:10 +00:00
RSTreeWidgetItem.cpp Fixed sorting (case insensitive, numbers) in SearchDialog. 2012-06-09 14:14:04 +00:00
RSTreeWidgetItem.h Fixed sorting (case insensitive, numbers) in SearchDialog. 2012-06-09 14:14:04 +00:00
RsUrlHandler.cpp 2 bug fixes (by AsamK) to make rscollection files compatible with utf8 2011-11-30 19:31:41 +00:00
RsUrlHandler.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
rwindow.cpp Removed some more compiler warnings in retroshare-gui. 2011-08-14 21:25:41 +00:00
rwindow.h MessengerWindow 2010-06-17 17:39:32 +00:00
StatusDefs.cpp patch from Henry Morgan to correct spelling mistakes in source 2012-10-11 10:28:24 +00:00
StatusDefs.h Moved strings of RsPeerDetails::autoconnect for translation to the GUI side and added integer constants for it. 2011-01-06 18:26:39 +00:00
TagDefs.cpp Added word wrap to the title of the thread and the subject of the message to avoid the stretch of the splitter. 2011-05-16 12:04:43 +00:00
TagDefs.h Show tags as label in MessagesDialog. 2010-10-31 19:37:05 +00:00
UserNotify.cpp Added settings for the blinking icons 2012-10-27 15:59:12 +00:00
UserNotify.h Added settings for the blinking icons 2012-10-27 15:59:12 +00:00
vmessagebox.cpp added a Help Dialog to can make translated html Help/Faq/ pages for RetroShare for each language a own html page. 2008-08-05 18:36:07 +00:00
vmessagebox.h added a Help Dialog to can make translated html Help/Faq/ pages for RetroShare for each language a own html page. 2008-08-05 18:36:07 +00:00