mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 05:22:31 -04:00
Added Avatar Dialog at the moment for own peerid, soon for gxs avatars change.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7905 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
64f8b4c539
commit
96bf79daae
5 changed files with 400 additions and 4 deletions
|
@ -331,6 +331,7 @@ HEADERS += rshare.h \
|
|||
gui/SoundManager.h \
|
||||
gui/HelpDialog.h \
|
||||
gui/LogoBar.h \
|
||||
gui/common/AvatarDialog.h \
|
||||
gui/FileTransfer/xprogressbar.h \
|
||||
gui/FileTransfer/DetailsDialog.h \
|
||||
gui/FileTransfer/FileTransferInfoWidget.h \
|
||||
|
@ -545,6 +546,7 @@ FORMS += gui/StartDialog.ui \
|
|||
gui/AboutDialog.ui \
|
||||
gui/QuickStartWizard.ui \
|
||||
gui/NetworkDialog.ui \
|
||||
gui/common/AvatarDialog.ui \
|
||||
gui/FileTransfer/TransfersDialog.ui \
|
||||
gui/FileTransfer/DetailsDialog.ui \
|
||||
gui/MainWindow.ui \
|
||||
|
@ -740,6 +742,7 @@ SOURCES += main.cpp \
|
|||
gui/common/rwindow.cpp \
|
||||
gui/common/html.cpp \
|
||||
gui/common/AvatarDefs.cpp \
|
||||
gui/common/AvatarDialog.cpp \
|
||||
gui/common/GroupFlagsWidget.cpp \
|
||||
gui/common/GroupSelectionBox.cpp \
|
||||
gui/common/StatusDefs.cpp \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue