mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-24 22:30:42 -04:00
Improved MessagesDialog:
- corrected calculation of message counts - p3MsgService::checkOutgoingMessages -> notify when message was sent - refill of message list without clear, selected messages and scroll position are not changed - corrected sorting of date with only time for today - changed context menu in message list git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2863 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5813a6454a
commit
f239e7e4d4
4 changed files with 396 additions and 359 deletions
|
@ -110,24 +110,11 @@ private:
|
|||
|
||||
void setCurrentFileName(const QString &fileName);
|
||||
|
||||
|
||||
int getSelectedMsgCount ();
|
||||
|
||||
std::string mCurrCertId;
|
||||
std::string mCurrMsgId;
|
||||
|
||||
/** Define the popup menus for the Context menu */
|
||||
QMenu* contextMnu;
|
||||
|
||||
/** Defines the actions for the context menu */
|
||||
QAction* newmsgAct;
|
||||
QAction* replytomsgAct;
|
||||
QAction* replyallmsgAct;
|
||||
QAction* forwardmsgAct;
|
||||
QAction* removemsgAct;
|
||||
|
||||
QAction* getRecAct;
|
||||
QAction* getAllRecAct;
|
||||
|
||||
QString fileName;
|
||||
|
||||
QFont mFont;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue