mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-15 20:42:29 -04:00
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:
parent
4a58c71f9e
commit
9f8f0e46f5
9 changed files with 1600 additions and 548 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue