drbob
b94e6d9888
Converted PhotoDialog to request/response system
...
- Added Generic TokenQueue to simplify the Interfacing.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-new_cache_system@5203 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-06-08 13:55:00 +00:00
drbob
bf4c250e51
Modified the Id Gui to use new async call interface.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-new_cache_system@5200 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-06-07 17:11:57 +00:00
thunder2
ff6276e920
Changed chatstyle structure from
...
[RS-Dir] / stylesheets / {public | private | history} / my_chatstyle /
to
[RS-Dir] / stylesheets / my_chatstyle / {public | private | history} /
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5192 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-06-01 21:48:53 +00:00
thunder2
569d463f02
Optimized the fill of the up- and downloads in TransfersDialog.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5191 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-06-01 20:51:14 +00:00
csoler
40b1f6f053
fixed incompatibility with Qt < 4.6
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5190 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-25 19:29:09 +00:00
thunder2
50bc57b0fe
Sort participants list in the chat lobby case insensitive.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5186 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-24 19:26:43 +00:00
defnax
55b6211e7e
update version string and changelog
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5185 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-24 12:02:34 +00:00
thunder2
1855d19436
Added check for empty lobby nick name.
...
Moved notify of lobby nick name change from the gui to p3ChatService.
Added missing mutex locks for p3ChatService::_default_nick_name.
Recompile needed.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5184 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-23 22:33:45 +00:00
thunder2
917f9913df
Added patch from Imanuel
...
- Added new placeholder %style-dir% for ChatStyles.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5183 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-23 13:24:04 +00:00
thunder2
56e156a65a
Fixed replacing of %color% in ChatStyle. It should not be replaced after %message%.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5182 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-23 09:19:50 +00:00
thunder2
22a0f89751
Redesigned ConnectFriendWizard as ui file.
...
Added new base class DropLineEdit.
Fixed german language.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5181 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-22 22:24:10 +00:00
thunder2
25547d0ea8
Added patch from braindead:
...
changed base-class of AvatarWidget to QLabel
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5179 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-21 19:37:38 +00:00
thunder2
443703e61f
Switched back to not optimized compile on Windows.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5178 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-21 19:06:16 +00:00
thunder2
a7eda64872
Fixed compile on Linux.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5177 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-20 16:53:28 +00:00
thunder2
b344aebbe6
Added changes from braindead:
...
- simplified avatarwidget
- prepared property-dependend stylesheets
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5176 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-19 22:18:15 +00:00
thunder2
e2746efb85
Optimized RsCollectionDialog (still without thread).
...
Enabled extended selection and mark with the key 'space'.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5173 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-16 18:58:52 +00:00
csoler
5fbb6448d3
main enabled notifyQt after creation of GUI
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5171 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-15 20:35:05 +00:00
csoler
6c9d701506
forgot ifs in notifyQt
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5170 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-15 20:32:36 +00:00
csoler
c0088f3e8f
removed data race in QObject::connect() vs. NotifyQt signals by enabling notification signals only after GUI is created
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5169 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-15 20:25:53 +00:00
defnax
39c3d013f5
Improved the default recommendation text
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5166 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-14 14:14:38 +00:00
defnax
a25e609e2f
Added a default styleSheet for the "Confirm Friend / Add as Friend" Button
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5163 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-12 23:44:48 +00:00
thunder2
27c0535a8a
Fixed handling of html links in HandleRichText::formatText.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5162 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-12 16:04:18 +00:00
thunder2
dc2d6c975e
- Moved HandleRichText from the folder "chat" to "util" and redesigned the source
...
- Extended RsHtml::formatText to replace the RetroShare links with an image and enabled this for the certificate links in the system messages (friend recommendation and user request)
- Added new ObjectPainter for painting a button on a pixmap
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5160 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-12 00:40:53 +00:00
notdefine
5a3863d216
Improved mute feature, to update Blocklist, when the peer changes his name.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5159 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-11 20:53:27 +00:00
defnax
438651f693
update language strings and corrected connect attempt message
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5155 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-09 13:49:23 +00:00
notdefine
5bdd490a4d
Remove debug message
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5154 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-07 21:43:21 +00:00
defnax
e23f7e1055
update translation strings,
...
changed recommend friend context menu icon
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5152 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-07 14:43:25 +00:00
notdefine
d5bdae7bd9
Display old and new nickname to Peers during nickname change in ChatLobby.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5151 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-06 22:57:08 +00:00
notdefine
22bfcb62bc
Preparation for mute Peers in the Chat Lobby.
...
RS_CHAT_LOBBY_EVENT_PEER_CHANGE_NICKNAME is send, when changing nickname, so the blocklist can be updated (in future).
This will never wort for 100% as discussed in the developer forum, but should stop the most spam.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5150 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-06 22:19:59 +00:00
csoler
22a8e6f3c9
updated french translation (Max Romeo)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5149 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-06 20:32:19 +00:00
csoler
7382f7552b
utf8 patch for notifyqt from AsamK
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5147 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-06 11:48:02 +00:00
thunder2
78fd91ce4a
Fixed update (repaint) of the placeholder text of the quick view items in MessagesDialog.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5146 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-05 22:29:59 +00:00
thunder2
b81a911793
Friend recommendation message
...
- renamed subject
- added to system message
Recompile needed
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5145 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-05 22:20:05 +00:00
csoler
1b80207fbe
french translation update (Max. Romeo)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5143 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-05 18:54:55 +00:00
notdefine
94a6e1035a
Add the function to Mute peers in ChatLobby via checkbox.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5142 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-05 14:22:21 +00:00
thunder2
2611da2f72
Changed style of the reply/forwarded message.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5141 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-04 23:39:36 +00:00
defnax
173ce82099
Added a title label to Friend Request Toaster, little design changes.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5140 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-04 14:42:06 +00:00
defnax
08e74f2dba
* Removed hide/show Quickview function and moved Quickview little bit to the top.
...
* Disabled to not stretch last column
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5137 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-03 15:42:43 +00:00
thunder2
9df55782a3
Switched on optimized compile on Windows.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5136 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-03 14:33:34 +00:00
defnax
5b23a0e112
update icon
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5134 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-03 09:44:48 +00:00
thunder2
c99fa5f342
Added patch from braindead
...
- Added empty entry to stylesheet-choice for "no stylesheet" and moved method "loadStyleSheet" from MainWindow to Rshare
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5133 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-02 20:19:51 +00:00
thunder2
8bd1b7aa4a
Added (and modified) patch from Imanuel
...
- Added ability to style the system messages in chat (e.g. Lobby management)
Fixed german language.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5130 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-01 12:58:28 +00:00
thunder2
c331098203
Added new message flag for system messages like friend request.
...
Show "RetroShare" as sender of system messages to myself.
Added new quick view in MessagesDialog to filter system messages.
Changed RetroShare link in friend request message to certificate.
Added new subject image for the system messages (defnax).
Removed not used notify in message service.
Recompile needed.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5129 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-01 09:18:55 +00:00
csoler
ce5e6d3949
fixed password handling
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-OpenPGP@5127 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-29 11:57:03 +00:00
csoler
32ac7efb42
added paste own certificate to chat/forum context menu (patch from AC)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5125 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-27 12:04:40 +00:00
thunder2
d28ffb9c0d
Added new notify on connect attempt by the local message system.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5124 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-26 23:41:14 +00:00
defnax
e8b1c08ace
Removed not needed field in FriendRequest Dialog
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5121 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-26 09:42:35 +00:00
thunder2
9501a4fe2c
Added new friend request toaster from defnax.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5120 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-25 19:19:16 +00:00
thunder2
586e8bc042
Added patch from Imanuel
...
- Fixed base path for the external stylesteets
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5119 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-24 19:43:38 +00:00
thunder2
3dca71330c
Optimized channel loading and layout.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5118 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-24 15:34:22 +00:00
thunder2
83f49ac143
Added threaded loading of channels (GUI).
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5115 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-21 13:00:17 +00:00
thunder2
10400faf4c
Removed minimal version.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5113 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-20 15:17:52 +00:00
notdefine
60a68210d5
Activate DHTML in Doxygen Documentation, for Fold in/out Class hierarchy images.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5102 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-14 14:32:00 +00:00
notdefine
67aa7e3ac8
Small change
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5101 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-14 14:03:28 +00:00
notdefine
705cc62220
New Doxygen configuratin for Retroshare GUI, see this evening at
...
http://notdefine.de/retroshare/retroshare/trunk/retroshare-gui/src/html/index.html
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5100 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-14 14:01:25 +00:00
thunder2
3b85873313
Added patch from AC
...
- add missing includes "unistd.h" for compiling with gcc 4.7.0.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5096 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-12 23:29:39 +00:00
thunder2
f2f5d60a8a
Added modified patch from AC
...
- don't remove color and font when the last char is deleted from the chat text entry box
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5095 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-12 23:00:39 +00:00
defnax
722bade918
Fixed, hide "Accept Friend Request" Button for Unknown Peers
...
Update translation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5094 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-12 22:50:44 +00:00
csoler
2f749e2bf5
Improved Search Dialog (Patch from AsamK)
...
-don't add friend sources count to anonymous count each time a result for the same file is received!, this could lead to enormously large sources numbers
-don't readd search in summary list if it was already removed by the user
-don't clear the filter when new search results are added
-when using the file name filter only show result from the current search, not also from previous searches
-fixed adding only file types which were searched for, for this I created a new hidden column in summary list to store the file type
-fixed sorting by file size/age, pad string with '0' instead of ' ' Search feature: a quirk I've found
-decrease gui hanging:
-when adding search results temporarily disable sorting
-only add 250 instead of 500 items in one go
-don't call selectSearchResults() for each item added to the result list; instead call hideOrShowSearchResult() which only sets the hidden status of the added item, not the complete list
-replace std::string with QString, removes unnecessary conversions
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5093 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-12 19:30:41 +00:00
defnax
a1f6f0ad8c
update ts files
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5092 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-12 15:56:20 +00:00
defnax
68c07321ea
Added a label for Connect Attempt after nickname "wants to be friends with you on RetroShare"
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5091 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-12 15:30:14 +00:00
defnax
57260853b7
removed not used items
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5090 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-12 15:20:06 +00:00
csoler
5910a69725
updated french translation (Max Romeo)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5089 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-11 11:37:44 +00:00
defnax
6aa7cd1e14
Added "You have a friend request" label to FriendRequest Dialog
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5088 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-10 15:55:12 +00:00
defnax
e31ea01305
update ts files
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5087 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-10 12:42:23 +00:00
thunder2
681ec848e0
Fixed clickable links in forum message feed.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5085 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-09 15:01:25 +00:00
csoler
b43fb7e8b3
- added encryption / decryption of files and memory
...
- started implementation of new AuthGPG
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-OpenPGP@5084 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-08 14:52:01 +00:00
defnax
665b7fbf47
removed not needed button
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5083 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-07 11:19:42 +00:00
defnax
70af1eccf5
Renamed "Accept Friend Request" Button to "Confirm",
...
set correct stylesheet for new forum item
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5082 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-06 21:29:09 +00:00
defnax
d0a9874c54
Added stylesheet for the Friend Request Buttons
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5081 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-05 21:20:28 +00:00
thunder2
7756b093bf
Added new basic class for a QLineEdit with a clear button - LineEditClear.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5080 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-05 21:03:03 +00:00
thunder2
1df5582e1c
Enabled file preview on Windows.
...
The link file to preview a not finished download is created in temp directory.
Added a messagebox when preview a not finished download to remove the link file.
Fixed german language.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5079 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-04 22:45:40 +00:00
defnax
70a7d6ce40
Added Friend Request Dialog for SecurityItem
...
Fixed the horizontal spacers
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5077 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-04 15:44:35 +00:00
thunder2
af48bb9555
Removed the max length from the ip fields in ProfileWidget to display all 15 digits.
...
Fixed german language.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5076 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-03 19:35:11 +00:00
csoler
2cd1df7484
enabled disabling autodownload for channel admin (patch from asamK)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5075 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-03 18:56:29 +00:00
defnax
fb47f06d24
Some Layout changes for MsgItem
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5074 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-04-02 15:57:44 +00:00
defnax
61f5ff5180
Improved PeerItem and SecurityItem layout
...
Added icon for "Not Yet Friends"
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5069 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-31 23:05:30 +00:00
thunder2
25a266bcbf
Added new flags to the html optimizer to remove font and color from html and used this for displaying the message in the toaster.
...
Fixed layout of the toasters.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5068 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-31 15:20:19 +00:00
csoler
5b5d5b5c43
updated french translation (Max Romeo)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5067 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-31 08:09:04 +00:00
thunder2
37986e00a3
Added three new toasters - private chat, group chat and chat lobby.
...
Fixed some utf8 issues in toasters and feeds.
Fixed german language.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5065 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-30 23:02:52 +00:00
csoler
0778e8f691
3 patches from AsamK:
...
* fixed utf8 in dropping links to channels
* fixed pasting cert links in the friend list
* added code to allow pasting GPG certificates missing a newline at the end.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5064 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-30 19:43:39 +00:00
defnax
6fa38e7d18
changed Avatar icons for SecurityItem
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5062 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-30 09:30:52 +00:00
thunder2
fae86aff3b
Added two new images from defnax to SecurityItem for SEC_TYPE_CONNECT_ATTEMPT and SEC_TYPE_UNKNOWN_IN.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5060 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-29 20:23:18 +00:00
defnax
9951b36092
added icon
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5058 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-29 13:22:02 +00:00
defnax
fdea1fc309
update ts files
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5057 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-29 10:21:22 +00:00
thunder2
4cb844c44d
Removed most of the usages of std::ostringstream in the gui.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5056 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-28 18:02:49 +00:00
defnax
9ef7d08d2b
Fixed Download link for Email Invite
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5055 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-28 15:48:42 +00:00
thunder2
c82c4ea8eb
Set the default page of CreateChannelMsg back to the first page.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5054 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-28 12:23:42 +00:00
thunder2
343dced111
Removed unused member
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5051 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-27 19:40:49 +00:00
defnax
f7c3bad31b
update new Spanish translation from Aitor
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5049 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-26 07:34:30 +00:00
csoler
0e1b989e08
fixed version script (Patch form AC)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5046 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-24 12:40:23 +00:00
csoler
c174ad913f
fixed crying smiley (Patch from AC)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5045 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-24 12:21:43 +00:00
thunder2
67cf9c5f3c
Changed display of the own name in FriendsDialog from "Name (me) Location" to "Name (Location)".
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5044 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-22 09:01:17 +00:00
thunder2
bbdb3b9614
Added welcome message to the chat lobby.
...
Fixed german language.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5043 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-20 23:05:17 +00:00
thunder2
d765721e83
Modified some defaults:
...
- set auto check of shared directories to 15 minutes
- set time to idle mode to 5 minutes
Fixed german language.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5041 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-20 21:05:59 +00:00
defnax
d869b51fe5
Added icons for the Buttons in Profile Widget
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5040 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-20 10:30:36 +00:00
csoler
dc22171166
added placeholder texts (Qt>4.7)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5035 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-18 12:26:15 +00:00
csoler
29fab85034
updated french translation (Contrib: Max Romeo)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5034 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-18 11:59:09 +00:00
thunder2
117d10eb44
Fixed crash in TransfersDialog when right clicking on a download without "#define USE_NEW_CHUNK_CHECKING_CODE".
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5032 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-17 23:52:10 +00:00
defnax
5ab6c5decc
Added Copy Certificate Button to ProfileWidget
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5026 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-16 23:14:57 +00:00
csoler
40b9e17a2e
fixed small issue in sorting information from different peers
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5025 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-16 23:07:28 +00:00
csoler
65cde95fba
- added/fixed patch from defnax to allow setting up a topic for each chat lobby. The topic is displayed to friends.
...
- handled backward compatibility by keeping/sending old LobbyList item. Should be remove in the near future.
- removed constraint to have at least one friends invited when creating a new lobby.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5024 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-16 22:47:49 +00:00
defnax
42372c4223
fixed the icon size in forums
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5022 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-16 11:48:47 +00:00
defnax
6cc7a2dbc7
update windows installer script
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5021 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-16 10:15:00 +00:00
thunder2
a5f8aa3077
Fixed display of the location with utf8 characters in ConnectFriendWizard.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5020 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-15 21:12:02 +00:00
csoler
889a2b2433
Added deferred check of chunks during file transfer. Chunk sha1 sums are requested to the sources and checked for downloaded data.
...
Validated chunks are shared to other peers. Force check is now very simple since it just turns all chunks into "needs checking" mode
and sums are asked to sources. Sources maintain a temporary cache of chunks. Since sums are requested sparsely, this should not
affect the sources in terms of performance. We can still imagine precomputing and saving sha1 of chunks while hashing them.
For backward compatibility reasons, the following has been setup *temporarily* in this version:
- unvalidated chunks are still considered as already obtained, and are shared and saved
- force check has been disabled
- final file check is maintained
- in case of file fail, the old checking mode will be used.
All changes for next version are kept in the define 'USE_NEW_CHUNK_CHECKING_CODE' that will be made the default in a few weeks.
At start, I expect most chunk to stya yellow during download, until most sources are able to provide chunk hashs.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5019 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-15 19:55:43 +00:00
thunder2
7ab5b54266
Fixed clear of "is typing...".
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5018 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-15 13:18:47 +00:00
thunder2
c918ac84af
Fixed update of the forum message state and the summary in ForumsDialog when the message is read in the news feed.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5015 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-12 00:27:18 +00:00
thunder2
fedba02d18
Fixed display of the friend status in chat window.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5014 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-11 00:22:25 +00:00
thunder2
499003d875
Bring the main window to foreground when receiving a link from the browser (Windows only).
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5012 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-10 23:39:42 +00:00
thunder2
523d0c0865
Fixed compile with shadow build.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5011 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-10 00:23:22 +00:00
defnax
6dc64ab9d3
update installer script, added spanish,italian,greek and portuguese language support
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5009 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-07 14:55:54 +00:00
defnax
cce9e1748b
update ts files
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5008 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-07 12:11:29 +00:00
defnax
b781bd5f2f
added arabic ts file
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5007 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-07 11:36:31 +00:00
thunder2
a646f52671
Optimized layout of the newsfeed items.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5005 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-04 22:00:28 +00:00
thunder2
50c8ce261f
Fixed hanging notification star in tray icon.
...
After reading a message the notifier was not cleared.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5004 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-29 23:03:09 +00:00
thunder2
96199fabc5
Fixed linking of the VOIP plugin on Windows.
...
Exports all symbols from RetroShare.exe and import it in the plugins.
Removed the direct linking of the libretroshare and libbitdht from the plugins.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5003 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-28 21:59:01 +00:00
thunder2
30564fe6ad
Fixed utf8 characters in the transfer tab name of plugins.
...
Added Q_OBJECT to the VoipStatistics classes.
Removed compiler warnings.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5002 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-28 18:25:57 +00:00
thunder2
160a895c47
Fixed layout of the PluginPage.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4998 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-26 21:45:52 +00:00
csoler
96fd780502
added ability for plugins to return their own PopupChatDialog class
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4988 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-25 12:17:36 +00:00
thunder2
45ac04e2e7
Count the friends (gpg id's) instead of the locations (ssl id's) in the statusbar.
...
Moved update of the friends from QTimer to signals.
Combined p3LinkMgr::getFriendCount and p3LinkMgr::getOnlineCount and moved to p3PeerMgr.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4986 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-25 01:48:56 +00:00
thunder2
9ab7920a7a
Fixed scroll position of the text browser in the chat dialog when the friend changes the status and the info frame is shown or hidden.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4983 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-23 23:30:53 +00:00
thunder2
56b9fe49ea
Reworked the start of a chat with a gpg id (doubleclick in friends tree).
...
Removed the question to send a message when a chat with an offline friend is started.
Start the chat when
- only one ssl id exist (online or offline)
- only one ssl id is online
Show a messagebox when more than one ssl ids are online or all are offline.
Fixed german language.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4981 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-23 00:09:41 +00:00
csoler
826e8f3728
- added ability to plugins to add a tab in transfers dialog
...
- improved VOIP plugin to add RTT statistics tab to RS gui.
- added comments in rsplugins.h
- added big tooltip in transfers that would be stuck in checking... mode
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4979 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-21 21:53:25 +00:00
thunder2
c907a5846c
Added check for required location during gpg key generation.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4978 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-21 19:17:38 +00:00
defnax
67c3321ae4
update changelog and corrected some path for win libs
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4974 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-20 12:38:04 +00:00
thunder2
0538c45fef
Fixed compiler warnings.
...
Fixed tab order in config pages Directories and Server.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4972 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-20 00:24:40 +00:00
drbob
3208fcaffe
updated versions to v0.5.3b and svn 4971
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4971 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-19 21:45:31 +00:00
csoler
afb0a1ba42
corrected stupid bug in settings causing crash when a plugin is ot loaded correctly
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4970 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-19 21:28:07 +00:00
csoler
ee5dcd1a8c
- moved RsAutoUpdatePage into retroshare-gui/ directory, to allow plugins to use it
...
- removed VOIP code from main executable. Moved it into VOIP plugin (c.f next commit)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4963 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-19 15:03:07 +00:00
csoler
2c6a2b4ee7
improved plugin management to allow services to be used, and config pages to be added
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4960 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-18 20:29:03 +00:00
csoler
5679a30e67
Improvement to plugin system:
...
- made config page system more automatic, to allow addign config pages from plugins
- added (disabled) checkbox and function to allow all plugins for development
- added config page methods to RsPlugin class
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4957 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-18 14:55:50 +00:00
csoler
13283b40ee
updated french traduction
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4956 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-18 13:42:21 +00:00
thunder2
5c75b3933a
Mark local existing files in SearchDialog with red text color.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4955 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-18 01:50:33 +00:00
thunder2
5073913686
Fixed compile on Windows with enabled shadow build of Qt Creator.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4952 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-17 11:14:06 +00:00
thunder2
970d88200d
Removed some more compiler warnings from Windows compile (GCC 4.4).
...
Added -Wextra to the Windows compile.
Added new define in libbitdht for snprintf and fprintf to proper handling of "%ll" under Windows.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4951 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-17 10:03:38 +00:00
thunder2
8f0f6a9f3e
Moved the news feed tab to the first position.
...
Added icon to the ConnectFriendWizard.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4944 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-15 21:13:16 +00:00
thunder2
5bacc13eba
Renamed "Dht" to "DHT".
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4943 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-15 20:40:41 +00:00
thunder2
bdc8a11203
Added patch from James Vasile.
...
Replaced string "Authemticated Messages" by "Authenticated Messages".
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4941 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-15 00:27:47 +00:00
thunder2
363c7d8f41
DownloadToaster:
...
- Fixed handling of utf8 characters in the file name
- Replaced QDesktopServices by RsUrlHandler to handle collections
- Fixed crash after opening a collection
Thanks to AsamK
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4936 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-13 23:26:56 +00:00
thunder2
dcf23e0ccb
Fixed usage of utf8 characters in certificate links (gpg and location name) (Patch from Asamk)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4935 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-13 21:09:38 +00:00
thunder2
8675eb9225
Added translation for "[ ... Missing Message ... ]".
...
Fixed german language.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4934 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-13 20:40:36 +00:00
drbob
1eb82bd676
* Added two new Services to RS GUI.
...
- The Wire, this is not at all functional yet - just a gui shell.
- Identity, Basics of the GUI complete. talks via rsIdentity to the backend.
* Fixed the Photo Drag and Drop under Linux.
* Resurrected the Application Window - for Unfinished Service.
* Moved Photos, Wire, Identity & Wiki to the Unfinished Window.
* Added "Experimental Services" option in Settings -> though this is not yet saved / used.
* changed #ifdef UNFINISHED -> #ifdef UNFINISHED_FD for bits in FriendList, which didn't compile.
* removed old Unfinished Applications from Window.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-new_cache_system@4933 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-13 18:43:15 +00:00
csoler
d26be6c05c
removed debug info
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4931 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-12 20:45:42 +00:00
thunder2
07ea6829b6
The channel message (in channels) is set to read when the user clicks on the show more button.
...
The forum/channel news feed is removed when the user reads the message in forums/channels.
Recompile needed.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4927 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-12 00:58:47 +00:00
thunder2
d828d23ca7
The standard font is now used for new chat lobbies.
...
Added a new menu item to set the font of a private chat and chat lobby to the default font.
Fixed german language.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4926 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-11 21:41:41 +00:00
csoler
98086e125b
added missing IPs to certificate links
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4924 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-11 14:49:04 +00:00
thunder2
340a313fea
Fixed bug when the user clicks on a link without http:// in a QTextBrowser. This link was opened directly in RetroShare.
...
Show clickable links in the channel feed message.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4923 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-11 13:42:42 +00:00
drbob
6a44342e4f
fixed reference to tryNetMode.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4922 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-11 12:49:09 +00:00
csoler
311e62b70c
updated french translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4921 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-11 12:31:01 +00:00