csoler
a57d627074
added qt file to handle protobuf targets
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5636 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-10-04 19:11:21 +00:00
defnax
fbf8a76cee
update translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5635 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-10-04 12:15:37 +00:00
thunder2
839cf43f99
Fixed translation of the plugins on Linux.
...
Renamed the language resource files of the plugins.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5634 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-10-03 22:59:28 +00:00
chrisparker126
91bf67a7fe
fixed compilation issue for linux. needed to add inttypes header file (not needed for windows...)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5633 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-10-02 19:15:24 +00:00
csoler
dfa39c63a8
fixed linux compilation. Added missing target in .pro
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5632 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-10-02 19:00:17 +00:00
defnax
3da6c108e0
update translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5631 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-10-02 12:49:19 +00:00
chrisparker126
19e856c2a8
Added RsTlvKeySignatureSet to rstlvkeys
...
- added test to test/serialiser
- Updated all relevant gxs test (ran whole suite, added gxsdata_test, tests meta serilisation, to pro file)
Updated flag in rsgxsflags to account for authentication and private types
Changed msgId/grpId generation to sha1 hash
removed photoservice VEG file from pro file
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5630 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-10-01 20:57:56 +00:00
thunder2
9053e9b8ec
Fixed title of the import identity dialog in the Profile Manager.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5629 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-10-01 20:21:06 +00:00
csoler
32b893ef92
made one method virtual to help simulating
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5628 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-10-01 11:50:34 +00:00
csoler
f283bede4b
added TR simulation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5627 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-30 19:14:10 +00:00
thunder2
ee8aac48a5
Updated english translation file of RetroShare and added the english translation files of VOIP and LinksCloud for Transiflex.
...
It is not needed for RetroShare.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5626 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-30 16:56:32 +00:00
thunder2
a24f7b5134
Fixed edit of a message with plaintext. The newlines remain unchanged.
...
(investigated by braindead)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5625 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-30 16:20:38 +00:00
chrisparker126
b06214b779
Message Synchronisation now supported by photoshare (photo and comments sync)
...
Photoshare UI now functional
- subscribing to an album enables message sync
- TokenQueue now operate with FIFO stack to prevent overlap in request completion
- photos are now load on demand as with comments
- fixed some noddy bugs (subscribe flag initialises incorrectly)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5624 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-30 14:21:17 +00:00
thunder2
e7ff4bbab8
Plugin LinksCloud:
...
- Fixed crash when clicking on the link.
- Fixed process of https links.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5623 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-30 13:16:51 +00:00
thunder2
9aa6478910
VOIP: Fixed some compiler warnings and removed unnecessary translations.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5622 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-30 09:38:13 +00:00
defnax
b6bd1e9f8e
update translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5621 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-30 02:16:41 +00:00
defnax
1f868e5ae3
Added turkish voip translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5620 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-30 00:49:39 +00:00
csoler
a597aa4392
added a network simulator. Basically exchanges data between peers and visualize the stats of each peer. The basics is here (network draw, data exchange, visualization of turtle router data). The real experiments must now be implemented: adding file requests to create TR, etc
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5619 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-29 14:12:57 +00:00
csoler
e1181f7b04
updated ubuntu packaging scripts to make executable and plugin packages simulataneously
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5618 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-29 12:40:18 +00:00
defnax
f3d251f70e
update turkish translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5617 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-28 15:09:33 +00:00
chrisparker126
bdd6c6041b
Updated GXS tests, lots of mem leak fixes from valgrind run.
...
- mem leak caused by not deleting stored msgs and groups, rsdatastore now a group/msg sink
- mem leak caused in rsgxsnetservice by not deleting meta information after retrieval
- fixed mem leak in rstlvkeyset::getTlv due to tlvbindata making own data copy
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5616 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-27 21:42:00 +00:00
thunder2
85c93d0b9a
Fixed reply to a message with plaintext. The newlines remain unchanged.
...
(investigated by braindead)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5615 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-27 20:32:28 +00:00
defnax
584a5dc757
Added Brazilian Portuguese VOIP translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5614 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-27 11:42:55 +00:00
thunder2
805f64808e
Added patch from braindead
...
- Added new base class MimeTextEdit to paste images from the clipboard into a QTextEdit and added this in MessageComposer and private chat.
- Disabled paste of images for the next stable release.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5613 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-26 23:32:53 +00:00
thunder2
1d76628181
Reduced fix width of the SecurityItem.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5612 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-26 23:01:34 +00:00
csoler
fff387f7dd
updated ubuntu changelogs
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5611 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-26 20:28:33 +00:00
csoler
fbc937c638
limited number of warnings for missuse of AuthGPG::getGPGName()
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5610 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-26 19:28:32 +00:00
csoler
170bbf4ce2
removed debug info
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5609 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-26 19:24:59 +00:00
thunder2
b40a716e87
Fixed sensitivity of the action in the context menu to copy a link from the chat text when scrollbars are visible.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5608 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-26 17:52:58 +00:00
defnax
9f1b19bd98
stored some license files to utf-8 encoding, required by nsis installer
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5607 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-26 15:44:30 +00:00
defnax
b2e88b2ed2
update version and changelog
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5606 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-26 12:26:27 +00:00
thunder2
5726c1ec18
Fixed crash when closing the settings dialog.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5605 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-25 23:51:13 +00:00
defnax
29e44ddafa
added Spanish translation file for the VOIP plugin
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5604 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-25 23:20:48 +00:00
thunder2
e6db506cb2
Fixed crash and memory leak in the AudioWizard of the VOIP plugin.
...
Please use at least Qt 4.6.4 when compiling RetrosShare with the VOIP plugin because of the fix of the bug QTBUG-11883.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5603 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-25 23:08:46 +00:00
chrisparker126
0fc3a2704b
Fixed compile issues for VEG in librs (rs-gui VEG ui cannot be compiled as was the case prior to issues)
...
removed VEG photoservice
Enabled group synchronisation between retroshare peers! test synchro between two rs peers worked.
Added crude commenting facility to photoshare, much tuning to be done
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5602 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-25 21:04:04 +00:00
defnax
54f0c208df
Removed html code on some QLabels
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5601 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-25 12:58:30 +00:00
defnax
7eb60e0d6a
update french translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5600 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-25 11:39:24 +00:00
defnax
6427c35afa
Enable Translations for Voip plugin
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5599 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-24 23:41:32 +00:00
defnax
d353cc375f
fixed some spelling errors
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5598 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-24 22:37:14 +00:00
thunder2
3b0ebe1b6b
Changed font color in ProfileWidget to standard.
...
Fixed german language.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5597 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-24 21:01:07 +00:00
csoler
c5a5c1654f
fixed small issues.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5596 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-24 19:53:53 +00:00
defnax
181983be10
corrected installer translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5595 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-24 14:07:56 +00:00
defnax
b7f6b66f39
update rsgui version
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5594 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-24 13:46:57 +00:00
defnax
bfd5d7ddfa
update installer script
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5593 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-24 13:36:38 +00:00
thunder2
91710adfac
Disabled fix color of chat messages for Qt 4.5 and lower because of missing methods on QColor.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5592 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-24 11:32:11 +00:00
csoler
16f07f766c
add direct public sources for files shared in channels, when available
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5591 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-23 20:02:07 +00:00
csoler
0cb0a9b0f9
forgot to commit this patch to make the bandwidth graph refresh rate smoother
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5590 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-23 20:01:24 +00:00
csoler
1c3d6e7c16
Improvements to turtle router:
...
- made faster tunnels stay longer by increasing tunnel campain time. Should favor fast tunnels.
- desactivated tunnel shortenning since it cannot produce consistent tunnels every time
- increase cache TTL for search requests to 240 secs and tunnel requests to 120 secs.
Will remove some zombie tunnels and search requests.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5589 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-23 19:58:08 +00:00
notdefine
7d219fc3ef
Debian Buildscript. Fixed Version for Packagename
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5588 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-23 17:17:46 +00:00
notdefine
a9f24ca59e
Updated Debian Build Scripts from Ubuntu Buildscripts.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5587 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-23 16:36:36 +00:00