Commit Graph

10295 Commits

Author SHA1 Message Date
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
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
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
Gioacchino Mazzurco
b4727bde29 Gxs Mail disabling is not supported ATM
Fix some compiler warning
Make travis-ci qmake parser happy with {
2017-02-26 13:06:38 +01:00
Gioacchino Mazzurco
3761b14734 Add some documentation to p3GxsMails 2017-02-26 12:13:00 +01:00
Gioacchino Mazzurco
97c9cc423e Merge branch 'master' into gxs_mail_experiments 2017-02-26 11:32:01 +01:00
Phenom
3452821fb9 Add Shift+Enter to create new line in chat widget when Ctrl+Enter option
is disabled. Proposed by MMT1

In the same time I fix the completer only when chat is lobby.
2017-02-26 11:31:43 +01:00
Gioacchino Mazzurco
e2078ba6cf Disable gxs mail test subservice by default 2017-02-26 11:30:04 +01:00
Gioacchino Mazzurco
379fb97062 p3GxsMails queues persistents accross RS sessions
RsServer properly handle deletion (childs are not yet)
p3GxsMails properly handle deletion
RsControl::instance() use proper static initialization
p3GxsMails register configuration files at right time
RsGxsMailBaseItem take in account offset in header pointer
RsGxsMailSerializer use C++11 safe enum class for items types
RsGxsMailItem take in account offset in header pointer
RsGxsMailItem::deserialize(...) properly calculate final offset
p3GxsMails::handleResponse(...) delete group items after usage
move ex inner struct OutgoingRecord to gxs mail items header
p3MsgService::saveList removed unused variable
p3MsgService::notifyDataStatus(...) take in account multiple backends
p3MsgService::receiveGxsMail(...) take in account multiple backends
p3MsgService::receiveGRouterData(...) take in account multiple backends
Added prersistence to p3MsgService::gxsOngoingMessages
2017-02-26 00:46:02 +01:00
csoler
cae0668083 Merge pull request #695 from csoler/v0.6-ImprovedGUI
V0.6 improved gui
2017-02-26 00:18:15 +01:00
csoler
3230e55f04 added some delay in the showHelp() feature 2017-02-26 00:16:36 +01:00
csoler
12246e369b added settings variable to allow to always display the help of each tab the first time it is shown 2017-02-25 23:52:57 +01:00
csoler
e75487e48a suppressed a few warnings (suggested by Phenom) 2017-02-25 23:16:43 +01:00
Gioacchino Mazzurco
748e75d3e1 Fix pqiSSLstore::encryptedSendItems empty list
RsTemporaryMemory was complaining of being initialized with size 0 in
case of empty list was passed to the method, this is a legitimate use
case when one want have an empty list as state, so in this case pass 1
as argument to RsTemporaryMemory constructor
2017-02-25 23:09:46 +01:00
csoler
a531a41c4a fixed recursive call to BIO_set_fd() 2017-02-25 18:21:24 +01:00
csoler
c313fb5453 removed compilation warning 2017-02-25 14:09:39 +01:00
csoler
e18cc3eff6 changed reset to cleanup for backward compatibility in EVP_CIPHER_CTX_cleanup call 2017-02-24 23:34:52 +01:00
csoler
d1bf977b15 fixed bug causing decryption of group data to crash 2017-02-24 23:19:47 +01:00
csoler
65a383afea fixed typo causing crash in openpgp-sdk 2017-02-23 19:16:48 +01:00
csoler
753ebdd52b Merge pull request #691 from PhenomRetroShare/Fix_UnitTestCompilation
Fix UnitTest Compilation and Travis Error.
2017-02-23 18:29:02 +01:00
Gioacchino Mazzurco
828792f2b5 p3Config improved coding style 2017-02-23 13:20:07 +01:00
csoler
83195e10fa Merge pull request #692 from csoler/v0.6-ImprovedGUI
V0.6 improved gui
2017-02-22 23:57:04 +01:00
csoler
dc51911fce added welcome message to show on first start in HomePage 2017-02-22 23:55:29 +01:00
csoler
fe2059fb07 fixed update of GxsGroupWidget layout when changing options 2017-02-22 22:44:00 +01:00