First working prototype of history requesting, dates in messages, some screen scrolling handling

This commit is contained in:
Blue 2019-05-15 20:36:37 +03:00
parent d09fef5a34
commit da3151391b
19 changed files with 422 additions and 136 deletions

View file

@ -48,7 +48,7 @@ public:
long unsigned int size() const;
std::list<Shared::Message> getBefore(int count, const QString& id);
bool isFromTheBeginning();
bool setFromTheBeginning(bool is);
void setFromTheBeginning(bool is);
public:
const QString jid;
@ -109,6 +109,8 @@ private:
MDB_dbi stats;
bool _isFromTheBeginning();
void printOrder();
void printKeys();
};
}