csoler
|
8c44e69012
|
added output of items which doesnot serialise correctly in pqisslstore
|
2016-06-14 21:54:24 -04:00 |
|
Cyril Soler
|
ceecdb2771
|
Merge pull request #414 from PhenomRetroShare/Add_MessageWhenSendingArgToOtherInstance
Add message, when sending arguments to other instance, to disable this
|
2016-06-14 20:31:38 -04:00 |
|
Cyril Soler
|
cedce2ecef
|
Merge pull request #260 from PhenomRetroShare/Add_SendAsPlainText_And_NoEmoteIcon_Button
Add buttons to send message in plain text and without EmoteIcon.
|
2016-06-14 20:30:06 -04:00 |
|
defnax
|
69e98b8e2d
|
Added count Invited Members to Create Circles Dialog.
Changed some context menu icons for People list and Circles tree.
Added icon when im Circle Admin.
|
2016-06-15 00:08:45 +02:00 |
|
Phenom
|
ddbcd2150c
|
Add buttons to send message in plain text and without EmoteIcon.
|
2016-06-14 23:01:08 +02:00 |
|
Phenom
|
9b09187340
|
Add message, when sending arguments to other instance, to disable this
option.
|
2016-06-14 16:49:18 +02:00 |
|
Cyril Soler
|
56e079739c
|
Merge pull request #413 from csoler/v0.6-Circles
V0.6 circles
|
2016-06-13 23:06:10 -04:00 |
|
csoler
|
e03c5dfe56
|
improved GUI layout in circle creation box. Added tooltips
|
2016-06-13 22:38:51 -04:00 |
|
csoler
|
600607d879
|
added warning for old peers in circles
|
2016-06-13 22:14:09 -04:00 |
|
csoler
|
8b954a240a
|
added names to upnp redirects to avoid router confusion (patch from ET)
|
2016-06-13 18:08:05 -04:00 |
|
csoler
|
fa29dd7332
|
changed the way RsGxsSyncMsgReqItem are sent for circle-restricted groups, using a hash of the group ID instead of encrypting the whole item, hense saving a lot of bandwidth on msg sync.
|
2016-06-12 21:41:09 -04:00 |
|
csoler
|
972de42864
|
converted static variable to class member in pqihandler
|
2016-06-11 18:07:57 -04:00 |
|
csoler
|
34f49d4ae8
|
removed compilation warning
|
2016-06-11 18:07:07 -04:00 |
|
Cyril Soler
|
248d0c42d3
|
Merge pull request #412 from csoler/v0.6-MaxUpRate
V0.6 max up rate
|
2016-06-11 17:58:08 -04:00 |
|
csoler
|
ef4455ac9c
|
cleaned the MaxUpRate branch from unused code
|
2016-06-11 17:54:11 -04:00 |
|
csoler
|
8e75185060
|
made avgReadCount and avgSendCound to be uint32_t instead of floats, since they count bytes. Changes kb to 1024 instead of 1000
|
2016-06-11 17:21:04 -04:00 |
|
csoler
|
eb9025d9a4
|
removed annoying warning when a circle is empty
|
2016-06-11 17:20:22 -04:00 |
|
csoler
|
373d41bc63
|
added missing variable def after previous commit
|
2016-06-11 14:11:21 -04:00 |
|
csoler
|
23e8e932be
|
added mutex proteciton around mAvgLastUpdate to avoid it being changed by the constructor
|
2016-06-11 09:50:22 -04:00 |
|
csoler
|
0d1d31a25f
|
added mutex protection around pqistreamer::getRates, since float r/w are not necessarily atomic
|
2016-06-11 09:33:16 -04:00 |
|
Cyril Soler
|
eba90a83c6
|
Merge pull request #411 from PhenomRetroShare/Add_SIGFPE_Debug_DEFINES
Add SIGFPE debug DEFINES.
|
2016-06-11 09:24:33 -04:00 |
|
Cyril Soler
|
afe23e7d90
|
Merge pull request #410 from PhenomRetroShare/Fix_SIGFPE_InQProgressBar_PrintEvent
Fix SIGFPE in QProgressBar::paintEvent
|
2016-06-11 09:22:53 -04:00 |
|
Phenom
|
d649659172
|
Add SIGFPE debug DEFINES.
To allow debug SIGFPE easily.
Only need to uncomment DEFINES *= SIGFPE_DEBUG line in retroshare-
gui.pro.
|
2016-06-11 14:38:31 +02:00 |
|
Phenom
|
08258ca8b8
|
Fix SIGFPE in QProgressBar::paintEvent
When feenableexcept(FE_INVALID | FE_DIVBYZERO) is activated.
|
2016-06-11 14:23:26 +02:00 |
|
defnax
|
d1be3f3a4f
|
Set a minimum column width
|
2016-06-10 13:40:24 +02:00 |
|
csoler
|
83a143476e
|
fixed bug in setting MaxRate values
|
2016-06-09 23:23:51 -04:00 |
|
csoler
|
f5ad8b49be
|
moved node-wide options to node details
|
2016-06-09 23:13:07 -04:00 |
|
csoler
|
a4931edee0
|
fixed setting/getting maxrates using pgp id
|
2016-06-09 20:51:09 -04:00 |
|
csoler
|
a07805be1d
|
moved bandwidth limits to the pgp level
|
2016-06-09 20:41:27 -04:00 |
|
csoler
|
38b86c37ab
|
improved debug output for early address rejection
|
2016-06-09 18:12:04 -04:00 |
|
csoler
|
6b78275677
|
fixed bug in loading config file to set max rates
|
2016-06-08 22:54:40 -04:00 |
|
csoler
|
5a0fa66ac0
|
added proper talking between pqihandler and GUI for maxrates fixing
|
2016-06-08 22:44:28 -04:00 |
|
csoler
|
226e85c9ba
|
added dropmenu entry in circles to allow admin to grant/deny membership
|
2016-06-08 21:00:26 -04:00 |
|
csoler
|
509266a25b
|
removed some dead code
|
2016-06-07 22:38:24 -04:00 |
|
csoler
|
a1bbcd829d
|
fixed a few small issues in new peer rates
|
2016-06-07 22:06:32 -04:00 |
|
csoler
|
20b6745f70
|
added GUI and storage for max up/dn rates per peer
|
2016-06-07 21:48:22 -04:00 |
|
Cyril Soler
|
0e857096c1
|
Merge pull request #409 from sehraf/pr-upnp-version
Add information about the utilized UPnP library
|
2016-06-07 11:00:34 -04:00 |
|
sehraf
|
2d5883ccc9
|
add UPnP lib version
|
2016-06-07 16:32:23 +02:00 |
|
csoler
|
1c1b7acef6
|
attempt at fixing the crash when quitting RS (due to operator new not being able to allocate memory from deleted allocator
|
2016-06-06 22:55:23 -04:00 |
|
csoler
|
54a0ca4678
|
added line in circle tooltip for visibility. Re-worked tooltip text a little bit
|
2016-06-05 15:49:33 -04:00 |
|
csoler
|
ee2559620b
|
updated tooltip and names for self-restricted circles to "private"
|
2016-06-05 15:20:55 -04:00 |
|
csoler
|
195ad4ec8f
|
use grey bullet as a placeholder for circles without pending operations
|
2016-06-05 15:20:55 -04:00 |
|
Cyril Soler
|
456b57b5c9
|
Merge pull request #205 from pztrn/master
Make sure that version_detail.sh script always do 2 things
|
2016-06-05 13:17:30 -04:00 |
|
Cyril Soler
|
9f2d6bd5fc
|
Merge pull request #259 from heini/rhel_fedora_qt5
Switch RHEL family builds to QT5, too.
|
2016-06-05 13:02:13 -04:00 |
|
csoler
|
e2e9edecb9
|
fixed initialization of memebrs in peerDetails
|
2016-06-05 11:51:47 -04:00 |
|
Cyril Soler
|
f1d69ada82
|
Merge pull request #351 from PhenomRetroShare/Add_WebUI_ClearButtonOnBradCast
Add Clear Button on WebUI for BroadCast.
|
2016-06-05 11:26:29 -04:00 |
|
csoler
|
f55b283887
|
second pass over compilation warnings
|
2016-06-05 11:05:52 -04:00 |
|
csoler
|
927f782bef
|
pass over compiler warnings
|
2016-06-05 10:43:57 -04:00 |
|
csoler
|
c2ae4fc904
|
merged upstream/master
|
2016-06-05 10:06:11 -04:00 |
|
csoler
|
2567feb971
|
fixed compilation broken by using deprecated Qt method
|
2016-06-05 09:54:26 -04:00 |
|