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:
thunder2 2011-06-17 20:51:05 +00:00
parent ed24033323
commit cbb3b4587f
10 changed files with 38 additions and 31 deletions

View file

@ -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 */