Added "DHT graph" for display the RS DHT users in a graph

Enabled Antialiasing for RTT Statistics

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7506 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2014-09-08 14:45:31 +00:00
parent 9f319426fd
commit 1b28e40346
7 changed files with 1119 additions and 607 deletions

View file

@ -324,6 +324,7 @@ HEADERS += rshare.h \
gui/NetworkDialog.h \
gui/GenCertDialog.h \
gui/graphframe.h \
gui/dhtgraph.h \
gui/graphframetunnel.h \
gui/linetypes.h \
gui/mainpagestack.h \
@ -661,6 +662,7 @@ SOURCES += main.cpp \
gui/GenCertDialog.cpp \
gui/NetworkDialog.cpp \
gui/graphframe.cpp \
gui/dhtgraph.cpp \
gui/graphframetunnel.cpp \
gui/mainpagestack.cpp \
gui/MainWindow.cpp \