Commit Graph

149 Commits

Author SHA1 Message Date
thunder2
eccb2db7c2 Fixed refill of author column in forums.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7971 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-25 11:55:31 +00:00
drbob
6d26eda0f9 Added Retroshare links support to PostedItems (don't seem to work yet).
Enabled cancel button in CreateComment Dialog.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7969 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-24 10:31:45 +00:00
thunder2
5e9acac013 Optimized GxsIdDetails::process to load the gxs details directly when the caller is the gui thread.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7967 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-22 15:06:27 +00:00
thunder2
41750b0d27 Removed not used base class GxsIdTreeWidget.
Used QPixmap instead of QIcon to draw the gxs image in GxsIdTreeWidgetItem.
Fixed use of transparent background in GxsIdDetails::GenerateCombinedPixmap (formerly GxsIdDetails::GenerateCombinedIcon).

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7965 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-22 11:52:33 +00:00
csoler
6585cfca2c 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).
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7941 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-13 19:34:38 +00:00
csoler
8b1d94fe3e fix (by thunder) to avoid calling QPixmap outside the main thread, causing some avatars to fail to load
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7938 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-11 07:00:52 +00:00
thunder2
0a1698f8c8 Used RsGxsGroupId instead of std:string for id/name in IdEditDialog/GxsidChooser.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7936 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-10 12:55:16 +00:00
csoler
9dcb3b2555 removed unused code
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7917 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-05 19:53:22 +00:00
csoler
5ae5d4f0a1 added avatar to GxsId tooltip (see in forums). Removed thread data race due to multiple threads accessing the static data member image_cache, causing avatars to not show up randomly. I do not have a clean solution yet on how to restore this cache
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7911 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-04 23:05:56 +00:00
defnax
0ebc1223b3 Set Light gray background color for the identicons for better look n feel.
Fixed to scale QLabel content.
Moved to display Avatars on ID Dialog into a QLabel

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7907 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-03 22:16:21 +00:00
csoler
a018f17af7 switch to standard identity icon format for defautl icons (patch from Phenom, slightly modified)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7903 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-02 21:59:44 +00:00
defnax
3a64bc2601 Added Button for Set Avatar, added border stylesheet for the Avatar label.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7877 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-01-26 16:50:01 +00:00
csoler
481ee246b5 added avatars to identities.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7875 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-01-25 22:09:12 +00:00
csoler
1998ddd765 fixed gui bits. Improved message handlign logic and notification
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.6-NewGRouterModel@7854 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-01-22 14:33:19 +00:00
defnax
57640379a8 Fixed placeholder display on GXS Group Dialog
Changed sign icon on create forum message, added a "Post as:" label before gxs id chooser

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7810 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-12-30 21:35:34 +00:00
thunder2
499bb00b82 Added icons to GxsIdChooser
Fixed display of "Create new Identity" without an identity

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7809 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-12-30 21:22:45 +00:00
defnax
535fe875e4 update language strings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7799 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-12-28 14:03:26 +00:00
defnax
72daac10c1 Added a new StackedPage for the Show mode (GXS Group Dialog), clean up the code.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7798 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-12-27 23:51:45 +00:00
thunder2
51825d851c Fixed filter of description in group tree of forums, channels and posted.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7797 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-12-27 22:13:29 +00:00
defnax
83ecc4e8b4 Added PlaceHolderText for Name/Description (gxs Group Dialog)
Set the description Text field to read only for the Show Mode
Display at Header Channel name (Show Mode)
Display Subscribers on Channels

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7793 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-12-25 17:05:26 +00:00
thunder2
e5f0e6fcc7 IdDialog:
- optimized fill
- fixed utf8 issue
- added new strings to translation
- added load/save of ui state
- fixed splitter resize
- fixed sensitive state of menu items in context menu
Updated english translation

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7791 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-12-24 14:43:06 +00:00
thunder2
417f66a566 Removed buttons to create a new identity
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7789 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-12-24 00:10:15 +00:00
thunder2
47f0f7236e Added new entry to GxsIdChooser to create a new identity.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7787 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-12-23 19:07:57 +00:00
csoler
e0f786913b fixed layout of comment dialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7782 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-12-23 11:41:57 +00:00
csoler
db565b07b2 fixed display of group summary when navigating with mouse
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7764 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-12-16 19:21:46 +00:00
csoler
93f77a0e2c improved network statistics for GXS net service. Added number of available messages for unsubscribed forums in GUI. Should be done as well for channels.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7760 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-12-16 06:54:15 +00:00
thunder2
398f446300 Changed some more splitter behaviour when resizing the window.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7754 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-12-13 23:32:23 +00:00
thunder2
f9846c02ab Removed unecessary space around the main pages.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7746 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-12-11 00:13:40 +00:00
thunder2
90c3c24412 Moved font size definitions from ui files to default qss.
Added new base class StyledLabel to emulate the missing font-size by factor in qss.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7733 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-12-06 22:09:44 +00:00
thunder2
1fff74656e Optimized fill of forums
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7716 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-11-27 22:45:34 +00:00
thunder2
f692116207 Simplified usage of GxsIdDetails and removed some QTimer.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7714 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-11-27 00:55:48 +00:00
csoler
30d9671ca6 added setFlags method in Id combo box. Removed possibility to send anonymous distant messages (too risky). Improved the logic in message composer GUI. Fixed bug when key not available in message encryption/signing routine.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7705 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-11-24 21:02:18 +00:00
thunder2
d70bb01b2e Added feed item for forum group and forum message
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7692 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-11-19 12:40:42 +00:00
thunder2
97968170d1 - Added new base class for group feeds - GxsGroupFeedItem
- Added feed item for channel group
- Added test of feed items for channels and forums
- Reworked existing feed items

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7689 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-11-18 00:49:21 +00:00
defnax
fcb7b6c340 * Added to change dynamicly the share key info description.
* Added default stylesheet for the info label. 

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7673 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-11-11 20:12:53 +00:00
defnax
9912aa1c4f Small Fix (Phenom)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7667 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-11-08 15:53:49 +00:00
defnax
a5db669883 Added to change header image and text on Share Key Dialog.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7645 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-27 13:12:48 +00:00
thunder2
cfd6a7b8b5 Fixed navigate to channel post when clicking a channel post link.
Fixed navigate to forum message when clicking a forum message link.
Fixed copy of forum message link to clipboard

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7640 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-25 23:52:33 +00:00
thunder2
392159ae4b Fixed navigate to forum and channel group when clicking a forum/channel link.
Navigate to post/message is still a todo.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7638 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-25 15:50:00 +00:00
csoler
b593a918a0 optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7627 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-21 22:33:02 +00:00
csoler
c2404fcea7 fixed other compilation bug.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7618 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-17 21:57:33 +00:00
csoler
6e2df7e0de extended group share keys to Posted
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7608 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-13 18:31:47 +00:00
thunder2
bec735b60a Added the delete of the TokenQueue in some destructors to fix crashes.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7597 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-12 10:46:09 +00:00
csoler
b3bedd592d fixed display of channels with publish key
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7585 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-06 19:18:09 +00:00
csoler
d0469ccfc3 implemented publish key sharing between peers for channels.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7582 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-05 19:14:05 +00:00
csoler
eede11a772 - removed "use olf key format" from certificate export
- improved GXS Id display when unsigned
- use ProfileManager to export own PGP key pair in keyring and profile.


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7562 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-09-25 20:14:21 +00:00
thunder2
37ddbf63cc Fixed count of new and unread messages for Channels and Posted.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7561 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-09-24 23:57:47 +00:00
csoler
789e6ae24e removed some debug info
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7542 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-09-16 19:53:23 +00:00
csoler
c873421914 fixed tooltip and proper display of IDs in forums. Commented out class GxsIdTreeWidgetItem, which is unused and very similar to GxsIdRSTreeWidgetItem. fixed display of from field in messages. Still, it would be better to use a clean GxsIdRSTreeWidget instead of this QListWidget class
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7541 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-09-16 19:11:22 +00:00
csoler
5e6fc0ff59 disabled group restriction when not using circles in forums/posted/channels. Also disabled key sharing since it is unfinished
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7538 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-09-15 19:14:38 +00:00