mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-14 17:15:47 -04:00
Enable Republish / Likes from new UI elements
Update interface to use groupId / msgId. Tweak PulseAddDialog for Republish & like. Hide Like messages from showing in UI. Wire up buttons from new UI elements.
This commit is contained in:
parent
8df5a886db
commit
f585b7a629
7 changed files with 148 additions and 65 deletions
|
@ -34,7 +34,7 @@ public:
|
|||
|
||||
void cleanup();
|
||||
|
||||
void setReplyTo(const RsGxsGroupId &grpId, const RsGxsMessageId &msgId);
|
||||
void setReplyTo(const RsGxsGroupId &grpId, const RsGxsMessageId &msgId, uint32_t replyType);
|
||||
void setGroup(const RsGxsGroupId &grpId);
|
||||
|
||||
private slots:
|
||||
|
@ -48,7 +48,7 @@ private slots:
|
|||
private:
|
||||
// OLD VERSIONs, private now.
|
||||
void setGroup(RsWireGroup &group);
|
||||
void setReplyTo(RsWirePulse &pulse, std::string &groupName);
|
||||
void setReplyTo(RsWirePulse &pulse, std::string &groupName, uint32_t replyType);
|
||||
|
||||
void postOriginalPulse();
|
||||
void postReplyPulse();
|
||||
|
@ -62,9 +62,9 @@ protected:
|
|||
// if this is a reply
|
||||
bool mIsReply;
|
||||
RsWirePulse mReplyToPulse;
|
||||
uint32_t mReplyType;
|
||||
|
||||
Ui::PulseAddDialog ui;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue