Commit Graph

15871 Commits

Author SHA1 Message Date
thunder2
282f4f18a3 Removed library opencv from Windows build environment 2021-07-19 21:08:41 +02:00
thunder2
6cf60f1add Removed not needed libraries in VOIP.pro for Windows build 2021-07-19 21:07:52 +02:00
csoler
1f10be1c90
Merge pull request #2439 from csoler/v0.6-BugFixing_12
fixed errors in libretroshare.pro
2021-07-15 17:18:36 +02:00
csoler
0c98b7f178
Merge pull request #2438 from csoler/v0.6-rsHistory
[WIP] Documenting rsHistory.h to bring history to JSON api
2021-07-04 23:39:26 +02:00
csoler
4e4427f0bd fixed errors in libretroshare.pro 2021-07-03 22:01:07 +02:00
csoler
4833a8fdc4 added json api description for the rest of RsHistory 2021-07-03 20:48:47 +02:00
csoler
0dd1d7703e
Merge pull request #2421 from csoler/v0.6-plugins-VOIP
Switched video capture to QCamera and removed opencv dependency
2021-07-03 00:36:36 +02:00
csoler
875084ff52
Merge pull request #2432 from G10h4ck/rsidentity_json_fixup
Avoid JSON operations on RsGxsIdGroup::mPgpIdSign
2021-07-03 00:35:49 +02:00
csoler
d6ccd75a7f started documenting rsHistory.h to bring history to JSON api 2021-07-03 00:31:09 +02:00
csoler
9a6257e3c5
Merge pull request #2429 from howdy-partner/smiley-fix
fix smiley bug
2021-06-24 20:35:55 +02:00
Gioacchino Mazzurco
7bf4da0691
Avoid JSON operations on RsGxsIdGroup::mPgpIdSign
The field is actually a raw memory chunk even if declared as an
  std::string as result the produced JSON is broken and JSON API clients
  cannot parse the output of methods like rsIdentity/getIdentitiesInfo
A proper fix would be refactoring the whole code to use a proper raw
  memory buffer for that field but given there is no usage for a raw PGP
  signature on a client app as RetroShare library already verify it internally
  workaround the issue by just ignoring that field in JSON serial operations.
2021-06-22 08:24:11 +02:00
csoler
20c0032ca8
Merge pull request #2430 from G10h4ck/extra_file_optimization
Files extra list optimization and cleanup
2021-06-14 13:07:19 +02:00
Gioacchino Mazzurco
476180dc14
Files extra list optimization and cleanup
Improve performances and fix compiler warnings
2021-06-14 11:53:27 +02:00
howdy-partner
0db2f3a53e fix smiley bug 2021-06-10 00:41:42 +03:00
csoler
90bc88089c fixed up bandwidth display when no video is selected 2021-05-27 21:45:56 +02:00
csoler
b78f7f11de added the possiblity to choose which camera to use 2021-05-27 21:21:26 +02:00
csoler
d1a166df55
Merge pull request #2419 from csoler/v0.6-BugFixing_10
fixed deadlock caused by wrong order in mutex lock
2021-05-26 11:41:57 +02:00
csoler
7b5be347bf refactored the UI of VOIP config panel and added list of available devices (not used yet) 2021-05-15 21:37:11 +02:00
csoler
d3f75234a7 moved abSpeech audio bar to main panel 2021-05-12 23:24:57 +02:00
csoler
d7ecd775eb made camera/audio only active when config panel is shown 2021-05-12 23:05:15 +02:00
csoler
c4fbd3a4f5 renamed AudioInputConfig into VOIPConfigPanel 2021-05-12 21:44:25 +02:00
csoler
0de9c877b8 switched video capture to QCamera and removed opencv dependency 2021-05-12 09:40:42 +02:00
G10h4ck
4b34c73cf8
Merge pull request #2416 from howdy-partner/libupnp-detection-fix
Fix qmake library path on 64 bits linux
2021-05-07 17:36:19 +02:00
csoler
8539dd503a fixed deadlock caused by wrong order in mutex lock 2021-05-04 19:49:47 +02:00
howdy-partner
fe53ee4842 Fix libupnp autodetection for qmake 2021-04-25 23:38:00 +03:00
csoler
12e556c204
Merge pull request #2403 from csoler/v0.6-BugFixing_10
fixing VOIP compilaiton on ubuntu 20.04
2021-04-04 14:44:49 +02:00
csoler
d1e44adb3e Merge remote-tracking branch 'upstream/master' into v0.6-BugFixing_10 2021-04-04 14:41:58 +02:00
csoler
b2f9ac5b71 fixed VOIP compilation on ubuntu 20.04 2021-04-04 14:40:15 +02:00
defnax
c71b99c902
Merge pull request #2402 from defnax/macos
Update MacOS_X_InstallGuide.md
2021-04-03 14:19:04 +02:00
defnax
7702ad69f3 Update MacOS_X_InstallGuide.md 2021-04-03 11:24:49 +02:00
defnax
4fe3c955a3 Update MacOS_X_InstallGuide.md 2021-04-02 23:00:10 +02:00
defnax
a847541c1b
Merge pull request #2401 from defnax/macos
update macOs compile instruction
2021-04-02 14:59:20 +02:00
defnax
bba3051a54 Update MacOS_X_InstallGuide.md 2021-04-02 12:45:19 +02:00
defnax
729f36c792 Update MacOS_X_InstallGuide.md 2021-04-02 12:29:21 +02:00
defnax
0683bd2717 Update MacOS_X_InstallGuide.md 2021-04-02 12:02:01 +02:00
csoler
cd61ec8635 move initialization of UI at the top in NewsFeed 2021-03-31 22:31:00 +02:00
csoler
3f50f6f2d6
Merge pull request #2385 from RetroShare/v0.6.6-Official-Release
Recent fixes to V0.6.6 official release
2021-03-31 15:40:44 +02:00
csoler
fd5766a5fb added the possibility to clear the avatar when editing 2021-03-31 15:35:50 +02:00
csoler
5274a060e5 fixed use of no avatar instead of default avatar image when creating a new ID 2021-03-31 15:35:37 +02:00
csoler
9617ee5135 added the possibility to clear the avatar when editing 2021-03-29 22:25:03 +02:00
defnax
9a500dc62f Update MacOS_X_InstallGuide.md 2021-03-29 18:22:32 +02:00
csoler
b4a3d67486 fixed use of no avatar instead of default avatar image when creating a new ID 2021-03-28 13:26:49 +02:00
csoler
fae6314374
Merge pull request #2398 from hunbernd/fix/avatartooltip
Fix avatar tooltip
2021-03-28 11:11:31 +02:00
hunbernd
4d6aa8ab5b Raise avatar size to better match the amount of text 2021-03-27 23:32:47 +01:00
hunbernd
f90692f8f2 Fixed avatar tooltip 2021-03-27 23:17:52 +01:00
defnax
1ed1842a1b
Merge pull request #2397 from defnax/macos
Update MacOS_X_InstallGuide.md
2021-03-27 15:04:36 +01:00
defnax
bfc0456730 Update MacOS_X_InstallGuide.md 2021-03-27 13:42:47 +01:00
defnax
3c45bb5553
Merge pull request #2396 from defnax/macos
Added to ship gui and chat styles for macOS
2021-03-26 23:58:51 +01:00
defnax
dca887ab9e Added OBJECTS_DIR for macOS section 2021-03-26 23:03:58 +01:00
defnax
43eeca57b9 Added to ship gui and chat styles for macOS 2021-03-26 21:22:48 +01:00