Commit Graph

7336 Commits

Author SHA1 Message Date
csoler
f2d4a237ca moved semaphore based thread logic up to RsThread. This should help terminating service threads properly and possibly remove the SIGSEGV when quitting
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8287 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-22 18:16:49 +00:00
defnax
c0ecc0da7a Beautfy the stylesheet for the "Accept Call" Button, display notify text for voip calls too.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8286 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-22 16:02:16 +00:00
csoler
a1082e9f41 fixed bug due to using a static in the wrong place
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8285 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-21 21:44:29 +00:00
csoler
e27ff0698e added testing button for incoming TOR connections ;-)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8284 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-21 21:12:48 +00:00
electron128
18a4bef840 added additional button to show statistics window in settings->node
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8283 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-21 11:18:55 +00:00
electron128
f803f1552c reduce memory corruption in voip plugin
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8282 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-21 09:31:26 +00:00
electron128
807b7378df improved GenCertDialog (patch from Henry)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8281 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-21 09:03:58 +00:00
thunder2
5d194d2a9a Fixed layout of the ip addresses in ConfCertDialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8280 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-20 22:17:09 +00:00
csoler
c462801772 fixed black background in statistics with qt5 (patch from sehraf)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8279 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-20 19:50:10 +00:00
thunder2
98c6097767 Fixed default style for Windows.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8278 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-20 00:05:47 +00:00
thunder2
69c1df7e2d - Removed randomly forced updating of GUI in RsGxsUpdateBroadcastBase
- Added group changed notify when visible count or suppliers count of a group has changed
- Fixed suppliers count

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8277 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-19 21:40:19 +00:00
csoler
1f759c4004 removed a few redundant return statements
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8276 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-19 21:29:50 +00:00
csoler
13ff39429e * Renamed RS_TLVKEY_DISTRIB_PRIVATE into *_PUBLISH, as it is used as such.
* Allow to check signatures and validate groups using private keys in GxsSecurity
* removed inconsistency in key flags when full keys where mixed up with publish keys.

This should fix the following bugs:
* channel owners did not receive posts from other peers who have publish rights
* channels sometimes not gettign through



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8275 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-19 21:28:46 +00:00
electron128
252424932c fixed voip video
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8274 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-19 17:53:11 +00:00
csoler
7d324569ca suspended unfinished code to determine TOR status
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8273 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-18 19:12:15 +00:00
defnax
e7c96af8ab changed notify text for incoming video call on Chat Window.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8272 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-18 16:57:56 +00:00
electron128
48ad51d040 fixed start of RsThreads
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8271 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-18 08:51:23 +00:00
electron128
66345f5a8c improved IdEditDialog: added explanation text, removed unused space
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8270 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-17 13:18:42 +00:00
electron128
699dc50b3f in ChatLobbyWidget: show dialog to create a new identity when there is no own identity
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8269 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-17 10:13:32 +00:00
csoler
789b76f7b4 added a button to clear the IP address list. Also started to add diagnostic for TOR status. This is unfinished so it does not work yet.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8268 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-17 10:00:00 +00:00
csoler
bcf0c9a9ed improved layout of server (network) and transfer config pages. Removed some useless options (enable turtle), and added some tooltips
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8267 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-16 13:59:26 +00:00
electron128
989ca378d7 webui: show a warning if JavaScript is disabled, show a warning when not connected to the server
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8266 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-16 12:22:06 +00:00
electron128
66242ce068 show if TCP connection is incoming or outgoing (modified patch from sehraf)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8265 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-16 11:19:53 +00:00
electron128
3d3a163a75 show info about node creation after import of pgp key (patch from Henry)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8264 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-16 09:33:06 +00:00
csoler
514dd91fe6 fixed compilation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8263 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 20:46:00 +00:00
csoler
4421dfac3a fixed dependencies and added logo into webUI files
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8262 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 18:22:20 +00:00
csoler
e7c52157e4 updated rules so as to include webui files in rs-nogui package
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8261 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 17:12:27 +00:00
csoler
c5f5756be6 updated ubuntu/debian changelog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8260 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 17:02:45 +00:00
csoler
7fd2b214d5 force loading of own ID to get a proper name to display in chat lobby dialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8259 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 16:15:45 +00:00
csoler
76fdbce10d improved alignment of IPs in friend list
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8258 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 14:45:44 +00:00
csoler
1560da7ad9 improved layout of forum thread widget. Removed one almost empty line. Hide unscribe button when already subscribed.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8257 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 14:30:37 +00:00
csoler
ef8291e226 updated names of transfers and server pages in config
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8256 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 13:46:33 +00:00
csoler
fd992161e1 draw bottom legend after data curves in RSGraphWidget
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8255 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 13:35:51 +00:00
csoler
0e16733ce0 only show relevant entries in statistics graphs
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8254 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 13:12:46 +00:00
csoler
819c7b66c5 improved RSGraphWidget to take the current time as reference for all curves
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8253 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 12:40:47 +00:00
csoler
487a52a669 fixed PGP/SSL key size combo box (patch from sehraf, modified)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8252 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 10:19:57 +00:00
csoler
723d540ce3 fixed text in transfers dialog popup menu
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8251 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 09:57:35 +00:00
csoler
82d530b990 disable signature checkbox when the certificate only has self signature
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8250 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 09:35:39 +00:00
csoler
a955cbfc09 changed the text from me to you
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8249 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-15 09:33:54 +00:00
csoler
dcbcd4f556 fixed bug in global router causing SIGSEGV in some cases
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8247 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-14 13:44:57 +00:00
electron128
c01680808f replace identity with profile in GernCertDialog (patch from Henry)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8246 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-14 13:18:58 +00:00
csoler
e449e709b5 attempt to improve/clarify relationship between nodes and PGP keys. Removed duplicate options and splitted ConfCerDialog into a dialog to show nodes certificates and PGP key information
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8232 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-12 20:30:44 +00:00
electron128
b5bf3ce130 Renaming all to VOIP in VOIP plugin (patch from Phenom)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8231 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-11 19:40:07 +00:00
electron128
a3b32b92d5 fixed wrong names in comment and debug output (patch from Phenom)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8230 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-11 18:26:59 +00:00
electron128
cfaa8d4559 fixed path in webui readme
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8229 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-11 18:24:13 +00:00
electron128
8e65054181 added hint to check if port is already in use if webinterface failed to start
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8228 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-11 18:23:16 +00:00
csoler
b4355cdcd1 fixed typo in naming and removed inconsistent entries from friend list menu.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8227 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-09 21:43:01 +00:00
csoler
4c94617bb0 randomly force full update of RsGxsUpdateBroadcastBase so as to get fresh statistics about GXS groups from time to time
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8226 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-09 13:25:03 +00:00
csoler
4624d53dd7 simple hack to have non active groups gradually loose popularity and number of posts.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8225 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-09 11:29:31 +00:00
electron128
21d62edca2 fixed comment voting
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8224 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-09 09:28:38 +00:00