First working prototype of history requesting, dates in messages, some screen scrolling handling
This commit is contained in:
parent
d09fef5a34
commit
da3151391b
19 changed files with 422 additions and 136 deletions
3
global.h
3
global.h
|
@ -53,6 +53,8 @@ static const std::deque<QString> availabilityNames = {"Online", "Away", "Absent"
|
|||
|
||||
static const std::deque<QString> subscriptionStateThemeIcons = {"edit-none", "arrow-down-double", "arrow-up-double", "dialog-ok", "question"};
|
||||
|
||||
QString generateUUID();
|
||||
|
||||
class Message {
|
||||
public:
|
||||
enum Type {
|
||||
|
@ -78,6 +80,7 @@ public:
|
|||
void setOutgoing(bool og);
|
||||
void setForwarded(bool fwd);
|
||||
void setType(Type t);
|
||||
void setCurrentTime();
|
||||
|
||||
QString getFrom() const;
|
||||
QString getFromJid() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue