Gioacchino Mazzurco
953b70fbe4
Improve async distant chat, fix chat msg receiving
...
DistantChatService::initiateDistantChatConnexion(...) made notification
message optional (enabled by default)
p3ChatService removed duplicion avoidance as it is not necessary
p3ChatService::sendStatusString(...) send status only if peer is online
protect p3ChatService::mDistantGxsMap with mutex as operation on it may
be done by different threads
p3ChatService::receiveGxsMai(...) set chat message item peer id with
distant tunnel id, so it is recognized as a distant message later
made p3GxsTunnelService::makeGxsTunnelId(...) static as it need no
access to this, now it can be used easier by other components
rename RsGxsMailItem::recipientsHint to recipientHint as for now only
one recipient is possible (TODO: update documentation too)
GxsMailsClient::receiveGxsMail(...) changed paramethers for better
abstracion, now destination id is passed too because it is usually a
very useful information
ChatWidget some adaptation to async chat, a couple of method have been
deprecated too
PopupDistantChatDialog::updateDisplay(...) adapt message shown to the
user to the new async chat paradigm (TODO: need review)
2017-03-01 23:31:13 +01:00
csoler
ea2c832bb5
attempt to sort out chat style config issus
2017-03-01 22:54:46 +01:00
csoler
f8b3194343
Merge pull request #705 from PhenomRetroShare/Fix_NewWarnings
...
Fiw New Warnings
2017-03-01 22:43:51 +01:00
csoler
b596791973
improved wording in keyring
2017-03-01 22:33:01 +01:00
csoler
0fea0e0bfe
fixed sorting by last time used in keyring
2017-03-01 22:25:57 +01:00
csoler
006e5423db
fixed auto-expanding of nodes in friend list
2017-03-01 21:18:16 +01:00
RetroPooh
5618358bf1
homepage quickstartwizard webhelp
2017-03-01 22:36:36 +03:00
Phenom
e4dbc46b34
Fiw New Warnings
2017-03-01 19:43:34 +01:00
csoler
91f2cf720f
fixed typo
2017-03-01 19:12:32 +01:00
csoler
40c14db5ea
fixed wrong passwd html text
2017-03-01 19:10:45 +01:00
csoler
e081567fbc
fixed empty names in header drop menu
2017-03-01 19:08:20 +01:00
csoler
a8adf8d494
fixed names in FriendList for details
2017-02-28 23:05:19 +01:00
RetroPooh
c078d93029
people header fix layout so invite panel does not obstruct the name
2017-02-28 22:56:24 +01:00
RetroPooh
b52c4b80dd
GenCertDialog fix min 3 letters length, fields rearrange for sequential display on advanced switch
2017-02-28 22:49:27 +01:00
RetroPooh
d427182e1f
fix gxs storage period 1year to 372 days to match old clients
2017-02-28 22:47:38 +01:00
RetroPooh
62a0ccd5e0
QuickStartWizard fixed reset hidden mode
2017-02-28 22:44:49 +01:00
RetroPooh
da41343899
add friend wizard - refinements for hidden nodes
2017-02-28 22:32:43 +01:00
RetroPooh
03b5fb663e
add chatlobby splitter position saving
2017-02-28 22:31:36 +01:00
csoler
53186ee3ce
set proper default options in make friend dialog, and hide the frame showing own cert since it is not needed anymore
2017-02-28 22:20:52 +01:00
csoler
4abf2c6bf1
hide the feed option button until we figure out how to do it properly. Also fixed the crash when showing network settings on hidden nodes
2017-02-28 21:41:45 +01:00
csoler
bd8189ccdf
added test to prevent msgs with a different name to be used as different version
2017-02-28 18:05:44 +01:00
Gioacchino Mazzurco
0f1106fd8f
PrivateOugoingMapItem fix offset calculation
2017-02-28 01:19:18 +01:00
csoler
9d3df7c01f
added signal blocking calls to a few last config pages
2017-02-28 00:10:54 +01:00
csoler
6d67da5ff3
Merge pull request #709 from PhenomRetroShare/Fix_NotifyPageSignelBlocking
...
Fix missing signals blocking calls in Notify config page.
2017-02-28 00:04:33 +01:00
Phenom
8caeda9c53
Fix missing signals blocking calls in Notify config page.
2017-02-27 23:41:31 +01:00
csoler
88afe51f3e
added missing signal blocking calls in several config pages
2017-02-27 23:14:05 +01:00
csoler
58efbc2e10
Merge pull request #708 from PhenomRetroShare/Fix_NotifySettings
...
Fix Notify Settings
2017-02-27 23:11:37 +01:00
Phenom
064202296d
Fix Notify Settings
2017-02-27 23:01:07 +01:00
csoler
f70cbbe065
prevent port values to go below 1024 in the backend
2017-02-27 22:37:27 +01:00
csoler
30c4dfe218
prevent port values to go below 1024 in the GUI
2017-02-27 22:35:24 +01:00
csoler
ee9fbefd76
added signal blockign trick for widgets, and fixed the bug causing wrong values to be displayed in server settings
2017-02-27 22:29:01 +01:00
Gioacchino Mazzurco
4c89641d3e
p3ChatService support async distant chat via Gxs
...
To implement async distant chat p3ChatService use p3GxsMails in a similar
way that has been done with p3MsgService tought as p3ChatService was not
thinked for async comunication in the first place the result is quite
clumsy. A proper chat service should be rewritten from scratch in the near
future, with proper chat history and other desiderables features.
deprecated empty p3ChatService::locked_storeIncomingMsg(...)
2017-02-27 22:18:37 +01:00
csoler
e7a7c171be
fixed bug preventing circle creation.
2017-02-27 21:10:42 +01:00
Gioacchino Mazzurco
f19fe56a93
Better documentation about multimap usage
2017-02-27 10:31:35 +01:00
Gioacchino Mazzurco
2b1c9b74d1
Fix compilation on systems without uint like windows
2017-02-27 10:31:35 +01:00
Gioacchino Mazzurco
9a3af092eb
Merge branch 'master' into gxs_mail_experiments
2017-02-27 08:43:29 +01:00
csoler
18cc77a384
Merge pull request #704 from G10h4ck/master
...
Some consistence fixes in GUI
2017-02-26 22:15:14 +01:00
Gioacchino Mazzurco
c51ee19e8f
Some consistence fixes in GUI
2017-02-26 21:41:45 +01:00
csoler
763f2271a8
merged upstream/master into v0.6-EditPosts branch
2017-02-26 20:39:40 +01:00
csoler
99cf69a98c
Merge pull request #703 from RetroShare/v0.6-ImprovedGUI
...
V0.6 improved gui
2017-02-26 20:14:34 +01:00
csoler
eb817af9b8
Merge pull request #689 from csoler/v0.6-SSL110Fix
...
fixing compilation with openssl-1.1.0 (part 1)
2017-02-26 20:12:52 +01:00
csoler
98eed2af7a
Merge pull request #702 from PhenomRetroShare/Fix_AppVeyorBuild
...
Fix AppVeyor Build
2017-02-26 20:09:53 +01:00
csoler
3a2312dc62
Merge pull request #701 from csoler/v0.6-ImprovedGUI
...
fixed graphical bug in AboutWidget
2017-02-26 18:38:42 +01:00
csoler
158d421050
fixed graphical bug in AboutWidget
2017-02-26 18:27:39 +01:00
csoler
b3fadf3d78
Merge pull request #649 from jolavillette/jola_BW_Bursts
...
Attempt to reduce BW bursts
2017-02-26 18:22:36 +01:00
csoler
5f8c57c9b9
Merge pull request #697 from PhenomRetroShare/Add_ShiftEnterForNewLineInChatWidget
...
Add Shift+Enter to create new line in chat widget when Ctrl+Enter option
2017-02-26 18:22:02 +01:00
Phenom
9ebf0e1496
Fix AppVeyor Build
2017-02-26 18:15:25 +01:00
csoler
7028bb5844
Merge pull request #700 from PhenomRetroShare/Fix_LocalDirectoryUpdaterTakeCareIfEnabled
...
Fix LocalDirectoryUpdater to take care if is Enabled in option.
2017-02-26 17:54:51 +01:00
Phenom
c3c2671db4
Fix LocalDirectoryUpdater to take care if is Enabled in option.
2017-02-26 15:42:32 +01:00
Gioacchino Mazzurco
7c74cae1ef
Force C++11 if gxs mail is enabled
2017-02-26 13:22:41 +01:00