- Removed QTimer from GxsIdTreeWidgetItem and GxsIdRSTreeWidgetItem.
- Added new tick signal (every second) on Rshare to fill the id.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6238 b45a01b8-16f6-495d-af2f-9b41ad6348cc
- Created GxsFeedItem to subclass all potential Gxs feeds.
- Modified GxsChannelPostItem & PostedItem to use GxsFeedItem.
- Added Posted and Channel Items to Comment Header.
- Added Message Title to Comment Tab.
- Added MessageBoxes for missing signatures in various places.
- Changed Licence from GPL to LGPL for gxs, Posted, gxschannels.
- Deleted Old Posted Classes that are no longer needed.
- Added Comment Up/Down/Own Vote to CommentTree.
- Tweaked FeedHolder fns to support GXS comments.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6225 b45a01b8-16f6-495d-af2f-9b41ad6348cc
- Split GxsIdWidgetTreeItem into two types.
- Added Voter Id into Comment Dialog.
- Expanded Comment display to show Votes and Score.
- Expanded Comment Context Menu to include Voting and Reputation Options.
- Fixed up CreateComment Dialog to include AuthorId, and enabled.
- Completed Basic Comment Voting.
- Made Comment Windows Closable.
- Cleanup up Channel Posts before loading new ones.
- Fixed up Channel Post Attachments, and Thumbnails.
- Added View Comments button to Channel Posts
- Misc other Bugs.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6219 b45a01b8-16f6-495d-af2f-9b41ad6348cc
- Added GxsChannels
- Added New Common Comments GUI elements.
- Moved Posted over to use Comments.
Lots done, but lots to do!
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6212 b45a01b8-16f6-495d-af2f-9b41ad6348cc
Added return values for deferred sign function in identity and circles
Not ready for deferred sign testing yet
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6199 b45a01b8-16f6-495d-af2f-9b41ad6348cc
(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
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
- 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
- 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