Commit Graph

3975 Commits

Author SHA1 Message Date
thunder2
2963d71284 Enable "Next unread" button in forum without an active post.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7631 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-25 11:06:24 +00:00
csoler
b593a918a0 optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7627 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-21 22:33:02 +00:00
csoler
491a655889 patch update from Phenom to fix up comparisons
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7626 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-20 16:42:32 +00:00
drbob
566d8ca07c Fixed up DHT Stats window so you can maximise any section with splitters.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7621 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-18 04:47:26 +00:00
csoler
c2404fcea7 fixed other compilation bug.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7618 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-17 21:57:33 +00:00
csoler
f2e0341794 fixed compilation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7617 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-17 21:41:29 +00:00
csoler
1f1c51b7d3 Used RSGraphWidget for bandwidth window too; Cleaned up remaining unused graph classes; Added a few missing params to RSGraphWidget; End of graph work.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7616 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-17 19:47:05 +00:00
csoler
b51c34d23b improved display of graphs
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7614 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-16 19:17:17 +00:00
csoler
01fdb95c30 small fixes in number display
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7613 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-15 22:16:23 +00:00
csoler
8c1bf3cf8d improved RSGraph class. Used it for Turtle statistics and bandwidth statistics as well
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7612 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-15 22:00:49 +00:00
csoler
bd96859704 removed unused code
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7611 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-14 20:36:22 +00:00
csoler
3d49af2b2b fixed RTT graph. Added colors, and new options to RSGraphWidget. Still needs to draw names for different colors
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7610 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-14 20:25:23 +00:00
csoler
1757a85e57 improved RSGraph class. Not finished yet.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7609 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-13 22:05:50 +00:00
csoler
6e2df7e0de extended group share keys to Posted
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7608 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-13 18:31:47 +00:00
defnax
adbfa89c7b set a bigger font size for the radio items
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7607 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-13 15:19:16 +00:00
thunder2
bd1add2e20 Fixed Windows compile
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7606 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-12 21:38:27 +00:00
csoler
9d2a22bbb0 added missing file
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7605 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-12 21:12:58 +00:00
thunder2
d365efa493 Updated todo strings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7604 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-12 20:36:31 +00:00
csoler
d79f5e10fb Improvements of People dialog. Patch from Phenom (slightly modified).
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7603 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-12 20:07:12 +00:00
csoler
20786dbfeb forgot modif from last commit
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7602 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-12 19:52:51 +00:00
csoler
edd7bf7c31 created a generic class for graphs, and used it for DHT. The plan is to use the same class to draw all graphs.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7601 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-12 19:04:43 +00:00
thunder2
fbb177dd66 Added read status to posted messages
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7600 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-12 17:22:21 +00:00
thunder2
1bfa4df911 Fixed missuse of message flag UNPROCESSED as indicator for a NEW message
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7598 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-12 15:53:23 +00:00
thunder2
bec735b60a Added the delete of the TokenQueue in some destructors to fix crashes.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7597 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-12 10:46:09 +00:00
defnax
be696eb033 fixed layout
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7594 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-10 12:20:49 +00:00
thunder2
210357ab21 Switched MessagesDialog from QTreeView to QTreeWidget and use GxsIdRSTreeWidgetItem to show the gxs id for a distant message.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7593 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-09 22:04:12 +00:00
thunder2
a82ce123bb Fixed initial fill of the contact list in message composer when only trusted people is checked.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7591 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-09 15:19:17 +00:00
thunder2
894addedb4 Fixed some compiler warnings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7590 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-09 15:17:42 +00:00
thunder2
dd1f88a1bb Replaced external library libcrypt32-cygwin.a by libcrypt32.a from MinGW for Windows compile.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7588 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-08 16:44:25 +00:00
csoler
8c2ba8b980 added a structure in GxsNetService to record who sends info about groups, so as to dynamically compute group popularity. The GUI needs to be improved to update regularly so as to reflect current values for popularity. For now only subscribing/unsubscribing and new messages trigger the update
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7587 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-07 21:42:44 +00:00
csoler
b3bedd592d fixed display of channels with publish key
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7585 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-06 19:18:09 +00:00
csoler
0f025efb13 fixed wrong include line
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7584 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-05 21:30:18 +00:00
csoler
d0469ccfc3 implemented publish key sharing between peers for channels.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7582 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-05 19:14:05 +00:00
thunder2
d0238810b7 Common folders for libraries, includes and binaries of all external libraries for Windows compile.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7580 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-05 15:31:00 +00:00
defnax
9f12ebaddf Enabled Antialiasing for QGraphicsView
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7578 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-02 16:23:29 +00:00
csoler
77a367bc8a fixed inconsistency in Defines
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7577 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-01 19:43:31 +00:00
defnax
cb1da0d3d3 enabled by default to inform me via Message a Friend request from a known peer
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7576 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-10-01 14:55:35 +00:00
defnax
80c49e2a62 Added forgotten files
Added some useful labels for the people page

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7575 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-09-29 14:47:34 +00:00
csoler
9efc43f41c Big progress for People dialog. Phenom work.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7573 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-09-28 20:46:56 +00:00
csoler
28277c53df antialiasing of channel images
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7572 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-09-28 20:19:52 +00:00
csoler
58e338a1ff restaured tunnel names in the gui
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7571 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-09-28 19:41:47 +00:00
csoler
2b6d6db201 added Qt socket test to update TOR led. This is a very basic test that does not prove the presence of TOR on the socket.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7570 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-09-28 19:24:03 +00:00
thunder2
3d38367d75 Forums:
- Load all messages (not only latest)
- Fixed flat view

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7569 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-09-28 12:14:57 +00:00
defnax
65d2249bf4 Removed Edit/Delete ID Buttons, for better look and feel and get more space for the search filter, use Edit/Delete from context menu.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7566 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-09-27 14:24:40 +00:00
defnax
afb883e012 renamed combobox item
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7564 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-09-26 15:34:07 +00:00
csoler
eede11a772 - removed "use olf key format" from certificate export
- improved GXS Id display when unsigned
- use ProfileManager to export own PGP key pair in keyring and profile.


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7562 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-09-25 20:14:21 +00:00
thunder2
37ddbf63cc Fixed count of new and unread messages for Channels and Posted.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7561 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-09-24 23:57:47 +00:00
csoler
3a0e944ecf fixed fonts for IDs in Identities
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7560 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-09-24 21:00:40 +00:00
csoler
5167106504 compacted layout in Identity: remove one line
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7559 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-09-24 20:53:07 +00:00
csoler
d3594d8063 improved naming and layout in Identities
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7558 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-09-24 20:48:16 +00:00