mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 22:55:04 -04:00
Fixed reaction of the checkbox "web of trust". Now the list of unvalid gpg keys is shown or hide directly after the click.
Fixed calculation of the unread messages in MessagesDialog. The starred messages was not counted as unread. Set some tree widgets to allColumnsShowFocus. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4285 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ed24033323
commit
cbb3b4587f
10 changed files with 38 additions and 31 deletions
|
@ -215,8 +215,6 @@ MessagesDialog::MessagesDialog(QWidget *parent)
|
|||
connect(ui.messagestreeView->selectionModel(), SIGNAL(selectionChanged(QItemSelection,QItemSelection)), this, SLOT(updateInterface()));
|
||||
|
||||
RSItemDelegate *itemDelegate = new RSItemDelegate(this);
|
||||
itemDelegate->removeFocusRect(COLUMN_UNREAD);
|
||||
itemDelegate->removeFocusRect(COLUMN_STAR);
|
||||
itemDelegate->setSpacing(QSize(0, 2));
|
||||
ui.messagestreeView->setItemDelegate(itemDelegate);
|
||||
|
||||
|
@ -1636,7 +1634,6 @@ void MessagesDialog::updateMessageSummaryList()
|
|||
|
||||
if (it->msgflags & RS_MSG_STAR) {
|
||||
starredCount++;
|
||||
continue;
|
||||
}
|
||||
|
||||
/* calculate box */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue