Commit Graph

999 Commits

Author SHA1 Message Date
joss17
7b4c7384b5 Merge branch 'gcc44'
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1279 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-27 20:59:48 +00:00
defnax
0a0816cb77 added view functionality to can set root decorated or not decorated, people which dont wants a + for the tree.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1278 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-27 18:20:08 +00:00
alexandrut
57f86fdb00 integration of filetype icons on downloading files
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1277 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-27 13:09:03 +00:00
csoler
6fcf6bcee5 forgot to commit this one.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1276 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-26 21:49:20 +00:00
csoler
1046bdd846 First commit for the turtle download. It works without perturbating RS traffic, but still needs some (internal) smoothing
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1275 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-26 21:42:45 +00:00
defnax
c298de7f15 removed pqistrings header from libretroshare project file doesnt needed more
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1274 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-26 15:37:17 +00:00
drbob
b454ccf996 * put gpgme dependencies behind #defines.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1272 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-25 11:54:43 +00:00
drbob
42d2b62420 * Updated rspeers.h to match libretroshare.
* switched pgp password to encrypted entry
 * corrected NetworkDialog / NetworkView to use validLvl instead of trustLvl.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1271 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-25 11:45:07 +00:00
drbob
d4b52a59e5 Major bugfixes to get PGP authentication finished.
* p3disc now exchanges "Issuer" (pgp) certificates as well.
 * additional types for rsdiscitems.h
 * Bug Fix for NULL packet in p3service.cc
 * allow unauthed SSL certificates to be added in AuthSSL - otherwise cant add new friends!
 * only save authed SSL certificates.
 * fixed ref/unref of PGP keys in AuthGPG
 * added Mutex protection to AuthGPG
 * added PGP reloading when key is imported, or signed.
 * Fixed PGP key signing.
 * added Additional field validLvl to RsPeerDetails.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1270 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-25 11:38:47 +00:00
csoler
aeb07b4ce5 corrected bug in connectFriendWizard gui
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1269 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-25 11:33:27 +00:00
drbob
387b7bae6a * Fixed up SSL peerIds and gpg password stuff.
* PGP version compiling / running on OSX now.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1268 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-24 10:33:08 +00:00
drbob
edd13ba38a Missed these files from libretroshare
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1267 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-23 17:40:35 +00:00
drbob
100cf75439 * minor changes required to get the gui working with PGP,
* improved NetworkView to show signatures, and friends.

I expect these will be cleaned up later - these were purely functional so i could test pgp.

Enable using RS_USE_PGPSSL in rsiface/rsinit.h
   


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1266 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-23 15:13:01 +00:00
drbob
5f28f76b07 * Addition of openpgp support!
This is not enabled by default. Instructions to enable are at the end of msg.

This is 60% complete. Supports creation of certificates, adding friends and connections.
Parts still to do: pgpids, p3discovery, signing and trusting peers.

The main reason it is being commited is so that connections between peers can be 
properly tested, and development on OSX and win can start.

This requires gpg and the gpgme.h development libraries, and no longer 
requires the custom ssl libraries.

To compile it switch the configuration flags in scripts/config-linux.mk

To compile XPGP (v0.4.x) enable PQI_USE_XPGP:
#PQI_USE_SSLONLY = 1
PQI_USE_XPGP = 1

To compile SSL only, enable PQI_USE_SSLONLY:
PQI_USE_SSLONLY = 1
#PQI_USE_XPGP = 1
 
To compile OpenPGP, disable both:
#PQI_USE_SSLONLY = 1
#PQI_USE_XPGP = 1

and enable RS_USEPGPSSL in rsiface/rsinit.h




