mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-15 04:22:27 -04:00
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:
parent
9f319426fd
commit
1b28e40346
7 changed files with 1119 additions and 607 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue