chrisparker126
23209c8c45
handled validation/sign of message when key not available
...
(set for 5 attempts before message is dropped)
moved rstokenservice.h to retroshare interface folder
groups do not sync anymore unless user is subscribed to it
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6194 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-03-06 23:33:23 +00:00
csoler
17f2d2e8a5
Patch from AC to enable completion over chat lobby participants
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6193 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-03-06 19:41:08 +00:00
csoler
cc821d94ac
do not show msg icon for current lobby (Improved upon patch from AC)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6184 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-03-03 21:41:56 +00:00
thunder2
4f20b0a325
Updated english translation.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6183 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-03-03 14:05:44 +00:00
csoler
82456bc9a6
removed auto-clear of search field when searching (Patch from AC)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6182 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-03-02 21:31:45 +00:00
csoler
9bc52689bc
patch from AC to better handle colors in lobby list
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6181 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-03-02 21:27:38 +00:00
csoler
9b01e3658d
implemented deferred signature method in notify system to alow signing from a non GUI thread
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6175 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-03-01 23:00:43 +00:00
csoler
e397560654
fixed bug causing crash when invitation is received foran unsubscribed lobby
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6174 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-03-01 20:51:40 +00:00
chrisparker126
50c75de73c
Refactored GXS interface to remove exposure to RS internals (i.e. only reference types, declaration in retroshare folder)
...
To achieve this I created second interface RsGxsIface which RsGxsGenExchange derives from, and RsGxsIfaceImpl (renamed RsGxsIfaceHelper) now takes an instance of this instead so these interfaces don't exposed the RsGenExchange and its underlying types.
The other stuff is simply definitions and type aliases required for the front-ends to work (RsGroupMeta, RsGroupId, etc) and I've moved gxs flags also.
This is a good idea as it seem much more clear what's available to a GXS service (apart from RsGenExchange public methods).
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6166 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-02-28 21:58:38 +00:00
csoler
5ccfed1cf4
fixed bug with chat lobby icons
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6165 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-02-28 21:47:37 +00:00
csoler
4f1dda2ffb
added new DL mode: Progressive. This is a random mode that ensures no more than 50MB of free space will be written in the file at once. This should effectively remove the lag when initiating a DL on a big file, while keeping enough entropy to ensure a good dissemination of chunks
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6164 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-02-28 20:42:01 +00:00
drbob
2d74a3012a
Fixed a number of Wiki GUI bugs.
...
- clear GxsIdChooser - so they don't accumulate.
- Enable / Disable the New Page / Republish buttons.
- Allow No Signatures for New Page / Republished pages.
- clear Parent and Thread Id for new Page Submission.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6163 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-02-27 23:52:27 +00:00
csoler
061a8113bb
fixed icons in chat lobbies
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6160 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-02-27 22:17:49 +00:00
csoler
5b4739352e
added dynamic menu for choosing download directory for files being transfered, and change the name of the destination file
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6156 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-02-27 16:59:16 +00:00
defnax
a086fd6d88
fixed to display correct ChatLobby icon on MainWindow
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6155 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-02-27 12:57:24 +00:00
csoler
01a1b9dc36
patch from Henry Morgan to fix some strings
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6153 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-02-27 10:00:35 +00:00
thunder2
2ed1712580
Moved call to setResizeMode in SharedFilesDialog after the call to setModel on QTreeView.
...
Qt shows an assertion in debug mode when column count is 0.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6152 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-02-27 00:23:56 +00:00
drbob
5aa6afbfdb
Fixed up page listing from selected group for Gxs Wiki.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6151 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-02-27 00:23:20 +00:00
drbob
aac114ba8e
Added GroupTreeWidget to WikiDialog - enables subscribing to groups. (taken from GxsForums)
...
Added Orange Warning Message to GXS Window...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6150 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-02-26 23:40:24 +00:00
csoler
2b5af11a28
lupdate on all language files
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6145 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-02-25 17:26:28 +00:00
defnax
2677957df2
fixed compile on windows, include was missed
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6144 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-02-25 14:16:07 +00:00
csoler
86def5bbdf
fixed stupid bug in my previous commit
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6143 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-02-24 22:55:58 +00:00
csoler
170c0c533d
Removed tabs in chat lobbies:
...
- unsubscribed lobbies display complete info in a blank page, with some additional help
- double click to subscribe.
- added unsubscribe button to ChatLobbyDialog. Needs a more appropriate icon (e.g. An open door with a leaving arrow)
- the lobby list is now used to display typing status. It could be used to show all sorts of info, the exact same way, such as joining/leaving peers, etc, using various different icons.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6142 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-02-24 22:44:14 +00:00
csoler
6e9d1beda9
fixed auto-raise of pages that are not in the top level
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6141 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-02-23 14:29:36 +00:00
csoler
718314af75
removed debug info, added missing error message
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6140 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-02-23 13:24:16 +00:00
csoler
50db473329
Merged branch for GUI improvements into trunk. The improvement phase is not finsihed yet. The work on GUI will continue into trunk
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6138 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-02-22 21:42:27 +00:00
thunder2
ee62819389
Fixed wrong subscribeFlags in context menu of GxsForumsDialog.
...
The color of the QTreeWidgetItem was stored with the same key.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6122 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-02-11 00:19:35 +00:00
drbob
eb8d628d2a
removed disable/enable on GxsForumPopup Menu, as it prevented us from subscribing to forums.
...
The variable subscribeFlags is wrong ( = -1 ), and somehow broken.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6120 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-02-10 18:59:57 +00:00
chrisparker126
7867063734
Fixed resource exhaustion due to message/group notification not being handled
...
Added message/group size limit
Added message validation (identity and publish key)
Added code for message/grp fragmentation/defragmentation (not integrated yet)
Added crude id picker to photoshare
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6106 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-02-07 23:04:16 +00:00
thunder2
439ccc94f4
Added new dialog to set service permissions for friends.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6085 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-23 00:22:17 +00:00
thunder2
138a35b2a2
Enabled embedded images in private chat and messages (only for QT version 4.7.0 and higher)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6083 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-22 00:14:10 +00:00
thunder2
a2a27a874f
Updated english translation.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6082 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-22 00:13:16 +00:00
thunder2
ef49000b9a
FeedReader:
...
- Added error handling to xml functions
- Added xslt transformation
- Added retransform of existing messages
- Redesigned preview dialog
- Enabled embed images for forum feeds
- Changed config format, switching back to an older version results in a loss of all data of the FeedReader
Added new base class RSPlainTextEdit with placeholder text.
New library libxslt needed
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6081 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-22 00:11:43 +00:00
thunder2
919fb3f62d
Added patch from Anonym
...
- added tooltips to GroupFlagsWidget when buttons are unchecked
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6080 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-19 22:04:02 +00:00
thunder2
72e5d10bcd
Added and modified patch from Anonym
...
- when an unknow user attempt to connect, show the name in the security item
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6079 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-19 19:24:08 +00:00
csoler
e7536960c3
- fixed inconsistency in parameter naming, causing error_string to be mixed up with gpg id (Not a bug).
...
- removed unimplemented entry loadCertificateFromFile()
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6075 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-19 13:43:35 +00:00
thunder2
66c4a3d71b
Fixed compile with Qt < 4.7
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6073 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-14 22:42:48 +00:00
thunder2
ddc4a37a93
FeedReader:
...
- Recalculate message count of the user notify when a feed with new items is deleted.
- Set deleted message to read and !new.
- Added test feed item in notify settings.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6072 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-14 22:41:31 +00:00
thunder2
3df3850655
FeedReader:
...
- Added favicon
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6069 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-10 22:51:04 +00:00
thunder2
a96c467419
Load new stylesheets for locale depended things.
...
Loading order:
qss.default (internal)
qss.<locale> (internal e.g. qss.de_DE)
stylesheet.qss (internal or external)
stylesheet_<locale>.lqss (parallel to stylesheet)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6067 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-09 12:16:12 +00:00
thunder2
a60422069c
Added api for news feeds to the plugin interface.
...
Added news feeds to the FeedReader plugin.
Recompile needed.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6066 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-08 22:07:52 +00:00
thunder2
f12473f7f7
GxsForums:
...
- Fixed expand new messages
- Fixed creating of thread/post messages
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6065 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-07 22:11:16 +00:00
thunder2
70e9b08bb0
Changed direction of the new text method on GxsGroupDialog. Now the service group dialogs can set the string for the gui elements.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6063 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-07 11:40:05 +00:00
thunder2
1c7e374fcd
Added new method to GxsGroupDialog to allow the service group dialogs to set own string for the gui elements.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6062 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-07 00:00:46 +00:00
thunder2
f488dbd15a
Added new option for GxsForums and FeedReader - Open all forums/feeds in new tab.
...
Option=on (standard)
- no standard tab
- new tab by single click
- no menu entry "Open in new tab"
Option=off:
- standard tab (not closeable)
- open in standard tab by single click
- menu entry "Open in new tab"
- open new tab with middle mouse button
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6060 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-06 02:30:10 +00:00
thunder2
9cfe660e11
Removed toaster for muted participant of a chat lobby.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6059 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-03 16:20:14 +00:00
thunder2
451c7f5eda
Removed the policy TabFocus from some gui elements.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6058 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-01-03 14:08:39 +00:00
thunder2
35cc460e71
Added a standard tab to GxsForums and FeedReader.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6055 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-30 02:41:53 +00:00
thunder2
999d9c3920
Updated translations from transiflex.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6054 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-28 18:04:48 +00:00
defnax
c9460e81c2
update Help Page
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6053 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-28 17:59:32 +00:00