defnax
7ef30432f2
Not show to much technical detail on a info Label.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8095 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-28 20:34:16 +00:00
csoler
50caf89655
fixed up nickname completion in chat lobbies
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8092 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-28 16:33:33 +00:00
csoler
1991d6992d
fixed distant peer naming in combo box for recipient selection.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8091 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-28 15:49:43 +00:00
csoler
ceac258552
fixed naming and completion in recipient addresses in MessageComposer
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8090 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-28 15:46:47 +00:00
csoler
d514b939b5
fixed completer for message composer. Still need to fix slot editingRecipientFinished()
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8088 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-27 22:57:58 +00:00
csoler
5e50423915
fixed icons in FriendSelectionWidget and MsgComposer. Also added disable/enable for From field depending on which type of recipient is used.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8087 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-27 22:16:12 +00:00
electron128
d65adeb2ea
disabled debug print of DHT requests, disabled debug print in p3Peers::getProxyServer(), added missing newlines in debug prints (modified patch from Hypfer)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8084 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-27 18:41:44 +00:00
csoler
e40460bdcc
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)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8082 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-26 22:17:48 +00:00
csoler
9d2b6faf9c
fixed bug with default chat lobby identity causing settings to show an empty list. Also fixed up GxsIdChooser
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8081 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-26 21:20:57 +00:00
electron128
7e03f3944b
don't store name, location name and date in new SSL certs. Location name is now stored in an extra file. Backwards compatible to old locations and old peers.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8072 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-25 08:19:45 +00:00
csoler
78604a831a
fixed constructors in button-on-text widget (Patch from Phenom)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8070 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-22 12:55:59 +00:00
thunder2
21575dd416
Fixed path of config file RSPeers.conf
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8068 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-22 10:45:57 +00:00
drbob
926dd3c8e4
Updated GUI to use new Message / Mail interface.
...
Configuration is in MessageInterface.h for the moment
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8067 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-22 04:52:53 +00:00
csoler
bd2026458e
improvement of FriendList (Patch from Sehraf)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8065 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-21 21:58:05 +00:00
csoler
81c3c59266
use RSLinks to handle recommendation message (Patch from Sehraf)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8064 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-21 21:42:40 +00:00
csoler
ed014b0d34
added notification for VOIP calls (Patch from Phenom)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8063 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-21 21:25:17 +00:00
csoler
3f116e0e73
added scale and wheel-event resizing to RSGraphWidget
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8062 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-21 18:40:21 +00:00
thunder2
fbc521cbc5
Fixed content of GxsIdChooser for Qt 5 by setting dynamicSortFilter to false.
...
Change in the default value
Qt 4 = false
Qt 5 = true
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8058 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-20 14:52:10 +00:00
electron128
6dff335515
use notify for gxs events. Removed the previous polling based system. Now multiple clients can receive gxs changes. This also fixes the always growing changes queue in rs-nogui.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8057 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-20 10:39:17 +00:00
csoler
62dba4aee4
made 2 different pages in ConfCertDialog for PGP key and RS certificate. Removed the old format checkbox.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8055 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-19 22:27:52 +00:00
csoler
55988a5796
fixed update of info in ShareDialog (patch from Sentry). Also updated the text to replace Friends by friend nodes
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8052 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-19 20:39:59 +00:00
electron128
4d51240442
removed the constraint of sharing own files only in channels. Replaced it by a warning, to allow peers to post from other locations etc. (port from v0.5.5 rev. 6198)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8045 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-18 14:12:31 +00:00
electron128
71a8dba487
GxsGroupDialog: allow to create groups without author
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8044 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-18 13:36:38 +00:00
electron128
148fd8bb05
GxsIdChooser: request only data for own ids (was requesting all ids before)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8043 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-18 13:33:38 +00:00
electron128
13b964d0f5
fixed compile with Qt 5 (modified patch from Phenom)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8040 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-17 16:21:23 +00:00
thunder2
a23e563c6b
Click on a certificate in a message (MessageWidget) shows the add friend wizard only once.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8036 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-16 14:40:30 +00:00
thunder2
a967405c84
Added one more check of RsAutoUpdatePage::eventsLocked to GxsIdDetails::process
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8035 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-16 12:57:12 +00:00
thunder2
d6ca3ffc27
Added waiting indicator to group tree for channels/posted when using "Mark all as read/unread".
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8020 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-14 21:13:28 +00:00
csoler
c811d71738
added mask to select which icons to show in RsGxsIdTreeWidgetItem. Kept only avatar in ChatLobby participant list
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8019 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-14 19:19:34 +00:00
csoler
48ea291d95
moved signature validation and encryption one level up into p3IdService. Added timestamp for GXS identities and auto-removal after 7 days. Updated display in IdDialog
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8015 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-14 14:33:23 +00:00
thunder2
b46c3b4852
Moved TokenQueue, TokenResponse, UIStateHelper and mGroupId from the classes GxsMessageFramePostWidget/GxsForumThreadWidget to the base class GxsMessageFrameWidget.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8014 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-13 19:33:37 +00:00
thunder2
cdf9a5b4d4
Optimized search of feed items in RSFeedWidget by using a map instead of QTreeWidgetItemIterator.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8013 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-12 13:59:56 +00:00
csoler
6ef761e4e5
added jpeg format to thumbnail creation/loading (patch from cave)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8012 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-11 20:20:32 +00:00
defnax
4dede651c7
use right status ions
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8008 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-09 23:00:29 +00:00
thunder2
325a383fba
- Added re-check of "Not found" identities for chat lobby participants list.
...
- Added check of RsAutoUpdatePage::eventsLocked to GxsIdDetails::timerEvent.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8006 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-09 20:41:14 +00:00
thunder2
f7d3730080
Fixed missing spaces in chat style.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8001 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-08 16:31:15 +00:00
csoler
f60d8cbb1a
fixed completion in chat lobbies
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8000 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-08 13:56:29 +00:00
thunder2
400d3179e8
Fixed display of version information.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7998 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-08 13:31:44 +00:00
csoler
fb3d5ca9ac
removed auto-subscribe when no identity is available. Added warnign for the need to create an identity
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7993 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-07 14:49:33 +00:00
csoler
b29d5e2d6b
fixed message tooltip for loading ids
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7992 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-07 14:27:32 +00:00
csoler
8d494ecaf8
fixed display of systray message for chat lobbies
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7991 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-07 14:06:10 +00:00
csoler
f9c78ebd61
merged in new lobbies with GXS ids. Old peers and new peers cannot see each others lobby lists. Invitations still work and can be used to transfer a lobby ID between versions. Messages of old and new peers will not be visible to each other
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7986 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-03-06 21:13:23 +00:00
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
f371ca6a98
Trimmed whitespace from URL to fix internal retroshare links.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7970 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-24 10:45:05 +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
drbob
cf9b196b26
Improved URL handling in Posted Item.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7968 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-23 12:28:20 +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
7178285d60
avoid calling rsGxsChannels::setMessageReadStatus() when the message status is already what we want. Removed one warning that has been cleared.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7964 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-22 10:10:34 +00:00
csoler
ab9cb2b600
removed mentions to encrypted messages. Replaced by distant, with the appropriate flags. Removed old msg encryption code
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7963 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-20 10:34:11 +00:00
csoler
3a7ef25adf
small fix in nnumbering posted widgets
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7962 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-20 10:30:49 +00:00
csoler
63752af168
fixed recommendation signature (patch from sehraf)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7960 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-19 20:32:09 +00:00
csoler
f2a8a293cf
improved GUI for Posted
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7959 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-19 20:23:39 +00:00
thunder2
233fab7b6b
Hide share of key in forums
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7957 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-18 23:07:25 +00:00
csoler
9e31d2714d
hide reputations which are not used yet (patch from sehraf
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7956 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-18 22:09:51 +00:00
csoler
d2c4c3bb09
added new flag to allow peers auto-download recommended files from trusted neighbor nodes, which give the possibility to push data to other nodes
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7955 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-18 19:07:58 +00:00
defnax
110df28979
Added tooltip on key id column.
...
Hide Id Type column by default.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7953 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-17 21:31:14 +00:00
thunder2
219e94910e
Hide score label in channel post item
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7949 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-16 19:23:31 +00:00
thunder2
c79fa0747e
Fixed initial size of the splitter in IdDialog.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7947 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-16 15:45:53 +00:00
defnax
f81593fde9
Disable Send Message button for own Identities.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7946 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-16 15:33:35 +00:00
drbob
f5880bf655
Fixed GUI - to allow people to post to subscribed Topics.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7945 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-16 11:05:33 +00:00
csoler
6e8e5efb90
fixed a few bugs in distant chat protocol (allow re-negociation of DH parameters if decryption fails, correct passing of own gxs id for server side), making the system more reactive. Also fixed the issue of avatar not showing up. Changed the tunnel naming system to something specific to distant chat. WARNING: this version cannot distant chat with previous versions.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7943 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-14 20:55:05 +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
defnax
6c9dffaa40
Set default palette & stylesheet for the Channel infoWidget.
...
Enabled word wrap and copyable text.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7937 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-11 00:52:20 +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
defnax
05d25a83d5
Added a send message button on header frame.
...
set default border stylesheet for the Avatar Label.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7935 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-10 01:14:44 +00:00
thunder2
d89cee8bdd
Added info pane for unsubscribed channels
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7934 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-09 22:11:19 +00:00
thunder2
326501f1f7
Added placeholder text to RSFeedWidget
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7933 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-09 21:13:07 +00:00
csoler
0c0f35e064
removed unused code in AvatarDefs
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7932 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-09 20:47:58 +00:00
csoler
90a2d2a160
fixed bug in control of available identities for signature in MessageComposer
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7931 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-09 20:47:04 +00:00
csoler
140ef988a5
fixed bug in distant msg composer checking
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7929 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-08 20:43:34 +00:00
csoler
b731999f99
added avatars for GXS ids in distant chat
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7928 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-08 17:38:30 +00:00
thunder2
a7b902a0ee
Added new strings to translation.
...
Updated english translation.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7927 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-08 15:47:15 +00:00
thunder2
8351510841
Receiving a shared key:
...
- Added notify of the group id and the refresh of the gui
- Added system message (create of message disabled)
- Added possibility to show a news feed item
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7926 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-08 01:01:48 +00:00
thunder2
961641c186
RetroShareLink:
...
- Fixed create unknown ssl certificate
- Fixed process of person link
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7925 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-08 00:00:57 +00:00
csoler
ccee594a28
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.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7924 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-07 22:43:53 +00:00
defnax
3b5644c474
added columns context menu entry, to hide optional some columns
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7923 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-07 20:24:27 +00:00
csoler
030c69d95b
restored some code removed by mistakein 7904
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7921 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-07 09:53:33 +00:00
csoler
e6d92bf44e
separated "owned by you" and "linked to your node" which are two different things; fixed bug showing chat menu for own identity
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7919 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-05 20:37:24 +00:00
csoler
6620269f31
fixed typo in column addressing
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7918 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-05 20:28:50 +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
defnax
f3715a1257
Fixed Scale QLabel content
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7915 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-05 15:55:19 +00:00
defnax
8a87e2503d
set item icon size 22x for Identity icons.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7914 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-05 11:51:08 +00:00
thunder2
5dd26de35b
Used AvatarDialog to choose an avatar for an identity.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7913 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-05 00:10:37 +00:00
defnax
b0a8eba546
fixed compile
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7912 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-04 23:36:37 +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
csoler
52901c1ddb
removed unused code in ServicePermissionPage
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7910 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-04 20:38:02 +00:00
thunder2
6cad38bd7c
Fixed deadlock in RSGraphWidget (Patch from Cyril)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7908 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-04 10:56:19 +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
7642ba1c1f
added load/save to service permission matrix
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7906 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-03 21:28:32 +00:00
defnax
96bf79daae
Added Avatar Dialog at the moment for own peerid, soon for gxs avatars change.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7905 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-03 19:17:35 +00:00
csoler
64f8b4c539
removed all permission system. Kept the use-as-direct-source option.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7904 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-02 22:32:30 +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
csoler
8e8860d1bd
fixed design of PermissionMatrix. Improved scroller. Fixed bug not showing permissions correctly. Added help text.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7902 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-02 21:42:41 +00:00
defnax
88c6af3b74
Enabled to display extern gxs Avatars on ID Details Dialog
...
Moved remove button under the add btn,for better look.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7901 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-02 00:47:49 +00:00
csoler
63a3051d3c
added global switch on/off per service
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7900 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-01 20:34:30 +00:00
csoler
2a9551a41a
added auto-update to permission matrix
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7899 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-01 15:08:18 +00:00
csoler
b2c2b7fc85
implemented dedicated widget for service permission matrix. Permissions are not saved yet, and we also need a default switch
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7898 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-01 14:38:19 +00:00
thunder2
c04693faba
Removed "Send" button in CreateGxsForumMsg and used "Ok" button of the buttonbox to send a message.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7892 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-01-31 12:23:56 +00:00