git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1265 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-23 15:07:35 +00:00
defnax
eea261d739 switch trayicon if online count is 0 or bigger
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1262 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-20 22:51:15 +00:00
alexandrut
3d37a0c242 -when a file is downloaded through different peers, all peers are put together
under a single root line. line is click-able, when collapsed it displays all
download peers
-sources column shows number of peers as online (offline)
-name column for root/peer shows filename/peername


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1261 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-20 22:06:20 +00:00
csoler
4694ff22d5 added proper notification for network list update.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1259 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-18 20:01:17 +00:00
csoler
58eb4e9c6e added a make friend with friends of my friends option in the connection wizard.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1258 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-18 19:51:40 +00:00
defnax
30e4d8d078 added Copy/Paste/Send retroshare//: file urls/links
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1257 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-18 14:23:55 +00:00
defnax
b7290c67ed clean up project file
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1256 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-17 22:12:57 +00:00
csoler
bda1306c01 Restored file recommendation feature. Improved it a little.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1255 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-17 19:38:42 +00:00
csoler
2ea7940501 forgot to commit changes related to Settings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1254 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-17 14:15:33 +00:00
csoler
02a56a10e1 forgot to commit changes related to Settings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1253 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-17 13:59:39 +00:00
csoler
8f024fd08d corrected upload/download status in upload transfers
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1252 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-17 13:26:16 +00:00
csoler
529b0d7f04 disabled auto-login for non windows systems.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1251 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-17 12:58:15 +00:00
csoler
c82c7eea26 suppressed Settings/ directory, as it_s not used at all
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1250 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-17 12:48:54 +00:00
csoler
0449a7ce69 suppressed unused smplayer action from left bar
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1249 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-17 12:32:39 +00:00
joss17
3ab34d67d8 add some french translation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1248 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-17 11:47:00 +00:00
defnax
17512e15af set tooltip for OK Button
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1247 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-16 17:17:46 +00:00
defnax
270c7c70d7 update languages
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1242 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-15 17:04:46 +00:00
csoler
2e680b1ed4 added smooth avatar scaling
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1241 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-15 14:31:37 +00:00
csoler
2d4bd2f42c Setup connection so that deny friend in peers dialog updates the network view.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1240 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-15 12:07:37 +00:00
defnax
dbfe103e03 changend string names for logs
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1239 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-14 22:30:30 +00:00
csoler
cd961bf49f Changed popup fchat focus for typingnotification
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1238 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-14 21:15:43 +00:00
csoler
0dd42c966c Changed popup fchat focus for typingnotification
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1237 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-14 21:14:25 +00:00
joss17
3e3b90c95e Don't send the extrafil link when SubFileItem is cancel (ERROR mode). Improve chat url parsing.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1236 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-14 15:54:38 +00:00
joss17
84efbbe2d2 Set the SubFileItem in error mode when cancelling from the GUI
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1235 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-14 15:53:40 +00:00
defnax
08e5b26349 fixed
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1233 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-13 23:15:52 +00:00
csoler
79388588b0 added missing BIN_FLAGS_READABLE to pqistore constructor calls
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1231 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-13 20:18:03 +00:00
csoler
2bf79b663d added missing BIN_FLAGS_WRITABLE
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1230 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-13 19:54:33 +00:00
defnax
6106309a3d replaced old Network Status with new one
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1229 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-13 16:53:20 +00:00
csoler
f73c925507 added a missing return after deletion of membio in case of fail read (error handling)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1228 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-13 15:38:02 +00:00
csoler
c996915bd1 suppressed double item deletion that happens rarely (error handling case)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1227 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-13 15:30:11 +00:00
defnax
3004f4fd5a update Chanelog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1226 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-13 12:06:25 +00:00
drbob
e71d289e0e Added More alternative colours to NetworkView.
* Yellow - yourself.
 * Green  - your friends.
 * Blue    - other Authed People.
 * Magenta - partially Authed People.
 * Red     - unknown people.

Added Context Menu. This is empty now (as we are heading for a release).
The code to add specific menu items to rm/add friends is there - just commented out.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1225 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-12 23:44:51 +00:00
defnax
b212f65f69 added tooltip for add file button
fixed icon size 

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1224 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-12 22:12:57 +00:00
drbob
02fc02d23c Modified (all I hope) remaining pqistream -> pqistore for cache file save/loads.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1223 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-12 21:55:50 +00:00
defnax
99828dfa41 added new Toasters
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1222 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-12 00:37:25 +00:00
joss17
5a5ad509aa fix the history problem with SearchDialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1221 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-11 14:36:32 +00:00
joss17
fc9ed005bf Refuse directory drop for extrafile
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1220 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-11 14:35:50 +00:00