Added new ProfileView and ProfileEdit to Blog Feed.

Added Context menus to BlogDialog to open windows.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@588 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2008-06-08 18:34:27 +00:00
parent 4a58c71f9e
commit 9f8f0e46f5
9 changed files with 1600 additions and 548 deletions

View file

@ -35,7 +35,7 @@ public:
/** Default Destructor */
/** Qt Designer generated object */
Ui::BlogDialog ui;
//Ui::BlogDialog ui;
public slots:
void sendBlog();
@ -44,9 +44,17 @@ public slots:
/// populates blog service with current information from core
void update();
void showprofile(std::string id);
private slots:
/*nothing here yet */
/** context popup menus */
void peerCustomPopupMenu( QPoint point );
/* peer ContextMenu Actions */
void showuserprofile();
void showoneblog();
void showallblogs();
private: