Commit Graph

11994 Commits

Author SHA1 Message Date
csoler
1a9a7622a2
made GxsNetTunnelService a parent class of GxsNetService and renamed public methods appropriately. 2018-04-25 17:58:37 +02:00
csoler
38b39caf13
added compilation flag for GXS dist sync 2018-04-25 14:58:53 +02:00
csoler
3c9af3d2e7
fixed bug in tunnel monitoring code 2018-04-14 11:48:55 +02:00
csoler
66df281f25
added asymmetry in GXS tunnel management to reduce the number of tunnels 2018-04-11 23:14:10 +02:00
csoler
393ff75c90
fixed polling strategy in RsGxsNetService causing some delay in distant post syncing 2018-04-07 00:56:44 +02:00
csoler
c0570ffef6
fixed costly polling in RsGenExchange 2018-04-07 00:56:07 +02:00
csoler
2b9139bf85
improved GXS dist sync item handling 2018-04-06 15:26:54 +02:00
csoler
7d561bcceb
added distant data access in GxsNetService 2018-04-04 21:41:21 +02:00
csoler
8fe3eb711d
fixed a few bugs in GXS dist sync tunneling 2018-04-02 17:07:32 +02:00
csoler
aa59694d88
added automatic detection for need to dist-sync groups 2018-04-01 22:04:16 +02:00
csoler
f0f69b8dd9
shared virtual peers across services 2018-03-29 16:26:36 +02:00
csoler
73b04f3109
finished implementation of GxsNetTunnel service 2018-03-29 10:54:58 +02:00
csoler
b488760d7d
fixed data incoming/outgoing in GxsNetTunnel 2018-03-26 23:19:29 +02:00
csoler
5566d90f32
finished tunnel handling and data send/recv in GxsNetTunnel 2018-03-24 16:42:16 +01:00
csoler
2255bda007
improved documentation of TurtleClientService class with doxygen type 2018-03-24 16:41:51 +01:00
csoler
58aa2413b3
finished moving tunnel encryption into turtle 2018-03-23 22:46:04 +01:00
csoler
00a6bd5b73
started to move FT encryption into p3turtle 2018-03-22 14:41:50 +01:00
csoler
3407604a54
added code to add/remove virtual peers in RsGxsNetTunnel 2018-03-21 22:09:40 +01:00
csoler
076309133b
basic structure of GxsNetTunnelService 2018-03-15 17:46:21 +01:00
csoler
04dc764339
merged upstream/master 2018-03-15 09:19:56 +01:00
csoler
6e8305abda
Merge pull request #1211 from PhenomRetroShare/Fix_AvatarStatusOverlay
Fix Friend Avatar status overlay no depends size scale.
2018-03-14 20:56:30 +01:00
csoler
c7549a260a
Merge pull request #1208 from PhenomRetroShare/Fix_ChangeChatTextColorWhenChangeStyle
Fix ChatWidget current text edit color when changing appearance style.
2018-03-14 20:49:42 +01:00
csoler
11cfa7b098
Merge pull request #1209 from PhenomRetroShare/Add_DescriptionGxsGroupToolTip
Add description in GroupTreeWidget tooltip.
2018-03-14 20:34:52 +01:00
csoler
3fc63143dd
Merge pull request #1206 from PhenomRetroShare/Fix_AboutIcon
Fix Icon for About page.
2018-03-14 20:33:34 +01:00
csoler
0e6d27ad7a
fixed bug in FT causing transfer lines to only update when the mouse moves over the widget 2018-03-13 20:25:38 +01:00
thunder2
91634ba6c1 Added build of Retrotor to Windows build environment 2018-03-12 19:08:32 +01:00
Gioacchino Mazzurco
e9b49e122f
Update Android quirks documentation 2018-03-12 17:06:01 +01:00
Gioacchino Mazzurco
ce56a201c4
Added sources verification in android toolchain
Reasonable and needed for F-Droid inclusion
2018-03-12 16:22:42 +01:00
Gioacchino Mazzurco
e7078b5256
Update Android documentation 2018-03-12 14:27:59 +01:00
Gioacchino Mazzurco
514b31e20f
Add Qt installation in android preparation script
Needed for F-Droid
2018-03-11 20:46:07 +01:00
Gioacchino Mazzurco
6f30aa22a4
Merge branch 'master' of git://github.com/RetroShare/RetroShare 2018-03-11 20:45:40 +01:00
csoler
13b18e3e90
added missing decoration icon on transfer sources 2018-03-10 16:05:52 +01:00
Gioacchino Mazzurco
4dd277614c
Remove android JNI .class from source 2018-03-10 13:15:53 +01:00
Gioacchino Mazzurco
2b300eb9b0
Update version in Android Manifest 2018-03-10 00:44:24 +01:00
Gioacchino Mazzurco
f5a3b26199
More omogeneous variable naming in android build tools 2018-03-09 20:26:29 +01:00
thunder2
c92b860174 Windows build environment:
- Updated external libraries
- Added compile of plugins to build.bat
- Added copy of Qt style DLL to pack.bat and Windows Installer
- Removed "CONFIG=console" for release build
2018-03-05 11:05:04 +01:00
Phenom
8b42873968 Fix Friend Avatar status overlay no depends size scale. 2018-03-04 22:45:11 +01:00
Phenom
6877589baf Add description in GroupTreeWidget tooltip. 2018-03-04 18:19:18 +01:00
Phenom
51cc94bfa7 Fix ChatWidget current text edit color when changing appearance style.
Don't change already typed text, who wants to change style while
typping?
2018-03-04 17:31:40 +01:00
Phenom
4e6f2ae702 Fix Icon for About page. 2018-03-04 14:31:16 +01:00
csoler
593e57b14c
updated changelog 2018-03-03 20:51:25 +01:00
csoler
b1e768731c
Merge pull request #1205 from csoler/v0.6-TorOnly
make sure tor executable from config path can be reached
2018-03-03 19:09:46 +01:00
csoler
919417a137
make sure tor executable from config path can be reached 2018-03-03 19:04:54 +01:00
csoler
b587ac8835
Merge pull request #1192 from PhenomRetroShare/Add_WarningMaxFlatViewFile
Add a warning in ToolTip if Max files reach in flat view mode Dir Tree.
2018-03-03 16:06:49 +01:00
csoler
9bcff0761b
Merge pull request #1203 from PhenomRetroShare/Fix_SharedFileDialogShowColumn
Fix shared file dialog show column
2018-03-03 15:58:11 +01:00
csoler
ead2aeaebe
Merge pull request #1204 from csoler/v0.6-FT
V0.6 ft
2018-03-03 15:56:51 +01:00
csoler
dcb3f79e4c
removed some debug info in RSLink 2018-03-03 15:55:52 +01:00
csoler
1a1dc648bd
fixed transfers list bug causing ghost entries to appear 2018-03-03 15:50:27 +01:00
Phenom
58d418da67 Fix SharedFilesDialog show old hidden column.
Renamed group as calling setColumnHidden(COLUMN_AGE, false) doesn't
work.
2018-03-03 12:08:21 +01:00
Phenom
ab45a972b0 Revert "Fix SharedFilesDialog show old hidden column."
This reverts commit c141eae828.
2018-03-03 12:05:13 +01:00