metastreams get correct group IDs (instead of 0),

new CustomIcon metastream format (Rev 2),
alpha blending for banner icons,
new banner standard icon (key.png)

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@98 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
tarek_saidi
2006-06-12 21:16:22 +00:00
parent c980d277f2
commit 5775eaae36
6 changed files with 167 additions and 132 deletions

View File

@@ -89,6 +89,7 @@ if(DragType==GROUP){
item->setFont(0,f);
LastHoverItem=item;
event->setAccepted(true);
///@FIXME does not work for top level groups
}
else{
LastHoverItem=NULL;
@@ -277,7 +278,7 @@ QPen pen(QColor(100,100,100));
pen.setWidth(2);
pen.setStyle(Qt::DotLine);
painter.setPen(pen);
qDebug("UPDATE: (%i,%i) %ix%i",event->rect().x(),event->rect().y(),event->rect().width(),event->rect().height());
//qDebug("UPDATE: (%i,%i) %ix%i",event->rect().x(),event->rect().y(),event->rect().width(),event->rect().height());
if(!InsertionMarker.isNull()){
painter.drawLine(InsertionMarker);
}