csoler
1164c66d3a
added new variable in config->transfers to allow reserving n slots to non cache transfers
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4775 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-10 23:07:53 +00:00
csoler
6df92753b1
improved gui of chat lobby
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4762 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-07 23:03:59 +00:00
csoler
1a191c7f91
commited currentgui state. Not working
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4761 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-07 21:37:31 +00:00
csoler
30411659e0
a bit of gui. Not working yet.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4760 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-07 21:01:43 +00:00
csoler
485c394e2b
added interface methods for public lobby exchange and subscription to public lobbies. Need a GUI now
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4759 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-07 19:52:58 +00:00
csoler
434ba06c82
added exchange and auto-update of public chat lobby lists.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4758 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-07 13:33:30 +00:00
csoler
e9d6940b09
Improvements to chat lobbies:
...
- added generic methods and items for bouncing generic objects through lobbies
- added handling of peer typing status
- proper handling of peer join/leave lobby
- added sub item ids to lobby messages to allow proper message splitting
- made 2 different message splitting methods for normal chat vs. lobbies. In v0.6, we'll have to handle all messages the same way.
- added parent id to RsChatLobbyMsgItem, to allow threaded chat.
- added possibility to make a lobby public/private (not yet fully working)
- added items for requesting/exchanging list of public lobbies at friends' (not yet fully working)
- major cleaning of p3chatservice.cc
Next move:
- gui for listing friend public lobbies, joining them, etc.
- load/save of persistent lobbies.
- autoremove of inactive lobbies
Warning: lobby message items of this version are incompatible with previous versions. It won't crash, but
messages will not pass through.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4755 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-06 22:17:08 +00:00
drbob
ac6f0fcfe4
--- Merging r4718 through r4752 from branches/v0.5-dhtmods
...
Added ZeroConf for OSX.
Changes for Relay Support.
Summary of Changes:
libbitdht
----------
* added Relay Flags to bdNode::setNodeDhtMode()
* added dropRelayServers() / pingRelayServers() functions for mode switches
* added utility function: bdFriendList::findPeersWithFlags()
* added utility function: bdSpace::clean_node_flags(uint32_t flags)
* added RelayMode to ConnectManager.
* added failedConnection callback when in Server Mode.
* added incomplete udpproxylayer code. (not compiled)
libretroshare
-------------
* added Configuration to p3BitDht for storing Relay Settings. (bit Hackish!)
* added RelayHandler & getRelayReceiver() - to outsource some Relay functions.
* + RelayHandler_InstallRelayConnection() & RelayHandler_LogFailedProxyAttempt()
* added RelayServer, Mode and RelayAllowance to external DHT interface.
* added p3PeerMgr::getGpgId() for ZeroConf usage.
* updated parts of pqiassist virtual interfaces.
* added Bandwidth storage to udprelay.
* modified the way Relay Slots are allocated to match GUI interface.
* ZeroConf now working on OSX.
* added ZeroConf to OSX compilation.
* extended rsDht interface to expose Relay configuration.
retroshare-gui
--------------
* added Relay configuration panel.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4753 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-06 15:33:51 +00:00
defnax
f6678263f9
Little design improvements for Plugin Item
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4749 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-04 22:17:28 +00:00
thunder2
3ac5ead40e
Fixed lobby names with utf8 characters.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4748 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-02 00:25:43 +00:00
defnax
da69e1f1ad
little design fixes for Create Lobby
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4747 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-12-30 21:23:35 +00:00
defnax
78130fd635
fixed Chat Lobby Dialog Layout
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4746 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-12-29 22:39:31 +00:00
csoler
94608c8467
added list of participants in lobby, handled large messages using splitted display (cannot ensure rebuilt message yet.)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4745 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-12-29 14:19:53 +00:00
csoler
4236ad59a5
fixed display of peer nicknames in chat lobby
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4742 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-12-28 09:15:28 +00:00
csoler
ed395fe061
fixed compilation for Qt<4.7
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4741 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-12-27 21:06:43 +00:00
csoler
60bb76e3df
Imported chat lobby function from branch v0.5-ChatLobby (merged commits 4682-4739)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4740 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-12-27 16:32:19 +00:00
csoler
3addb36e4c
added unsubscribe protocol, updated GUI
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-ChatLobby@4738 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-12-27 13:47:37 +00:00
csoler
cc57ab2462
added load/save of default nickname, plus some debugging
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-ChatLobby@4737 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-12-26 22:43:54 +00:00
drbob
00b1161ace
Added Relay Configuration Panel.
...
- Handles rsDht Relay settings.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-dhtmods@4731 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-12-20 02:09:27 +00:00
thunder2
ef57cd44b3
Added a new menu item "Search again" to the SearchDialog.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4724 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-12-10 23:41:58 +00:00
thunder2
030874ca41
Added the size of the collection to the link only for files (missing test).
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4723 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-12-10 21:59:42 +00:00
thunder2
d07dbffa69
Added the real size of all files of a collection to the link when added with drag and drop.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4722 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-12-10 21:38:38 +00:00
thunder2
27bc170471
ConnectionFriendWizard: Show the messagebox "Your Cert is copied to Clipboard" after copying the cert into the clipboard.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4721 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-12-10 13:26:03 +00:00
thunder2
ac9e35160b
Show the correct name in the title of the RsCollectionDialog when the filename contains ".".
...
Fixed creating of the download path of the collection when running as portable version.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4715 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-12-08 09:16:45 +00:00
thunder2
a7ab09e453
Fixed compile on Linux.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4714 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-12-07 18:23:01 +00:00
thunder2
0ee35b55f4
Added new widget for hashing files.
...
Added new common class FilesDefs to handle informations of file types like icons and names.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4713 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-12-07 13:08:12 +00:00
csoler
816a477806
bug corrections
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-ChatLobby@4712 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-12-07 00:12:17 +00:00
csoler
0086e182ec
bug fixes
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-ChatLobby@4710 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-12-04 22:22:15 +00:00
csoler
71a079b55f
added chat lobby creation window
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-ChatLobby@4709 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-12-04 22:03:54 +00:00
csoler
a0e3522273
debugged basic chat lobby communication
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-ChatLobby@4708 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-12-04 14:31:48 +00:00
csoler
1b35e21ff0
2 bug fixes (by AsamK) to make rscollection files compatible with utf8
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4702 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-11-30 19:31:41 +00:00
csoler
e62008d493
2 bug fixes (by AsamK) to make rscollection files compatible with utf8
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4701 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-11-30 19:24:17 +00:00
csoler
46f1e2b562
added invitation system
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-ChatLobby@4696 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-11-28 22:36:13 +00:00
csoler
b01470c639
small corrections.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-ChatLobby@4695 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-11-27 21:46:49 +00:00
csoler
6c93253050
- derived new class of PopupChatDialog to handle chat lobbies
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-ChatLobby@4694 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-11-27 21:04:10 +00:00
thunder2
bab7ebaa5b
Added new button "Open Collection" in TransfersDialog.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4691 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-11-25 23:46:41 +00:00
csoler
cd30487898
Added send and forward methods. Improved data structures.
...
Next: serialization of ChatLobbyItems
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-ChatLobby@4690 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-11-25 21:31:52 +00:00
thunder2
031629d528
Removed compiler warnings.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4689 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-11-25 13:32:46 +00:00
thunder2
a124c928d5
Show main window with click on system icon when the main window is minimized.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4688 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-11-25 11:07:54 +00:00
csoler
5cdc36d730
Basic methods and a bit of interface for chat lobby.
...
Next:
- chat lobby algorithmics (cache+broadcast system)
- invitation handling
- specification of chat lobby window with list of known/unknown participants
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-ChatLobby@4685 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-11-23 22:10:37 +00:00
thunder2
8fc1a46ee7
Added translation for plugins and added german language to LinksCloud. Recompile needed.
...
Changed the name and the description of the plugin to utf8.
Fixed german language.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4672 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-11-17 21:17:24 +00:00
thunder2
f952bc267b
Beautified RsCollectionDialog.
...
Fixed german language.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4670 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-11-13 13:58:39 +00:00
thunder2
e181127a30
Added new column "Last Contact" to the FriendsDialog and MessengerWindow. Moved some more basic functions to FriendsList and optimized the exisiting code.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4669 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-11-12 01:26:26 +00:00
csoler
43cbc153ed
added dialog to select files to DL from collection files
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4667 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-11-09 21:26:51 +00:00
csoler
072c6c7e12
fixed extension stuff for rscollection
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4666 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-11-09 14:16:19 +00:00
csoler
f77bb8136f
added icon for rscollection file type
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4665 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-11-09 14:02:15 +00:00
csoler
50d5c1159d
Added the hability to create and handle collection files. A collection file contains a directory structure
...
and files that RS can DL seamlessly in the DL directory. Collection files are created from shared files
and can be handled by righ-clicking on them in Transfers and Shared files. Handling is based on the extension,
that must be "rscollection".
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4664 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-11-07 23:07:25 +00:00
thunder2
e3245fac5c
Updated german language
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4655 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-10-29 20:06:27 +00:00
csoler
78955270e2
corrected bug about wrong layout of friend list (patch from asamK)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4652 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-10-24 16:10:24 +00:00
defnax
659814f156
fixed the FriendList layout
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4651 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-10-23 22:39:08 +00:00