sehraf
f16ee97093
add static thread names
2016-06-01 16:21:55 +02:00
Cyril Soler
5b67654530
Merge pull request #398 from sehraf/pr-thread-naming
...
Introduce thread names to simplify debugging
2016-06-01 09:44:38 -04:00
sehraf
b3fece25da
introduce thread naming
2016-06-01 15:07:41 +02:00
csoler
cbef01451c
added regular test of circle auto-subscribe from cache, and auto-subscribe when submitting a membership request
2016-05-29 16:09:56 -04:00
csoler
2bde81f210
removed more debug info, improved tooltips
2016-05-28 21:09:44 -04:00
csoler
ccd72cb827
removed some debug info. Added information tooltips on circles and ids in circle member/invitee list
2016-05-28 20:58:28 -04:00
csoler
9a328f67ce
extended auto-subscribe to circles with admin flag
2016-05-28 20:25:15 -04:00
csoler
d114b830a7
extended auto-subscribe to circles with requested membership
2016-05-28 20:17:19 -04:00
csoler
8b5e43f2b0
remove subitems in circles member list when they are gone from cache
2016-05-28 17:18:25 -04:00
csoler
e1d2f4b917
updated ubuntu changelog
2016-05-28 09:38:28 -04:00
Cyril Soler
dafb2e6bc2
Merge pull request #396 from csoler/v0.6-Circles
...
V0.6 circles
2016-05-27 17:35:23 -04:00
csoler
cfdaa2ca68
removed debug info in p3gxscircles
2016-05-27 17:09:13 -04:00
Cyril Soler
d03d73399d
Merge pull request #395 from hasufell/master
...
Don't hardcode g++ in the toolchain settings
2016-05-27 12:44:14 -04:00
Julian Ospald
ed867c52bd
Don't hardcode g++ in the toolchain settings
...
Although it's already quite ugly that we overwrite QMAKE_CC like this,
hardcoding 'g++' can break the build where prefixed versions of
the toolchain are expected and where QMAKE_CXX is already properly
defined. So we just use QMAKE_CXX variable here.
This fixes build failures on some distributions, e.g.
https://galileo.mailstation.de/jenkins/job/lipidity/36/console
2016-05-27 18:07:28 +02:00
csoler
74b4d6667a
added ifdef to allow to remove the sorting of circles into member/not member. To be tested for final decision
2016-05-26 21:16:21 -04:00
csoler
59aef8ab7b
added packet slicing for large broadcast chat items, and output warning when chat of serialised item is too big. Also fixed a couple of bugs in the handling of chat packets
2016-05-26 20:33:24 -04:00
csoler
ae5929e9ad
fixed possible crash due to using a deleted item
2016-05-26 18:58:48 -04:00
csoler
a32bcbae0a
changed Members to Invited members in circle creation dialog
2016-05-25 21:17:09 -04:00
csoler
d1f4e134a5
removed display of circle members in left ID list
2016-05-25 19:04:45 -04:00
csoler
cfeed5c171
fixed column width and titles in circles
2016-05-25 18:47:06 -04:00
csoler
605763d812
added all IDs in circle to display tree
2016-05-25 18:34:12 -04:00
csoler
219dd01958
improved GUI display in circle list
2016-05-25 17:51:23 -04:00
csoler
5b69fa06fd
fixed re-draw of subitem in circle tree when flags changed
2016-05-24 21:23:35 -04:00
csoler
2e91ab6364
added proper notify for subscription message reception in circles
2016-05-24 21:07:50 -04:00
csoler
5bc83d902b
fixed unsubscription of external circles
2016-05-23 21:09:06 -04:00
csoler
1b5d31ff7f
attempt to fix the wrong display of uploaded size for files > 4Gb (to be confirmed)
2016-05-22 21:15:18 -04:00
csoler
55cb15caa9
fixed updating of membership when loading circle cache entry
2016-05-22 20:35:51 -04:00
csoler
fac1fb84e8
enabled message publish for circle subscription requests
2016-05-22 18:50:18 -04:00
csoler
69573d19b4
fixed serialisation of circle subscription requests
2016-05-22 18:49:54 -04:00
csoler
68e618ba4c
fixed GUI for circle invites
2016-05-22 18:21:48 -04:00
csoler
6554832311
added isOwnId handle in rsidentity
2016-05-22 18:21:26 -04:00
csoler
be3be9f8bf
put loading circles in cache as soon as we get the data for them. The cache entry might be incomplete.
2016-05-22 18:21:00 -04:00
csoler
d60e99e8e0
added subwidgets for invited GXS ids in circles
2016-05-21 16:50:50 -04:00
csoler
82ad7d6b1c
improved debugoutput in p3gxscircles
2016-05-21 15:51:49 -04:00
Cyril Soler
4c5c09cbc8
Merge pull request #390 from PhenomRetroShare/Fix_MutexInPqiPersonGrp
...
Fix Mutex in pqipersongrp for pqilistener by adding local Mutex.
2016-05-19 10:11:15 -04:00
csoler
3a2b9e881b
added some debug info in new circle code
2016-05-18 21:47:34 -04:00
anon tahoe
abe0e02910
replaced mktemp by mkstemp (cherry-picked from anontahoe repository)
2016-05-18 21:29:55 -04:00
csoler
722609a3e6
finished implementing the backend part for the subscription system
2016-05-18 21:13:54 -04:00
Phenom
af5129c26d
Fix Mutex in pqipersongrp for pqilistener by adding local Mutex.
2016-05-18 19:15:37 +02:00
Cyril Soler
9f560696e9
Merge pull request #389 from PhenomRetroShare/Fix_ClearWebAPIWhenClearChatHistory
...
Fix Clear WebAPI when clear chat history in GUI and server is not running.
2016-05-17 11:21:03 -04:00
Phenom
07191a7c0b
Fix Clear WebAPI when clear chat history in GUI and server is not
...
running.
2016-05-17 16:50:59 +02:00
Cyril Soler
f3aed813af
added test over signature size to avoid possible memory corruption (Anonymous source)
2016-05-17 10:39:56 -04:00
csoler
89472d6502
put some notes and comments in the code for what is to be done
2016-05-17 00:00:15 -04:00
Cyril Soler
116e7422b9
Merge pull request #388 from PhenomRetroShare/Fix_OpenExistingFileAsWarning
...
Change Open existing file link from Question to Warning.
2016-05-16 12:25:51 -04:00
Phenom
a2a058211c
Change Open existing file link from Question to Warning.
2016-05-16 17:42:39 +02:00
Cyril Soler
20648707de
Merge pull request #385 from PhenomRetroShare/Fix_RsCollectionFileLoadCall
...
Fix RsCollectionFile::load(QString, bool) calls.
2016-05-16 10:29:58 -04:00
Phenom
1f8f413c85
Fix RsCollectionFile::load(QString, bool) calls.
...
Remove "this" as bool parameter.
2016-05-16 11:32:17 +02:00
Cyril Soler
5d69072c93
Merge pull request #383 from PhenomRetroShare/Fix_FreeTcpPacketIfPeersUnknown
...
Free TcpPacket pointer if returns because peer is unknown.
2016-05-14 18:53:57 -04:00
csoler
4dc62d0e38
updated ubuntu changelog
2016-05-14 15:45:24 -04:00
csoler
f44ccbe756
fixed serialisation bug
2016-05-14 11:56:14 -04:00