mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-25 01:01:40 -04:00
Addition of two more Services / Applications.
(1) A PhotoService / Dialog to share slideshows. (2) A Network View service, derived from p3disc for a graphical view of peers. Both of these need a little help to get them fully functional. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@375 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
3ed1eef186
commit
08860b25e6
28 changed files with 3297 additions and 235 deletions
|
@ -62,6 +62,7 @@ HEADERS += rshare.h \
|
|||
gui/GamesDialog.h \
|
||||
gui/PhotoDialog.h \
|
||||
gui/LinksDialog.h \
|
||||
gui/NetworkView.h \
|
||||
gui/MessengerWindow.h \
|
||||
gui/PeersDialog.h \
|
||||
gui/SearchDialog.h \
|
||||
|
@ -150,6 +151,7 @@ FORMS += gui/ChatDialog.ui \
|
|||
gui/GamesDialog.ui \
|
||||
gui/PhotoDialog.ui \
|
||||
gui/LinksDialog.ui \
|
||||
gui/NetworkView.ui \
|
||||
gui/MessengerWindow.ui \
|
||||
gui/PeersDialog.ui \
|
||||
gui/SearchDialog.ui \
|
||||
|
@ -212,6 +214,7 @@ SOURCES += main.cpp \
|
|||
gui/GamesDialog.cpp \
|
||||
gui/PhotoDialog.cpp \
|
||||
gui/LinksDialog.cpp \
|
||||
gui/NetworkView.cpp \
|
||||
gui/MessengerWindow.cpp \
|
||||
gui/PeersDialog.cpp \
|
||||
gui/SearchDialog.cpp \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue